2026-02-19T16:32:54.124 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-19T16:32:54.139 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-19T16:32:54.223 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-19_15:38:40-rados-wip-yuri-testing-2026-02-18-1820-distro-default-trial/59107 branch: wip-yuri-testing-2026-02-18-1820 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_mgmt_gateway} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '59107' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-19_15:38:40-rados-wip-yuri-testing-2026-02-18-1820-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri-testing-2026-02-18-1820 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 802bf111cd55e57f5842153d7ba2b8b964aa818a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 802bf111cd55e57f5842153d7ba2b8b964aa818a selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri-testing-2026-02-18-1820 sha1: 802bf111cd55e57f5842153d7ba2b8b964aa818a 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: 7379 sha1: 802bf111cd55e57f5842153d7ba2b8b964aa818a sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri-testing-2026-02-18-1820 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_802bf111cd55e57f5842153d7ba2b8b964aa818a/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 802bf111cd55e57f5842153d7ba2b8b964aa818a targets: trial085.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCc0lffEBnmJx+Na/UfBjY6UG/fMpXoSVqFVbA+6TXj869KRqO5f1L04rok0uA8zMEsH3u/4LyCr/VwMEISIYmM= trial103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPveJMEXny6+ALU3daqMK+rGAWxT4XhYBUNlhnoC5RkfQ1MPKTxDxY9smQJ6jn25yvdFiSQzkSiQX8E3gqXqF1I= trial139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKZoTXk0jQ2doWngXUyIdw/IgZOR7axe4Mv4aygLCb3Sg2CxuNLQ9gyY2IzBC+ZPJOtwCVXwPaV7nHfI/CrkjgU= 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.c: - "set -ex\n# Deploy monitoring stack\nceph orch apply node-exporter\nceph orch\ \ apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\n\ sleep 240\n# generate SSL certificate\nopenssl req -x509 -newkey rsa:4096 -keyout\ \ /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj \"/CN=*\"\n\ # Generate a mgmt.spec template\ncat << EOT > /tmp/mgmt.spec\nservice_type:\ \ mgmt-gateway\nservice_id: foo\nplacement:\n hosts:\n - ${HOSTNAME}\nspec:\n\ \ ssl_protocols:\n - TLSv1.2\n - TLSv1.3\n ssl_ciphers:\n - AES128-SHA\n\ \ - AES256-SHA\n enable_health_check_endpoint: True\nEOT\n# Add generated\ \ certificates to spec file\necho \" ssl_cert: |\" >> /tmp/mgmt.spec\nwhile\ \ read LINE; do echo $LINE | sed -e \"s/^/ /\"; done < /tmp/cert.pem >> /tmp/mgmt.spec\n\ echo \" ssl_key: |\" >> /tmp/mgmt.spec\nwhile read LINE; do echo $LINE | sed\ \ -e \"s/^/ /\"; done < /tmp/key.pem >> /tmp/mgmt.spec\n# Apply spec\nceph\ \ orch apply -i /tmp/mgmt.spec\n" - cephadm.wait_for_service: service: mgmt-gateway - cephadm.shell: host.a: - "set -ex\n\n# Function to wait for a service to be healthy and log response\ \ on error\nwait_for_service() {\n local name=\"$1\"\n local url=\"$2\"\n\ \ local jq_filter=\"$3\"\n\n echo \"Waiting for service $name to be healthy\ \ at $url...\"\n for i in {1..30}; do\n local response\n response=$(curl\ \ -k -s -u admin:admin \"$url\")\n if echo \"$response\" | jq -e \"$jq_filter\"\ \ > /dev/null; then\n echo \"Service $name is healthy.\"\n return\ \ 0\n fi\n echo \"Attempt $i: service $name not ready yet\"\n sleep\ \ 10\n done\n\n echo \"Timeout waiting for $name at $url\"\n echo \"Last\ \ HTTP response:\"\n echo \"$response\"\n echo \"jq output:\"\n echo \"$response\"\ \ | jq \"$jq_filter\" || echo \"(jq parse error or no match)\"\n return 1\n\ }\n\n# retrieve mgmt hostname and ip\nMGMT_GTW_HOST=$(ceph orch ps --daemon-type\ \ mgmt-gateway -f json | jq -e '.[]' | jq -r '.hostname')\nMGMT_GTW_IP=$(ceph\ \ orch host ls -f json | jq -r --arg MGMT_GTW_HOST \"$MGMT_GTW_HOST\" '.[] |\ \ select(.hostname==$MGMT_GTW_HOST) | .addr')\n\n# check mgmt-gateway health\n\ curl -k -s https://${MGMT_GTW_IP}/health\ncurl -k -s https://${MGMT_GTW_IP}:29443/health\n\ \n# wait for monitoring services\nwait_for_service \"Grafana\" \"https://${MGMT_GTW_IP}/grafana/api/health\"\ \ '.database == \"ok\"' || exit 1\nwait_for_service \"Prometheus\" \"https://${MGMT_GTW_IP}/prometheus/api/v1/status/config\"\ \ '.status == \"success\"' || exit 1\nwait_for_service \"Alertmanager\" \"https://${MGMT_GTW_IP}/alertmanager/api/v2/status\"\ \ '.cluster.status == \"ready\"' || exit 1\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-19_15:38:40 tube: trial user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-19T16:32:54.224 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_802bf111cd55e57f5842153d7ba2b8b964aa818a/qa; will attempt to use it 2026-02-19T16:32:54.224 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_802bf111cd55e57f5842153d7ba2b8b964aa818a/qa/tasks 2026-02-19T16:32:54.224 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-19T16:32:54.226 INFO:teuthology.task.internal:Checking packages... 2026-02-19T16:32:54.226 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '802bf111cd55e57f5842153d7ba2b8b964aa818a' 2026-02-19T16:32:54.226 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-19T16:32:54.226 INFO:teuthology.packaging:ref: None 2026-02-19T16:32:54.226 INFO:teuthology.packaging:tag: None 2026-02-19T16:32:54.226 INFO:teuthology.packaging:branch: wip-yuri-testing-2026-02-18-1820 2026-02-19T16:32:54.226 INFO:teuthology.packaging:sha1: 802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:32:54.226 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri-testing-2026-02-18-1820 2026-02-19T16:32:54.358 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5336.g802bf111 2026-02-19T16:32:54.360 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-19T16:32:54.375 INFO:teuthology.task.internal:no buildpackages task found 2026-02-19T16:32:54.375 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-19T16:32:54.388 INFO:teuthology.task.internal:Saving configuration 2026-02-19T16:32:54.401 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-19T16:32:54.412 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-19T16:32:54.469 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial085.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-19_15:38:40-rados-wip-yuri-testing-2026-02-18-1820-distro-default-trial/59107', '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-19 16:29:26.510990', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCc0lffEBnmJx+Na/UfBjY6UG/fMpXoSVqFVbA+6TXj869KRqO5f1L04rok0uA8zMEsH3u/4LyCr/VwMEISIYmM='} 2026-02-19T16:32:54.527 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial103.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-19_15:38:40-rados-wip-yuri-testing-2026-02-18-1820-distro-default-trial/59107', '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-19 16:29:26.510580', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPveJMEXny6+ALU3daqMK+rGAWxT4XhYBUNlhnoC5RkfQ1MPKTxDxY9smQJ6jn25yvdFiSQzkSiQX8E3gqXqF1I='} 2026-02-19T16:32:54.589 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial139.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-19_15:38:40-rados-wip-yuri-testing-2026-02-18-1820-distro-default-trial/59107', '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-19 16:29:26.509949', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKZoTXk0jQ2doWngXUyIdw/IgZOR7axe4Mv4aygLCb3Sg2CxuNLQ9gyY2IzBC+ZPJOtwCVXwPaV7nHfI/CrkjgU='} 2026-02-19T16:32:54.589 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-19T16:32:54.602 INFO:teuthology.task.internal:roles: ubuntu@trial085.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-19T16:32:54.602 INFO:teuthology.task.internal:roles: ubuntu@trial103.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-19T16:32:54.602 INFO:teuthology.task.internal:roles: ubuntu@trial139.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2026-02-19T16:32:54.602 INFO:teuthology.run_tasks:Running task console_log... 2026-02-19T16:32:54.792 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x729d37a11080>, signals=[15]) 2026-02-19T16:32:54.792 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-19T16:32:54.804 INFO:teuthology.task.internal:Opening connections... 2026-02-19T16:32:54.804 DEBUG:teuthology.task.internal:connecting to ubuntu@trial085.front.sepia.ceph.com 2026-02-19T16:32:54.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial085.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T16:32:54.869 DEBUG:teuthology.task.internal:connecting to ubuntu@trial103.front.sepia.ceph.com 2026-02-19T16:32:54.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T16:32:54.933 DEBUG:teuthology.task.internal:connecting to ubuntu@trial139.front.sepia.ceph.com 2026-02-19T16:32:54.934 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T16:32:54.997 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-19T16:32:55.008 DEBUG:teuthology.orchestra.run.trial085:> uname -m 2026-02-19T16:32:55.024 INFO:teuthology.orchestra.run.trial085.stdout:x86_64 2026-02-19T16:32:55.024 DEBUG:teuthology.orchestra.run.trial085:> cat /etc/os-release 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:NAME="CentOS Stream" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:VERSION="9" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:ID="centos" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:ID_LIKE="rhel fedora" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:VERSION_ID="9" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:PLATFORM_ID="platform:el9" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:ANSI_COLOR="0;31" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:LOGO="fedora-logo-icon" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:HOME_URL="https://centos.org/" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-19T16:32:55.080 INFO:teuthology.orchestra.run.trial085.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-19T16:32:55.081 INFO:teuthology.lock.ops:Updating trial085.front.sepia.ceph.com on lock server 2026-02-19T16:32:55.137 DEBUG:teuthology.orchestra.run.trial103:> uname -m 2026-02-19T16:32:55.152 INFO:teuthology.orchestra.run.trial103.stdout:x86_64 2026-02-19T16:32:55.152 DEBUG:teuthology.orchestra.run.trial103:> cat /etc/os-release 2026-02-19T16:32:55.208 INFO:teuthology.orchestra.run.trial103.stdout:NAME="CentOS Stream" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:VERSION="9" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:ID="centos" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:ID_LIKE="rhel fedora" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:VERSION_ID="9" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:PLATFORM_ID="platform:el9" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:ANSI_COLOR="0;31" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:LOGO="fedora-logo-icon" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:HOME_URL="https://centos.org/" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-19T16:32:55.209 INFO:teuthology.orchestra.run.trial103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-19T16:32:55.209 INFO:teuthology.lock.ops:Updating trial103.front.sepia.ceph.com on lock server 2026-02-19T16:32:55.278 DEBUG:teuthology.orchestra.run.trial139:> uname -m 2026-02-19T16:32:55.293 INFO:teuthology.orchestra.run.trial139.stdout:x86_64 2026-02-19T16:32:55.293 DEBUG:teuthology.orchestra.run.trial139:> cat /etc/os-release 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:NAME="CentOS Stream" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:VERSION="9" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:ID="centos" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:ID_LIKE="rhel fedora" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:VERSION_ID="9" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:PLATFORM_ID="platform:el9" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:ANSI_COLOR="0;31" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:LOGO="fedora-logo-icon" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:HOME_URL="https://centos.org/" 2026-02-19T16:32:55.348 INFO:teuthology.orchestra.run.trial139.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-19T16:32:55.349 INFO:teuthology.orchestra.run.trial139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-19T16:32:55.349 INFO:teuthology.orchestra.run.trial139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-19T16:32:55.349 INFO:teuthology.lock.ops:Updating trial139.front.sepia.ceph.com on lock server 2026-02-19T16:32:55.425 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-19T16:32:55.438 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-19T16:32:55.450 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-19T16:32:55.450 DEBUG:teuthology.orchestra.run.trial085:> test '!' -e /home/ubuntu/cephtest 2026-02-19T16:32:55.451 DEBUG:teuthology.orchestra.run.trial103:> test '!' -e /home/ubuntu/cephtest 2026-02-19T16:32:55.453 DEBUG:teuthology.orchestra.run.trial139:> test '!' -e /home/ubuntu/cephtest 2026-02-19T16:32:55.467 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-19T16:32:55.478 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-19T16:32:55.478 DEBUG:teuthology.orchestra.run.trial085:> test -z $(ls -A /var/lib/ceph) 2026-02-19T16:32:55.507 DEBUG:teuthology.orchestra.run.trial103:> test -z $(ls -A /var/lib/ceph) 2026-02-19T16:32:55.509 DEBUG:teuthology.orchestra.run.trial139:> test -z $(ls -A /var/lib/ceph) 2026-02-19T16:32:55.526 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-19T16:32:55.744 INFO:teuthology.run_tasks:Running task kernel... 2026-02-19T16:32:55.763 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-19T16:32:55.763 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-19T16:32:55.764 DEBUG:teuthology.orchestra.run.trial085:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-19T16:32:55.764 DEBUG:teuthology.orchestra.run.trial103:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-19T16:32:55.764 DEBUG:teuthology.orchestra.run.trial139:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-19T16:32:55.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T16:32:55.779 DEBUG:teuthology.orchestra.run.trial103:> uname -r 2026-02-19T16:32:55.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T16:32:55.779 DEBUG:teuthology.orchestra.run.trial139:> uname -r 2026-02-19T16:32:55.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T16:32:55.779 DEBUG:teuthology.orchestra.run.trial085:> uname -r 2026-02-19T16:32:55.835 INFO:teuthology.orchestra.run.trial103.stdout:5.14.0-681.el9.x86_64 2026-02-19T16:32:55.835 INFO:teuthology.task.kernel:Running kernel on trial103: 5.14.0-681.el9.x86_64 2026-02-19T16:32:55.835 DEBUG:teuthology.orchestra.run.trial103:> sudo yum install -y kernel 2026-02-19T16:32:55.835 INFO:teuthology.orchestra.run.trial085.stdout:5.14.0-681.el9.x86_64 2026-02-19T16:32:55.836 INFO:teuthology.orchestra.run.trial139.stdout:5.14.0-681.el9.x86_64 2026-02-19T16:32:55.836 INFO:teuthology.task.kernel:Running kernel on trial085: 5.14.0-681.el9.x86_64 2026-02-19T16:32:55.836 DEBUG:teuthology.orchestra.run.trial085:> sudo yum install -y kernel 2026-02-19T16:32:55.836 INFO:teuthology.task.kernel:Running kernel on trial139: 5.14.0-681.el9.x86_64 2026-02-19T16:32:55.836 DEBUG:teuthology.orchestra.run.trial139:> sudo yum install -y kernel 2026-02-19T16:32:57.820 INFO:teuthology.orchestra.run.trial085.stdout:CentOS Stream 9 - BaseOS 5.5 MB/s | 8.9 MB 00:01 2026-02-19T16:33:00.841 INFO:teuthology.orchestra.run.trial085.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-19T16:33:04.778 INFO:teuthology.orchestra.run.trial085.stdout:CentOS Stream 9 - CRB 4.9 MB/s | 7.8 MB 00:01 2026-02-19T16:33:04.894 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-19T16:33:04.955 INFO:teuthology.orchestra.run.trial103.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-19T16:33:05.670 INFO:teuthology.orchestra.run.trial085.stdout:CentOS Stream 9 - Extras packages 117 kB/s | 20 kB 00:00 2026-02-19T16:33:06.694 INFO:teuthology.orchestra.run.trial085.stdout:Extra Packages for Enterprise Linux 21 MB/s | 20 MB 00:00 2026-02-19T16:33:08.033 INFO:teuthology.orchestra.run.trial103.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-19T16:33:09.865 INFO:teuthology.orchestra.run.trial085.stdout:lab-extras 1.4 MB/s | 50 kB 00:00 2026-02-19T16:33:10.885 INFO:teuthology.orchestra.run.trial085.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-19T16:33:10.885 INFO:teuthology.orchestra.run.trial085.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-19T16:33:10.904 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:33:10.904 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:33:10.904 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:33:10.928 DEBUG:teuthology.orchestra.run.trial085:> echo no | sudo yum reinstall kernel || true 2026-02-19T16:33:11.227 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Feb 2026 04:33:09 PM UTC. 2026-02-19T16:33:11.307 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:33:11.308 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:33:11.308 INFO:teuthology.orchestra.run.trial085.stdout: Package Architecture Version Repository Size 2026-02-19T16:33:11.308 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:33:11.308 INFO:teuthology.orchestra.run.trial085.stdout:Reinstalling: 2026-02-19T16:33:11.309 INFO:teuthology.orchestra.run.trial085.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T16:33:11.309 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:33:11.309 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:33:11.309 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:33:11.309 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:33:11.309 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 803 k 2026-02-19T16:33:11.309 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 0 2026-02-19T16:33:11.309 INFO:teuthology.orchestra.run.trial085.stderr:Operation aborted. 2026-02-19T16:33:11.328 INFO:teuthology.orchestra.run.trial085.stdout:Is this ok [y/N]: 2026-02-19T16:33:11.328 DEBUG:teuthology.orchestra.run.trial085:> sudo yum reinstall -y kernel || true 2026-02-19T16:33:11.629 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Feb 2026 04:33:09 PM UTC. 2026-02-19T16:33:11.709 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:33:11.709 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:33:11.709 INFO:teuthology.orchestra.run.trial085.stdout: Package Architecture Version Repository Size 2026-02-19T16:33:11.709 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:33:11.710 INFO:teuthology.orchestra.run.trial085.stdout:Reinstalling: 2026-02-19T16:33:11.710 INFO:teuthology.orchestra.run.trial085.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T16:33:11.710 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:33:11.710 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:33:11.710 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:33:11.710 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:33:11.710 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 803 k 2026-02-19T16:33:11.710 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 0 2026-02-19T16:33:11.710 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:33:11.831 INFO:teuthology.orchestra.run.trial085.stdout:kernel-5.14.0-681.el9.x86_64.rpm 14 MB/s | 803 kB 00:00 2026-02-19T16:33:11.831 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:33:11.832 INFO:teuthology.orchestra.run.trial085.stdout:Total 6.5 MB/s | 803 kB 00:00 2026-02-19T16:33:11.842 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:33:11.875 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:33:11.876 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:33:11.880 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:33:11.880 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:33:11.905 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:33:11.909 INFO:teuthology.orchestra.run.trial085.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T16:33:11.910 INFO:teuthology.orchestra.run.trial085.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T16:33:12.012 INFO:teuthology.orchestra.run.trial103.stdout:CentOS Stream 9 - CRB 4.9 MB/s | 7.8 MB 00:01 2026-02-19T16:33:12.017 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T16:33:12.017 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T16:33:12.075 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T16:33:12.075 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:33:12.075 INFO:teuthology.orchestra.run.trial085.stdout:Reinstalled: 2026-02-19T16:33:12.075 INFO:teuthology.orchestra.run.trial085.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-19T16:33:12.075 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:33:12.075 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:33:12.102 DEBUG:teuthology.orchestra.run.trial085:> rpm -q kernel | sort -rV | head -n 1 2026-02-19T16:33:12.126 INFO:teuthology.orchestra.run.trial085.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-19T16:33:12.127 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-19T16:33:12.127 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-19T16:33:12.127 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-19T16:33:12.127 DEBUG:teuthology.orchestra.run.trial085:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-19T16:33:12.191 INFO:teuthology.orchestra.run.trial085.stdout:ttyS1 2026-02-19T16:33:12.217 DEBUG:teuthology.parallel:result is None 2026-02-19T16:33:13.853 INFO:teuthology.orchestra.run.trial103.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-19T16:33:14.517 INFO:teuthology.orchestra.run.trial103.stdout:Extra Packages for Enterprise Linux 34 MB/s | 20 MB 00:00 2026-02-19T16:33:17.684 INFO:teuthology.orchestra.run.trial103.stdout:lab-extras 2.0 MB/s | 50 kB 00:00 2026-02-19T16:33:18.695 INFO:teuthology.orchestra.run.trial103.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-19T16:33:18.695 INFO:teuthology.orchestra.run.trial103.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-19T16:33:18.714 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:33:18.714 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:33:18.715 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:33:18.739 DEBUG:teuthology.orchestra.run.trial103:> echo no | sudo yum reinstall kernel || true 2026-02-19T16:33:19.039 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Feb 2026 04:33:17 PM UTC. 2026-02-19T16:33:19.118 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:33:19.119 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout: Package Architecture Version Repository Size 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout:Reinstalling: 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 803 k 2026-02-19T16:33:19.120 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 0 2026-02-19T16:33:19.121 INFO:teuthology.orchestra.run.trial103.stderr:Operation aborted. 2026-02-19T16:33:19.139 INFO:teuthology.orchestra.run.trial103.stdout:Is this ok [y/N]: 2026-02-19T16:33:19.140 DEBUG:teuthology.orchestra.run.trial103:> sudo yum reinstall -y kernel || true 2026-02-19T16:33:19.442 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Feb 2026 04:33:17 PM UTC. 2026-02-19T16:33:19.522 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:33:19.522 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout: Package Architecture Version Repository Size 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout:Reinstalling: 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 803 k 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 0 2026-02-19T16:33:19.523 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:33:19.696 INFO:teuthology.orchestra.run.trial103.stdout:kernel-5.14.0-681.el9.x86_64.rpm 9.2 MB/s | 803 kB 00:00 2026-02-19T16:33:19.696 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:33:19.696 INFO:teuthology.orchestra.run.trial103.stdout:Total 4.5 MB/s | 803 kB 00:00 2026-02-19T16:33:19.706 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:33:19.739 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:33:19.739 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:33:19.744 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:33:19.744 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:33:19.767 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:33:19.771 INFO:teuthology.orchestra.run.trial103.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T16:33:19.771 INFO:teuthology.orchestra.run.trial103.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T16:33:19.880 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T16:33:19.880 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T16:33:19.936 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T16:33:19.936 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:33:19.936 INFO:teuthology.orchestra.run.trial103.stdout:Reinstalled: 2026-02-19T16:33:19.936 INFO:teuthology.orchestra.run.trial103.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-19T16:33:19.936 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:33:19.936 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:33:19.963 DEBUG:teuthology.orchestra.run.trial103:> rpm -q kernel | sort -rV | head -n 1 2026-02-19T16:33:19.988 INFO:teuthology.orchestra.run.trial103.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-19T16:33:19.988 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-19T16:33:19.988 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-19T16:33:19.989 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-19T16:33:19.989 DEBUG:teuthology.orchestra.run.trial103:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-19T16:33:20.052 INFO:teuthology.orchestra.run.trial103.stdout:ttyS1 2026-02-19T16:33:20.070 DEBUG:teuthology.parallel:result is None 2026-02-19T16:33:32.371 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 27 MB 00:26 2026-02-19T16:33:35.788 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - CRB 7.3 MB/s | 7.8 MB 00:01 2026-02-19T16:33:36.611 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - Extras packages 189 kB/s | 20 kB 00:00 2026-02-19T16:33:58.121 INFO:teuthology.orchestra.run.trial139.stdout:Extra Packages for Enterprise Linux 968 kB/s | 20 MB 00:21 2026-02-19T16:34:01.262 INFO:teuthology.orchestra.run.trial139.stdout:lab-extras 2.4 MB/s | 50 kB 00:00 2026-02-19T16:34:02.268 INFO:teuthology.orchestra.run.trial139.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-19T16:34:02.269 INFO:teuthology.orchestra.run.trial139.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-19T16:34:02.287 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:34:02.288 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:34:02.288 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:34:02.309 DEBUG:teuthology.orchestra.run.trial139:> echo no | sudo yum reinstall kernel || true 2026-02-19T16:34:02.609 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:00:01 ago on Thu 19 Feb 2026 04:34:01 PM UTC. 2026-02-19T16:34:02.688 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout: Package Architecture Version Repository Size 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout:Reinstalling: 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:34:02.690 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 803 k 2026-02-19T16:34:02.691 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 0 2026-02-19T16:34:02.691 INFO:teuthology.orchestra.run.trial139.stderr:Operation aborted. 2026-02-19T16:34:02.710 INFO:teuthology.orchestra.run.trial139.stdout:Is this ok [y/N]: 2026-02-19T16:34:02.710 DEBUG:teuthology.orchestra.run.trial139:> sudo yum reinstall -y kernel || true 2026-02-19T16:34:03.011 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:00:02 ago on Thu 19 Feb 2026 04:34:01 PM UTC. 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout: Package Architecture Version Repository Size 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout:Reinstalling: 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 803 k 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 0 2026-02-19T16:34:03.091 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:34:10.982 INFO:teuthology.orchestra.run.trial139.stdout:kernel-5.14.0-681.el9.x86_64.rpm 595 kB/s | 803 kB 00:01 2026-02-19T16:34:10.982 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:34:10.982 INFO:teuthology.orchestra.run.trial139.stdout:Total 102 kB/s | 803 kB 00:07 2026-02-19T16:34:10.994 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:34:11.028 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:34:11.028 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:34:11.032 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:34:11.033 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:34:11.056 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:34:11.061 INFO:teuthology.orchestra.run.trial139.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T16:34:11.061 INFO:teuthology.orchestra.run.trial139.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T16:34:11.149 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T16:34:11.149 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-19T16:34:11.204 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-19T16:34:11.204 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:34:11.204 INFO:teuthology.orchestra.run.trial139.stdout:Reinstalled: 2026-02-19T16:34:11.204 INFO:teuthology.orchestra.run.trial139.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-19T16:34:11.204 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:34:11.204 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:34:11.232 DEBUG:teuthology.orchestra.run.trial139:> rpm -q kernel | sort -rV | head -n 1 2026-02-19T16:34:11.257 INFO:teuthology.orchestra.run.trial139.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-19T16:34:11.257 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-19T16:34:11.257 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-19T16:34:11.258 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-19T16:34:11.258 DEBUG:teuthology.orchestra.run.trial139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-19T16:34:11.321 INFO:teuthology.orchestra.run.trial139.stdout:ttyS1 2026-02-19T16:34:11.348 DEBUG:teuthology.parallel:result is None 2026-02-19T16:34:11.348 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-19T16:34:11.370 INFO:teuthology.task.internal:Creating test directory... 2026-02-19T16:34:11.371 DEBUG:teuthology.orchestra.run.trial085:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-19T16:34:11.373 DEBUG:teuthology.orchestra.run.trial103:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-19T16:34:11.374 DEBUG:teuthology.orchestra.run.trial139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-19T16:34:11.407 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-19T16:34:11.421 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-19T16:34:11.436 INFO:teuthology.task.internal:Creating archive directory... 2026-02-19T16:34:11.436 DEBUG:teuthology.orchestra.run.trial085:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-19T16:34:11.439 DEBUG:teuthology.orchestra.run.trial103:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-19T16:34:11.442 DEBUG:teuthology.orchestra.run.trial139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-19T16:34:11.472 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-19T16:34:11.487 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-19T16:34:11.488 DEBUG:teuthology.orchestra.run.trial085:> 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-19T16:34:11.497 DEBUG:teuthology.orchestra.run.trial103:> 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-19T16:34:11.500 DEBUG:teuthology.orchestra.run.trial139:> 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-19T16:34:11.519 INFO:teuthology.orchestra.run.trial085.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T16:34:11.522 INFO:teuthology.orchestra.run.trial103.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T16:34:11.528 INFO:teuthology.orchestra.run.trial085.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T16:34:11.530 INFO:teuthology.orchestra.run.trial139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T16:34:11.530 INFO:teuthology.orchestra.run.trial103.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T16:34:11.538 INFO:teuthology.orchestra.run.trial139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-19T16:34:11.540 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-19T16:34:11.553 INFO:teuthology.task.internal:Configuring sudo... 2026-02-19T16:34:11.553 DEBUG:teuthology.orchestra.run.trial085:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-19T16:34:11.572 DEBUG:teuthology.orchestra.run.trial103:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-19T16:34:11.575 DEBUG:teuthology.orchestra.run.trial139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-19T16:34:11.605 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-19T16:34:11.622 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-19T16:34:11.622 DEBUG:teuthology.orchestra.run.trial085:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-19T16:34:11.638 DEBUG:teuthology.orchestra.run.trial103:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-19T16:34:11.641 DEBUG:teuthology.orchestra.run.trial139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-19T16:34:11.660 DEBUG:teuthology.orchestra.run.trial085:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T16:34:11.777 DEBUG:teuthology.orchestra.run.trial085:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T16:34:11.802 DEBUG:teuthology.orchestra.run.trial085:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T16:34:11.944 DEBUG:teuthology.orchestra.run.trial085:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T16:34:11.969 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:34:11.969 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-19T16:34:12.031 DEBUG:teuthology.orchestra.run.trial103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T16:34:12.130 DEBUG:teuthology.orchestra.run.trial103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T16:34:12.156 DEBUG:teuthology.orchestra.run.trial103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T16:34:12.287 DEBUG:teuthology.orchestra.run.trial103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T16:34:12.312 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:34:12.312 DEBUG:teuthology.orchestra.run.trial103:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-19T16:34:12.378 DEBUG:teuthology.orchestra.run.trial139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T16:34:12.479 DEBUG:teuthology.orchestra.run.trial139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-19T16:34:12.504 DEBUG:teuthology.orchestra.run.trial139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T16:34:12.634 DEBUG:teuthology.orchestra.run.trial139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-19T16:34:12.659 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:34:12.659 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-19T16:34:12.722 DEBUG:teuthology.orchestra.run.trial085:> sudo service rsyslog restart 2026-02-19T16:34:12.725 DEBUG:teuthology.orchestra.run.trial103:> sudo service rsyslog restart 2026-02-19T16:34:12.727 DEBUG:teuthology.orchestra.run.trial139:> sudo service rsyslog restart 2026-02-19T16:34:12.752 INFO:teuthology.orchestra.run.trial085.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T16:34:12.754 INFO:teuthology.orchestra.run.trial103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T16:34:12.792 INFO:teuthology.orchestra.run.trial139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-19T16:34:13.249 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-19T16:34:13.261 INFO:teuthology.task.internal:Starting timer... 2026-02-19T16:34:13.261 INFO:teuthology.run_tasks:Running task pcp... 2026-02-19T16:34:13.283 INFO:teuthology.run_tasks:Running task selinux... 2026-02-19T16:34:13.302 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-19T16:34:13.303 DEBUG:teuthology.orchestra.run.trial085:> sudo service auditd rotate 2026-02-19T16:34:13.333 INFO:teuthology.orchestra.run.trial085.stdout:Rotating logs: 2026-02-19T16:34:13.334 DEBUG:teuthology.orchestra.run.trial103:> sudo service auditd rotate 2026-02-19T16:34:13.364 INFO:teuthology.orchestra.run.trial103.stdout:Rotating logs: 2026-02-19T16:34:13.366 DEBUG:teuthology.orchestra.run.trial139:> sudo service auditd rotate 2026-02-19T16:34:13.397 INFO:teuthology.orchestra.run.trial139.stdout:Rotating logs: 2026-02-19T16:34:13.399 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-19T16:34:13.399 DEBUG:teuthology.orchestra.run.trial085:> /usr/sbin/getenforce 2026-02-19T16:34:13.417 INFO:teuthology.orchestra.run.trial085.stdout:Permissive 2026-02-19T16:34:13.417 DEBUG:teuthology.orchestra.run.trial103:> /usr/sbin/getenforce 2026-02-19T16:34:13.434 INFO:teuthology.orchestra.run.trial103.stdout:Permissive 2026-02-19T16:34:13.434 DEBUG:teuthology.orchestra.run.trial139:> /usr/sbin/getenforce 2026-02-19T16:34:13.456 INFO:teuthology.orchestra.run.trial139.stdout:Permissive 2026-02-19T16:34:13.457 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial085.front.sepia.ceph.com': 'permissive', 'ubuntu@trial103.front.sepia.ceph.com': 'permissive', 'ubuntu@trial139.front.sepia.ceph.com': 'permissive'} 2026-02-19T16:34:13.457 DEBUG:teuthology.orchestra.run.trial085:> 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-19T16:34:13.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T16:34:13.482 DEBUG:teuthology.orchestra.run.trial103:> 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-19T16:34:13.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T16:34:13.507 DEBUG:teuthology.orchestra.run.trial139:> 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-19T16:34:13.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-19T16:34:13.531 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-19T16:34:13.532 DEBUG:teuthology.orchestra.run.trial085:> sudo /usr/sbin/setenforce permissive 2026-02-19T16:34:13.557 DEBUG:teuthology.orchestra.run.trial103:> sudo /usr/sbin/setenforce permissive 2026-02-19T16:34:13.581 DEBUG:teuthology.orchestra.run.trial139:> sudo /usr/sbin/setenforce permissive 2026-02-19T16:34:13.607 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-19T16:34:13.622 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-19T16:34:13.632 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-19T16:34:13.634 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial085.front.sepia.ceph.com,trial103.front.sepia.ceph.com,trial139.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-19T16:37:24.519 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial085.front.sepia.ceph.com'), Remote(name='ubuntu@trial103.front.sepia.ceph.com'), Remote(name='ubuntu@trial139.front.sepia.ceph.com')] 2026-02-19T16:37:24.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial085.front.sepia.ceph.com' 2026-02-19T16:37:24.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial085.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T16:37:24.631 DEBUG:teuthology.orchestra.run.trial085:> true 2026-02-19T16:37:24.704 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial085.front.sepia.ceph.com' 2026-02-19T16:37:24.704 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial103.front.sepia.ceph.com' 2026-02-19T16:37:24.704 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T16:37:24.775 DEBUG:teuthology.orchestra.run.trial103:> true 2026-02-19T16:37:24.850 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial103.front.sepia.ceph.com' 2026-02-19T16:37:24.851 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial139.front.sepia.ceph.com' 2026-02-19T16:37:24.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-19T16:37:24.924 DEBUG:teuthology.orchestra.run.trial139:> true 2026-02-19T16:37:25.007 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial139.front.sepia.ceph.com' 2026-02-19T16:37:25.009 INFO:teuthology.run_tasks:Running task clock... 2026-02-19T16:37:25.018 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-19T16:37:25.018 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-19T16:37:25.019 DEBUG:teuthology.orchestra.run.trial085:> 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-19T16:37:25.021 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-19T16:37:25.021 DEBUG:teuthology.orchestra.run.trial103:> 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-19T16:37:25.023 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-19T16:37:25.023 DEBUG:teuthology.orchestra.run.trial139:> 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-19T16:37:25.048 INFO:teuthology.orchestra.run.trial085.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-19T16:37:25.050 INFO:teuthology.orchestra.run.trial103.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-19T16:37:25.059 INFO:teuthology.orchestra.run.trial085.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-19T16:37:25.061 INFO:teuthology.orchestra.run.trial103.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-19T16:37:25.077 INFO:teuthology.orchestra.run.trial139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-19T16:37:25.079 INFO:teuthology.orchestra.run.trial085.stderr:sudo: ntpd: command not found 2026-02-19T16:37:25.081 INFO:teuthology.orchestra.run.trial103.stderr:sudo: ntpd: command not found 2026-02-19T16:37:25.089 INFO:teuthology.orchestra.run.trial139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-19T16:37:25.090 INFO:teuthology.orchestra.run.trial085.stdout:506 Cannot talk to daemon 2026-02-19T16:37:25.091 INFO:teuthology.orchestra.run.trial103.stdout:506 Cannot talk to daemon 2026-02-19T16:37:25.100 INFO:teuthology.orchestra.run.trial085.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-19T16:37:25.101 INFO:teuthology.orchestra.run.trial103.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-19T16:37:25.111 INFO:teuthology.orchestra.run.trial139.stderr:sudo: ntpd: command not found 2026-02-19T16:37:25.112 INFO:teuthology.orchestra.run.trial085.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-19T16:37:25.113 INFO:teuthology.orchestra.run.trial103.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-19T16:37:25.120 INFO:teuthology.orchestra.run.trial139.stdout:506 Cannot talk to daemon 2026-02-19T16:37:25.133 INFO:teuthology.orchestra.run.trial139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-19T16:37:25.145 INFO:teuthology.orchestra.run.trial139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-19T16:37:25.162 INFO:teuthology.orchestra.run.trial085.stderr:bash: line 1: ntpq: command not found 2026-02-19T16:37:25.163 INFO:teuthology.orchestra.run.trial085.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T16:37:25.164 INFO:teuthology.orchestra.run.trial085.stdout:=============================================================================== 2026-02-19T16:37:25.165 INFO:teuthology.orchestra.run.trial103.stderr:bash: line 1: ntpq: command not found 2026-02-19T16:37:25.167 INFO:teuthology.orchestra.run.trial103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T16:37:25.167 INFO:teuthology.orchestra.run.trial103.stdout:=============================================================================== 2026-02-19T16:37:25.196 INFO:teuthology.orchestra.run.trial139.stderr:bash: line 1: ntpq: command not found 2026-02-19T16:37:25.198 INFO:teuthology.orchestra.run.trial139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-19T16:37:25.198 INFO:teuthology.orchestra.run.trial139.stdout:=============================================================================== 2026-02-19T16:37:25.199 INFO:teuthology.run_tasks:Running task pexec... 2026-02-19T16:37:25.212 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-19T16:37:25.212 DEBUG:teuthology.orchestra.run.trial085:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-19T16:37:25.212 DEBUG:teuthology.orchestra.run.trial103:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-19T16:37:25.212 DEBUG:teuthology.orchestra.run.trial139:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-19T16:37:25.214 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial103.front.sepia.ceph.com 2026-02-19T16:37:25.214 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-19T16:37:25.214 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-19T16:37:25.214 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-19T16:37:25.214 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-19T16:37:25.215 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial085.front.sepia.ceph.com 2026-02-19T16:37:25.215 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-19T16:37:25.215 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-19T16:37:25.215 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-19T16:37:25.215 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-19T16:37:25.241 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial139.front.sepia.ceph.com 2026-02-19T16:37:25.241 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-19T16:37:25.241 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-19T16:37:25.241 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-19T16:37:25.241 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-19T16:37:25.384 INFO:teuthology.orchestra.run.trial103.stdout:No match for argument: nvme-cli 2026-02-19T16:37:25.384 INFO:teuthology.orchestra.run.trial103.stderr:No packages marked for removal. 2026-02-19T16:37:25.386 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:37:25.386 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:37:25.387 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:37:25.387 INFO:teuthology.orchestra.run.trial085.stdout:No match for argument: nvme-cli 2026-02-19T16:37:25.387 INFO:teuthology.orchestra.run.trial085.stderr:No packages marked for removal. 2026-02-19T16:37:25.389 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:37:25.390 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:37:25.390 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:37:25.413 INFO:teuthology.orchestra.run.trial139.stdout:No match for argument: nvme-cli 2026-02-19T16:37:25.414 INFO:teuthology.orchestra.run.trial139.stderr:No packages marked for removal. 2026-02-19T16:37:25.415 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:37:25.416 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:37:25.416 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:37:25.692 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:38 ago on Thu 19 Feb 2026 04:36:47 PM UTC. 2026-02-19T16:37:25.692 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:00:38 ago on Thu 19 Feb 2026 04:36:47 PM UTC. 2026-02-19T16:37:25.716 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:00:39 ago on Thu 19 Feb 2026 04:36:46 PM UTC. 2026-02-19T16:37:25.773 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:37:25.774 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout: Package Arch Version Repository Size 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout:Installing dependencies: 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-19T16:37:25.775 INFO:teuthology.orchestra.run.trial103.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-19T16:37:25.776 INFO:teuthology.orchestra.run.trial103.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-19T16:37:25.776 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:37:25.776 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:37:25.776 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:37:25.776 INFO:teuthology.orchestra.run.trial103.stdout:Install 7 Packages 2026-02-19T16:37:25.776 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:37:25.776 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 6.3 M 2026-02-19T16:37:25.776 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 24 M 2026-02-19T16:37:25.776 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:37:25.777 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:37:25.777 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:37:25.777 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repository Size 2026-02-19T16:37:25.777 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout:Installing dependencies: 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:37:25.778 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:37:25.779 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:37:25.779 INFO:teuthology.orchestra.run.trial085.stdout:Install 7 Packages 2026-02-19T16:37:25.779 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:37:25.779 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 6.3 M 2026-02-19T16:37:25.779 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 24 M 2026-02-19T16:37:25.779 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:37:25.797 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:37:25.798 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:37:25.798 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repository Size 2026-02-19T16:37:25.798 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:37:25.798 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout:Installing dependencies: 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:37:25.799 INFO:teuthology.orchestra.run.trial139.stdout:Install 7 Packages 2026-02-19T16:37:25.800 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:37:25.800 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 6.3 M 2026-02-19T16:37:25.800 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 24 M 2026-02-19T16:37:25.800 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:37:25.992 INFO:teuthology.orchestra.run.trial103.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 681 kB/s | 44 kB 00:00 2026-02-19T16:37:25.993 INFO:teuthology.orchestra.run.trial103.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.1 MB/s | 72 kB 00:00 2026-02-19T16:37:26.021 INFO:teuthology.orchestra.run.trial085.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 448 kB/s | 44 kB 00:00 2026-02-19T16:37:26.036 INFO:teuthology.orchestra.run.trial085.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 638 kB/s | 72 kB 00:00 2026-02-19T16:37:26.037 INFO:teuthology.orchestra.run.trial103.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.9 MB/s | 84 kB 00:00 2026-02-19T16:37:26.037 INFO:teuthology.orchestra.run.trial103.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.3 MB/s | 150 kB 00:00 2026-02-19T16:37:26.077 INFO:teuthology.orchestra.run.trial085.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-19T16:37:26.078 INFO:teuthology.orchestra.run.trial103.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 7.7 MB/s | 1.2 MB 00:00 2026-02-19T16:37:26.102 INFO:teuthology.orchestra.run.trial085.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-19T16:37:26.104 INFO:teuthology.orchestra.run.trial103.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 12 MB/s | 837 kB 00:00 2026-02-19T16:37:26.134 INFO:teuthology.orchestra.run.trial085.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.5 MB/s | 1.2 MB 00:00 2026-02-19T16:37:26.179 INFO:teuthology.orchestra.run.trial085.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.0 MB/s | 837 kB 00:00 2026-02-19T16:37:26.890 INFO:teuthology.orchestra.run.trial139.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 83 kB/s | 44 kB 00:00 2026-02-19T16:37:26.928 INFO:teuthology.orchestra.run.trial085.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 4.8 MB/s | 4.0 MB 00:00 2026-02-19T16:37:26.928 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:37:26.928 INFO:teuthology.orchestra.run.trial085.stdout:Total 5.4 MB/s | 6.3 MB 00:01 2026-02-19T16:37:26.969 INFO:teuthology.orchestra.run.trial139.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 118 kB/s | 72 kB 00:00 2026-02-19T16:37:26.998 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:37:27.006 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:37:27.006 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:37:27.068 INFO:teuthology.orchestra.run.trial139.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 473 kB/s | 84 kB 00:00 2026-02-19T16:37:27.088 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:37:27.088 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:37:27.234 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:37:27.242 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-19T16:37:27.251 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-19T16:37:27.257 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T16:37:27.263 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T16:37:27.264 INFO:teuthology.orchestra.run.trial085.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T16:37:27.311 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T16:37:27.425 INFO:teuthology.orchestra.run.trial085.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-19T16:37:27.428 INFO:teuthology.orchestra.run.trial085.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T16:37:27.619 INFO:teuthology.orchestra.run.trial139.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 232 kB/s | 150 kB 00:00 2026-02-19T16:37:27.705 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T16:37:27.706 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-19T16:37:27.706 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:37:27.875 INFO:teuthology.orchestra.run.trial139.stdout:(5/7): runc-1.4.0-1.el9.x86_64.rpm 15 MB/s | 4.0 MB 00:00 2026-02-19T16:37:27.949 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-19T16:37:27.949 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-19T16:37:27.950 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T16:37:27.950 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T16:37:27.950 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-19T16:37:27.950 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-19T16:37:28.002 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-19T16:37:28.003 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:37:28.003 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:37:28.003 INFO:teuthology.orchestra.run.trial085.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-19T16:37:28.003 INFO:teuthology.orchestra.run.trial085.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-19T16:37:28.003 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-19T16:37:28.003 INFO:teuthology.orchestra.run.trial085.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-19T16:37:28.003 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:37:28.003 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:37:28.059 DEBUG:teuthology.parallel:result is None 2026-02-19T16:37:28.111 INFO:teuthology.orchestra.run.trial139.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 803 kB/s | 837 kB 00:01 2026-02-19T16:37:28.141 INFO:teuthology.orchestra.run.trial139.stdout:(7/7): nvme-cli-2.16-1.el9.x86_64.rpm 662 kB/s | 1.2 MB 00:01 2026-02-19T16:37:28.143 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:37:28.143 INFO:teuthology.orchestra.run.trial139.stdout:Total 2.7 MB/s | 6.3 MB 00:02 2026-02-19T16:37:28.212 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:37:28.220 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:37:28.220 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:37:28.301 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:37:28.301 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:37:28.445 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:37:28.453 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-19T16:37:28.462 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-19T16:37:28.469 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T16:37:28.475 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T16:37:28.476 INFO:teuthology.orchestra.run.trial139.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T16:37:28.527 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T16:37:28.644 INFO:teuthology.orchestra.run.trial139.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-19T16:37:28.646 INFO:teuthology.orchestra.run.trial139.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T16:37:28.932 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T16:37:28.932 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-19T16:37:28.932 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:37:29.003 INFO:teuthology.orchestra.run.trial103.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 1.3 MB/s | 4.0 MB 00:02 2026-02-19T16:37:29.003 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:37:29.004 INFO:teuthology.orchestra.run.trial103.stdout:Total 1.9 MB/s | 6.3 MB 00:03 2026-02-19T16:37:29.073 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:37:29.081 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:37:29.081 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:37:29.162 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:37:29.163 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:37:29.187 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-19T16:37:29.187 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-19T16:37:29.187 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T16:37:29.188 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T16:37:29.188 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-19T16:37:29.188 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-19T16:37:29.241 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-19T16:37:29.241 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:37:29.242 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:37:29.242 INFO:teuthology.orchestra.run.trial139.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-19T16:37:29.242 INFO:teuthology.orchestra.run.trial139.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-19T16:37:29.242 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-19T16:37:29.242 INFO:teuthology.orchestra.run.trial139.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-19T16:37:29.242 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:37:29.242 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:37:29.294 DEBUG:teuthology.parallel:result is None 2026-02-19T16:37:29.306 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:37:29.315 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-19T16:37:29.323 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-19T16:37:29.329 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T16:37:29.335 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T16:37:29.336 INFO:teuthology.orchestra.run.trial103.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T16:37:29.390 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-19T16:37:29.503 INFO:teuthology.orchestra.run.trial103.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-19T16:37:29.506 INFO:teuthology.orchestra.run.trial103.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T16:37:29.802 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-19T16:37:29.802 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-19T16:37:29.802 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:37:30.066 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-19T16:37:30.066 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-19T16:37:30.066 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-19T16:37:30.066 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-19T16:37:30.066 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-19T16:37:30.066 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-19T16:37:30.120 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-19T16:37:30.121 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:37:30.121 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:37:30.121 INFO:teuthology.orchestra.run.trial103.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-19T16:37:30.121 INFO:teuthology.orchestra.run.trial103.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-19T16:37:30.121 INFO:teuthology.orchestra.run.trial103.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-19T16:37:30.121 INFO:teuthology.orchestra.run.trial103.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-19T16:37:30.121 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:37:30.121 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:37:30.174 DEBUG:teuthology.parallel:result is None 2026-02-19T16:37:30.174 INFO:teuthology.run_tasks:Running task install... 2026-02-19T16:37:30.186 DEBUG:teuthology.task.install:project ceph 2026-02-19T16:37:30.186 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '802bf111cd55e57f5842153d7ba2b8b964aa818a'}} 2026-02-19T16:37:30.186 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '802bf111cd55e57f5842153d7ba2b8b964aa818a'} 2026-02-19T16:37:30.186 INFO:teuthology.task.install:Using flavor: default 2026-02-19T16:37:30.188 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-osd', 'ceph-osd-classic', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-osd', 'ceph-osd-classic', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-19T16:37:30.188 INFO:teuthology.task.install:extra packages: [] 2026-02-19T16:37:30.189 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': '802bf111cd55e57f5842153d7ba2b8b964aa818a', 'tag': None, 'wait_for_package': False} 2026-02-19T16:37:30.189 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:37:30.190 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': '802bf111cd55e57f5842153d7ba2b8b964aa818a', 'tag': None, 'wait_for_package': False} 2026-02-19T16:37:30.190 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:37:30.190 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': '802bf111cd55e57f5842153d7ba2b8b964aa818a', 'tag': None, 'wait_for_package': False} 2026-02-19T16:37:30.190 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:37:30.402 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/ 2026-02-19T16:37:30.402 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5336.g802bf111 2026-02-19T16:37:30.405 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/ 2026-02-19T16:37:30.405 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5336.g802bf111 2026-02-19T16:37:30.415 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/ 2026-02-19T16:37:30.415 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5336.g802bf111 2026-02-19T16:37:30.589 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-19T16:37:30.589 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:37:30.589 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-19T16:37:30.591 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-19T16:37:30.591 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:37:30.591 DEBUG:teuthology.orchestra.run.trial103:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-19T16:37:30.598 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-19T16:37:30.598 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:37:30.598 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-19T16:37:30.617 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-osd, ceph-osd-classic, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-19T16:37:30.618 DEBUG:teuthology.orchestra.run.trial103:> 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/802bf111cd55e57f5842153d7ba2b8b964aa818a/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-19T16:37:30.618 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-osd, ceph-osd-classic, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-19T16:37:30.618 DEBUG:teuthology.orchestra.run.trial085:> 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/802bf111cd55e57f5842153d7ba2b8b964aa818a/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-19T16:37:30.626 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-osd, ceph-osd-classic, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-19T16:37:30.626 DEBUG:teuthology.orchestra.run.trial139:> 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/802bf111cd55e57f5842153d7ba2b8b964aa818a/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-19T16:37:30.682 DEBUG:teuthology.orchestra.run.trial103:> 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-19T16:37:30.684 DEBUG:teuthology.orchestra.run.trial085:> 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-19T16:37:30.691 DEBUG:teuthology.orchestra.run.trial139:> 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-19T16:37:30.755 DEBUG:teuthology.orchestra.run.trial103:> 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-19T16:37:30.759 DEBUG:teuthology.orchestra.run.trial085:> 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-19T16:37:30.765 DEBUG:teuthology.orchestra.run.trial139:> 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-19T16:37:30.818 INFO:teuthology.orchestra.run.trial103.stdout:check_obsoletes = 1 2026-02-19T16:37:30.820 DEBUG:teuthology.orchestra.run.trial103:> sudo yum clean all 2026-02-19T16:37:30.823 INFO:teuthology.orchestra.run.trial085.stdout:check_obsoletes = 1 2026-02-19T16:37:30.824 DEBUG:teuthology.orchestra.run.trial085:> sudo yum clean all 2026-02-19T16:37:30.828 INFO:teuthology.orchestra.run.trial139.stdout:check_obsoletes = 1 2026-02-19T16:37:30.830 DEBUG:teuthology.orchestra.run.trial139:> sudo yum clean all 2026-02-19T16:37:30.979 INFO:teuthology.orchestra.run.trial103.stdout:41 files removed 2026-02-19T16:37:30.984 INFO:teuthology.orchestra.run.trial085.stdout:41 files removed 2026-02-19T16:37:30.988 INFO:teuthology.orchestra.run.trial139.stdout:41 files removed 2026-02-19T16:37:30.994 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-radosgw 2026-02-19T16:37:31.000 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-radosgw 2026-02-19T16:37:31.002 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-radosgw 2026-02-19T16:37:31.265 INFO:teuthology.orchestra.run.trial103.stdout:ceph packages for x86_64 725 kB/s | 93 kB 00:00 2026-02-19T16:37:31.269 INFO:teuthology.orchestra.run.trial085.stdout:ceph packages for x86_64 744 kB/s | 93 kB 00:00 2026-02-19T16:37:31.275 INFO:teuthology.orchestra.run.trial139.stdout:ceph packages for x86_64 722 kB/s | 93 kB 00:00 2026-02-19T16:37:31.406 INFO:teuthology.orchestra.run.trial103.stdout:ceph noarch packages 213 kB/s | 24 kB 00:00 2026-02-19T16:37:31.410 INFO:teuthology.orchestra.run.trial085.stdout:ceph noarch packages 214 kB/s | 24 kB 00:00 2026-02-19T16:37:31.416 INFO:teuthology.orchestra.run.trial139.stdout:ceph noarch packages 216 kB/s | 24 kB 00:00 2026-02-19T16:37:31.534 INFO:teuthology.orchestra.run.trial103.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-19T16:37:31.538 INFO:teuthology.orchestra.run.trial085.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-19T16:37:31.545 INFO:teuthology.orchestra.run.trial139.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-19T16:37:31.848 INFO:teuthology.orchestra.run.trial085.stdout:CentOS Stream 9 - BaseOS 31 MB/s | 8.9 MB 00:00 2026-02-19T16:37:32.282 INFO:teuthology.orchestra.run.trial103.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-19T16:37:32.433 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-19T16:37:35.428 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-19T16:37:35.571 INFO:teuthology.orchestra.run.trial085.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 27 MB 00:03 2026-02-19T16:37:38.833 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 7.8 MB 00:01 2026-02-19T16:37:39.233 INFO:teuthology.orchestra.run.trial085.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 7.8 MB 00:01 2026-02-19T16:37:44.687 INFO:teuthology.orchestra.run.trial139.stdout:CentOS Stream 9 - Extras packages 3.9 kB/s | 20 kB 00:05 2026-02-19T16:37:45.580 INFO:teuthology.orchestra.run.trial139.stdout:Extra Packages for Enterprise Linux 24 MB/s | 20 MB 00:00 2026-02-19T16:37:45.789 INFO:teuthology.orchestra.run.trial085.stdout:CentOS Stream 9 - Extras packages 3.5 kB/s | 20 kB 00:05 2026-02-19T16:37:48.760 INFO:teuthology.orchestra.run.trial139.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-19T16:37:49.965 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:37:49.966 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:37:49.966 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repository Size 2026-02-19T16:37:49.966 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:37:49.966 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:37:49.966 INFO:teuthology.orchestra.run.trial139.stdout: ceph-radosgw x86_64 2:20.3.0-5336.g802bf111.el9 ceph 13 M 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout:Upgrading: 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: librados2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 3.6 M 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: librbd1 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 2.8 M 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout:Installing dependencies: 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: ceph-base x86_64 2:20.3.0-5336.g802bf111.el9 ceph 5.2 M 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: ceph-common x86_64 2:20.3.0-5336.g802bf111.el9 ceph 24 M 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: ceph-selinux x86_64 2:20.3.0-5336.g802bf111.el9 ceph 25 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: libcephfs2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 910 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: libradosstriper1 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 250 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: librgw2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 6.5 M 2026-02-19T16:37:49.967 INFO:teuthology.orchestra.run.trial139.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: python3-ceph-argparse x86_64 2:20.3.0-5336.g802bf111.el9 ceph 45 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: python3-ceph-common x86_64 2:20.3.0-5336.g802bf111.el9 ceph 185 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: python3-cephfs x86_64 2:20.3.0-5336.g802bf111.el9 ceph 203 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: python3-rados x86_64 2:20.3.0-5336.g802bf111.el9 ceph 323 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: python3-rbd x86_64 2:20.3.0-5336.g802bf111.el9 ceph 305 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: python3-rgw x86_64 2:20.3.0-5336.g802bf111.el9 ceph 100 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout:Installing weak dependencies: 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: libcephfs-daemon x86_64 2:20.3.0-5336.g802bf111.el9 ceph 37 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 25 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:37:49.968 INFO:teuthology.orchestra.run.trial139.stdout:Install 34 Packages 2026-02-19T16:37:49.969 INFO:teuthology.orchestra.run.trial139.stdout:Upgrade 2 Packages 2026-02-19T16:37:49.969 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:37:49.969 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 67 M 2026-02-19T16:37:49.969 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:37:50.779 INFO:teuthology.orchestra.run.trial139.stdout:(1/36): ceph-base-20.3.0-5336.g802bf111.el9.x86 17 MB/s | 5.2 MB 00:00 2026-02-19T16:37:50.798 INFO:teuthology.orchestra.run.trial139.stdout:(2/36): ceph-selinux-20.3.0-5336.g802bf111.el9. 1.3 MB/s | 25 kB 00:00 2026-02-19T16:37:50.818 INFO:teuthology.orchestra.run.trial139.stdout:(3/36): libcephfs-daemon-20.3.0-5336.g802bf111. 1.8 MB/s | 37 kB 00:00 2026-02-19T16:37:50.835 INFO:teuthology.orchestra.run.trial139.stdout:(4/36): libcephfs-proxy2-20.3.0-5336.g802bf111. 1.4 MB/s | 25 kB 00:00 2026-02-19T16:37:50.877 INFO:teuthology.orchestra.run.trial139.stdout:(5/36): libcephfs2-20.3.0-5336.g802bf111.el9.x8 21 MB/s | 910 kB 00:00 2026-02-19T16:37:50.909 INFO:teuthology.orchestra.run.trial139.stdout:(6/36): libradosstriper1-20.3.0-5336.g802bf111. 7.8 MB/s | 250 kB 00:00 2026-02-19T16:37:51.046 INFO:teuthology.orchestra.run.trial085.stdout:Extra Packages for Enterprise Linux 3.9 MB/s | 20 MB 00:05 2026-02-19T16:37:51.159 INFO:teuthology.orchestra.run.trial139.stdout:(7/36): librgw2-20.3.0-5336.g802bf111.el9.x86_6 26 MB/s | 6.5 MB 00:00 2026-02-19T16:37:51.183 INFO:teuthology.orchestra.run.trial139.stdout:(8/36): python3-ceph-argparse-20.3.0-5336.g802b 1.8 MB/s | 45 kB 00:00 2026-02-19T16:37:51.211 INFO:teuthology.orchestra.run.trial139.stdout:(9/36): python3-ceph-common-20.3.0-5336.g802bf1 6.3 MB/s | 185 kB 00:00 2026-02-19T16:37:51.241 INFO:teuthology.orchestra.run.trial139.stdout:(10/36): python3-cephfs-20.3.0-5336.g802bf111.e 6.8 MB/s | 203 kB 00:00 2026-02-19T16:37:51.273 INFO:teuthology.orchestra.run.trial139.stdout:(11/36): python3-rados-20.3.0-5336.g802bf111.el 9.7 MB/s | 323 kB 00:00 2026-02-19T16:37:51.307 INFO:teuthology.orchestra.run.trial139.stdout:(12/36): python3-rbd-20.3.0-5336.g802bf111.el9. 8.9 MB/s | 305 kB 00:00 2026-02-19T16:37:51.338 INFO:teuthology.orchestra.run.trial139.stdout:(13/36): python3-rgw-20.3.0-5336.g802bf111.el9. 3.2 MB/s | 100 kB 00:00 2026-02-19T16:37:51.455 INFO:teuthology.orchestra.run.trial139.stdout:(14/36): ceph-common-20.3.0-5336.g802bf111.el9. 25 MB/s | 24 MB 00:00 2026-02-19T16:37:51.616 INFO:teuthology.orchestra.run.trial139.stdout:(15/36): ceph-radosgw-20.3.0-5336.g802bf111.el9 12 MB/s | 13 MB 00:01 2026-02-19T16:37:51.616 INFO:teuthology.orchestra.run.trial139.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 119 kB/s | 33 kB 00:00 2026-02-19T16:37:51.663 INFO:teuthology.orchestra.run.trial139.stdout:(17/36): boost-program-options-1.75.0-13.el9.x8 2.2 MB/s | 104 kB 00:00 2026-02-19T16:37:51.663 INFO:teuthology.orchestra.run.trial139.stdout:(18/36): libnbd-1.20.3-4.el9.x86_64.rpm 3.4 MB/s | 164 kB 00:00 2026-02-19T16:37:51.671 INFO:teuthology.orchestra.run.trial139.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 5.2 MB/s | 45 kB 00:00 2026-02-19T16:37:51.681 INFO:teuthology.orchestra.run.trial139.stdout:(20/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 8.5 MB/s | 160 kB 00:00 2026-02-19T16:37:51.697 INFO:teuthology.orchestra.run.trial139.stdout:(21/36): librdkafka-1.6.1-102.el9.x86_64.rpm 26 MB/s | 662 kB 00:00 2026-02-19T16:37:51.700 INFO:teuthology.orchestra.run.trial139.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 15 MB/s | 292 kB 00:00 2026-02-19T16:37:51.707 INFO:teuthology.orchestra.run.trial139.stdout:(23/36): qatlib-25.08.0-2.el9.x86_64.rpm 23 MB/s | 240 kB 00:00 2026-02-19T16:37:51.709 INFO:teuthology.orchestra.run.trial139.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 4.0 MB/s | 37 kB 00:00 2026-02-19T16:37:51.716 INFO:teuthology.orchestra.run.trial139.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 7.5 MB/s | 66 kB 00:00 2026-02-19T16:37:51.849 INFO:teuthology.orchestra.run.trial139.stdout:(26/36): pciutils-3.7.0-7.el9.x86_64.rpm 236 kB/s | 93 kB 00:00 2026-02-19T16:37:56.781 INFO:teuthology.orchestra.run.trial139.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 5.0 kB/s | 25 kB 00:04 2026-02-19T16:37:56.782 INFO:teuthology.orchestra.run.trial139.stdout:(28/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 61 kB/s | 308 kB 00:05 2026-02-19T16:37:56.827 INFO:teuthology.orchestra.run.trial139.stdout:(29/36): liboath-2.6.12-1.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2026-02-19T16:37:56.831 INFO:teuthology.orchestra.run.trial139.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 1.4 MB/s | 67 kB 00:00 2026-02-19T16:37:56.873 INFO:teuthology.orchestra.run.trial139.stdout:(31/36): libarrow-9.0.0-15.el9.x86_64.rpm 876 kB/s | 4.4 MB 00:05 2026-02-19T16:37:56.941 INFO:teuthology.orchestra.run.trial139.stdout:(32/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 7.1 MB/s | 838 kB 00:00 2026-02-19T16:37:56.975 INFO:teuthology.orchestra.run.trial139.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2026-02-19T16:37:56.983 INFO:teuthology.orchestra.run.trial139.stdout:(34/36): re2-20211101-20.el9.x86_64.rpm 1.2 MB/s | 191 kB 00:00 2026-02-19T16:37:57.069 INFO:teuthology.orchestra.run.trial139.stdout:(35/36): librados2-20.3.0-5336.g802bf111.el9.x8 28 MB/s | 3.6 MB 00:00 2026-02-19T16:37:57.106 INFO:teuthology.orchestra.run.trial139.stdout:(36/36): librbd1-20.3.0-5336.g802bf111.el9.x86_ 22 MB/s | 2.8 MB 00:00 2026-02-19T16:37:57.108 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:37:57.108 INFO:teuthology.orchestra.run.trial139.stdout:Total 9.4 MB/s | 67 MB 00:07 2026-02-19T16:37:57.195 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:37:57.213 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:37:57.213 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:37:57.458 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:37:57.458 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:37:57.769 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:37:57.934 INFO:teuthology.orchestra.run.trial139.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-19T16:37:57.937 INFO:teuthology.orchestra.run.trial139.stdout: Upgrading : librados2-2:20.3.0-5336.g802bf111.el9.x86_64 2/38 2026-02-19T16:37:57.986 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: librados2-2:20.3.0-5336.g802bf111.el9.x86_64 2/38 2026-02-19T16:37:57.987 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 3/38 2026-02-19T16:37:57.999 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 3/38 2026-02-19T16:37:58.002 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libcephfs-daemon-2:20.3.0-5336.g802bf111.el9.x86_6 4/38 2026-02-19T16:37:58.002 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_6 5/38 2026-02-19T16:37:58.030 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_6 5/38 2026-02-19T16:37:58.033 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 6/38 2026-02-19T16:37:58.041 INFO:teuthology.orchestra.run.trial139.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-19T16:37:58.043 INFO:teuthology.orchestra.run.trial139.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-19T16:37:58.046 INFO:teuthology.orchestra.run.trial139.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-19T16:37:58.050 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-19T16:37:58.063 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-ceph-argparse-2:20.3.0-5336.g802bf111.el9. 11/38 2026-02-19T16:37:58.075 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 12/38 2026-02-19T16:37:58.075 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_6 13/38 2026-02-19T16:37:58.095 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_6 13/38 2026-02-19T16:37:58.099 INFO:teuthology.orchestra.run.trial139.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-19T16:37:58.129 INFO:teuthology.orchestra.run.trial139.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-19T16:37:58.132 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-19T16:37:58.139 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-19T16:37:58.141 INFO:teuthology.orchestra.run.trial139.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-19T16:37:58.145 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-19T16:37:58.275 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-19T16:37:58.276 INFO:teuthology.orchestra.run.trial139.stdout: Upgrading : librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 21/38 2026-02-19T16:37:58.304 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 21/38 2026-02-19T16:37:58.306 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 22/38 2026-02-19T16:37:58.313 INFO:teuthology.orchestra.run.trial139.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-19T16:37:58.609 INFO:teuthology.orchestra.run.trial139.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-19T16:37:58.610 INFO:teuthology.orchestra.run.trial139.stdout: Installing : librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 25/38 2026-02-19T16:37:58.627 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 25/38 2026-02-19T16:37:58.631 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 26/38 2026-02-19T16:37:58.636 INFO:teuthology.orchestra.run.trial139.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-19T16:37:58.638 INFO:teuthology.orchestra.run.trial139.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-19T16:37:58.639 INFO:teuthology.orchestra.run.trial139.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T16:37:58.656 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T16:37:58.659 INFO:teuthology.orchestra.run.trial139.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-19T16:37:58.693 INFO:teuthology.orchestra.run.trial139.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-19T16:37:58.695 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-ceph-common-2:20.3.0-5336.g802bf111.el9.x8 32/38 2026-02-19T16:37:59.778 INFO:teuthology.orchestra.run.trial103.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 27 MB 00:26 2026-02-19T16:37:59.843 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 33/38 2026-02-19T16:37:59.845 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 33/38 2026-02-19T16:38:00.115 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 33/38 2026-02-19T16:38:00.118 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 34/38 2026-02-19T16:38:00.158 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 34/38 2026-02-19T16:38:00.158 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-19T16:38:00.158 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-19T16:38:00.158 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:00.161 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 35/38 2026-02-19T16:38:04.214 INFO:teuthology.orchestra.run.trial085.stdout:lab-extras 5.0 kB/s | 50 kB 00:10 2026-02-19T16:38:04.637 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 35/38 2026-02-19T16:38:04.638 INFO:teuthology.orchestra.run.trial139.stdout:skipping the directory /sys 2026-02-19T16:38:04.638 INFO:teuthology.orchestra.run.trial139.stdout:skipping the directory /proc 2026-02-19T16:38:04.638 INFO:teuthology.orchestra.run.trial139.stdout:skipping the directory /mnt 2026-02-19T16:38:04.638 INFO:teuthology.orchestra.run.trial139.stdout:skipping the directory /var/tmp 2026-02-19T16:38:04.638 INFO:teuthology.orchestra.run.trial139.stdout:skipping the directory /home 2026-02-19T16:38:04.638 INFO:teuthology.orchestra.run.trial139.stdout:skipping the directory /root 2026-02-19T16:38:04.638 INFO:teuthology.orchestra.run.trial139.stdout:skipping the directory /tmp 2026-02-19T16:38:04.638 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:05.250 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 36/38 2026-02-19T16:38:05.273 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 36/38 2026-02-19T16:38:05.274 INFO:teuthology.orchestra.run.trial139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:38:05.274 INFO:teuthology.orchestra.run.trial139.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-19T16:38:05.274 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T16:38:05.274 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T16:38:05.274 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:05.275 INFO:teuthology.orchestra.run.trial139.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T16:38:05.288 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T16:38:05.289 INFO:teuthology.orchestra.run.trial139.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T16:38:05.342 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T16:38:05.342 INFO:teuthology.orchestra.run.trial139.stdout:Creating group 'qat' with GID 992. 2026-02-19T16:38:05.343 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:05.404 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:38:05.405 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:38:05.405 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repository Size 2026-02-19T16:38:05.405 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout: ceph-radosgw x86_64 2:20.3.0-5336.g802bf111.el9 ceph 13 M 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout:Upgrading: 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout: librados2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 3.6 M 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout: librbd1 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 2.8 M 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout:Installing dependencies: 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout: ceph-base x86_64 2:20.3.0-5336.g802bf111.el9 ceph 5.2 M 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout: ceph-common x86_64 2:20.3.0-5336.g802bf111.el9 ceph 24 M 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout: ceph-selinux x86_64 2:20.3.0-5336.g802bf111.el9 ceph 25 k 2026-02-19T16:38:05.406 INFO:teuthology.orchestra.run.trial085.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 910 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: libradosstriper1 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 250 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: librgw2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 6.5 M 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-19T16:38:05.407 INFO:teuthology.orchestra.run.trial085.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: python3-ceph-argparse x86_64 2:20.3.0-5336.g802bf111.el9 ceph 45 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: python3-ceph-common x86_64 2:20.3.0-5336.g802bf111.el9 ceph 185 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: python3-cephfs x86_64 2:20.3.0-5336.g802bf111.el9 ceph 203 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: python3-rados x86_64 2:20.3.0-5336.g802bf111.el9 ceph 323 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: python3-rbd x86_64 2:20.3.0-5336.g802bf111.el9 ceph 305 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: python3-rgw x86_64 2:20.3.0-5336.g802bf111.el9 ceph 100 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-19T16:38:05.408 INFO:teuthology.orchestra.run.trial085.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-19T16:38:05.409 INFO:teuthology.orchestra.run.trial085.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-19T16:38:05.409 INFO:teuthology.orchestra.run.trial085.stdout:Installing weak dependencies: 2026-02-19T16:38:05.409 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-daemon x86_64 2:20.3.0-5336.g802bf111.el9 ceph 37 k 2026-02-19T16:38:05.409 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 25 k 2026-02-19T16:38:05.409 INFO:teuthology.orchestra.run.trial085.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-19T16:38:05.409 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:05.409 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:38:05.410 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:38:05.410 INFO:teuthology.orchestra.run.trial085.stdout:Install 34 Packages 2026-02-19T16:38:05.410 INFO:teuthology.orchestra.run.trial085.stdout:Upgrade 2 Packages 2026-02-19T16:38:05.410 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:05.411 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 67 M 2026-02-19T16:38:05.411 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:38:05.641 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 1/38 2026-02-19T16:38:05.641 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 2/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 3/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 4/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libcephfs-daemon-2:20.3.0-5336.g802bf111.el9.x86_6 5/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_6 6/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 7/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_6 8/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 9/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5336.g802bf111.el9. 10/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-ceph-common-2:20.3.0-5336.g802bf111.el9.x8 11/38 2026-02-19T16:38:05.642 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 12/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 13/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 14/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 15/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-19T16:38:05.643 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : librados2-2:20.3.0-5336.g802bf111.el9.x86_64 35/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-19T16:38:05.644 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 37/38 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout:Upgraded: 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: librados2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: libcephfs-daemon-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.701 INFO:teuthology.orchestra.run.trial139.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: python3-ceph-argparse-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: python3-ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: re2-1:20211101-20.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:05.702 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:05.742 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-test 2026-02-19T16:38:06.047 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:00:18 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:06.128 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:06.129 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:06.129 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repository Size 2026-02-19T16:38:06.129 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:06.129 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:38:06.129 INFO:teuthology.orchestra.run.trial139.stdout: ceph-test x86_64 2:20.3.0-5336.g802bf111.el9 ceph 79 M 2026-02-19T16:38:06.129 INFO:teuthology.orchestra.run.trial139.stdout:Installing dependencies: 2026-02-19T16:38:06.129 INFO:teuthology.orchestra.run.trial139.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: libcephsqlite x86_64 2:20.3.0-5336.g802bf111.el9 ceph 159 k 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout:Install 10 Packages 2026-02-19T16:38:06.130 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:06.131 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 83 M 2026-02-19T16:38:06.131 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 341 M 2026-02-19T16:38:06.131 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:38:10.708 INFO:teuthology.orchestra.run.trial085.stdout:(1/36): ceph-base-20.3.0-5336.g802bf111.el9.x86 15 MB/s | 5.2 MB 00:00 2026-02-19T16:38:10.745 INFO:teuthology.orchestra.run.trial085.stdout:(2/36): ceph-selinux-20.3.0-5336.g802bf111.el9. 669 kB/s | 25 kB 00:00 2026-02-19T16:38:10.784 INFO:teuthology.orchestra.run.trial085.stdout:(3/36): libcephfs-daemon-20.3.0-5336.g802bf111. 948 kB/s | 37 kB 00:00 2026-02-19T16:38:10.825 INFO:teuthology.orchestra.run.trial085.stdout:(4/36): libcephfs-proxy2-20.3.0-5336.g802bf111. 624 kB/s | 25 kB 00:00 2026-02-19T16:38:10.885 INFO:teuthology.orchestra.run.trial085.stdout:(5/36): libcephfs2-20.3.0-5336.g802bf111.el9.x8 15 MB/s | 910 kB 00:00 2026-02-19T16:38:10.936 INFO:teuthology.orchestra.run.trial085.stdout:(6/36): libradosstriper1-20.3.0-5336.g802bf111. 4.9 MB/s | 250 kB 00:00 2026-02-19T16:38:11.200 INFO:teuthology.orchestra.run.trial139.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 8.8 MB/s | 2.1 MB 00:00 2026-02-19T16:38:11.225 INFO:teuthology.orchestra.run.trial139.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 898 kB/s | 23 kB 00:00 2026-02-19T16:38:11.240 INFO:teuthology.orchestra.run.trial085.stdout:(7/36): librgw2-20.3.0-5336.g802bf111.el9.x86_6 21 MB/s | 6.5 MB 00:00 2026-02-19T16:38:11.251 INFO:teuthology.orchestra.run.trial139.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 3.5 MB/s | 94 kB 00:00 2026-02-19T16:38:11.263 INFO:teuthology.orchestra.run.trial085.stdout:(8/36): ceph-radosgw-20.3.0-5336.g802bf111.el9. 15 MB/s | 13 MB 00:00 2026-02-19T16:38:11.264 INFO:teuthology.orchestra.run.trial085.stdout:(9/36): python3-ceph-argparse-20.3.0-5336.g802b 1.8 MB/s | 45 kB 00:00 2026-02-19T16:38:11.264 INFO:teuthology.orchestra.run.trial139.stdout:(4/10): libcephsqlite-20.3.0-5336.g802bf111.el9 525 kB/s | 159 kB 00:00 2026-02-19T16:38:11.278 INFO:teuthology.orchestra.run.trial139.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 8.7 MB/s | 233 kB 00:00 2026-02-19T16:38:11.280 INFO:teuthology.orchestra.run.trial085.stdout:(10/36): python3-ceph-common-20.3.0-5336.g802bf 11 MB/s | 185 kB 00:00 2026-02-19T16:38:11.291 INFO:teuthology.orchestra.run.trial139.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 23 MB/s | 303 kB 00:00 2026-02-19T16:38:11.291 INFO:teuthology.orchestra.run.trial085.stdout:(11/36): python3-cephfs-20.3.0-5336.g802bf111.e 7.3 MB/s | 203 kB 00:00 2026-02-19T16:38:11.293 INFO:teuthology.orchestra.run.trial139.stdout:(7/10): protobuf-3.14.0-17.el9.x86_64.rpm 35 MB/s | 1.0 MB 00:00 2026-02-19T16:38:11.295 INFO:teuthology.orchestra.run.trial139.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 13 MB/s | 64 kB 00:00 2026-02-19T16:38:11.313 INFO:teuthology.orchestra.run.trial085.stdout:(12/36): python3-rados-20.3.0-5336.g802bf111.el 9.8 MB/s | 323 kB 00:00 2026-02-19T16:38:11.325 INFO:teuthology.orchestra.run.trial085.stdout:(13/36): python3-rbd-20.3.0-5336.g802bf111.el9. 8.8 MB/s | 305 kB 00:00 2026-02-19T16:38:11.343 INFO:teuthology.orchestra.run.trial085.stdout:(14/36): python3-rgw-20.3.0-5336.g802bf111.el9. 3.2 MB/s | 100 kB 00:00 2026-02-19T16:38:11.390 INFO:teuthology.orchestra.run.trial085.stdout:(15/36): ceph-common-20.3.0-5336.g802bf111.el9. 24 MB/s | 24 MB 00:01 2026-02-19T16:38:11.578 INFO:teuthology.orchestra.run.trial139.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 427 kB/s | 122 kB 00:00 2026-02-19T16:38:11.793 INFO:teuthology.orchestra.run.trial085.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 71 kB/s | 33 kB 00:00 2026-02-19T16:38:11.968 INFO:teuthology.orchestra.run.trial085.stdout:(17/36): boost-program-options-1.75.0-13.el9.x8 180 kB/s | 104 kB 00:00 2026-02-19T16:38:11.971 INFO:teuthology.orchestra.run.trial085.stdout:(18/36): pciutils-3.7.0-7.el9.x86_64.rpm 148 kB/s | 93 kB 00:00 2026-02-19T16:38:12.050 INFO:teuthology.orchestra.run.trial085.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 638 kB/s | 164 kB 00:00 2026-02-19T16:38:12.071 INFO:teuthology.orchestra.run.trial085.stdout:(20/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 454 kB/s | 45 kB 00:00 2026-02-19T16:38:12.225 INFO:teuthology.orchestra.run.trial085.stdout:(21/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 624 kB/s | 160 kB 00:00 2026-02-19T16:38:12.325 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] qatlib-25.08.0-2.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-25.08.0-2.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-19T16:38:12.485 INFO:teuthology.orchestra.run.trial085.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 706 kB/s | 292 kB 00:00 2026-02-19T16:38:12.585 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] qatlib-service-25.08.0-2.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-service-25.08.0-2.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-19T16:38:12.732 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] qatlib-25.08.0-2.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-25.08.0-2.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-19T16:38:12.858 INFO:teuthology.orchestra.run.trial085.stdout:(23/36): librdkafka-1.6.1-102.el9.x86_64.rpm 819 kB/s | 662 kB 00:00 2026-02-19T16:38:12.860 INFO:teuthology.orchestra.run.trial139.stdout:(10/10): ceph-test-20.3.0-5336.g802bf111.el9.x8 42 MB/s | 79 MB 00:01 2026-02-19T16:38:12.861 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:38:12.861 INFO:teuthology.orchestra.run.trial139.stdout:Total 12 MB/s | 83 MB 00:06 2026-02-19T16:38:12.923 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:38:12.924 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] qatlib-service-25.08.0-2.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-service-25.08.0-2.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-19T16:38:12.935 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:38:12.935 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:38:12.958 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] qatzip-libs-1.3.1-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatzip-libs-1.3.1-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-19T16:38:13.220 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:38:13.220 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:38:13.461 INFO:teuthology.orchestra.run.trial085.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 110 kB/s | 66 kB 00:00 2026-02-19T16:38:13.531 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:38:13.539 INFO:teuthology.orchestra.run.trial139.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-19T16:38:13.548 INFO:teuthology.orchestra.run.trial139.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-19T16:38:13.553 INFO:teuthology.orchestra.run.trial139.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-19T16:38:13.557 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-19T16:38:13.562 INFO:teuthology.orchestra.run.trial139.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-19T16:38:13.564 INFO:teuthology.orchestra.run.trial139.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-19T16:38:13.574 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-19T16:38:13.582 INFO:teuthology.orchestra.run.trial139.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-19T16:38:13.583 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 9/10 2026-02-19T16:38:13.676 INFO:teuthology.orchestra.run.trial103.stdout:CentOS Stream 9 - CRB 691 kB/s | 7.8 MB 00:11 2026-02-19T16:38:14.041 INFO:teuthology.orchestra.run.trial085.stdout:(25/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 530 kB/s | 308 kB 00:00 2026-02-19T16:38:14.448 INFO:teuthology.orchestra.run.trial085.stdout:(26/36): libarrow-9.0.0-15.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2026-02-19T16:38:14.515 INFO:teuthology.orchestra.run.trial085.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 367 kB/s | 25 kB 00:00 2026-02-19T16:38:14.587 INFO:teuthology.orchestra.run.trial085.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 682 kB/s | 49 kB 00:00 2026-02-19T16:38:14.655 INFO:teuthology.orchestra.run.trial085.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 994 kB/s | 67 kB 00:00 2026-02-19T16:38:14.740 INFO:teuthology.orchestra.run.trial085.stdout:(30/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 9.6 MB/s | 838 kB 00:00 2026-02-19T16:38:14.812 INFO:teuthology.orchestra.run.trial085.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 2.6 MB/s | 191 kB 00:00 2026-02-19T16:38:14.902 INFO:teuthology.orchestra.run.trial085.stdout:(32/36): thrift-0.15.0-4.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2026-02-19T16:38:15.022 INFO:teuthology.orchestra.run.trial085.stdout:(33/36): librados2-20.3.0-5336.g802bf111.el9.x8 30 MB/s | 3.6 MB 00:00 2026-02-19T16:38:15.075 INFO:teuthology.orchestra.run.trial085.stdout:(34/36): librbd1-20.3.0-5336.g802bf111.el9.x86_ 53 MB/s | 2.8 MB 00:00 2026-02-19T16:38:17.063 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 9/10 2026-02-19T16:38:17.081 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 10/10 2026-02-19T16:38:17.420 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 10/10 2026-02-19T16:38:17.420 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 1/10 2026-02-19T16:38:17.421 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 2/10 2026-02-19T16:38:17.421 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-19T16:38:17.421 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-19T16:38:17.421 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-19T16:38:17.421 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-19T16:38:17.421 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-19T16:38:17.421 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-19T16:38:17.421 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-19T16:38:17.476 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-19T16:38:17.476 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:17.476 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:38:17.476 INFO:teuthology.orchestra.run.trial139.stdout: ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:17.476 INFO:teuthology.orchestra.run.trial139.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-19T16:38:17.476 INFO:teuthology.orchestra.run.trial139.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-19T16:38:17.476 INFO:teuthology.orchestra.run.trial139.stdout: libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:17.477 INFO:teuthology.orchestra.run.trial139.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-19T16:38:17.477 INFO:teuthology.orchestra.run.trial139.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-19T16:38:17.477 INFO:teuthology.orchestra.run.trial139.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-19T16:38:17.477 INFO:teuthology.orchestra.run.trial139.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-19T16:38:17.477 INFO:teuthology.orchestra.run.trial139.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-19T16:38:17.477 INFO:teuthology.orchestra.run.trial139.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-19T16:38:17.477 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:17.477 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:17.512 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph 2026-02-19T16:38:17.816 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:00:29 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:17.902 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout:======================================================================================= 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repository Size 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout:======================================================================================= 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph x86_64 2:20.3.0-5336.g802bf111.el9 ceph 6.5 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout:Installing dependencies: 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 57 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mds x86_64 2:20.3.0-5336.g802bf111.el9 ceph 2.4 M 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr x86_64 2:20.3.0-5336.g802bf111.el9 ceph 935 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 297 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mon x86_64 2:20.3.0-5336.g802bf111.el9 ceph 5.0 M 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph-osd x86_64 2:20.3.0-5336.g802bf111.el9 ceph 168 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph-osd-classic x86_64 2:20.3.0-5336.g802bf111.el9 ceph 16 M 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph-osd-crimson x86_64 2:20.3.0-5336.g802bf111.el9 ceph 19 M 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 17 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: cephadm noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 1.0 M 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-19T16:38:17.905 INFO:teuthology.orchestra.run.trial139.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-19T16:38:17.906 INFO:teuthology.orchestra.run.trial139.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout:Installing weak dependencies: 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 184 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 51 M 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 7.4 M 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 22 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-rook noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 50 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: ceph-volume noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 301 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout:======================================================================================= 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout:Install 95 Packages 2026-02-19T16:38:17.907 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:17.908 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 159 M 2026-02-19T16:38:17.908 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 732 M 2026-02-19T16:38:17.908 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:38:19.601 INFO:teuthology.orchestra.run.trial139.stdout:(1/95): ceph-20.3.0-5336.g802bf111.el9.x86_64.r 28 kB/s | 6.5 kB 00:00 2026-02-19T16:38:19.803 INFO:teuthology.orchestra.run.trial139.stdout:(2/95): ceph-mgr-20.3.0-5336.g802bf111.el9.x86_ 2.1 MB/s | 935 kB 00:00 2026-02-19T16:38:19.852 INFO:teuthology.orchestra.run.trial139.stdout:(3/95): ceph-osd-20.3.0-5336.g802bf111.el9.x86_ 3.3 MB/s | 168 kB 00:00 2026-02-19T16:38:20.045 INFO:teuthology.orchestra.run.trial139.stdout:(4/95): ceph-mds-20.3.0-5336.g802bf111.el9.x86_ 3.5 MB/s | 2.4 MB 00:00 2026-02-19T16:38:20.474 INFO:teuthology.orchestra.run.trial139.stdout:(5/95): ceph-mon-20.3.0-5336.g802bf111.el9.x86_ 5.7 MB/s | 5.0 MB 00:00 2026-02-19T16:38:20.521 INFO:teuthology.orchestra.run.trial139.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5336.g80 1.2 MB/s | 57 kB 00:00 2026-02-19T16:38:20.559 INFO:teuthology.orchestra.run.trial139.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5336.g802bf111. 4.7 MB/s | 184 kB 00:00 2026-02-19T16:38:21.274 INFO:teuthology.orchestra.run.trial139.stdout:(8/95): ceph-osd-classic-20.3.0-5336.g802bf111. 11 MB/s | 16 MB 00:01 2026-02-19T16:38:21.504 INFO:teuthology.orchestra.run.trial139.stdout:(9/95): ceph-osd-crimson-20.3.0-5336.g802bf111. 13 MB/s | 19 MB 00:01 2026-02-19T16:38:21.526 INFO:teuthology.orchestra.run.trial139.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5336.g802bf1 1.0 MB/s | 22 kB 00:00 2026-02-19T16:38:21.557 INFO:teuthology.orchestra.run.trial139.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5336.g802 9.2 MB/s | 297 kB 00:00 2026-02-19T16:38:21.615 INFO:teuthology.orchestra.run.trial139.stdout:(12/95): ceph-mgr-rook-20.3.0-5336.g802bf111.el 871 kB/s | 50 kB 00:00 2026-02-19T16:38:21.635 INFO:teuthology.orchestra.run.trial139.stdout:(13/95): ceph-prometheus-alerts-20.3.0-5336.g80 882 kB/s | 17 kB 00:00 2026-02-19T16:38:21.659 INFO:teuthology.orchestra.run.trial139.stdout:(14/95): ceph-volume-20.3.0-5336.g802bf111.el9. 12 MB/s | 301 kB 00:00 2026-02-19T16:38:21.719 INFO:teuthology.orchestra.run.trial139.stdout:(15/95): cephadm-20.3.0-5336.g802bf111.el9.noar 17 MB/s | 1.0 MB 00:00 2026-02-19T16:38:21.763 INFO:teuthology.orchestra.run.trial139.stdout:(16/95): ceph-mgr-diskprediction-local-20.3.0-5 15 MB/s | 7.4 MB 00:00 2026-02-19T16:38:22.742 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] qatlib-25.08.0-2.el9.x86_64.rpm: Curl error (6): Couldn't resolve host name for http://mirror.shastacoe.net/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-25.08.0-2.el9.x86_64.rpm [Could not resolve host: mirror.shastacoe.net] 2026-02-19T16:38:22.878 INFO:teuthology.orchestra.run.trial139.stdout:(17/95): ceph-mgr-dashboard-20.3.0-5336.g802bf1 22 MB/s | 51 MB 00:02 2026-02-19T16:38:23.023 INFO:teuthology.orchestra.run.trial085.stdout:(35/36): qatlib-service-25.08.0-2.el9.x86_64.rp 3.5 kB/s | 37 kB 00:10 2026-02-19T16:38:23.313 INFO:teuthology.orchestra.run.trial085.stdout:(36/36): qatlib-25.08.0-2.el9.x86_64.rpm 22 kB/s | 240 kB 00:11 2026-02-19T16:38:23.314 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:38:23.315 INFO:teuthology.orchestra.run.trial085.stdout:Total 3.8 MB/s | 67 MB 00:17 2026-02-19T16:38:23.402 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:38:23.421 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:38:23.421 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:38:23.667 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:38:23.667 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:38:23.973 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:38:24.131 INFO:teuthology.orchestra.run.trial085.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-19T16:38:24.135 INFO:teuthology.orchestra.run.trial085.stdout: Upgrading : librados2-2:20.3.0-5336.g802bf111.el9.x86_64 2/38 2026-02-19T16:38:24.184 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librados2-2:20.3.0-5336.g802bf111.el9.x86_64 2/38 2026-02-19T16:38:24.185 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 3/38 2026-02-19T16:38:24.198 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 3/38 2026-02-19T16:38:24.200 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephfs-daemon-2:20.3.0-5336.g802bf111.el9.x86_6 4/38 2026-02-19T16:38:24.200 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_6 5/38 2026-02-19T16:38:24.228 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_6 5/38 2026-02-19T16:38:24.231 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 6/38 2026-02-19T16:38:24.239 INFO:teuthology.orchestra.run.trial085.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-19T16:38:24.241 INFO:teuthology.orchestra.run.trial085.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-19T16:38:24.244 INFO:teuthology.orchestra.run.trial085.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-19T16:38:24.248 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-19T16:38:24.261 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-ceph-argparse-2:20.3.0-5336.g802bf111.el9. 11/38 2026-02-19T16:38:24.272 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 12/38 2026-02-19T16:38:24.273 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_6 13/38 2026-02-19T16:38:24.296 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_6 13/38 2026-02-19T16:38:24.299 INFO:teuthology.orchestra.run.trial085.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-19T16:38:24.332 INFO:teuthology.orchestra.run.trial085.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-19T16:38:24.336 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-19T16:38:24.342 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-19T16:38:24.344 INFO:teuthology.orchestra.run.trial085.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-19T16:38:24.348 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-19T16:38:24.472 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-19T16:38:24.473 INFO:teuthology.orchestra.run.trial085.stdout: Upgrading : librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 21/38 2026-02-19T16:38:24.500 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 21/38 2026-02-19T16:38:24.502 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 22/38 2026-02-19T16:38:24.511 INFO:teuthology.orchestra.run.trial085.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-19T16:38:24.794 INFO:teuthology.orchestra.run.trial085.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-19T16:38:24.795 INFO:teuthology.orchestra.run.trial085.stdout: Installing : librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 25/38 2026-02-19T16:38:24.811 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 25/38 2026-02-19T16:38:24.814 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 26/38 2026-02-19T16:38:24.821 INFO:teuthology.orchestra.run.trial085.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-19T16:38:24.823 INFO:teuthology.orchestra.run.trial085.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-19T16:38:24.824 INFO:teuthology.orchestra.run.trial085.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T16:38:24.841 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T16:38:24.844 INFO:teuthology.orchestra.run.trial085.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-19T16:38:24.880 INFO:teuthology.orchestra.run.trial085.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-19T16:38:24.882 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-ceph-common-2:20.3.0-5336.g802bf111.el9.x8 32/38 2026-02-19T16:38:25.979 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 33/38 2026-02-19T16:38:25.981 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 33/38 2026-02-19T16:38:26.242 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 33/38 2026-02-19T16:38:26.246 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 34/38 2026-02-19T16:38:26.287 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 34/38 2026-02-19T16:38:26.288 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-19T16:38:26.288 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-19T16:38:26.288 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:26.292 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 35/38 2026-02-19T16:38:27.140 INFO:teuthology.orchestra.run.trial139.stdout:(18/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 7.5 kB/s | 40 kB 00:05 2026-02-19T16:38:27.221 INFO:teuthology.orchestra.run.trial139.stdout:(19/95): libconfig-1.7.2-9.el9.x86_64.rpm 17 kB/s | 72 kB 00:04 2026-02-19T16:38:27.462 INFO:teuthology.orchestra.run.trial139.stdout:(20/95): libquadmath-11.5.0-14.el9.x86_64.rpm 766 kB/s | 184 kB 00:00 2026-02-19T16:38:27.474 INFO:teuthology.orchestra.run.trial103.stdout:CentOS Stream 9 - Extras packages 1.5 kB/s | 20 kB 00:13 2026-02-19T16:38:27.534 INFO:teuthology.orchestra.run.trial139.stdout:(21/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 60 kB/s | 351 kB 00:05 2026-02-19T16:38:27.782 INFO:teuthology.orchestra.run.trial139.stdout:(22/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 792 kB/s | 253 kB 00:00 2026-02-19T16:38:27.944 INFO:teuthology.orchestra.run.trial139.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 655 kB/s | 106 kB 00:00 2026-02-19T16:38:28.107 INFO:teuthology.orchestra.run.trial139.stdout:(24/95): python3-pycparser-2.20-6.el9.noarch.rp 831 kB/s | 135 kB 00:00 2026-02-19T16:38:28.270 INFO:teuthology.orchestra.run.trial139.stdout:(25/95): python3-requests-2.25.1-10.el9.noarch. 777 kB/s | 126 kB 00:00 2026-02-19T16:38:28.590 INFO:teuthology.orchestra.run.trial139.stdout:(26/95): python3-urllib3-1.26.5-7.el9.noarch.rp 682 kB/s | 218 kB 00:00 2026-02-19T16:38:28.830 INFO:teuthology.orchestra.run.trial139.stdout:(27/95): unzip-6.0-59.el9.x86_64.rpm 756 kB/s | 182 kB 00:00 2026-02-19T16:38:29.025 INFO:teuthology.orchestra.run.trial139.stdout:(28/95): libgfortran-11.5.0-14.el9.x86_64.rpm 421 kB/s | 794 kB 00:01 2026-02-19T16:38:29.043 INFO:teuthology.orchestra.run.trial139.stdout:(29/95): python3-cryptography-36.0.1-5.el9.x86_ 845 kB/s | 1.2 MB 00:01 2026-02-19T16:38:29.110 INFO:teuthology.orchestra.run.trial139.stdout:(30/95): flexiblas-3.0.4-9.el9.x86_64.rpm 349 kB/s | 30 kB 00:00 2026-02-19T16:38:29.149 INFO:teuthology.orchestra.run.trial139.stdout:(31/95): zip-3.0-35.el9.x86_64.rpm 833 kB/s | 266 kB 00:00 2026-02-19T16:38:29.193 INFO:teuthology.orchestra.run.trial139.stdout:(32/95): flexiblas-openblas-openmp-3.0.4-9.el9. 179 kB/s | 15 kB 00:00 2026-02-19T16:38:29.433 INFO:teuthology.orchestra.run.trial139.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 785 kB/s | 188 kB 00:00 2026-02-19T16:38:29.468 INFO:teuthology.orchestra.run.trial139.stdout:(34/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 772 kB/s | 246 kB 00:00 2026-02-19T16:38:29.517 INFO:teuthology.orchestra.run.trial139.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 504 kB/s | 42 kB 00:00 2026-02-19T16:38:30.789 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 35/38 2026-02-19T16:38:30.789 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /sys 2026-02-19T16:38:30.789 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /proc 2026-02-19T16:38:30.789 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /mnt 2026-02-19T16:38:30.789 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /var/tmp 2026-02-19T16:38:30.790 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /home 2026-02-19T16:38:30.790 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /root 2026-02-19T16:38:30.790 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /tmp 2026-02-19T16:38:30.790 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:31.365 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 36/38 2026-02-19T16:38:31.388 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 36/38 2026-02-19T16:38:31.388 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:38:31.388 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-19T16:38:31.388 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T16:38:31.389 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T16:38:31.389 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:31.390 INFO:teuthology.orchestra.run.trial085.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T16:38:31.403 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T16:38:31.403 INFO:teuthology.orchestra.run.trial085.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T16:38:31.457 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T16:38:31.457 INFO:teuthology.orchestra.run.trial085.stdout:Creating group 'qat' with GID 992. 2026-02-19T16:38:31.457 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:31.751 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 1/38 2026-02-19T16:38:31.752 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 2/38 2026-02-19T16:38:31.752 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 3/38 2026-02-19T16:38:31.752 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 4/38 2026-02-19T16:38:31.752 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libcephfs-daemon-2:20.3.0-5336.g802bf111.el9.x86_6 5/38 2026-02-19T16:38:31.752 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_6 6/38 2026-02-19T16:38:31.752 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 7/38 2026-02-19T16:38:31.752 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_6 8/38 2026-02-19T16:38:31.752 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 9/38 2026-02-19T16:38:31.752 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5336.g802bf111.el9. 10/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-ceph-common-2:20.3.0-5336.g802bf111.el9.x8 11/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 12/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 13/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 14/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 15/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-19T16:38:31.753 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-19T16:38:31.754 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-19T16:38:31.755 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-19T16:38:31.755 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-19T16:38:31.755 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : librados2-2:20.3.0-5336.g802bf111.el9.x86_64 35/38 2026-02-19T16:38:31.755 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-19T16:38:31.755 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 37/38 2026-02-19T16:38:31.812 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T16:38:31.813 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:31.813 INFO:teuthology.orchestra.run.trial085.stdout:Upgraded: 2026-02-19T16:38:31.813 INFO:teuthology.orchestra.run.trial085.stdout: librados2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.813 INFO:teuthology.orchestra.run.trial085.stdout: librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.813 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:38:31.813 INFO:teuthology.orchestra.run.trial085.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-19T16:38:31.813 INFO:teuthology.orchestra.run.trial085.stdout: ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.813 INFO:teuthology.orchestra.run.trial085.stdout: ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-daemon-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-19T16:38:31.814 INFO:teuthology.orchestra.run.trial085.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-19T16:38:31.815 INFO:teuthology.orchestra.run.trial085.stdout: python3-ceph-argparse-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: python3-ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: re2-1:20211101-20.el9.x86_64 2026-02-19T16:38:31.816 INFO:teuthology.orchestra.run.trial085.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-19T16:38:31.817 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:31.817 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:38:31.854 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-test 2026-02-19T16:38:32.166 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:28 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:38:32.250 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:38:32.251 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:38:32.251 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repository Size 2026-02-19T16:38:32.251 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout: ceph-test x86_64 2:20.3.0-5336.g802bf111.el9 ceph 79 M 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout:Installing dependencies: 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout: libcephsqlite x86_64 2:20.3.0-5336.g802bf111.el9 ceph 159 k 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-19T16:38:32.252 INFO:teuthology.orchestra.run.trial085.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-19T16:38:32.253 INFO:teuthology.orchestra.run.trial085.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-19T16:38:32.253 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:32.253 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:38:32.253 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:38:32.253 INFO:teuthology.orchestra.run.trial085.stdout:Install 10 Packages 2026-02-19T16:38:32.253 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:32.253 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 83 M 2026-02-19T16:38:32.253 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 341 M 2026-02-19T16:38:32.253 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:38:32.518 INFO:teuthology.orchestra.run.trial139.stdout:(36/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 881 kB/s | 3.0 MB 00:03 2026-02-19T16:38:32.728 INFO:teuthology.orchestra.run.trial085.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 9.0 MB/s | 2.1 MB 00:00 2026-02-19T16:38:32.753 INFO:teuthology.orchestra.run.trial085.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 909 kB/s | 23 kB 00:00 2026-02-19T16:38:32.780 INFO:teuthology.orchestra.run.trial085.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 3.5 MB/s | 94 kB 00:00 2026-02-19T16:38:32.837 INFO:teuthology.orchestra.run.trial139.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 766 kB/s | 244 kB 00:00 2026-02-19T16:38:32.860 INFO:teuthology.orchestra.run.trial085.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 2.8 MB/s | 233 kB 00:00 2026-02-19T16:38:32.909 INFO:teuthology.orchestra.run.trial085.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 20 MB/s | 1.0 MB 00:00 2026-02-19T16:38:32.942 INFO:teuthology.orchestra.run.trial085.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 9.0 MB/s | 303 kB 00:00 2026-02-19T16:38:32.975 INFO:teuthology.orchestra.run.trial085.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2026-02-19T16:38:33.138 INFO:teuthology.orchestra.run.trial085.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 750 kB/s | 122 kB 00:00 2026-02-19T16:38:33.157 INFO:teuthology.orchestra.run.trial139.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 779 kB/s | 249 kB 00:00 2026-02-19T16:38:33.241 INFO:teuthology.orchestra.run.trial139.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 562 kB/s | 48 kB 00:00 2026-02-19T16:38:33.482 INFO:teuthology.orchestra.run.trial139.stdout:(40/95): python3-libstoragemgmt-1.10.1-1.el9.x8 735 kB/s | 177 kB 00:00 2026-02-19T16:38:33.619 INFO:teuthology.orchestra.run.trial103.stdout:Extra Packages for Enterprise Linux 3.3 MB/s | 20 MB 00:06 2026-02-19T16:38:34.899 INFO:teuthology.orchestra.run.trial139.stdout:(41/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 884 kB/s | 1.2 MB 00:01 2026-02-19T16:38:34.983 INFO:teuthology.orchestra.run.trial139.stdout:(42/95): python3-markupsafe-1.1.1-12.el9.x86_64 413 kB/s | 35 kB 00:00 2026-02-19T16:38:35.534 INFO:teuthology.orchestra.run.trial139.stdout:(43/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 892 kB/s | 5.3 MB 00:06 2026-02-19T16:38:36.090 INFO:teuthology.orchestra.run.trial139.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 795 kB/s | 442 kB 00:00 2026-02-19T16:38:36.196 INFO:teuthology.orchestra.run.trial085.stdout:(9/10): libcephsqlite-20.3.0-5336.g802bf111.el9 43 kB/s | 159 kB 00:03 2026-02-19T16:38:36.252 INFO:teuthology.orchestra.run.trial139.stdout:(45/95): python3-packaging-20.9-5.el9.noarch.rp 475 kB/s | 77 kB 00:00 2026-02-19T16:38:36.352 INFO:teuthology.orchestra.run.trial139.stdout:(46/95): python3-babel-2.9.1-2.el9.noarch.rpm 893 kB/s | 6.0 MB 00:06 2026-02-19T16:38:36.572 INFO:teuthology.orchestra.run.trial139.stdout:(47/95): python3-protobuf-3.14.0-17.el9.noarch. 837 kB/s | 267 kB 00:00 2026-02-19T16:38:36.593 INFO:teuthology.orchestra.run.trial139.stdout:(48/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 660 kB/s | 159 kB 00:00 2026-02-19T16:38:36.677 INFO:teuthology.orchestra.run.trial139.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 642 kB/s | 54 kB 00:00 2026-02-19T16:38:36.803 INFO:teuthology.orchestra.run.trial103.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-19T16:38:36.892 INFO:teuthology.orchestra.run.trial139.stdout:(50/95): python3-pyasn1-modules-0.4.8-6.el9.noa 871 kB/s | 279 kB 00:00 2026-02-19T16:38:36.976 INFO:teuthology.orchestra.run.trial139.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 497 kB/s | 42 kB 00:00 2026-02-19T16:38:37.216 INFO:teuthology.orchestra.run.trial139.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 785 kB/s | 189 kB 00:00 2026-02-19T16:38:37.378 INFO:teuthology.orchestra.run.trial139.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 559 kB/s | 90 kB 00:00 2026-02-19T16:38:38.009 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: Package Arch Version Repository Size 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: ceph-radosgw x86_64 2:20.3.0-5336.g802bf111.el9 ceph 13 M 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout:Upgrading: 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: librados2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 3.6 M 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: librbd1 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 2.8 M 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout:Installing dependencies: 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: ceph-base x86_64 2:20.3.0-5336.g802bf111.el9 ceph 5.2 M 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: ceph-common x86_64 2:20.3.0-5336.g802bf111.el9 ceph 24 M 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: ceph-selinux x86_64 2:20.3.0-5336.g802bf111.el9 ceph 25 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: libcephfs2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 910 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: libradosstriper1 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 250 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: librgw2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 6.5 M 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-19T16:38:38.010 INFO:teuthology.orchestra.run.trial103.stdout: python3-ceph-argparse x86_64 2:20.3.0-5336.g802bf111.el9 ceph 45 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: python3-ceph-common x86_64 2:20.3.0-5336.g802bf111.el9 ceph 185 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: python3-cephfs x86_64 2:20.3.0-5336.g802bf111.el9 ceph 203 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: python3-rados x86_64 2:20.3.0-5336.g802bf111.el9 ceph 323 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: python3-rbd x86_64 2:20.3.0-5336.g802bf111.el9 ceph 305 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: python3-rgw x86_64 2:20.3.0-5336.g802bf111.el9 ceph 100 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout:Installing weak dependencies: 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: libcephfs-daemon x86_64 2:20.3.0-5336.g802bf111.el9 ceph 37 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5336.g802bf111.el9 ceph 25 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout:Install 34 Packages 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout:Upgrade 2 Packages 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 67 M 2026-02-19T16:38:38.011 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:38:38.524 INFO:teuthology.orchestra.run.trial139.stdout:(54/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 1.7 MB/s | 6.1 MB 00:03 2026-02-19T16:38:39.352 INFO:teuthology.orchestra.run.trial139.stdout:(55/95): lua-devel-5.4.4-4.el9.x86_64.rpm 11 kB/s | 22 kB 00:01 2026-02-19T16:38:39.456 INFO:teuthology.orchestra.run.trial139.stdout:(56/95): protobuf-compiler-3.14.0-17.el9.x86_64 925 kB/s | 862 kB 00:00 2026-02-19T16:38:39.626 INFO:teuthology.orchestra.run.trial139.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 115 kB/s | 19 kB 00:00 2026-02-19T16:38:39.727 INFO:teuthology.orchestra.run.trial139.stdout:(58/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.4 MB/s | 551 kB 00:00 2026-02-19T16:38:39.768 INFO:teuthology.orchestra.run.trial139.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2026-02-19T16:38:39.799 INFO:teuthology.orchestra.run.trial139.stdout:(60/95): python3-asyncssh-2.13.2-5.el9.noarch.r 7.5 MB/s | 548 kB 00:00 2026-02-19T16:38:39.813 INFO:teuthology.orchestra.run.trial139.stdout:(61/95): python3-autocommand-2.2.2-8.el9.noarch 651 kB/s | 29 kB 00:00 2026-02-19T16:38:39.845 INFO:teuthology.orchestra.run.trial139.stdout:(62/95): python3-backports-tarfile-1.2.0-1.el9. 1.3 MB/s | 60 kB 00:00 2026-02-19T16:38:39.860 INFO:teuthology.orchestra.run.trial139.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 921 kB/s | 43 kB 00:00 2026-02-19T16:38:39.889 INFO:teuthology.orchestra.run.trial139.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 732 kB/s | 32 kB 00:00 2026-02-19T16:38:39.902 INFO:teuthology.orchestra.run.trial139.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 334 kB/s | 14 kB 00:00 2026-02-19T16:38:39.938 INFO:teuthology.orchestra.run.trial139.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 3.4 MB/s | 173 kB 00:00 2026-02-19T16:38:39.991 INFO:teuthology.orchestra.run.trial139.stdout:(67/95): python3-google-auth-2.45.0-1.el9.noarc 4.8 MB/s | 254 kB 00:00 2026-02-19T16:38:40.003 INFO:teuthology.orchestra.run.trial139.stdout:(68/95): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2026-02-19T16:38:40.053 INFO:teuthology.orchestra.run.trial139.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 2.9 MB/s | 144 kB 00:00 2026-02-19T16:38:40.102 INFO:teuthology.orchestra.run.trial139.stdout:(70/95): python3-influxdb-5.3.1-1.el9.noarch.rp 2.8 MB/s | 139 kB 00:00 2026-02-19T16:38:40.118 INFO:teuthology.orchestra.run.trial139.stdout:(71/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 16 MB/s | 2.0 MB 00:00 2026-02-19T16:38:40.147 INFO:teuthology.orchestra.run.trial139.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 1.2 MB/s | 56 kB 00:00 2026-02-19T16:38:40.160 INFO:teuthology.orchestra.run.trial139.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 256 kB/s | 11 kB 00:00 2026-02-19T16:38:40.188 INFO:teuthology.orchestra.run.trial139.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 427 kB/s | 18 kB 00:00 2026-02-19T16:38:40.202 INFO:teuthology.orchestra.run.trial139.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 552 kB/s | 23 kB 00:00 2026-02-19T16:38:40.230 INFO:teuthology.orchestra.run.trial139.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 475 kB/s | 20 kB 00:00 2026-02-19T16:38:40.244 INFO:teuthology.orchestra.run.trial139.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 467 kB/s | 19 kB 00:00 2026-02-19T16:38:40.271 INFO:teuthology.orchestra.run.trial139.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 640 kB/s | 26 kB 00:00 2026-02-19T16:38:40.302 INFO:teuthology.orchestra.run.trial139.stdout:(79/95): python3-kubernetes-26.1.0-3.el9.noarch 18 MB/s | 1.0 MB 00:00 2026-02-19T16:38:40.316 INFO:teuthology.orchestra.run.trial139.stdout:(80/95): python3-more-itertools-8.12.0-2.el9.no 1.7 MB/s | 79 kB 00:00 2026-02-19T16:38:40.340 INFO:teuthology.orchestra.run.trial103.stdout:(1/36): ceph-base-20.3.0-5336.g802bf111.el9.x86 2.8 MB/s | 5.2 MB 00:01 2026-02-19T16:38:40.345 INFO:teuthology.orchestra.run.trial139.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.0 MB/s | 86 kB 00:00 2026-02-19T16:38:40.359 INFO:teuthology.orchestra.run.trial139.stdout:(82/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.3 MB/s | 58 kB 00:00 2026-02-19T16:38:40.387 INFO:teuthology.orchestra.run.trial139.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 398 kB/s | 16 kB 00:00 2026-02-19T16:38:40.398 INFO:teuthology.orchestra.run.trial103.stdout:(2/36): ceph-selinux-20.3.0-5336.g802bf111.el9. 440 kB/s | 25 kB 00:00 2026-02-19T16:38:40.404 INFO:teuthology.orchestra.run.trial139.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.9 MB/s | 90 kB 00:00 2026-02-19T16:38:40.428 INFO:teuthology.orchestra.run.trial139.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 746 kB/s | 31 kB 00:00 2026-02-19T16:38:40.455 INFO:teuthology.orchestra.run.trial103.stdout:(3/36): libcephfs-daemon-20.3.0-5336.g802bf111. 647 kB/s | 37 kB 00:00 2026-02-19T16:38:40.456 INFO:teuthology.orchestra.run.trial139.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 3.6 MB/s | 188 kB 00:00 2026-02-19T16:38:40.470 INFO:teuthology.orchestra.run.trial139.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 1.4 MB/s | 59 kB 00:00 2026-02-19T16:38:40.506 INFO:teuthology.orchestra.run.trial139.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 2.4 MB/s | 125 kB 00:00 2026-02-19T16:38:40.511 INFO:teuthology.orchestra.run.trial139.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 867 kB/s | 36 kB 00:00 2026-02-19T16:38:40.514 INFO:teuthology.orchestra.run.trial103.stdout:(4/36): libcephfs-proxy2-20.3.0-5336.g802bf111. 432 kB/s | 25 kB 00:00 2026-02-19T16:38:40.551 INFO:teuthology.orchestra.run.trial139.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 1.9 MB/s | 86 kB 00:00 2026-02-19T16:38:40.553 INFO:teuthology.orchestra.run.trial139.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 2.1 MB/s | 90 kB 00:00 2026-02-19T16:38:40.595 INFO:teuthology.orchestra.run.trial139.stdout:(92/95): python3-xmltodict-0.12.0-15.el9.noarch 536 kB/s | 22 kB 00:00 2026-02-19T16:38:40.595 INFO:teuthology.orchestra.run.trial139.stdout:(93/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.1 MB/s | 48 kB 00:00 2026-02-19T16:38:40.637 INFO:teuthology.orchestra.run.trial139.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 470 kB/s | 20 kB 00:00 2026-02-19T16:38:40.704 INFO:teuthology.orchestra.run.trial103.stdout:(5/36): libcephfs2-20.3.0-5336.g802bf111.el9.x8 4.7 MB/s | 910 kB 00:00 2026-02-19T16:38:40.761 INFO:teuthology.orchestra.run.trial103.stdout:(6/36): libradosstriper1-20.3.0-5336.g802bf111. 4.3 MB/s | 250 kB 00:00 2026-02-19T16:38:41.303 INFO:teuthology.orchestra.run.trial103.stdout:(7/36): ceph-radosgw-20.3.0-5336.g802bf111.el9. 4.7 MB/s | 13 MB 00:02 2026-02-19T16:38:41.340 INFO:teuthology.orchestra.run.trial103.stdout:(8/36): python3-ceph-argparse-20.3.0-5336.g802b 1.2 MB/s | 45 kB 00:00 2026-02-19T16:38:41.386 INFO:teuthology.orchestra.run.trial103.stdout:(9/36): python3-ceph-common-20.3.0-5336.g802bf1 4.0 MB/s | 185 kB 00:00 2026-02-19T16:38:41.430 INFO:teuthology.orchestra.run.trial103.stdout:(10/36): librgw2-20.3.0-5336.g802bf111.el9.x86_ 9.7 MB/s | 6.5 MB 00:00 2026-02-19T16:38:41.431 INFO:teuthology.orchestra.run.trial103.stdout:(11/36): python3-cephfs-20.3.0-5336.g802bf111.e 4.3 MB/s | 203 kB 00:00 2026-02-19T16:38:41.475 INFO:teuthology.orchestra.run.trial103.stdout:(12/36): python3-rados-20.3.0-5336.g802bf111.el 7.2 MB/s | 323 kB 00:00 2026-02-19T16:38:41.478 INFO:teuthology.orchestra.run.trial103.stdout:(13/36): python3-rbd-20.3.0-5336.g802bf111.el9. 6.4 MB/s | 305 kB 00:00 2026-02-19T16:38:41.513 INFO:teuthology.orchestra.run.trial103.stdout:(14/36): python3-rgw-20.3.0-5336.g802bf111.el9. 2.5 MB/s | 100 kB 00:00 2026-02-19T16:38:41.771 INFO:teuthology.orchestra.run.trial103.stdout:(15/36): ceph-common-20.3.0-5336.g802bf111.el9. 7.4 MB/s | 24 MB 00:03 2026-02-19T16:38:41.837 INFO:teuthology.orchestra.run.trial085.stdout:(10/10): ceph-test-20.3.0-5336.g802bf111.el9.x8 8.4 MB/s | 79 MB 00:09 2026-02-19T16:38:41.839 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:38:41.839 INFO:teuthology.orchestra.run.trial085.stdout:Total 8.6 MB/s | 83 MB 00:09 2026-02-19T16:38:41.902 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:38:41.903 INFO:teuthology.orchestra.run.trial103.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 788 kB/s | 104 kB 00:00 2026-02-19T16:38:41.913 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:38:41.913 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:38:41.959 INFO:teuthology.orchestra.run.trial103.stdout:(17/36): libnbd-1.20.3-4.el9.x86_64.rpm 2.9 MB/s | 164 kB 00:00 2026-02-19T16:38:41.994 INFO:teuthology.orchestra.run.trial103.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 4.5 MB/s | 160 kB 00:00 2026-02-19T16:38:42.021 INFO:teuthology.orchestra.run.trial103.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.7 MB/s | 45 kB 00:00 2026-02-19T16:38:42.089 INFO:teuthology.orchestra.run.trial103.stdout:(20/36): librdkafka-1.6.1-102.el9.x86_64.rpm 9.5 MB/s | 662 kB 00:00 2026-02-19T16:38:42.119 INFO:teuthology.orchestra.run.trial103.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 9.5 MB/s | 292 kB 00:00 2026-02-19T16:38:42.149 INFO:teuthology.orchestra.run.trial103.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 8.0 MB/s | 240 kB 00:00 2026-02-19T16:38:42.174 INFO:teuthology.orchestra.run.trial103.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 1.4 MB/s | 37 kB 00:00 2026-02-19T16:38:42.198 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:38:42.198 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:38:42.199 INFO:teuthology.orchestra.run.trial103.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.5 MB/s | 66 kB 00:00 2026-02-19T16:38:42.281 INFO:teuthology.orchestra.run.trial139.stdout:(95/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 3.4 MB/s | 19 MB 00:05 2026-02-19T16:38:42.285 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:38:42.285 INFO:teuthology.orchestra.run.trial139.stdout:Total 6.5 MB/s | 159 MB 00:24 2026-02-19T16:38:42.511 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:38:42.520 INFO:teuthology.orchestra.run.trial085.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-19T16:38:42.528 INFO:teuthology.orchestra.run.trial085.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-19T16:38:42.533 INFO:teuthology.orchestra.run.trial085.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-19T16:38:42.537 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-19T16:38:42.543 INFO:teuthology.orchestra.run.trial085.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-19T16:38:42.545 INFO:teuthology.orchestra.run.trial085.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-19T16:38:42.554 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-19T16:38:42.563 INFO:teuthology.orchestra.run.trial085.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-19T16:38:42.563 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 9/10 2026-02-19T16:38:42.667 INFO:teuthology.orchestra.run.trial103.stdout:(25/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 658 kB/s | 308 kB 00:00 2026-02-19T16:38:42.679 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:38:42.717 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:38:42.717 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:38:42.993 INFO:teuthology.orchestra.run.trial103.stdout:(26/36): libarrow-9.0.0-15.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2026-02-19T16:38:43.055 INFO:teuthology.orchestra.run.trial103.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 400 kB/s | 25 kB 00:00 2026-02-19T16:38:43.117 INFO:teuthology.orchestra.run.trial103.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 786 kB/s | 49 kB 00:00 2026-02-19T16:38:43.179 INFO:teuthology.orchestra.run.trial103.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2026-02-19T16:38:43.250 INFO:teuthology.orchestra.run.trial103.stdout:(30/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 12 MB/s | 838 kB 00:00 2026-02-19T16:38:43.314 INFO:teuthology.orchestra.run.trial103.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 2.9 MB/s | 191 kB 00:00 2026-02-19T16:38:43.316 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:38:43.316 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:38:43.394 INFO:teuthology.orchestra.run.trial103.stdout:(32/36): thrift-0.15.0-4.el9.x86_64.rpm 20 MB/s | 1.6 MB 00:00 2026-02-19T16:38:43.529 INFO:teuthology.orchestra.run.trial103.stdout:(33/36): librados2-20.3.0-5336.g802bf111.el9.x8 27 MB/s | 3.6 MB 00:00 2026-02-19T16:38:43.587 INFO:teuthology.orchestra.run.trial103.stdout:(34/36): librbd1-20.3.0-5336.g802bf111.el9.x86_ 48 MB/s | 2.8 MB 00:00 2026-02-19T16:38:43.957 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:38:43.959 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-19T16:38:43.962 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-19T16:38:43.984 INFO:teuthology.orchestra.run.trial139.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-19T16:38:43.995 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-19T16:38:44.028 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-19T16:38:44.034 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-19T16:38:44.037 INFO:teuthology.orchestra.run.trial139.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-19T16:38:44.041 INFO:teuthology.orchestra.run.trial139.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-19T16:38:44.064 INFO:teuthology.orchestra.run.trial139.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-19T16:38:44.077 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-19T16:38:44.080 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-19T16:38:44.087 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-19T16:38:44.088 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-19T16:38:44.100 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-19T16:38:44.106 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-19T16:38:44.131 INFO:teuthology.orchestra.run.trial139.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-19T16:38:44.134 INFO:teuthology.orchestra.run.trial139.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-19T16:38:44.185 INFO:teuthology.orchestra.run.trial139.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-19T16:38:44.198 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-19T16:38:44.200 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-19T16:38:44.205 INFO:teuthology.orchestra.run.trial139.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-19T16:38:44.210 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-19T16:38:44.215 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-19T16:38:44.218 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-19T16:38:44.232 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-19T16:38:44.237 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-19T16:38:44.242 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-19T16:38:44.253 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-19T16:38:44.262 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-19T16:38:44.269 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-19T16:38:44.288 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-19T16:38:44.299 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-19T16:38:44.315 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-19T16:38:44.319 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-19T16:38:44.327 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-19T16:38:44.367 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-19T16:38:44.696 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-19T16:38:44.706 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-19T16:38:44.710 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-19T16:38:44.716 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-19T16:38:44.718 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-19T16:38:44.745 INFO:teuthology.orchestra.run.trial139.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-19T16:38:44.789 INFO:teuthology.orchestra.run.trial139.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-19T16:38:44.798 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-19T16:38:44.803 INFO:teuthology.orchestra.run.trial139.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-19T16:38:44.807 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-19T16:38:44.813 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-19T16:38:44.817 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-19T16:38:44.823 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-19T16:38:44.827 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-19T16:38:44.855 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-19T16:38:44.865 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-19T16:38:44.871 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-19T16:38:44.878 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-19T16:38:44.913 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-19T16:38:45.139 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-19T16:38:45.163 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-19T16:38:45.166 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-19T16:38:45.225 INFO:teuthology.orchestra.run.trial139.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-19T16:38:45.227 INFO:teuthology.orchestra.run.trial139.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-19T16:38:45.248 INFO:teuthology.orchestra.run.trial139.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-19T16:38:45.577 INFO:teuthology.orchestra.run.trial139.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-19T16:38:45.651 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-19T16:38:46.087 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 9/10 2026-02-19T16:38:46.106 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 10/10 2026-02-19T16:38:46.327 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-19T16:38:46.346 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-19T16:38:46.360 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-19T16:38:46.375 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-19T16:38:46.451 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-19T16:38:46.458 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 10/10 2026-02-19T16:38:46.459 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 1/10 2026-02-19T16:38:46.459 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 2/10 2026-02-19T16:38:46.459 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-19T16:38:46.459 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-19T16:38:46.459 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-19T16:38:46.459 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-19T16:38:46.459 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-19T16:38:46.459 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-19T16:38:46.459 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-19T16:38:46.460 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-19T16:38:46.483 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-19T16:38:46.512 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-19T16:38:46.512 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-19T16:38:46.513 INFO:teuthology.orchestra.run.trial085.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-19T16:38:46.514 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:46.514 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:38:46.514 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-19T16:38:46.549 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph 2026-02-19T16:38:46.564 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-19T16:38:46.570 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-19T16:38:46.576 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-19T16:38:46.577 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-19T16:38:46.596 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T16:38:46.596 INFO:teuthology.orchestra.run.trial139.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-19T16:38:46.596 INFO:teuthology.orchestra.run.trial139.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-19T16:38:46.596 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:46.604 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T16:38:46.630 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T16:38:46.630 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-19T16:38:46.630 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:46.666 INFO:teuthology.orchestra.run.trial139.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-19T16:38:46.849 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:42 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:38:46.935 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:38:46.937 INFO:teuthology.orchestra.run.trial085.stdout:======================================================================================= 2026-02-19T16:38:46.937 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repository Size 2026-02-19T16:38:46.937 INFO:teuthology.orchestra.run.trial085.stdout:======================================================================================= 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph x86_64 2:20.3.0-5336.g802bf111.el9 ceph 6.5 k 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout:Installing dependencies: 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 57 k 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mds x86_64 2:20.3.0-5336.g802bf111.el9 ceph 2.4 M 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr x86_64 2:20.3.0-5336.g802bf111.el9 ceph 935 k 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 297 k 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mon x86_64 2:20.3.0-5336.g802bf111.el9 ceph 5.0 M 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd x86_64 2:20.3.0-5336.g802bf111.el9 ceph 168 k 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-classic x86_64 2:20.3.0-5336.g802bf111.el9 ceph 16 M 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-crimson x86_64 2:20.3.0-5336.g802bf111.el9 ceph 19 M 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 17 k 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: cephadm noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 1.0 M 2026-02-19T16:38:46.938 INFO:teuthology.orchestra.run.trial085.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-19T16:38:46.939 INFO:teuthology.orchestra.run.trial085.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-19T16:38:46.940 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-19T16:38:46.941 INFO:teuthology.orchestra.run.trial085.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-19T16:38:46.942 INFO:teuthology.orchestra.run.trial085.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout:Installing weak dependencies: 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 184 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 51 M 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 7.4 M 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 22 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-rook noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 50 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: ceph-volume noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 301 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout:======================================================================================= 2026-02-19T16:38:46.943 INFO:teuthology.orchestra.run.trial085.stdout:Install 95 Packages 2026-02-19T16:38:46.944 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:38:46.944 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 159 M 2026-02-19T16:38:46.944 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 732 M 2026-02-19T16:38:46.944 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:38:47.292 INFO:teuthology.orchestra.run.trial139.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-19T16:38:48.067 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_6 79/95 2026-02-19T16:38:48.131 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_6 80/95 2026-02-19T16:38:48.133 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 81/95 2026-02-19T16:38:48.148 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 81/95 2026-02-19T16:38:48.148 INFO:teuthology.orchestra.run.trial139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:38:48.148 INFO:teuthology.orchestra.run.trial139.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-19T16:38:48.148 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:48.158 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 82/95 2026-02-19T16:38:48.181 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 82/95 2026-02-19T16:38:48.182 INFO:teuthology.orchestra.run.trial139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:38:48.182 INFO:teuthology.orchestra.run.trial139.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-19T16:38:48.182 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T16:38:48.182 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T16:38:48.182 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:48.240 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: cephadm-2:20.3.0-5336.g802bf111.el9.noarch 83/95 2026-02-19T16:38:48.242 INFO:teuthology.orchestra.run.trial139.stdout: Installing : cephadm-2:20.3.0-5336.g802bf111.el9.noarch 83/95 2026-02-19T16:38:48.251 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5336.g802bf111.el9 84/95 2026-02-19T16:38:48.276 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5336.g802bf111.el 85/95 2026-02-19T16:38:48.277 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarc 86/95 2026-02-19T16:38:51.181 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarc 86/95 2026-02-19T16:38:51.188 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noa 87/95 2026-02-19T16:38:51.349 INFO:teuthology.orchestra.run.trial103.stdout:(35/36): mailcap-2.1.49-5.el9.noarch.rpm 3.4 kB/s | 33 kB 00:09 2026-02-19T16:38:51.478 INFO:teuthology.orchestra.run.trial103.stdout:(36/36): pciutils-3.7.0-7.el9.x86_64.rpm 9.3 kB/s | 93 kB 00:09 2026-02-19T16:38:51.481 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:38:51.482 INFO:teuthology.orchestra.run.trial103.stdout:Total 5.0 MB/s | 67 MB 00:13 2026-02-19T16:38:51.571 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:38:51.589 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:38:51.589 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:38:51.647 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noa 87/95 2026-02-19T16:38:51.648 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf 88/95 2026-02-19T16:38:51.661 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf 88/95 2026-02-19T16:38:51.661 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noa 89/95 2026-02-19T16:38:51.724 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noa 89/95 2026-02-19T16:38:51.766 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5336.g802bf111.el9. 90/95 2026-02-19T16:38:51.767 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 91/95 2026-02-19T16:38:51.788 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 91/95 2026-02-19T16:38:51.788 INFO:teuthology.orchestra.run.trial139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:38:51.788 INFO:teuthology.orchestra.run.trial139.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-19T16:38:51.788 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T16:38:51.788 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T16:38:51.788 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:51.801 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 92/95 2026-02-19T16:38:51.834 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:38:51.834 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:38:52.024 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 92/95 2026-02-19T16:38:52.025 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 93/95 2026-02-19T16:38:52.046 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 93/95 2026-02-19T16:38:52.046 INFO:teuthology.orchestra.run.trial139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:38:52.046 INFO:teuthology.orchestra.run.trial139.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-19T16:38:52.046 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T16:38:52.047 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T16:38:52.047 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:52.138 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:38:52.144 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 94/95 2026-02-19T16:38:52.165 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 94/95 2026-02-19T16:38:52.166 INFO:teuthology.orchestra.run.trial139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:38:52.166 INFO:teuthology.orchestra.run.trial139.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-19T16:38:52.166 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T16:38:52.166 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T16:38:52.166 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:52.166 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-2:20.3.0-5336.g802bf111.el9.x86_64 95/95 2026-02-19T16:38:52.173 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_6 95/95 2026-02-19T16:38:52.197 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_6 95/95 2026-02-19T16:38:52.295 INFO:teuthology.orchestra.run.trial103.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-19T16:38:52.300 INFO:teuthology.orchestra.run.trial103.stdout: Upgrading : librados2-2:20.3.0-5336.g802bf111.el9.x86_64 2/38 2026-02-19T16:38:52.347 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: librados2-2:20.3.0-5336.g802bf111.el9.x86_64 2/38 2026-02-19T16:38:52.348 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 3/38 2026-02-19T16:38:52.359 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 3/38 2026-02-19T16:38:52.361 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libcephfs-daemon-2:20.3.0-5336.g802bf111.el9.x86_6 4/38 2026-02-19T16:38:52.362 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_6 5/38 2026-02-19T16:38:52.389 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_6 5/38 2026-02-19T16:38:52.391 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 6/38 2026-02-19T16:38:52.399 INFO:teuthology.orchestra.run.trial103.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-19T16:38:52.401 INFO:teuthology.orchestra.run.trial103.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-19T16:38:52.404 INFO:teuthology.orchestra.run.trial103.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-19T16:38:52.408 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-19T16:38:52.419 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-ceph-argparse-2:20.3.0-5336.g802bf111.el9. 11/38 2026-02-19T16:38:52.431 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 12/38 2026-02-19T16:38:52.431 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_6 13/38 2026-02-19T16:38:52.452 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_6 13/38 2026-02-19T16:38:52.456 INFO:teuthology.orchestra.run.trial103.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-19T16:38:52.485 INFO:teuthology.orchestra.run.trial103.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-19T16:38:52.489 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-19T16:38:52.497 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-19T16:38:52.499 INFO:teuthology.orchestra.run.trial103.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-19T16:38:52.503 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-19T16:38:52.625 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-19T16:38:52.626 INFO:teuthology.orchestra.run.trial103.stdout: Upgrading : librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 21/38 2026-02-19T16:38:52.652 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 21/38 2026-02-19T16:38:52.657 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 22/38 2026-02-19T16:38:52.663 INFO:teuthology.orchestra.run.trial103.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-19T16:38:52.945 INFO:teuthology.orchestra.run.trial103.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-19T16:38:52.946 INFO:teuthology.orchestra.run.trial103.stdout: Installing : librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 25/38 2026-02-19T16:38:52.962 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 25/38 2026-02-19T16:38:52.966 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 26/38 2026-02-19T16:38:52.971 INFO:teuthology.orchestra.run.trial103.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-19T16:38:52.973 INFO:teuthology.orchestra.run.trial103.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-19T16:38:52.974 INFO:teuthology.orchestra.run.trial103.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T16:38:52.991 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-19T16:38:52.994 INFO:teuthology.orchestra.run.trial103.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-19T16:38:53.022 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-2:20.3.0-5336.g802bf111.el9.x86_64 95/95 2026-02-19T16:38:53.022 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-2:20.3.0-5336.g802bf111.el9.x86_64 1/95 2026-02-19T16:38:53.022 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 2/95 2026-02-19T16:38:53.022 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 3/95 2026-02-19T16:38:53.022 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 4/95 2026-02-19T16:38:53.022 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 5/95 2026-02-19T16:38:53.022 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_6 6/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_6 7/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5336.g802bf111.el 8/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarc 9/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noa 10/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf 11/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noa 12/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5336.g802bf111.el9. 13/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 14/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5336.g802bf111.el9 15/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 16/95 2026-02-19T16:38:53.023 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : cephadm-2:20.3.0-5336.g802bf111.el9.noarch 17/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-19T16:38:53.024 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-19T16:38:53.025 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-19T16:38:53.026 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-19T16:38:53.027 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-19T16:38:53.028 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-19T16:38:53.029 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-19T16:38:53.030 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-19T16:38:53.030 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-19T16:38:53.030 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-19T16:38:53.030 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-19T16:38:53.030 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-19T16:38:53.030 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-19T16:38:53.030 INFO:teuthology.orchestra.run.trial103.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-19T16:38:53.032 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-ceph-common-2:20.3.0-5336.g802bf111.el9.x8 32/38 2026-02-19T16:38:53.083 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-19T16:38:53.084 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:53.084 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:38:53.084 INFO:teuthology.orchestra.run.trial139.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-19T16:38:53.084 INFO:teuthology.orchestra.run.trial139.stdout: ceph-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:53.084 INFO:teuthology.orchestra.run.trial139.stdout: ceph-grafana-dashboards-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.084 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:53.084 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:53.084 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.084 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-modules-core-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-prometheus-alerts-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.085 INFO:teuthology.orchestra.run.trial139.stdout: cephadm-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T16:38:53.086 INFO:teuthology.orchestra.run.trial139.stdout: lua-5.4.4-4.el9.x86_64 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-19T16:38:53.087 INFO:teuthology.orchestra.run.trial139.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-19T16:38:53.088 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-19T16:38:53.089 INFO:teuthology.orchestra.run.trial139.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-ply-3.11-14.el9.noarch 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-19T16:38:53.090 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-19T16:38:53.091 INFO:teuthology.orchestra.run.trial139.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: unzip-6.0-59.el9.x86_64 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: zip-3.0-35.el9.x86_64 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:53.092 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:53.146 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-base 2026-02-19T16:38:53.461 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:05 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:53.524 INFO:teuthology.orchestra.run.trial139.stdout:Package ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:38:53.542 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:53.543 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:53.543 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:53.564 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install cephadm 2026-02-19T16:38:53.866 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:05 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:53.930 INFO:teuthology.orchestra.run.trial139.stdout:Package cephadm-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:38:53.948 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:53.949 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:53.949 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:53.969 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-immutable-object-cache 2026-02-19T16:38:54.123 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 33/38 2026-02-19T16:38:54.125 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 33/38 2026-02-19T16:38:54.272 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:06 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repo Size 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5336.g802bf111.el9 ceph 147 k 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:Install 1 Package 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 147 k 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 423 k 2026-02-19T16:38:54.354 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:38:54.387 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 33/38 2026-02-19T16:38:54.391 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 34/38 2026-02-19T16:38:54.417 INFO:teuthology.orchestra.run.trial085.stdout:(1/95): ceph-20.3.0-5336.g802bf111.el9.x86_64.r 962 B/s | 6.5 kB 00:06 2026-02-19T16:38:54.428 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 34/38 2026-02-19T16:38:54.428 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-19T16:38:54.428 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-19T16:38:54.428 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:38:54.431 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 35/38 2026-02-19T16:38:54.445 INFO:teuthology.orchestra.run.trial139.stdout:ceph-immutable-object-cache-20.3.0-5336.g802bf1 1.6 MB/s | 147 kB 00:00 2026-02-19T16:38:54.446 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:38:54.446 INFO:teuthology.orchestra.run.trial139.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-19T16:38:54.446 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:38:54.450 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:38:54.450 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:38:54.482 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:38:54.482 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:38:54.519 INFO:teuthology.orchestra.run.trial085.stdout:(2/95): ceph-mgr-20.3.0-5336.g802bf111.el9.x86_ 133 kB/s | 935 kB 00:07 2026-02-19T16:38:54.537 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:38:54.539 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5336.g802bf111. 1/1 2026-02-19T16:38:54.553 INFO:teuthology.orchestra.run.trial085.stdout:(3/95): ceph-mds-20.3.0-5336.g802bf111.el9.x86_ 345 kB/s | 2.4 MB 00:07 2026-02-19T16:38:54.561 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5336.g802bf111. 1/1 2026-02-19T16:38:54.561 INFO:teuthology.orchestra.run.trial139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:38:54.561 INFO:teuthology.orchestra.run.trial139.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-19T16:38:54.561 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:54.566 INFO:teuthology.orchestra.run.trial085.stdout:(4/95): ceph-osd-20.3.0-5336.g802bf111.el9.x86_ 3.5 MB/s | 168 kB 00:00 2026-02-19T16:38:54.869 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5336.g802bf111. 1/1 2026-02-19T16:38:54.869 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:54.869 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:38:54.870 INFO:teuthology.orchestra.run.trial139.stdout: ceph-immutable-object-cache-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:54.870 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:54.870 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:54.895 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-mgr 2026-02-19T16:38:55.208 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:07 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:55.265 INFO:teuthology.orchestra.run.trial085.stdout:(5/95): ceph-mon-20.3.0-5336.g802bf111.el9.x86_ 5.9 MB/s | 5.0 MB 00:00 2026-02-19T16:38:55.272 INFO:teuthology.orchestra.run.trial139.stdout:Package ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:38:55.290 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:55.291 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:55.291 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:55.311 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-mgr-dashboard 2026-02-19T16:38:55.318 INFO:teuthology.orchestra.run.trial085.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5336.g80 1.0 MB/s | 57 kB 00:00 2026-02-19T16:38:55.375 INFO:teuthology.orchestra.run.trial085.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5336.g802bf111. 3.2 MB/s | 184 kB 00:00 2026-02-19T16:38:55.595 INFO:teuthology.orchestra.run.trial085.stdout:(8/95): ceph-osd-classic-20.3.0-5336.g802bf111. 15 MB/s | 16 MB 00:01 2026-02-19T16:38:55.619 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:07 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:55.684 INFO:teuthology.orchestra.run.trial139.stdout:Package ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:38:55.703 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:55.704 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:55.704 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:55.724 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-19T16:38:56.037 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:08 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:56.100 INFO:teuthology.orchestra.run.trial139.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:38:56.119 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:56.119 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:56.119 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:56.141 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-mgr-rook 2026-02-19T16:38:56.143 INFO:teuthology.orchestra.run.trial085.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-53 14 MB/s | 7.4 MB 00:00 2026-02-19T16:38:56.189 INFO:teuthology.orchestra.run.trial085.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5336.g802bf1 475 kB/s | 22 kB 00:00 2026-02-19T16:38:56.252 INFO:teuthology.orchestra.run.trial085.stdout:(11/95): ceph-osd-crimson-20.3.0-5336.g802bf111 11 MB/s | 19 MB 00:01 2026-02-19T16:38:56.253 INFO:teuthology.orchestra.run.trial085.stdout:(12/95): ceph-mgr-modules-core-20.3.0-5336.g802 4.5 MB/s | 297 kB 00:00 2026-02-19T16:38:56.288 INFO:teuthology.orchestra.run.trial085.stdout:(13/95): ceph-mgr-rook-20.3.0-5336.g802bf111.el 1.3 MB/s | 50 kB 00:00 2026-02-19T16:38:56.291 INFO:teuthology.orchestra.run.trial085.stdout:(14/95): ceph-prometheus-alerts-20.3.0-5336.g80 463 kB/s | 17 kB 00:00 2026-02-19T16:38:56.331 INFO:teuthology.orchestra.run.trial085.stdout:(15/95): ceph-volume-20.3.0-5336.g802bf111.el9. 7.0 MB/s | 301 kB 00:00 2026-02-19T16:38:56.376 INFO:teuthology.orchestra.run.trial085.stdout:(16/95): cephadm-20.3.0-5336.g802bf111.el9.noar 12 MB/s | 1.0 MB 00:00 2026-02-19T16:38:56.446 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:08 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:56.511 INFO:teuthology.orchestra.run.trial139.stdout:Package ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:38:56.530 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:56.530 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:56.531 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:56.552 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-mgr-cephadm 2026-02-19T16:38:56.858 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:08 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:56.923 INFO:teuthology.orchestra.run.trial139.stdout:Package ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:38:56.941 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:56.942 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:56.942 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:56.963 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-osd 2026-02-19T16:38:57.271 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:09 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:57.335 INFO:teuthology.orchestra.run.trial139.stdout:Package ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:38:57.353 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:57.354 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:57.354 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:57.375 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-osd-classic 2026-02-19T16:38:57.681 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:09 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:57.746 INFO:teuthology.orchestra.run.trial139.stdout:Package ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:38:57.765 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:57.765 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:57.766 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:57.786 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-fuse 2026-02-19T16:38:58.100 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:10 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:58.183 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:58.183 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:58.183 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repo Size 2026-02-19T16:38:58.183 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout: ceph-fuse x86_64 2:20.3.0-5336.g802bf111.el9 ceph 987 k 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout:Install 1 Package 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 987 k 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 2.9 M 2026-02-19T16:38:58.184 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:38:58.251 INFO:teuthology.orchestra.run.trial085.stdout:(17/95): ceph-mgr-dashboard-20.3.0-5336.g802bf1 18 MB/s | 51 MB 00:02 2026-02-19T16:38:58.304 INFO:teuthology.orchestra.run.trial139.stdout:ceph-fuse-20.3.0-5336.g802bf111.el9.x86_64.rpm 8.0 MB/s | 987 kB 00:00 2026-02-19T16:38:58.304 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:38:58.304 INFO:teuthology.orchestra.run.trial139.stdout:Total 8.0 MB/s | 987 kB 00:00 2026-02-19T16:38:58.304 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:38:58.309 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:38:58.309 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:38:58.343 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:38:58.344 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:38:58.437 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:38:58.454 INFO:teuthology.orchestra.run.trial139.stdout: Installing : ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:38:58.693 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:38:58.750 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:38:58.751 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:58.751 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:38:58.751 INFO:teuthology.orchestra.run.trial139.stdout: ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:58.751 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:58.751 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:58.779 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install ceph-volume 2026-02-19T16:38:58.902 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 35/38 2026-02-19T16:38:58.902 INFO:teuthology.orchestra.run.trial103.stdout:skipping the directory /sys 2026-02-19T16:38:58.902 INFO:teuthology.orchestra.run.trial103.stdout:skipping the directory /proc 2026-02-19T16:38:58.902 INFO:teuthology.orchestra.run.trial103.stdout:skipping the directory /mnt 2026-02-19T16:38:58.902 INFO:teuthology.orchestra.run.trial103.stdout:skipping the directory /var/tmp 2026-02-19T16:38:58.902 INFO:teuthology.orchestra.run.trial103.stdout:skipping the directory /home 2026-02-19T16:38:58.902 INFO:teuthology.orchestra.run.trial103.stdout:skipping the directory /root 2026-02-19T16:38:58.903 INFO:teuthology.orchestra.run.trial103.stdout:skipping the directory /tmp 2026-02-19T16:38:58.903 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:38:59.091 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:11 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:59.156 INFO:teuthology.orchestra.run.trial139.stdout:Package ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:38:59.174 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:59.175 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:38:59.175 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:38:59.196 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install librados-devel 2026-02-19T16:38:59.482 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 36/38 2026-02-19T16:38:59.504 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:11 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:38:59.505 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 36/38 2026-02-19T16:38:59.505 INFO:teuthology.orchestra.run.trial103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:38:59.505 INFO:teuthology.orchestra.run.trial103.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-19T16:38:59.506 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T16:38:59.506 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-19T16:38:59.506 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:38:59.507 INFO:teuthology.orchestra.run.trial103.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T16:38:59.519 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-19T16:38:59.519 INFO:teuthology.orchestra.run.trial103.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T16:38:59.574 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T16:38:59.574 INFO:teuthology.orchestra.run.trial103.stdout:Creating group 'qat' with GID 992. 2026-02-19T16:38:59.574 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:38:59.587 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:38:59.588 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repo Size 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout: librados-devel x86_64 2:20.3.0-5336.g802bf111.el9 ceph 123 k 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout:Install 1 Package 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:38:59.589 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 123 k 2026-02-19T16:38:59.590 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 437 k 2026-02-19T16:38:59.590 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:38:59.865 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 1/38 2026-02-19T16:38:59.865 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 2/38 2026-02-19T16:38:59.865 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 3/38 2026-02-19T16:38:59.865 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 4/38 2026-02-19T16:38:59.865 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libcephfs-daemon-2:20.3.0-5336.g802bf111.el9.x86_6 5/38 2026-02-19T16:38:59.865 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_6 6/38 2026-02-19T16:38:59.865 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 7/38 2026-02-19T16:38:59.865 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_6 8/38 2026-02-19T16:38:59.865 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 9/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5336.g802bf111.el9. 10/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-ceph-common-2:20.3.0-5336.g802bf111.el9.x8 11/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 12/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 13/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 14/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 15/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-19T16:38:59.866 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-19T16:38:59.867 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-19T16:38:59.868 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-19T16:38:59.868 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : librados2-2:20.3.0-5336.g802bf111.el9.x86_64 35/38 2026-02-19T16:38:59.868 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-19T16:38:59.868 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 37/38 2026-02-19T16:38:59.926 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-19T16:38:59.926 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:38:59.926 INFO:teuthology.orchestra.run.trial103.stdout:Upgraded: 2026-02-19T16:38:59.926 INFO:teuthology.orchestra.run.trial103.stdout: librados2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.926 INFO:teuthology.orchestra.run.trial103.stdout: librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.926 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:38:59.926 INFO:teuthology.orchestra.run.trial103.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-19T16:38:59.926 INFO:teuthology.orchestra.run.trial103.stdout: ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: ceph-radosgw-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: ceph-selinux-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: libcephfs-daemon-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: libcephfs-proxy2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-19T16:38:59.927 INFO:teuthology.orchestra.run.trial103.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: libradosstriper1-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: librgw2-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: python3-ceph-argparse-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: python3-ceph-common-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.928 INFO:teuthology.orchestra.run.trial103.stdout: python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.929 INFO:teuthology.orchestra.run.trial103.stdout: python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.929 INFO:teuthology.orchestra.run.trial103.stdout: python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:38:59.929 INFO:teuthology.orchestra.run.trial103.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-19T16:38:59.929 INFO:teuthology.orchestra.run.trial103.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-19T16:38:59.929 INFO:teuthology.orchestra.run.trial103.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-19T16:38:59.929 INFO:teuthology.orchestra.run.trial103.stdout: re2-1:20211101-20.el9.x86_64 2026-02-19T16:38:59.929 INFO:teuthology.orchestra.run.trial103.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-19T16:38:59.929 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:38:59.929 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:38:59.932 INFO:teuthology.orchestra.run.trial139.stdout:librados-devel-20.3.0-5336.g802bf111.el9.x86_64 359 kB/s | 123 kB 00:00 2026-02-19T16:38:59.932 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:38:59.932 INFO:teuthology.orchestra.run.trial139.stdout:Total 358 kB/s | 123 kB 00:00 2026-02-19T16:38:59.932 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:38:59.935 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:38:59.935 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:38:59.966 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:38:59.968 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:38:59.969 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-test 2026-02-19T16:39:00.021 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:39:00.038 INFO:teuthology.orchestra.run.trial139.stdout: Installing : librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:00.120 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:00.177 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:00.178 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:00.178 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:39:00.178 INFO:teuthology.orchestra.run.trial139.stdout: librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:00.178 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:00.178 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:00.208 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install libcephfs2 2026-02-19T16:39:00.282 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:00:24 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:39:00.366 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:39:00.366 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:39:00.366 INFO:teuthology.orchestra.run.trial103.stdout: Package Arch Version Repository Size 2026-02-19T16:39:00.366 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:39:00.366 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:39:00.366 INFO:teuthology.orchestra.run.trial103.stdout: ceph-test x86_64 2:20.3.0-5336.g802bf111.el9 ceph 79 M 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout:Installing dependencies: 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: libcephsqlite x86_64 2:20.3.0-5336.g802bf111.el9 ceph 159 k 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:00.367 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:39:00.368 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:39:00.368 INFO:teuthology.orchestra.run.trial103.stdout:Install 10 Packages 2026-02-19T16:39:00.368 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:00.368 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 83 M 2026-02-19T16:39:00.369 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 341 M 2026-02-19T16:39:00.369 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:39:00.520 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:12 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:00.585 INFO:teuthology.orchestra.run.trial139.stdout:Package libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:00.603 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:00.604 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:39:00.604 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:00.626 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install libcephfs-devel 2026-02-19T16:39:00.891 INFO:teuthology.orchestra.run.trial103.stdout:(1/10): libcephsqlite-20.3.0-5336.g802bf111.el9 1.8 MB/s | 159 kB 00:00 2026-02-19T16:39:00.935 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:12 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:01.019 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:01.019 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:01.019 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repo Size 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout: libcephfs-devel x86_64 2:20.3.0-5336.g802bf111.el9 ceph 37 k 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout:Install 1 Package 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 37 k 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 171 k 2026-02-19T16:39:01.020 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:39:01.260 INFO:teuthology.orchestra.run.trial139.stdout:libcephfs-devel-20.3.0-5336.g802bf111.el9.x86_6 155 kB/s | 37 kB 00:00 2026-02-19T16:39:01.260 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:39:01.260 INFO:teuthology.orchestra.run.trial139.stdout:Total 155 kB/s | 37 kB 00:00 2026-02-19T16:39:01.260 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:39:01.263 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:39:01.263 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:39:01.265 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:39:01.265 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:39:01.287 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:39:01.303 INFO:teuthology.orchestra.run.trial139.stdout: Installing : libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:01.359 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:01.416 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:01.416 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:01.416 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:39:01.416 INFO:teuthology.orchestra.run.trial139.stdout: libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:01.416 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:01.416 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:01.444 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install librados2 2026-02-19T16:39:01.752 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:13 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:01.817 INFO:teuthology.orchestra.run.trial139.stdout:Package librados2-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:01.835 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:01.836 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:39:01.836 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:01.857 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install librbd1 2026-02-19T16:39:02.168 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:14 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:02.233 INFO:teuthology.orchestra.run.trial139.stdout:Package librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:02.251 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:02.251 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:39:02.252 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:02.273 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install python3-rados 2026-02-19T16:39:02.357 INFO:teuthology.orchestra.run.trial103.stdout:(2/10): ceph-test-20.3.0-5336.g802bf111.el9.x86 51 MB/s | 79 MB 00:01 2026-02-19T16:39:02.588 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:14 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:02.653 INFO:teuthology.orchestra.run.trial139.stdout:Package python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:02.671 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:02.671 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:39:02.672 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:02.694 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install python3-rgw 2026-02-19T16:39:03.002 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:15 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:03.067 INFO:teuthology.orchestra.run.trial139.stdout:Package python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:03.087 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:03.087 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:39:03.088 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:03.109 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install python3-cephfs 2026-02-19T16:39:03.418 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:15 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:03.485 INFO:teuthology.orchestra.run.trial139.stdout:Package python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:03.503 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:03.504 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:39:03.504 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:03.526 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install python3-rbd 2026-02-19T16:39:03.835 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:15 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:03.900 INFO:teuthology.orchestra.run.trial139.stdout:Package python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:03.918 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:03.919 INFO:teuthology.orchestra.run.trial139.stdout:Nothing to do. 2026-02-19T16:39:03.919 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:03.940 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install rbd-fuse 2026-02-19T16:39:04.252 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:16 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:04.336 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout: Package Architecture Version Repository Size 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout: rbd-fuse x86_64 2:20.3.0-5336.g802bf111.el9 ceph 85 k 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout:Install 1 Package 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 85 k 2026-02-19T16:39:04.337 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 217 k 2026-02-19T16:39:04.338 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:39:04.414 INFO:teuthology.orchestra.run.trial139.stdout:rbd-fuse-20.3.0-5336.g802bf111.el9.x86_64.rpm 1.1 MB/s | 85 kB 00:00 2026-02-19T16:39:04.414 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:39:04.414 INFO:teuthology.orchestra.run.trial139.stdout:Total 1.1 MB/s | 85 kB 00:00 2026-02-19T16:39:04.414 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:39:04.418 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:39:04.418 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:39:04.450 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:39:04.450 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:39:04.501 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:39:04.518 INFO:teuthology.orchestra.run.trial139.stdout: Installing : rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:04.602 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:04.660 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:04.660 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:04.660 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:39:04.660 INFO:teuthology.orchestra.run.trial139.stdout: rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:04.660 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:04.660 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:04.688 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install rbd-mirror 2026-02-19T16:39:04.995 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:16 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:05.078 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout: Package Arch Version Repo Size 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout: rbd-mirror x86_64 2:20.3.0-5336.g802bf111.el9 ceph 2.9 M 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout:Install 1 Package 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 2.9 M 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 11 M 2026-02-19T16:39:05.079 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:39:05.227 INFO:teuthology.orchestra.run.trial139.stdout:rbd-mirror-20.3.0-5336.g802bf111.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-19T16:39:05.227 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:39:05.227 INFO:teuthology.orchestra.run.trial139.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-19T16:39:05.227 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:39:05.232 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:39:05.232 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:39:05.272 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:39:05.272 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:39:05.456 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:39:05.457 INFO:teuthology.orchestra.run.trial139.stdout: Installing : rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:05.481 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:05.481 INFO:teuthology.orchestra.run.trial139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:05.481 INFO:teuthology.orchestra.run.trial139.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-19T16:39:05.481 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T16:39:05.481 INFO:teuthology.orchestra.run.trial139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T16:39:05.481 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:05.771 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:05.772 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:05.772 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:39:05.772 INFO:teuthology.orchestra.run.trial139.stdout: rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:05.772 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:05.772 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:05.800 DEBUG:teuthology.orchestra.run.trial139:> sudo yum -y install rbd-nbd 2026-02-19T16:39:06.114 INFO:teuthology.orchestra.run.trial139.stdout:Last metadata expiration check: 0:01:18 ago on Thu 19 Feb 2026 04:37:48 PM UTC. 2026-02-19T16:39:06.198 INFO:teuthology.orchestra.run.trial139.stdout:Dependencies resolved. 2026-02-19T16:39:06.199 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:06.199 INFO:teuthology.orchestra.run.trial139.stdout: Package Architecture Version Repository Size 2026-02-19T16:39:06.199 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:06.199 INFO:teuthology.orchestra.run.trial139.stdout:Installing: 2026-02-19T16:39:06.199 INFO:teuthology.orchestra.run.trial139.stdout: rbd-nbd x86_64 2:20.3.0-5336.g802bf111.el9 ceph 173 k 2026-02-19T16:39:06.199 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:06.199 INFO:teuthology.orchestra.run.trial139.stdout:Transaction Summary 2026-02-19T16:39:06.199 INFO:teuthology.orchestra.run.trial139.stdout:================================================================================ 2026-02-19T16:39:06.199 INFO:teuthology.orchestra.run.trial139.stdout:Install 1 Package 2026-02-19T16:39:06.200 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:06.200 INFO:teuthology.orchestra.run.trial139.stdout:Total download size: 173 k 2026-02-19T16:39:06.200 INFO:teuthology.orchestra.run.trial139.stdout:Installed size: 466 k 2026-02-19T16:39:06.200 INFO:teuthology.orchestra.run.trial139.stdout:Downloading Packages: 2026-02-19T16:39:06.286 INFO:teuthology.orchestra.run.trial139.stdout:rbd-nbd-20.3.0-5336.g802bf111.el9.x86_64.rpm 1.9 MB/s | 173 kB 00:00 2026-02-19T16:39:06.287 INFO:teuthology.orchestra.run.trial139.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:39:06.288 INFO:teuthology.orchestra.run.trial139.stdout:Total 1.9 MB/s | 173 kB 00:00 2026-02-19T16:39:06.288 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction check 2026-02-19T16:39:06.292 INFO:teuthology.orchestra.run.trial139.stdout:Transaction check succeeded. 2026-02-19T16:39:06.292 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction test 2026-02-19T16:39:06.324 INFO:teuthology.orchestra.run.trial139.stdout:Transaction test succeeded. 2026-02-19T16:39:06.324 INFO:teuthology.orchestra.run.trial139.stdout:Running transaction 2026-02-19T16:39:06.341 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] cryptsetup-2.8.1-3.el9.x86_64.rpm: Curl error (6): Couldn't resolve host name for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/cryptsetup-2.8.1-3.el9.x86_64.rpm [Could not resolve host: us.mirrors.cicku.me] 2026-02-19T16:39:06.380 INFO:teuthology.orchestra.run.trial139.stdout: Preparing : 1/1 2026-02-19T16:39:06.385 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] ledmon-libs-1.1.0-3.el9.x86_64.rpm: Curl error (6): Couldn't resolve host name for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/ledmon-libs-1.1.0-3.el9.x86_64.rpm [Could not resolve host: us.mirrors.cicku.me] 2026-02-19T16:39:06.397 INFO:teuthology.orchestra.run.trial139.stdout: Installing : rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:06.481 INFO:teuthology.orchestra.run.trial139.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:06.539 INFO:teuthology.orchestra.run.trial139.stdout: Verifying : rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:39:06.540 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:06.540 INFO:teuthology.orchestra.run.trial139.stdout:Installed: 2026-02-19T16:39:06.540 INFO:teuthology.orchestra.run.trial139.stdout: rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:06.540 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:39:06.540 INFO:teuthology.orchestra.run.trial139.stdout:Complete! 2026-02-19T16:39:06.571 DEBUG:teuthology.parallel:result is None 2026-02-19T16:39:06.789 INFO:teuthology.orchestra.run.trial085.stdout:(18/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 3.9 kB/s | 40 kB 00:10 2026-02-19T16:39:07.921 INFO:teuthology.orchestra.run.trial103.stdout:(3/10): libatomic-11.5.0-14.el9.x86_64.rpm 3.2 kB/s | 23 kB 00:07 2026-02-19T16:39:08.083 INFO:teuthology.orchestra.run.trial103.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 16 kB/s | 94 kB 00:05 2026-02-19T16:39:08.688 INFO:teuthology.orchestra.run.trial103.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 304 kB/s | 233 kB 00:00 2026-02-19T16:39:09.024 INFO:teuthology.orchestra.run.trial103.stdout:(6/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2026-02-19T16:39:09.477 INFO:teuthology.orchestra.run.trial103.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 384 kB/s | 303 kB 00:00 2026-02-19T16:39:09.647 INFO:teuthology.orchestra.run.trial103.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 102 kB/s | 64 kB 00:00 2026-02-19T16:39:10.370 INFO:teuthology.orchestra.run.trial103.stdout:(9/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 225 kB/s | 2.1 MB 00:09 2026-02-19T16:39:14.847 INFO:teuthology.orchestra.run.trial103.stdout:(10/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 23 kB/s | 122 kB 00:05 2026-02-19T16:39:14.853 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:39:14.853 INFO:teuthology.orchestra.run.trial103.stdout:Total 5.7 MB/s | 83 MB 00:14 2026-02-19T16:39:14.917 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:39:14.928 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:39:14.928 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:39:15.211 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:39:15.212 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:39:15.521 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:39:15.530 INFO:teuthology.orchestra.run.trial103.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-19T16:39:15.539 INFO:teuthology.orchestra.run.trial103.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-19T16:39:15.544 INFO:teuthology.orchestra.run.trial103.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-19T16:39:15.548 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-19T16:39:15.553 INFO:teuthology.orchestra.run.trial103.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-19T16:39:15.555 INFO:teuthology.orchestra.run.trial103.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-19T16:39:15.565 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-19T16:39:15.573 INFO:teuthology.orchestra.run.trial103.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-19T16:39:15.574 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 9/10 2026-02-19T16:39:19.035 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 9/10 2026-02-19T16:39:19.053 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 10/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 10/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 1/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 2/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-19T16:39:19.391 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: ceph-test-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: libcephsqlite-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-19T16:39:19.445 INFO:teuthology.orchestra.run.trial103.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-19T16:39:19.446 INFO:teuthology.orchestra.run.trial103.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-19T16:39:19.446 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:19.446 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:39:19.482 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph 2026-02-19T16:39:19.782 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:00:43 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:39:19.869 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:39:19.871 INFO:teuthology.orchestra.run.trial103.stdout:======================================================================================= 2026-02-19T16:39:19.871 INFO:teuthology.orchestra.run.trial103.stdout: Package Arch Version Repository Size 2026-02-19T16:39:19.871 INFO:teuthology.orchestra.run.trial103.stdout:======================================================================================= 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout: ceph x86_64 2:20.3.0-5336.g802bf111.el9 ceph 6.5 k 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout:Installing dependencies: 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 57 k 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mds x86_64 2:20.3.0-5336.g802bf111.el9 ceph 2.4 M 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr x86_64 2:20.3.0-5336.g802bf111.el9 ceph 935 k 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 297 k 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mon x86_64 2:20.3.0-5336.g802bf111.el9 ceph 5.0 M 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout: ceph-osd x86_64 2:20.3.0-5336.g802bf111.el9 ceph 168 k 2026-02-19T16:39:19.872 INFO:teuthology.orchestra.run.trial103.stdout: ceph-osd-classic x86_64 2:20.3.0-5336.g802bf111.el9 ceph 16 M 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: ceph-osd-crimson x86_64 2:20.3.0-5336.g802bf111.el9 ceph 19 M 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 17 k 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: cephadm noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 1.0 M 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-19T16:39:19.873 INFO:teuthology.orchestra.run.trial103.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-19T16:39:19.874 INFO:teuthology.orchestra.run.trial103.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-19T16:39:19.875 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-19T16:39:19.876 INFO:teuthology.orchestra.run.trial103.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-19T16:39:19.877 INFO:teuthology.orchestra.run.trial103.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-19T16:39:19.878 INFO:teuthology.orchestra.run.trial103.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout:Installing weak dependencies: 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 184 k 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 51 M 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 7.4 M 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 22 k 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-rook noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 50 k 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: ceph-volume noarch 2:20.3.0-5336.g802bf111.el9 ceph-noarch 301 k 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-19T16:39:19.879 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:19.880 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:39:19.880 INFO:teuthology.orchestra.run.trial103.stdout:======================================================================================= 2026-02-19T16:39:19.880 INFO:teuthology.orchestra.run.trial103.stdout:Install 95 Packages 2026-02-19T16:39:19.880 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:19.881 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 159 M 2026-02-19T16:39:19.881 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 732 M 2026-02-19T16:39:19.881 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:39:21.375 INFO:teuthology.orchestra.run.trial085.stdout:(19/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 14 kB/s | 351 kB 00:25 2026-02-19T16:39:21.424 INFO:teuthology.orchestra.run.trial085.stdout:(20/95): libconfig-1.7.2-9.el9.x86_64.rpm 3.1 kB/s | 72 kB 00:23 2026-02-19T16:39:21.444 INFO:teuthology.orchestra.run.trial085.stdout:(21/95): libquadmath-11.5.0-14.el9.x86_64.rpm 2.7 MB/s | 184 kB 00:00 2026-02-19T16:39:21.455 INFO:teuthology.orchestra.run.trial085.stdout:(22/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 8.1 MB/s | 253 kB 00:00 2026-02-19T16:39:21.456 INFO:teuthology.orchestra.run.trial085.stdout:(23/95): libgfortran-11.5.0-14.el9.x86_64.rpm 54 kB/s | 794 kB 00:14 2026-02-19T16:39:21.482 INFO:teuthology.orchestra.run.trial085.stdout:(24/95): python3-cryptography-36.0.1-5.el9.x86_ 33 MB/s | 1.2 MB 00:00 2026-02-19T16:39:21.483 INFO:teuthology.orchestra.run.trial085.stdout:(25/95): python3-ply-3.11-14.el9.noarch.rpm 3.7 MB/s | 106 kB 00:00 2026-02-19T16:39:21.487 INFO:teuthology.orchestra.run.trial085.stdout:(26/95): python3-pycparser-2.20-6.el9.noarch.rp 4.3 MB/s | 135 kB 00:00 2026-02-19T16:39:21.513 INFO:teuthology.orchestra.run.trial085.stdout:(27/95): python3-requests-2.25.1-10.el9.noarch. 4.0 MB/s | 126 kB 00:00 2026-02-19T16:39:21.514 INFO:teuthology.orchestra.run.trial085.stdout:(28/95): unzip-6.0-59.el9.x86_64.rpm 6.6 MB/s | 182 kB 00:00 2026-02-19T16:39:21.515 INFO:teuthology.orchestra.run.trial085.stdout:(29/95): python3-urllib3-1.26.5-7.el9.noarch.rp 6.6 MB/s | 218 kB 00:00 2026-02-19T16:39:21.542 INFO:teuthology.orchestra.run.trial085.stdout:(30/95): zip-3.0-35.el9.x86_64.rpm 9.0 MB/s | 266 kB 00:00 2026-02-19T16:39:21.620 INFO:teuthology.orchestra.run.trial085.stdout:(31/95): flexiblas-openblas-openmp-3.0.4-9.el9. 191 kB/s | 15 kB 00:00 2026-02-19T16:39:21.628 INFO:teuthology.orchestra.run.trial085.stdout:(32/95): flexiblas-3.0.4-9.el9.x86_64.rpm 260 kB/s | 30 kB 00:00 2026-02-19T16:39:21.725 INFO:teuthology.orchestra.run.trial085.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 1.9 MB/s | 188 kB 00:00 2026-02-19T16:39:21.736 INFO:teuthology.orchestra.run.trial085.stdout:(34/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 2.1 MB/s | 246 kB 00:00 2026-02-19T16:39:21.759 INFO:teuthology.orchestra.run.trial085.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 1.2 MB/s | 42 kB 00:00 2026-02-19T16:39:21.811 INFO:teuthology.orchestra.run.trial085.stdout:(36/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 10 MB/s | 3.0 MB 00:00 2026-02-19T16:39:21.912 INFO:teuthology.orchestra.run.trial085.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 2.4 MB/s | 244 kB 00:00 2026-02-19T16:39:21.960 INFO:teuthology.orchestra.run.trial085.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 5.0 MB/s | 249 kB 00:00 2026-02-19T16:39:21.996 INFO:teuthology.orchestra.run.trial085.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 1.3 MB/s | 48 kB 00:00 2026-02-19T16:39:22.045 INFO:teuthology.orchestra.run.trial085.stdout:(40/95): python3-libstoragemgmt-1.10.1-1.el9.x8 3.5 MB/s | 177 kB 00:00 2026-02-19T16:39:22.109 INFO:teuthology.orchestra.run.trial085.stdout:(41/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 19 MB/s | 1.2 MB 00:00 2026-02-19T16:39:22.150 INFO:teuthology.orchestra.run.trial085.stdout:(42/95): python3-markupsafe-1.1.1-12.el9.x86_64 860 kB/s | 35 kB 00:00 2026-02-19T16:39:22.320 INFO:teuthology.orchestra.run.trial085.stdout:(43/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 36 MB/s | 6.1 MB 00:00 2026-02-19T16:39:22.373 INFO:teuthology.orchestra.run.trial085.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 8.3 MB/s | 442 kB 00:00 2026-02-19T16:39:22.412 INFO:teuthology.orchestra.run.trial085.stdout:(45/95): python3-packaging-20.9-5.el9.noarch.rp 1.9 MB/s | 77 kB 00:00 2026-02-19T16:39:22.463 INFO:teuthology.orchestra.run.trial085.stdout:(46/95): python3-protobuf-3.14.0-17.el9.noarch. 5.2 MB/s | 267 kB 00:00 2026-02-19T16:39:22.518 INFO:teuthology.orchestra.run.trial085.stdout:(47/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.8 MB/s | 159 kB 00:00 2026-02-19T16:39:22.569 INFO:teuthology.orchestra.run.trial085.stdout:(48/95): python3-pyasn1-modules-0.4.8-6.el9.noa 5.4 MB/s | 279 kB 00:00 2026-02-19T16:39:22.621 INFO:teuthology.orchestra.run.trial085.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 1.0 MB/s | 54 kB 00:00 2026-02-19T16:39:22.679 INFO:teuthology.orchestra.run.trial085.stdout:(50/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 5.6 MB/s | 5.3 MB 00:00 2026-02-19T16:39:22.716 INFO:teuthology.orchestra.run.trial085.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 42 kB 00:00 2026-02-19T16:39:22.771 INFO:teuthology.orchestra.run.trial085.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 3.4 MB/s | 189 kB 00:00 2026-02-19T16:39:22.804 INFO:teuthology.orchestra.run.trial085.stdout:(53/95): python3-babel-2.9.1-2.el9.noarch.rpm 5.7 MB/s | 6.0 MB 00:01 2026-02-19T16:39:22.811 INFO:teuthology.orchestra.run.trial085.stdout:(54/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 2.2 MB/s | 90 kB 00:00 2026-02-19T16:39:23.031 INFO:teuthology.orchestra.run.trial085.stdout:(55/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 47 MB/s | 19 MB 00:00 2026-02-19T16:39:28.955 INFO:teuthology.orchestra.run.trial103.stdout:(1/95): ceph-20.3.0-5336.g802bf111.el9.x86_64.r 115 kB/s | 6.5 kB 00:00 2026-02-19T16:39:29.242 INFO:teuthology.orchestra.run.trial103.stdout:(2/95): ceph-mgr-20.3.0-5336.g802bf111.el9.x86_ 2.7 MB/s | 935 kB 00:00 2026-02-19T16:39:29.304 INFO:teuthology.orchestra.run.trial103.stdout:(3/95): ceph-osd-20.3.0-5336.g802bf111.el9.x86_ 2.7 MB/s | 168 kB 00:00 2026-02-19T16:39:29.348 INFO:teuthology.orchestra.run.trial103.stdout:(4/95): ceph-mds-20.3.0-5336.g802bf111.el9.x86_ 5.3 MB/s | 2.4 MB 00:00 2026-02-19T16:39:31.114 INFO:teuthology.orchestra.run.trial103.stdout:(5/95): ceph-osd-crimson-20.3.0-5336.g802bf111. 11 MB/s | 19 MB 00:01 2026-02-19T16:39:31.131 INFO:teuthology.orchestra.run.trial103.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5336.g80 3.3 MB/s | 57 kB 00:00 2026-02-19T16:39:31.153 INFO:teuthology.orchestra.run.trial103.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5336.g802bf111. 8.1 MB/s | 184 kB 00:00 2026-02-19T16:39:31.269 INFO:teuthology.orchestra.run.trial103.stdout:(8/95): ceph-mon-20.3.0-5336.g802bf111.el9.x86_ 2.2 MB/s | 5.0 MB 00:02 2026-02-19T16:39:31.786 INFO:teuthology.orchestra.run.trial103.stdout:(9/95): ceph-osd-classic-20.3.0-5336.g802bf111. 6.4 MB/s | 16 MB 00:02 2026-02-19T16:39:31.798 INFO:teuthology.orchestra.run.trial103.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5336.g802bf1 1.8 MB/s | 22 kB 00:00 2026-02-19T16:39:31.829 INFO:teuthology.orchestra.run.trial103.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5336.g802 9.5 MB/s | 297 kB 00:00 2026-02-19T16:39:31.843 INFO:teuthology.orchestra.run.trial103.stdout:(12/95): ceph-mgr-rook-20.3.0-5336.g802bf111.el 3.3 MB/s | 50 kB 00:00 2026-02-19T16:39:31.858 INFO:teuthology.orchestra.run.trial103.stdout:(13/95): ceph-prometheus-alerts-20.3.0-5336.g80 1.2 MB/s | 17 kB 00:00 2026-02-19T16:39:31.891 INFO:teuthology.orchestra.run.trial103.stdout:(14/95): ceph-volume-20.3.0-5336.g802bf111.el9. 8.7 MB/s | 301 kB 00:00 2026-02-19T16:39:31.958 INFO:teuthology.orchestra.run.trial103.stdout:(15/95): cephadm-20.3.0-5336.g802bf111.el9.noar 15 MB/s | 1.0 MB 00:00 2026-02-19T16:39:32.014 INFO:teuthology.orchestra.run.trial103.stdout:(16/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 6.1 MB/s | 351 kB 00:00 2026-02-19T16:39:32.022 INFO:teuthology.orchestra.run.trial103.stdout:(17/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 4.7 MB/s | 40 kB 00:00 2026-02-19T16:39:32.031 INFO:teuthology.orchestra.run.trial103.stdout:(18/95): libconfig-1.7.2-9.el9.x86_64.rpm 8.2 MB/s | 72 kB 00:00 2026-02-19T16:39:32.051 INFO:teuthology.orchestra.run.trial103.stdout:(19/95): libgfortran-11.5.0-14.el9.x86_64.rpm 39 MB/s | 794 kB 00:00 2026-02-19T16:39:32.062 INFO:teuthology.orchestra.run.trial103.stdout:(20/95): libquadmath-11.5.0-14.el9.x86_64.rpm 16 MB/s | 184 kB 00:00 2026-02-19T16:39:32.073 INFO:teuthology.orchestra.run.trial103.stdout:(21/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 23 MB/s | 253 kB 00:00 2026-02-19T16:39:32.106 INFO:teuthology.orchestra.run.trial103.stdout:(22/95): python3-cryptography-36.0.1-5.el9.x86_ 38 MB/s | 1.2 MB 00:00 2026-02-19T16:39:32.116 INFO:teuthology.orchestra.run.trial103.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 11 MB/s | 106 kB 00:00 2026-02-19T16:39:32.126 INFO:teuthology.orchestra.run.trial103.stdout:(24/95): python3-pycparser-2.20-6.el9.noarch.rp 13 MB/s | 135 kB 00:00 2026-02-19T16:39:32.136 INFO:teuthology.orchestra.run.trial103.stdout:(25/95): python3-requests-2.25.1-10.el9.noarch. 12 MB/s | 126 kB 00:00 2026-02-19T16:39:32.147 INFO:teuthology.orchestra.run.trial103.stdout:(26/95): python3-urllib3-1.26.5-7.el9.noarch.rp 20 MB/s | 218 kB 00:00 2026-02-19T16:39:32.158 INFO:teuthology.orchestra.run.trial103.stdout:(27/95): unzip-6.0-59.el9.x86_64.rpm 17 MB/s | 182 kB 00:00 2026-02-19T16:39:32.168 INFO:teuthology.orchestra.run.trial103.stdout:(28/95): zip-3.0-35.el9.x86_64.rpm 26 MB/s | 266 kB 00:00 2026-02-19T16:39:32.276 INFO:teuthology.orchestra.run.trial103.stdout:(29/95): ceph-mgr-diskprediction-local-20.3.0-5 7.4 MB/s | 7.4 MB 00:01 2026-02-19T16:39:32.585 INFO:teuthology.orchestra.run.trial103.stdout:(30/95): flexiblas-3.0.4-9.el9.x86_64.rpm 71 kB/s | 30 kB 00:00 2026-02-19T16:39:32.668 INFO:teuthology.orchestra.run.trial103.stdout:(31/95): flexiblas-openblas-openmp-3.0.4-9.el9. 178 kB/s | 15 kB 00:00 2026-02-19T16:39:32.814 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] lua-devel-5.4.4-4.el9.x86_64.rpm: Curl error (6): Couldn't resolve host name for http://mirror.servaxnet.com/centos-stream/9-stream/CRB/x86_64/os/Packages/lua-devel-5.4.4-4.el9.x86_64.rpm [Could not resolve host: mirror.servaxnet.com] 2026-02-19T16:39:32.821 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] protobuf-compiler-3.14.0-17.el9.x86_64.rpm: Curl error (6): Couldn't resolve host name for http://mirror.servaxnet.com/centos-stream/9-stream/CRB/x86_64/os/Packages/protobuf-compiler-3.14.0-17.el9.x86_64.rpm [Could not resolve host: mirror.servaxnet.com] 2026-02-19T16:39:32.895 INFO:teuthology.orchestra.run.trial103.stdout:(32/95): ceph-mgr-dashboard-20.3.0-5336.g802bf1 29 MB/s | 51 MB 00:01 2026-02-19T16:39:32.988 INFO:teuthology.orchestra.run.trial103.stdout:(33/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 772 kB/s | 246 kB 00:00 2026-02-19T16:39:33.042 INFO:teuthology.orchestra.run.trial085.stdout:[MIRROR] abseil-cpp-20211102.0-4.el9.x86_64.rpm: Curl error (6): Couldn't resolve host name for https://cfhcable.mm.fcix.net/epel/9/Everything/x86_64/Packages/a/abseil-cpp-20211102.0-4.el9.x86_64.rpm [Could not resolve host: cfhcable.mm.fcix.net] 2026-02-19T16:39:33.071 INFO:teuthology.orchestra.run.trial103.stdout:(34/95): openblas-0.3.29-1.el9.x86_64.rpm 505 kB/s | 42 kB 00:00 2026-02-19T16:39:33.458 INFO:teuthology.orchestra.run.trial103.stdout:(35/95): lua-5.4.4-4.el9.x86_64.rpm 335 kB/s | 188 kB 00:00 2026-02-19T16:39:34.564 INFO:teuthology.orchestra.run.trial103.stdout:(36/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 1.3 MB/s | 3.0 MB 00:02 2026-02-19T16:39:34.805 INFO:teuthology.orchestra.run.trial103.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 1.0 MB/s | 244 kB 00:00 2026-02-19T16:39:34.968 INFO:teuthology.orchestra.run.trial103.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.5 MB/s | 249 kB 00:00 2026-02-19T16:39:35.053 INFO:teuthology.orchestra.run.trial103.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 564 kB/s | 48 kB 00:00 2026-02-19T16:39:35.215 INFO:teuthology.orchestra.run.trial103.stdout:(40/95): python3-libstoragemgmt-1.10.1-1.el9.x8 1.1 MB/s | 177 kB 00:00 2026-02-19T16:39:35.753 INFO:teuthology.orchestra.run.trial103.stdout:(41/95): python3-babel-2.9.1-2.el9.noarch.rpm 2.6 MB/s | 6.0 MB 00:02 2026-02-19T16:39:35.838 INFO:teuthology.orchestra.run.trial103.stdout:(42/95): python3-markupsafe-1.1.1-12.el9.x86_64 412 kB/s | 35 kB 00:00 2026-02-19T16:39:36.007 INFO:teuthology.orchestra.run.trial103.stdout:(43/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 1.5 MB/s | 1.2 MB 00:00 2026-02-19T16:39:36.327 INFO:teuthology.orchestra.run.trial103.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 1.4 MB/s | 442 kB 00:00 2026-02-19T16:39:36.411 INFO:teuthology.orchestra.run.trial103.stdout:(45/95): python3-packaging-20.9-5.el9.noarch.rp 918 kB/s | 77 kB 00:00 2026-02-19T16:39:36.575 INFO:teuthology.orchestra.run.trial103.stdout:(46/95): python3-protobuf-3.14.0-17.el9.noarch. 1.6 MB/s | 267 kB 00:00 2026-02-19T16:39:36.738 INFO:teuthology.orchestra.run.trial103.stdout:(47/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 976 kB/s | 159 kB 00:00 2026-02-19T16:39:36.979 INFO:teuthology.orchestra.run.trial103.stdout:(48/95): python3-pyasn1-modules-0.4.8-6.el9.noa 1.1 MB/s | 279 kB 00:00 2026-02-19T16:39:37.063 INFO:teuthology.orchestra.run.trial103.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 638 kB/s | 54 kB 00:00 2026-02-19T16:39:37.925 INFO:teuthology.orchestra.run.trial085.stdout:(56/95): lua-devel-5.4.4-4.el9.x86_64.rpm 1.5 kB/s | 22 kB 00:15 2026-02-19T16:39:38.100 INFO:teuthology.orchestra.run.trial085.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 111 kB/s | 19 kB 00:00 2026-02-19T16:39:38.212 INFO:teuthology.orchestra.run.trial103.stdout:(50/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 2.6 MB/s | 6.1 MB 00:02 2026-02-19T16:39:38.242 INFO:teuthology.orchestra.run.trial085.stdout:(58/95): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2026-02-19T16:39:38.247 INFO:teuthology.orchestra.run.trial085.stdout:(59/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 36 kB/s | 551 kB 00:15 2026-02-19T16:39:38.296 INFO:teuthology.orchestra.run.trial103.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 495 kB/s | 42 kB 00:00 2026-02-19T16:39:38.372 INFO:teuthology.orchestra.run.trial085.stdout:(60/95): python3-asyncssh-2.13.2-5.el9.noarch.r 4.1 MB/s | 548 kB 00:00 2026-02-19T16:39:38.380 INFO:teuthology.orchestra.run.trial103.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 2.2 MB/s | 189 kB 00:00 2026-02-19T16:39:38.416 INFO:teuthology.orchestra.run.trial085.stdout:(61/95): python3-backports-tarfile-1.2.0-1.el9. 1.4 MB/s | 60 kB 00:00 2026-02-19T16:39:38.428 INFO:teuthology.orchestra.run.trial085.stdout:(62/95): python3-autocommand-2.2.2-8.el9.noarch 163 kB/s | 29 kB 00:00 2026-02-19T16:39:38.458 INFO:teuthology.orchestra.run.trial085.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 2026-02-19T16:39:38.464 INFO:teuthology.orchestra.run.trial103.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 1.1 MB/s | 90 kB 00:00 2026-02-19T16:39:38.494 INFO:teuthology.orchestra.run.trial085.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 486 kB/s | 32 kB 00:00 2026-02-19T16:39:38.499 INFO:teuthology.orchestra.run.trial085.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 344 kB/s | 14 kB 00:00 2026-02-19T16:39:38.556 INFO:teuthology.orchestra.run.trial085.stdout:(66/95): python3-cherrypy-18.6.1-2.el9.noarch.r 6.1 MB/s | 358 kB 00:00 2026-02-19T16:39:38.608 INFO:teuthology.orchestra.run.trial085.stdout:(67/95): python3-google-auth-2.45.0-1.el9.noarc 4.8 MB/s | 254 kB 00:00 2026-02-19T16:39:38.630 INFO:teuthology.orchestra.run.trial085.stdout:(68/95): python3-cheroot-10.0.1-4.el9.noarch.rp 1.2 MB/s | 173 kB 00:00 2026-02-19T16:39:38.693 INFO:teuthology.orchestra.run.trial085.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 2.2 MB/s | 144 kB 00:00 2026-02-19T16:39:38.735 INFO:teuthology.orchestra.run.trial085.stdout:(70/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 16 MB/s | 2.0 MB 00:00 2026-02-19T16:39:38.754 INFO:teuthology.orchestra.run.trial085.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 2.2 MB/s | 139 kB 00:00 2026-02-19T16:39:38.777 INFO:teuthology.orchestra.run.trial085.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 1.3 MB/s | 56 kB 00:00 2026-02-19T16:39:38.796 INFO:teuthology.orchestra.run.trial085.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 257 kB/s | 11 kB 00:00 2026-02-19T16:39:38.817 INFO:teuthology.orchestra.run.trial085.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 430 kB/s | 18 kB 00:00 2026-02-19T16:39:38.840 INFO:teuthology.orchestra.run.trial085.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 525 kB/s | 23 kB 00:00 2026-02-19T16:39:38.859 INFO:teuthology.orchestra.run.trial085.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 479 kB/s | 20 kB 00:00 2026-02-19T16:39:38.883 INFO:teuthology.orchestra.run.trial085.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 450 kB/s | 19 kB 00:00 2026-02-19T16:39:38.900 INFO:teuthology.orchestra.run.trial085.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 643 kB/s | 26 kB 00:00 2026-02-19T16:39:38.942 INFO:teuthology.orchestra.run.trial085.stdout:(79/95): python3-more-itertools-8.12.0-2.el9.no 1.9 MB/s | 79 kB 00:00 2026-02-19T16:39:38.983 INFO:teuthology.orchestra.run.trial085.stdout:(80/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.0 MB/s | 86 kB 00:00 2026-02-19T16:39:39.025 INFO:teuthology.orchestra.run.trial085.stdout:(81/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.4 MB/s | 58 kB 00:00 2026-02-19T16:39:39.033 INFO:teuthology.orchestra.run.trial085.stdout:(82/95): python3-kubernetes-26.1.0-3.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2026-02-19T16:39:39.066 INFO:teuthology.orchestra.run.trial085.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 399 kB/s | 16 kB 00:00 2026-02-19T16:39:39.076 INFO:teuthology.orchestra.run.trial085.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.0 MB/s | 90 kB 00:00 2026-02-19T16:39:39.107 INFO:teuthology.orchestra.run.trial085.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 748 kB/s | 31 kB 00:00 2026-02-19T16:39:39.122 INFO:teuthology.orchestra.run.trial085.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 4.0 MB/s | 188 kB 00:00 2026-02-19T16:39:39.130 INFO:teuthology.orchestra.run.trial103.stdout:(54/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 893 kB/s | 5.3 MB 00:06 2026-02-19T16:39:39.148 INFO:teuthology.orchestra.run.trial085.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 1.4 MB/s | 59 kB 00:00 2026-02-19T16:39:39.165 INFO:teuthology.orchestra.run.trial085.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 2.8 MB/s | 125 kB 00:00 2026-02-19T16:39:39.190 INFO:teuthology.orchestra.run.trial085.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 869 kB/s | 36 kB 00:00 2026-02-19T16:39:39.208 INFO:teuthology.orchestra.run.trial085.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 2.0 MB/s | 86 kB 00:00 2026-02-19T16:39:39.232 INFO:teuthology.orchestra.run.trial085.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 2.1 MB/s | 90 kB 00:00 2026-02-19T16:39:39.250 INFO:teuthology.orchestra.run.trial085.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.1 MB/s | 48 kB 00:00 2026-02-19T16:39:39.273 INFO:teuthology.orchestra.run.trial085.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 539 kB/s | 22 kB 00:00 2026-02-19T16:39:39.292 INFO:teuthology.orchestra.run.trial085.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 470 kB/s | 20 kB 00:00 2026-02-19T16:39:39.630 INFO:teuthology.orchestra.run.trial085.stdout:(95/95): protobuf-compiler-3.14.0-17.el9.x86_64 51 kB/s | 862 kB 00:16 2026-02-19T16:39:39.633 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:39:39.633 INFO:teuthology.orchestra.run.trial085.stdout:Total 3.0 MB/s | 159 MB 00:52 2026-02-19T16:39:40.011 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:39:40.049 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:39:40.050 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:39:40.653 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:39:40.654 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:39:41.297 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:39:41.299 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-19T16:39:41.303 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-19T16:39:41.325 INFO:teuthology.orchestra.run.trial085.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-19T16:39:41.335 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-19T16:39:41.369 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-19T16:39:41.375 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-19T16:39:41.377 INFO:teuthology.orchestra.run.trial085.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-19T16:39:41.382 INFO:teuthology.orchestra.run.trial085.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-19T16:39:41.405 INFO:teuthology.orchestra.run.trial085.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-19T16:39:41.418 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-19T16:39:41.421 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-19T16:39:41.427 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-19T16:39:41.429 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-19T16:39:41.440 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-19T16:39:41.446 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-19T16:39:41.471 INFO:teuthology.orchestra.run.trial085.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-19T16:39:41.474 INFO:teuthology.orchestra.run.trial085.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-19T16:39:41.525 INFO:teuthology.orchestra.run.trial085.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-19T16:39:41.538 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-19T16:39:41.540 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-19T16:39:41.545 INFO:teuthology.orchestra.run.trial085.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-19T16:39:41.550 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-19T16:39:41.555 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-19T16:39:41.558 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-19T16:39:41.572 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-19T16:39:41.577 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-19T16:39:41.582 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-19T16:39:41.594 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-19T16:39:41.602 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-19T16:39:41.609 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-19T16:39:41.628 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-19T16:39:41.639 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-19T16:39:41.655 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-19T16:39:41.660 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-19T16:39:41.667 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-19T16:39:41.708 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-19T16:39:42.036 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-19T16:39:42.046 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-19T16:39:42.050 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-19T16:39:42.056 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-19T16:39:42.058 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-19T16:39:42.086 INFO:teuthology.orchestra.run.trial085.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-19T16:39:42.129 INFO:teuthology.orchestra.run.trial085.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-19T16:39:42.138 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-19T16:39:42.144 INFO:teuthology.orchestra.run.trial085.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-19T16:39:42.147 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-19T16:39:42.153 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-19T16:39:42.156 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-19T16:39:42.163 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-19T16:39:42.167 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-19T16:39:42.195 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-19T16:39:42.205 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-19T16:39:42.211 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-19T16:39:42.218 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-19T16:39:42.253 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-19T16:39:42.479 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-19T16:39:42.503 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-19T16:39:42.507 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-19T16:39:42.565 INFO:teuthology.orchestra.run.trial085.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-19T16:39:42.567 INFO:teuthology.orchestra.run.trial085.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-19T16:39:42.589 INFO:teuthology.orchestra.run.trial085.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-19T16:39:42.918 INFO:teuthology.orchestra.run.trial085.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-19T16:39:42.992 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-19T16:39:43.517 INFO:teuthology.orchestra.run.trial103.stdout:(55/95): lua-devel-5.4.4-4.el9.x86_64.rpm 4.4 kB/s | 22 kB 00:05 2026-02-19T16:39:43.601 INFO:teuthology.orchestra.run.trial103.stdout:(56/95): protobuf-compiler-3.14.0-17.el9.x86_64 193 kB/s | 862 kB 00:04 2026-02-19T16:39:43.668 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-19T16:39:43.688 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-19T16:39:43.701 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-19T16:39:43.712 INFO:teuthology.orchestra.run.trial103.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 174 kB/s | 19 kB 00:00 2026-02-19T16:39:43.716 INFO:teuthology.orchestra.run.trial103.stdout:(58/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.7 MB/s | 551 kB 00:00 2026-02-19T16:39:43.717 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-19T16:39:43.755 INFO:teuthology.orchestra.run.trial103.stdout:(59/95): python3-asyncssh-2.13.2-5.el9.noarch.r 14 MB/s | 548 kB 00:00 2026-02-19T16:39:43.779 INFO:teuthology.orchestra.run.trial103.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 1.2 MB/s | 29 kB 00:00 2026-02-19T16:39:43.793 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-19T16:39:43.802 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-19T16:39:43.803 INFO:teuthology.orchestra.run.trial103.stdout:(61/95): python3-backports-tarfile-1.2.0-1.el9. 2.4 MB/s | 60 kB 00:00 2026-02-19T16:39:43.805 INFO:teuthology.orchestra.run.trial103.stdout:(62/95): luarocks-3.9.2-5.el9.noarch.rpm 1.6 MB/s | 151 kB 00:00 2026-02-19T16:39:43.826 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-19T16:39:43.828 INFO:teuthology.orchestra.run.trial103.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2026-02-19T16:39:43.835 INFO:teuthology.orchestra.run.trial103.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 1.1 MB/s | 32 kB 00:00 2026-02-19T16:39:43.856 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-19T16:39:43.861 INFO:teuthology.orchestra.run.trial103.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 441 kB/s | 14 kB 00:00 2026-02-19T16:39:43.883 INFO:teuthology.orchestra.run.trial103.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 3.5 MB/s | 173 kB 00:00 2026-02-19T16:39:43.903 INFO:teuthology.orchestra.run.trial103.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 8.3 MB/s | 358 kB 00:00 2026-02-19T16:39:43.906 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-19T16:39:43.912 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-19T16:39:43.916 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-19T16:39:43.917 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-19T16:39:43.935 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T16:39:43.935 INFO:teuthology.orchestra.run.trial085.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-19T16:39:43.935 INFO:teuthology.orchestra.run.trial085.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-19T16:39:43.935 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:43.936 INFO:teuthology.orchestra.run.trial103.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 4.8 MB/s | 254 kB 00:00 2026-02-19T16:39:43.942 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T16:39:43.968 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T16:39:43.968 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-19T16:39:43.968 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:43.972 INFO:teuthology.orchestra.run.trial103.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 3.8 MB/s | 144 kB 00:00 2026-02-19T16:39:43.977 INFO:teuthology.orchestra.run.trial103.stdout:(70/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 28 MB/s | 2.0 MB 00:00 2026-02-19T16:39:44.000 INFO:teuthology.orchestra.run.trial103.stdout:(71/95): python3-isodate-0.6.1-3.el9.noarch.rpm 2.3 MB/s | 56 kB 00:00 2026-02-19T16:39:44.003 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-19T16:39:44.009 INFO:teuthology.orchestra.run.trial103.stdout:(72/95): python3-influxdb-5.3.1-1.el9.noarch.rp 3.7 MB/s | 139 kB 00:00 2026-02-19T16:39:44.026 INFO:teuthology.orchestra.run.trial103.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 411 kB/s | 11 kB 00:00 2026-02-19T16:39:44.036 INFO:teuthology.orchestra.run.trial103.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 647 kB/s | 18 kB 00:00 2026-02-19T16:39:44.051 INFO:teuthology.orchestra.run.trial103.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 945 kB/s | 23 kB 00:00 2026-02-19T16:39:44.063 INFO:teuthology.orchestra.run.trial103.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 717 kB/s | 20 kB 00:00 2026-02-19T16:39:44.074 INFO:teuthology.orchestra.run.trial103.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 838 kB/s | 19 kB 00:00 2026-02-19T16:39:44.091 INFO:teuthology.orchestra.run.trial103.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 964 kB/s | 26 kB 00:00 2026-02-19T16:39:44.106 INFO:teuthology.orchestra.run.trial103.stdout:(79/95): python3-kubernetes-26.1.0-3.el9.noarch 32 MB/s | 1.0 MB 00:00 2026-02-19T16:39:44.128 INFO:teuthology.orchestra.run.trial103.stdout:(80/95): python3-more-itertools-8.12.0-2.el9.no 2.1 MB/s | 79 kB 00:00 2026-02-19T16:39:44.130 INFO:teuthology.orchestra.run.trial103.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 3.6 MB/s | 86 kB 00:00 2026-02-19T16:39:44.157 INFO:teuthology.orchestra.run.trial103.stdout:(82/95): python3-portend-3.1.0-2.el9.noarch.rpm 599 kB/s | 16 kB 00:00 2026-02-19T16:39:44.160 INFO:teuthology.orchestra.run.trial103.stdout:(83/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.7 MB/s | 58 kB 00:00 2026-02-19T16:39:44.181 INFO:teuthology.orchestra.run.trial103.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.7 MB/s | 90 kB 00:00 2026-02-19T16:39:44.188 INFO:teuthology.orchestra.run.trial103.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 1.1 MB/s | 31 kB 00:00 2026-02-19T16:39:44.208 INFO:teuthology.orchestra.run.trial103.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 6.8 MB/s | 188 kB 00:00 2026-02-19T16:39:44.219 INFO:teuthology.orchestra.run.trial103.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 1.9 MB/s | 59 kB 00:00 2026-02-19T16:39:44.233 INFO:teuthology.orchestra.run.trial103.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 5.0 MB/s | 125 kB 00:00 2026-02-19T16:39:44.253 INFO:teuthology.orchestra.run.trial103.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.0 MB/s | 36 kB 00:00 2026-02-19T16:39:44.257 INFO:teuthology.orchestra.run.trial103.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 3.5 MB/s | 86 kB 00:00 2026-02-19T16:39:44.282 INFO:teuthology.orchestra.run.trial103.stdout:(91/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.9 MB/s | 48 kB 00:00 2026-02-19T16:39:44.289 INFO:teuthology.orchestra.run.trial103.stdout:(92/95): python3-websocket-client-1.2.3-2.el9.n 2.4 MB/s | 90 kB 00:00 2026-02-19T16:39:44.305 INFO:teuthology.orchestra.run.trial103.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 958 kB/s | 22 kB 00:00 2026-02-19T16:39:44.326 INFO:teuthology.orchestra.run.trial103.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 542 kB/s | 20 kB 00:00 2026-02-19T16:39:44.627 INFO:teuthology.orchestra.run.trial085.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-19T16:39:45.397 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_6 79/95 2026-02-19T16:39:45.461 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_6 80/95 2026-02-19T16:39:45.464 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 81/95 2026-02-19T16:39:45.478 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 81/95 2026-02-19T16:39:45.478 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:45.478 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-19T16:39:45.478 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:45.488 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 82/95 2026-02-19T16:39:45.511 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 82/95 2026-02-19T16:39:45.511 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:45.512 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-19T16:39:45.512 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T16:39:45.512 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T16:39:45.512 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:45.571 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: cephadm-2:20.3.0-5336.g802bf111.el9.noarch 83/95 2026-02-19T16:39:45.573 INFO:teuthology.orchestra.run.trial085.stdout: Installing : cephadm-2:20.3.0-5336.g802bf111.el9.noarch 83/95 2026-02-19T16:39:45.582 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5336.g802bf111.el9 84/95 2026-02-19T16:39:45.606 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5336.g802bf111.el 85/95 2026-02-19T16:39:45.607 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarc 86/95 2026-02-19T16:39:46.349 INFO:teuthology.orchestra.run.trial103.stdout:(95/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 2.1 MB/s | 19 MB 00:09 2026-02-19T16:39:46.352 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:39:46.353 INFO:teuthology.orchestra.run.trial103.stdout:Total 6.0 MB/s | 159 MB 00:26 2026-02-19T16:39:46.749 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:39:46.789 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:39:46.789 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:39:47.392 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:39:47.392 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:39:48.034 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:39:48.035 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-19T16:39:48.039 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-19T16:39:48.061 INFO:teuthology.orchestra.run.trial103.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-19T16:39:48.071 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-19T16:39:48.105 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-19T16:39:48.111 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-19T16:39:48.114 INFO:teuthology.orchestra.run.trial103.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-19T16:39:48.118 INFO:teuthology.orchestra.run.trial103.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-19T16:39:48.141 INFO:teuthology.orchestra.run.trial103.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-19T16:39:48.154 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-19T16:39:48.158 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-19T16:39:48.164 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-19T16:39:48.166 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-19T16:39:48.177 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-19T16:39:48.183 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-19T16:39:48.208 INFO:teuthology.orchestra.run.trial103.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-19T16:39:48.211 INFO:teuthology.orchestra.run.trial103.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-19T16:39:48.262 INFO:teuthology.orchestra.run.trial103.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-19T16:39:48.275 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-19T16:39:48.277 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-19T16:39:48.282 INFO:teuthology.orchestra.run.trial103.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-19T16:39:48.287 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-19T16:39:48.292 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-19T16:39:48.295 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-19T16:39:48.310 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-19T16:39:48.314 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-19T16:39:48.319 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-19T16:39:48.330 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-19T16:39:48.339 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-19T16:39:48.345 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-19T16:39:48.365 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-19T16:39:48.376 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-19T16:39:48.392 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-19T16:39:48.397 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-19T16:39:48.405 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-19T16:39:48.445 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-19T16:39:48.498 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarc 86/95 2026-02-19T16:39:48.505 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noa 87/95 2026-02-19T16:39:48.773 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-19T16:39:48.783 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-19T16:39:48.787 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-19T16:39:48.793 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-19T16:39:48.795 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-19T16:39:48.823 INFO:teuthology.orchestra.run.trial103.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-19T16:39:48.867 INFO:teuthology.orchestra.run.trial103.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-19T16:39:48.875 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-19T16:39:48.881 INFO:teuthology.orchestra.run.trial103.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-19T16:39:48.884 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-19T16:39:48.890 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-19T16:39:48.894 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-19T16:39:48.901 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-19T16:39:48.904 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-19T16:39:48.933 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-19T16:39:48.944 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-19T16:39:48.950 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-19T16:39:48.957 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noa 87/95 2026-02-19T16:39:48.957 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-19T16:39:48.958 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf 88/95 2026-02-19T16:39:48.970 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf 88/95 2026-02-19T16:39:48.971 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noa 89/95 2026-02-19T16:39:48.992 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-19T16:39:49.033 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noa 89/95 2026-02-19T16:39:49.075 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5336.g802bf111.el9. 90/95 2026-02-19T16:39:49.077 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 91/95 2026-02-19T16:39:49.097 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 91/95 2026-02-19T16:39:49.098 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:49.098 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-19T16:39:49.098 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T16:39:49.098 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T16:39:49.098 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:49.109 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 92/95 2026-02-19T16:39:49.219 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-19T16:39:49.242 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-19T16:39:49.246 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-19T16:39:49.305 INFO:teuthology.orchestra.run.trial103.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-19T16:39:49.306 INFO:teuthology.orchestra.run.trial103.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-19T16:39:49.327 INFO:teuthology.orchestra.run.trial103.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-19T16:39:49.328 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 92/95 2026-02-19T16:39:49.330 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 93/95 2026-02-19T16:39:49.350 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 93/95 2026-02-19T16:39:49.350 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:49.351 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-19T16:39:49.351 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T16:39:49.351 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T16:39:49.351 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:49.448 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 94/95 2026-02-19T16:39:49.468 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 94/95 2026-02-19T16:39:49.468 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:49.468 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-19T16:39:49.468 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T16:39:49.468 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T16:39:49.468 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:49.469 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-2:20.3.0-5336.g802bf111.el9.x86_64 95/95 2026-02-19T16:39:49.475 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_6 95/95 2026-02-19T16:39:49.499 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_6 95/95 2026-02-19T16:39:49.656 INFO:teuthology.orchestra.run.trial103.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-19T16:39:49.730 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-2:20.3.0-5336.g802bf111.el9.x86_64 95/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-2:20.3.0-5336.g802bf111.el9.x86_64 1/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 2/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 3/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 4/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 5/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_6 6/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_6 7/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5336.g802bf111.el 8/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarc 9/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noa 10/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf 11/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noa 12/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5336.g802bf111.el9. 13/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 14/95 2026-02-19T16:39:50.300 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5336.g802bf111.el9 15/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 16/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : cephadm-2:20.3.0-5336.g802bf111.el9.noarch 17/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-19T16:39:50.301 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-19T16:39:50.302 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-19T16:39:50.303 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-19T16:39:50.368 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-19T16:39:50.368 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:50.368 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-grafana-dashboards-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-modules-core-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.369 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: ceph-prometheus-alerts-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: cephadm-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-19T16:39:50.370 INFO:teuthology.orchestra.run.trial085.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: lua-5.4.4-4.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-19T16:39:50.371 INFO:teuthology.orchestra.run.trial085.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-19T16:39:50.372 INFO:teuthology.orchestra.run.trial085.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T16:39:50.373 INFO:teuthology.orchestra.run.trial085.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-ply-3.11-14.el9.noarch 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-19T16:39:50.374 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-19T16:39:50.375 INFO:teuthology.orchestra.run.trial085.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: unzip-6.0-59.el9.x86_64 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: zip-3.0-35.el9.x86_64 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:50.376 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:50.403 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-19T16:39:50.422 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-19T16:39:50.432 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-base 2026-02-19T16:39:50.435 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-19T16:39:50.451 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-19T16:39:50.527 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-19T16:39:50.536 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-19T16:39:50.559 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-19T16:39:50.589 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-19T16:39:50.640 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-19T16:39:50.646 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-19T16:39:50.649 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-19T16:39:50.651 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-19T16:39:50.669 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T16:39:50.669 INFO:teuthology.orchestra.run.trial103.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-19T16:39:50.669 INFO:teuthology.orchestra.run.trial103.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-19T16:39:50.669 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:50.676 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T16:39:50.702 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-19T16:39:50.702 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-19T16:39:50.702 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:50.738 INFO:teuthology.orchestra.run.trial103.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-19T16:39:50.746 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:46 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:50.811 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:50.830 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:50.830 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:39:50.831 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:50.851 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install cephadm 2026-02-19T16:39:51.155 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:47 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:51.219 INFO:teuthology.orchestra.run.trial085.stdout:Package cephadm-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:39:51.238 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:51.238 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:39:51.239 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:51.259 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-immutable-object-cache 2026-02-19T16:39:51.375 INFO:teuthology.orchestra.run.trial103.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-19T16:39:51.570 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:47 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:51.654 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:51.654 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:39:51.654 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-19T16:39:51.654 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:39:51.654 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:39:51.654 INFO:teuthology.orchestra.run.trial085.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5336.g802bf111.el9 ceph 147 k 2026-02-19T16:39:51.654 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:51.655 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:39:51.655 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:39:51.655 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-19T16:39:51.655 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:51.655 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 147 k 2026-02-19T16:39:51.655 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 423 k 2026-02-19T16:39:51.655 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:39:52.166 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_6 79/95 2026-02-19T16:39:52.231 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_6 80/95 2026-02-19T16:39:52.233 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 81/95 2026-02-19T16:39:52.247 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 81/95 2026-02-19T16:39:52.248 INFO:teuthology.orchestra.run.trial103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:52.248 INFO:teuthology.orchestra.run.trial103.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-19T16:39:52.248 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:52.258 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 82/95 2026-02-19T16:39:52.283 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 82/95 2026-02-19T16:39:52.283 INFO:teuthology.orchestra.run.trial103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:52.283 INFO:teuthology.orchestra.run.trial103.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-19T16:39:52.283 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T16:39:52.283 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-19T16:39:52.283 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:52.342 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: cephadm-2:20.3.0-5336.g802bf111.el9.noarch 83/95 2026-02-19T16:39:52.343 INFO:teuthology.orchestra.run.trial103.stdout: Installing : cephadm-2:20.3.0-5336.g802bf111.el9.noarch 83/95 2026-02-19T16:39:52.353 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5336.g802bf111.el9 84/95 2026-02-19T16:39:52.377 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5336.g802bf111.el 85/95 2026-02-19T16:39:52.378 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarc 86/95 2026-02-19T16:39:55.317 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarc 86/95 2026-02-19T16:39:55.323 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noa 87/95 2026-02-19T16:39:55.786 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noa 87/95 2026-02-19T16:39:55.787 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf 88/95 2026-02-19T16:39:55.799 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf 88/95 2026-02-19T16:39:55.800 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noa 89/95 2026-02-19T16:39:55.860 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noa 89/95 2026-02-19T16:39:55.902 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5336.g802bf111.el9. 90/95 2026-02-19T16:39:55.903 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 91/95 2026-02-19T16:39:55.924 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 91/95 2026-02-19T16:39:55.925 INFO:teuthology.orchestra.run.trial103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:55.925 INFO:teuthology.orchestra.run.trial103.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-19T16:39:55.925 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T16:39:55.925 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-19T16:39:55.925 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:55.937 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 92/95 2026-02-19T16:39:56.162 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 92/95 2026-02-19T16:39:56.163 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 93/95 2026-02-19T16:39:56.183 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 93/95 2026-02-19T16:39:56.183 INFO:teuthology.orchestra.run.trial103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:56.183 INFO:teuthology.orchestra.run.trial103.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-19T16:39:56.183 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T16:39:56.184 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-19T16:39:56.184 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:56.264 INFO:teuthology.orchestra.run.trial085.stdout:ceph-immutable-object-cache-20.3.0-5336.g802bf1 32 kB/s | 147 kB 00:04 2026-02-19T16:39:56.265 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:39:56.265 INFO:teuthology.orchestra.run.trial085.stdout:Total 32 kB/s | 147 kB 00:04 2026-02-19T16:39:56.265 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:39:56.269 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:39:56.269 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:39:56.282 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 94/95 2026-02-19T16:39:56.301 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:39:56.301 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:39:56.302 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 94/95 2026-02-19T16:39:56.302 INFO:teuthology.orchestra.run.trial103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:56.302 INFO:teuthology.orchestra.run.trial103.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-19T16:39:56.302 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T16:39:56.302 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-19T16:39:56.302 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:56.303 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-2:20.3.0-5336.g802bf111.el9.x86_64 95/95 2026-02-19T16:39:56.310 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_6 95/95 2026-02-19T16:39:56.334 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_6 95/95 2026-02-19T16:39:56.357 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:39:56.359 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5336.g802bf111. 1/1 2026-02-19T16:39:56.382 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5336.g802bf111. 1/1 2026-02-19T16:39:56.382 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:56.383 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-19T16:39:56.383 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:56.691 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5336.g802bf111. 1/1 2026-02-19T16:39:56.692 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:56.692 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:39:56.692 INFO:teuthology.orchestra.run.trial085.stdout: ceph-immutable-object-cache-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:56.692 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:39:56.692 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:56.720 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr 2026-02-19T16:39:57.037 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:53 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:57.102 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:57.120 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:57.121 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:39:57.121 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:57.143 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr-dashboard 2026-02-19T16:39:57.152 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-2:20.3.0-5336.g802bf111.el9.x86_64 95/95 2026-02-19T16:39:57.152 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-2:20.3.0-5336.g802bf111.el9.x86_64 1/95 2026-02-19T16:39:57.152 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 2/95 2026-02-19T16:39:57.152 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 3/95 2026-02-19T16:39:57.152 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 4/95 2026-02-19T16:39:57.152 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 5/95 2026-02-19T16:39:57.152 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_6 6/95 2026-02-19T16:39:57.152 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_6 7/95 2026-02-19T16:39:57.152 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5336.g802bf111.el 8/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarc 9/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noa 10/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf 11/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noa 12/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5336.g802bf111.el9. 13/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 14/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5336.g802bf111.el9 15/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 16/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : cephadm-2:20.3.0-5336.g802bf111.el9.noarch 17/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-19T16:39:57.153 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-19T16:39:57.155 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-19T16:39:57.156 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-19T16:39:57.157 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-19T16:39:57.224 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-19T16:39:57.224 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:57.224 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-grafana-dashboards-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mds-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-k8sevents-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-modules-core-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-mon-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:57.225 INFO:teuthology.orchestra.run.trial103.stdout: ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: ceph-osd-crimson-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: ceph-prometheus-alerts-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: cephadm-2:20.3.0-5336.g802bf111.el9.noarch 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-19T16:39:57.226 INFO:teuthology.orchestra.run.trial103.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: lua-5.4.4-4.el9.x86_64 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-19T16:39:57.227 INFO:teuthology.orchestra.run.trial103.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-19T16:39:57.228 INFO:teuthology.orchestra.run.trial103.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-19T16:39:57.229 INFO:teuthology.orchestra.run.trial103.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-ply-3.11-14.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-19T16:39:57.230 INFO:teuthology.orchestra.run.trial103.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-19T16:39:57.231 INFO:teuthology.orchestra.run.trial103.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-19T16:39:57.232 INFO:teuthology.orchestra.run.trial103.stdout: unzip-6.0-59.el9.x86_64 2026-02-19T16:39:57.232 INFO:teuthology.orchestra.run.trial103.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-19T16:39:57.232 INFO:teuthology.orchestra.run.trial103.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-19T16:39:57.232 INFO:teuthology.orchestra.run.trial103.stdout: zip-3.0-35.el9.x86_64 2026-02-19T16:39:57.232 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:57.232 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:39:57.288 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-base 2026-02-19T16:39:57.455 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:53 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:57.521 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:39:57.540 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:57.540 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:39:57.541 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:57.561 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-19T16:39:57.602 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:21 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:39:57.666 INFO:teuthology.orchestra.run.trial103.stdout:Package ceph-base-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:57.685 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:39:57.685 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:39:57.685 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:39:57.707 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install cephadm 2026-02-19T16:39:57.872 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:53 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:57.937 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:39:57.955 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:57.956 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:39:57.956 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:57.976 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr-rook 2026-02-19T16:39:58.013 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:22 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:39:58.077 INFO:teuthology.orchestra.run.trial103.stdout:Package cephadm-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:39:58.096 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:39:58.096 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:39:58.096 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:39:58.117 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-immutable-object-cache 2026-02-19T16:39:58.283 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:54 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:58.347 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:39:58.366 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:58.366 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:39:58.366 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:58.387 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr-cephadm 2026-02-19T16:39:58.427 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:22 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:39:58.511 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout: Package Arch Version Repo Size 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5336.g802bf111.el9 ceph 147 k 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout:Install 1 Package 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:58.512 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 147 k 2026-02-19T16:39:58.513 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 423 k 2026-02-19T16:39:58.513 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:39:58.600 INFO:teuthology.orchestra.run.trial103.stdout:ceph-immutable-object-cache-20.3.0-5336.g802bf1 1.7 MB/s | 147 kB 00:00 2026-02-19T16:39:58.600 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:39:58.600 INFO:teuthology.orchestra.run.trial103.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-19T16:39:58.600 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:39:58.604 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:39:58.604 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:39:58.636 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:39:58.636 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:39:58.691 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:39:58.692 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5336.g802bf111. 1/1 2026-02-19T16:39:58.697 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:54 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:58.714 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5336.g802bf111. 1/1 2026-02-19T16:39:58.715 INFO:teuthology.orchestra.run.trial103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:39:58.715 INFO:teuthology.orchestra.run.trial103.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-19T16:39:58.715 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:58.763 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:39:58.782 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:58.782 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:39:58.782 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:58.804 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-osd 2026-02-19T16:39:58.987 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5336.g802bf111. 1/1 2026-02-19T16:39:58.987 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:58.987 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:39:58.988 INFO:teuthology.orchestra.run.trial103.stdout: ceph-immutable-object-cache-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:39:58.988 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:39:58.988 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:39:59.016 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-mgr 2026-02-19T16:39:59.114 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:55 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:59.178 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:59.196 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:59.196 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:39:59.196 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:59.216 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-osd-classic 2026-02-19T16:39:59.325 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:23 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:39:59.389 INFO:teuthology.orchestra.run.trial103.stdout:Package ceph-mgr-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:59.407 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:39:59.408 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:39:59.408 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:39:59.429 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-mgr-dashboard 2026-02-19T16:39:59.521 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:55 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:39:59.587 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:39:59.605 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:39:59.606 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:39:59.606 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:39:59.626 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-fuse 2026-02-19T16:39:59.735 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:23 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:39:59.800 INFO:teuthology.orchestra.run.trial103.stdout:Package ceph-mgr-dashboard-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:39:59.818 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:39:59.819 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:39:59.819 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:39:59.840 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-19T16:39:59.937 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:55 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:00.021 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:00.022 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:00.022 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-19T16:40:00.022 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:00.022 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:40:00.022 INFO:teuthology.orchestra.run.trial085.stdout: ceph-fuse x86_64 2:20.3.0-5336.g802bf111.el9 ceph 987 k 2026-02-19T16:40:00.022 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:00.022 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:40:00.022 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:00.023 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-19T16:40:00.023 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:00.023 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 987 k 2026-02-19T16:40:00.023 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 2.9 M 2026-02-19T16:40:00.023 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:40:00.144 INFO:teuthology.orchestra.run.trial085.stdout:ceph-fuse-20.3.0-5336.g802bf111.el9.x86_64.rpm 8.0 MB/s | 987 kB 00:00 2026-02-19T16:40:00.145 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:00.146 INFO:teuthology.orchestra.run.trial085.stdout:Total 7.9 MB/s | 987 kB 00:00 2026-02-19T16:40:00.146 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:40:00.148 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:24 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:00.149 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:40:00.150 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:40:00.184 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:40:00.184 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:40:00.212 INFO:teuthology.orchestra.run.trial103.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:40:00.230 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:00.231 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:00.231 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:00.252 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-mgr-rook 2026-02-19T16:40:00.277 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:40:00.295 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:00.540 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:00.560 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:24 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:00.598 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:00.598 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:00.598 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:40:00.598 INFO:teuthology.orchestra.run.trial085.stdout: ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:00.598 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:00.599 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:00.625 INFO:teuthology.orchestra.run.trial103.stdout:Package ceph-mgr-rook-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:40:00.627 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-volume 2026-02-19T16:40:00.644 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:00.645 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:00.645 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:00.666 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-mgr-cephadm 2026-02-19T16:40:00.935 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:56 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:00.970 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:24 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:01.001 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:40:01.019 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:01.020 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:40:01.020 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:01.035 INFO:teuthology.orchestra.run.trial103.stdout:Package ceph-mgr-cephadm-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:40:01.042 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install librados-devel 2026-02-19T16:40:01.054 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:01.055 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:01.055 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:01.076 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-osd 2026-02-19T16:40:01.354 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:57 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:01.382 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:25 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout: librados-devel x86_64 2:20.3.0-5336.g802bf111.el9 ceph 123 k 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 123 k 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 437 k 2026-02-19T16:40:01.439 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:40:01.446 INFO:teuthology.orchestra.run.trial103.stdout:Package ceph-osd-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:01.465 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:01.465 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:01.465 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:01.487 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-osd-classic 2026-02-19T16:40:01.526 INFO:teuthology.orchestra.run.trial085.stdout:librados-devel-20.3.0-5336.g802bf111.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-19T16:40:01.527 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:01.527 INFO:teuthology.orchestra.run.trial085.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-19T16:40:01.527 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:40:01.529 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:40:01.529 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:40:01.561 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:40:01.561 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:40:01.617 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:40:01.634 INFO:teuthology.orchestra.run.trial085.stdout: Installing : librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:01.713 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:01.772 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:01.773 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:01.773 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:40:01.773 INFO:teuthology.orchestra.run.trial085.stdout: librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:01.773 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:01.773 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:01.785 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:25 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:01.799 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install libcephfs2 2026-02-19T16:40:01.850 INFO:teuthology.orchestra.run.trial103.stdout:Package ceph-osd-classic-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:01.869 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:01.869 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:01.869 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:01.890 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-fuse 2026-02-19T16:40:02.116 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:58 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:02.182 INFO:teuthology.orchestra.run.trial085.stdout:Package libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:02.198 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:26 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:02.200 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:02.201 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:40:02.201 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:02.222 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install libcephfs-devel 2026-02-19T16:40:02.282 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:02.282 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:02.282 INFO:teuthology.orchestra.run.trial103.stdout: Package Arch Version Repo Size 2026-02-19T16:40:02.282 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:02.282 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:40:02.283 INFO:teuthology.orchestra.run.trial103.stdout: ceph-fuse x86_64 2:20.3.0-5336.g802bf111.el9 ceph 987 k 2026-02-19T16:40:02.283 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:02.283 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:40:02.283 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:02.283 INFO:teuthology.orchestra.run.trial103.stdout:Install 1 Package 2026-02-19T16:40:02.283 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:02.283 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 987 k 2026-02-19T16:40:02.283 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 2.9 M 2026-02-19T16:40:02.283 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:40:02.403 INFO:teuthology.orchestra.run.trial103.stdout:ceph-fuse-20.3.0-5336.g802bf111.el9.x86_64.rpm 8.0 MB/s | 987 kB 00:00 2026-02-19T16:40:02.403 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:02.404 INFO:teuthology.orchestra.run.trial103.stdout:Total 7.9 MB/s | 987 kB 00:00 2026-02-19T16:40:02.404 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:40:02.408 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:40:02.408 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:40:02.443 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:40:02.443 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:40:02.533 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:58 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:02.536 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:40:02.553 INFO:teuthology.orchestra.run.trial103.stdout: Installing : ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:02.619 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:02.619 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:02.619 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-19T16:40:02.619 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:02.619 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:40:02.619 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-devel x86_64 2:20.3.0-5336.g802bf111.el9 ceph 37 k 2026-02-19T16:40:02.619 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:02.620 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:40:02.620 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:02.620 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-19T16:40:02.620 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:02.620 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 37 k 2026-02-19T16:40:02.620 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 171 k 2026-02-19T16:40:02.620 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:40:02.696 INFO:teuthology.orchestra.run.trial085.stdout:libcephfs-devel-20.3.0-5336.g802bf111.el9.x86_6 490 kB/s | 37 kB 00:00 2026-02-19T16:40:02.696 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:02.696 INFO:teuthology.orchestra.run.trial085.stdout:Total 485 kB/s | 37 kB 00:00 2026-02-19T16:40:02.696 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:40:02.698 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:40:02.698 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:40:02.700 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:40:02.700 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:40:02.722 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:40:02.739 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:02.795 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:02.795 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:02.852 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:02.852 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:02.852 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:40:02.852 INFO:teuthology.orchestra.run.trial103.stdout: ceph-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:02.852 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:02.852 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:02.854 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:02.854 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:02.854 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:40:02.854 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:02.854 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:02.854 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:02.880 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install ceph-volume 2026-02-19T16:40:02.883 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install librados2 2026-02-19T16:40:03.193 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:27 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:03.197 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:59 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:03.259 INFO:teuthology.orchestra.run.trial103.stdout:Package ceph-volume-2:20.3.0-5336.g802bf111.el9.noarch is already installed. 2026-02-19T16:40:03.264 INFO:teuthology.orchestra.run.trial085.stdout:Package librados2-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:03.277 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:03.278 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:03.278 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:03.282 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:03.283 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:40:03.283 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:03.299 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install librados-devel 2026-02-19T16:40:03.305 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install librbd1 2026-02-19T16:40:03.603 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:27 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:03.611 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:01:59 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:03.677 INFO:teuthology.orchestra.run.trial085.stdout:Package librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:03.687 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:03.688 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:03.688 INFO:teuthology.orchestra.run.trial103.stdout: Package Arch Version Repo Size 2026-02-19T16:40:03.688 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:03.688 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:40:03.688 INFO:teuthology.orchestra.run.trial103.stdout: librados-devel x86_64 2:20.3.0-5336.g802bf111.el9 ceph 123 k 2026-02-19T16:40:03.688 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:03.689 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:40:03.689 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:03.689 INFO:teuthology.orchestra.run.trial103.stdout:Install 1 Package 2026-02-19T16:40:03.689 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:03.689 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 123 k 2026-02-19T16:40:03.689 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 437 k 2026-02-19T16:40:03.689 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:40:03.695 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:03.696 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:40:03.696 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:03.717 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install python3-rados 2026-02-19T16:40:03.798 INFO:teuthology.orchestra.run.trial103.stdout:librados-devel-20.3.0-5336.g802bf111.el9.x86_64 1.1 MB/s | 123 kB 00:00 2026-02-19T16:40:03.798 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:03.799 INFO:teuthology.orchestra.run.trial103.stdout:Total 1.1 MB/s | 123 kB 00:00 2026-02-19T16:40:03.799 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:40:03.801 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:40:03.801 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:40:03.834 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:40:03.834 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:40:03.888 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:40:03.905 INFO:teuthology.orchestra.run.trial103.stdout: Installing : librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:03.987 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:04.031 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:02:00 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:04.045 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:04.045 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:04.045 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:40:04.045 INFO:teuthology.orchestra.run.trial103.stdout: librados-devel-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:04.045 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:04.045 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:04.075 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install libcephfs2 2026-02-19T16:40:04.096 INFO:teuthology.orchestra.run.trial085.stdout:Package python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:04.114 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:04.115 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:40:04.115 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:04.137 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install python3-rgw 2026-02-19T16:40:04.391 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:28 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:04.454 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:02:00 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:04.456 INFO:teuthology.orchestra.run.trial103.stdout:Package libcephfs2-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:04.475 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:04.475 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:04.475 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:04.497 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install libcephfs-devel 2026-02-19T16:40:04.522 INFO:teuthology.orchestra.run.trial085.stdout:Package python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:04.540 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:04.541 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:40:04.541 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:04.562 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install python3-cephfs 2026-02-19T16:40:04.803 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:28 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:04.873 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:02:00 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:04.887 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:04.888 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:04.888 INFO:teuthology.orchestra.run.trial103.stdout: Package Arch Version Repo Size 2026-02-19T16:40:04.888 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:04.888 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:40:04.888 INFO:teuthology.orchestra.run.trial103.stdout: libcephfs-devel x86_64 2:20.3.0-5336.g802bf111.el9 ceph 37 k 2026-02-19T16:40:04.888 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:04.888 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:40:04.888 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:04.889 INFO:teuthology.orchestra.run.trial103.stdout:Install 1 Package 2026-02-19T16:40:04.889 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:04.889 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 37 k 2026-02-19T16:40:04.889 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 171 k 2026-02-19T16:40:04.889 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:40:04.940 INFO:teuthology.orchestra.run.trial085.stdout:Package python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:04.953 INFO:teuthology.orchestra.run.trial103.stdout:libcephfs-devel-20.3.0-5336.g802bf111.el9.x86_6 573 kB/s | 37 kB 00:00 2026-02-19T16:40:04.954 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:04.954 INFO:teuthology.orchestra.run.trial103.stdout:Total 561 kB/s | 37 kB 00:00 2026-02-19T16:40:04.954 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:40:04.956 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:40:04.956 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:40:04.958 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:40:04.958 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:40:04.959 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:04.959 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:40:04.959 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:04.981 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install python3-rbd 2026-02-19T16:40:04.981 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:40:04.996 INFO:teuthology.orchestra.run.trial103.stdout: Installing : libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:05.050 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:05.107 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:05.108 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:05.108 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:40:05.108 INFO:teuthology.orchestra.run.trial103.stdout: libcephfs-devel-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:05.108 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:05.108 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:05.134 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install librados2 2026-02-19T16:40:05.296 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:02:01 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:05.364 INFO:teuthology.orchestra.run.trial085.stdout:Package python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:05.384 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:05.384 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-19T16:40:05.384 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:05.406 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install rbd-fuse 2026-02-19T16:40:05.444 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:29 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:05.508 INFO:teuthology.orchestra.run.trial103.stdout:Package librados2-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:05.527 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:05.527 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:05.527 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:05.548 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install librbd1 2026-02-19T16:40:05.719 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:02:01 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:05.804 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout: Package Architecture Version Repository Size 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout: rbd-fuse x86_64 2:20.3.0-5336.g802bf111.el9 ceph 85 k 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:05.805 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 85 k 2026-02-19T16:40:05.806 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 217 k 2026-02-19T16:40:05.806 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:40:05.856 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:29 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:05.880 INFO:teuthology.orchestra.run.trial085.stdout:rbd-fuse-20.3.0-5336.g802bf111.el9.x86_64.rpm 1.1 MB/s | 85 kB 00:00 2026-02-19T16:40:05.881 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:05.881 INFO:teuthology.orchestra.run.trial085.stdout:Total 1.1 MB/s | 85 kB 00:00 2026-02-19T16:40:05.881 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:40:05.885 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:40:05.885 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:40:05.916 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:40:05.917 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:40:05.921 INFO:teuthology.orchestra.run.trial103.stdout:Package librbd1-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:05.940 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:05.941 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:05.941 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:05.962 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install python3-rados 2026-02-19T16:40:05.969 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:40:05.986 INFO:teuthology.orchestra.run.trial085.stdout: Installing : rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:06.074 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:06.133 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:06.133 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:06.134 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:40:06.134 INFO:teuthology.orchestra.run.trial085.stdout: rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:06.134 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:06.134 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:06.162 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install rbd-mirror 2026-02-19T16:40:06.269 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:30 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:06.335 INFO:teuthology.orchestra.run.trial103.stdout:Package python3-rados-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:06.353 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:06.354 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:06.354 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:06.376 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install python3-rgw 2026-02-19T16:40:06.476 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:02:02 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout: rbd-mirror x86_64 2:20.3.0-5336.g802bf111.el9 ceph 2.9 M 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 2.9 M 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 11 M 2026-02-19T16:40:06.560 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:40:06.689 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:30 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:06.717 INFO:teuthology.orchestra.run.trial085.stdout:rbd-mirror-20.3.0-5336.g802bf111.el9.x86_64.rpm 18 MB/s | 2.9 MB 00:00 2026-02-19T16:40:06.717 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:06.717 INFO:teuthology.orchestra.run.trial085.stdout:Total 18 MB/s | 2.9 MB 00:00 2026-02-19T16:40:06.717 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:40:06.722 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:40:06.722 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:40:06.754 INFO:teuthology.orchestra.run.trial103.stdout:Package python3-rgw-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:06.762 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:40:06.762 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:40:06.773 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:06.774 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:06.774 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:06.795 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install python3-cephfs 2026-02-19T16:40:06.947 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:40:06.948 INFO:teuthology.orchestra.run.trial085.stdout: Installing : rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:06.971 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:06.971 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:40:06.972 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-19T16:40:06.972 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T16:40:06.972 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T16:40:06.972 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:07.104 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:31 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:07.168 INFO:teuthology.orchestra.run.trial103.stdout:Package python3-cephfs-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:07.187 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:07.188 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:07.188 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:07.210 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install python3-rbd 2026-02-19T16:40:07.284 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:07.284 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:07.284 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:40:07.284 INFO:teuthology.orchestra.run.trial085.stdout: rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:07.284 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:07.284 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:07.312 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install rbd-nbd 2026-02-19T16:40:07.518 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:31 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:07.583 INFO:teuthology.orchestra.run.trial103.stdout:Package python3-rbd-2:20.3.0-5336.g802bf111.el9.x86_64 is already installed. 2026-02-19T16:40:07.601 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:07.601 INFO:teuthology.orchestra.run.trial103.stdout:Nothing to do. 2026-02-19T16:40:07.601 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:07.622 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install rbd-fuse 2026-02-19T16:40:07.627 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:02:03 ago on Thu 19 Feb 2026 04:38:04 PM UTC. 2026-02-19T16:40:07.713 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-19T16:40:07.713 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:07.713 INFO:teuthology.orchestra.run.trial085.stdout: Package Architecture Version Repository Size 2026-02-19T16:40:07.713 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:07.713 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-19T16:40:07.714 INFO:teuthology.orchestra.run.trial085.stdout: rbd-nbd x86_64 2:20.3.0-5336.g802bf111.el9 ceph 173 k 2026-02-19T16:40:07.714 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:07.714 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-19T16:40:07.714 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-19T16:40:07.714 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-19T16:40:07.714 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:07.714 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 173 k 2026-02-19T16:40:07.714 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 466 k 2026-02-19T16:40:07.714 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-19T16:40:07.801 INFO:teuthology.orchestra.run.trial085.stdout:rbd-nbd-20.3.0-5336.g802bf111.el9.x86_64.rpm 2.0 MB/s | 173 kB 00:00 2026-02-19T16:40:07.801 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:07.801 INFO:teuthology.orchestra.run.trial085.stdout:Total 1.9 MB/s | 173 kB 00:00 2026-02-19T16:40:07.801 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-19T16:40:07.805 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-19T16:40:07.805 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-19T16:40:07.837 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-19T16:40:07.838 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-19T16:40:07.894 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-19T16:40:07.911 INFO:teuthology.orchestra.run.trial085.stdout: Installing : rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:07.921 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:31 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:07.992 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:08.004 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:08.004 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:08.004 INFO:teuthology.orchestra.run.trial103.stdout: Package Architecture Version Repository Size 2026-02-19T16:40:08.004 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:08.004 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:40:08.005 INFO:teuthology.orchestra.run.trial103.stdout: rbd-fuse x86_64 2:20.3.0-5336.g802bf111.el9 ceph 85 k 2026-02-19T16:40:08.005 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:08.005 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:40:08.005 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:08.005 INFO:teuthology.orchestra.run.trial103.stdout:Install 1 Package 2026-02-19T16:40:08.005 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:08.005 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 85 k 2026-02-19T16:40:08.005 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 217 k 2026-02-19T16:40:08.005 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:40:08.051 INFO:teuthology.orchestra.run.trial085.stdout: Verifying : rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:08.051 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:08.051 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-19T16:40:08.051 INFO:teuthology.orchestra.run.trial085.stdout: rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:08.051 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:40:08.051 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-19T16:40:08.082 DEBUG:teuthology.parallel:result is None 2026-02-19T16:40:08.083 INFO:teuthology.orchestra.run.trial103.stdout:rbd-fuse-20.3.0-5336.g802bf111.el9.x86_64.rpm 1.1 MB/s | 85 kB 00:00 2026-02-19T16:40:08.083 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:08.083 INFO:teuthology.orchestra.run.trial103.stdout:Total 1.1 MB/s | 85 kB 00:00 2026-02-19T16:40:08.083 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:40:08.084 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:40:08.085 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:40:08.116 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:40:08.116 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:40:08.167 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:40:08.184 INFO:teuthology.orchestra.run.trial103.stdout: Installing : rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:08.268 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:08.326 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:08.326 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:08.326 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:40:08.326 INFO:teuthology.orchestra.run.trial103.stdout: rbd-fuse-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:08.326 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:08.326 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:08.354 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install rbd-mirror 2026-02-19T16:40:08.679 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:32 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout: Package Arch Version Repo Size 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout: rbd-mirror x86_64 2:20.3.0-5336.g802bf111.el9 ceph 2.9 M 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:Install 1 Package 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 2.9 M 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 11 M 2026-02-19T16:40:08.763 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:40:08.930 INFO:teuthology.orchestra.run.trial103.stdout:rbd-mirror-20.3.0-5336.g802bf111.el9.x86_64.rpm 17 MB/s | 2.9 MB 00:00 2026-02-19T16:40:08.930 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:08.930 INFO:teuthology.orchestra.run.trial103.stdout:Total 17 MB/s | 2.9 MB 00:00 2026-02-19T16:40:08.930 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:40:08.935 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:40:08.935 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:40:08.974 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:40:08.974 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:40:09.152 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:40:09.153 INFO:teuthology.orchestra.run.trial103.stdout: Installing : rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:09.177 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:09.178 INFO:teuthology.orchestra.run.trial103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-19T16:40:09.178 INFO:teuthology.orchestra.run.trial103.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-19T16:40:09.178 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T16:40:09.178 INFO:teuthology.orchestra.run.trial103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-19T16:40:09.178 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:09.471 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:09.471 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:09.471 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:40:09.472 INFO:teuthology.orchestra.run.trial103.stdout: rbd-mirror-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:09.472 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:09.472 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:09.500 DEBUG:teuthology.orchestra.run.trial103:> sudo yum -y install rbd-nbd 2026-02-19T16:40:09.807 INFO:teuthology.orchestra.run.trial103.stdout:Last metadata expiration check: 0:01:33 ago on Thu 19 Feb 2026 04:38:36 PM UTC. 2026-02-19T16:40:09.891 INFO:teuthology.orchestra.run.trial103.stdout:Dependencies resolved. 2026-02-19T16:40:09.891 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:09.891 INFO:teuthology.orchestra.run.trial103.stdout: Package Architecture Version Repository Size 2026-02-19T16:40:09.891 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:09.891 INFO:teuthology.orchestra.run.trial103.stdout:Installing: 2026-02-19T16:40:09.892 INFO:teuthology.orchestra.run.trial103.stdout: rbd-nbd x86_64 2:20.3.0-5336.g802bf111.el9 ceph 173 k 2026-02-19T16:40:09.892 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:09.892 INFO:teuthology.orchestra.run.trial103.stdout:Transaction Summary 2026-02-19T16:40:09.892 INFO:teuthology.orchestra.run.trial103.stdout:================================================================================ 2026-02-19T16:40:09.892 INFO:teuthology.orchestra.run.trial103.stdout:Install 1 Package 2026-02-19T16:40:09.892 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:09.892 INFO:teuthology.orchestra.run.trial103.stdout:Total download size: 173 k 2026-02-19T16:40:09.892 INFO:teuthology.orchestra.run.trial103.stdout:Installed size: 466 k 2026-02-19T16:40:09.892 INFO:teuthology.orchestra.run.trial103.stdout:Downloading Packages: 2026-02-19T16:40:09.980 INFO:teuthology.orchestra.run.trial103.stdout:rbd-nbd-20.3.0-5336.g802bf111.el9.x86_64.rpm 1.9 MB/s | 173 kB 00:00 2026-02-19T16:40:09.980 INFO:teuthology.orchestra.run.trial103.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:40:09.980 INFO:teuthology.orchestra.run.trial103.stdout:Total 1.9 MB/s | 173 kB 00:00 2026-02-19T16:40:09.980 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction check 2026-02-19T16:40:09.985 INFO:teuthology.orchestra.run.trial103.stdout:Transaction check succeeded. 2026-02-19T16:40:09.985 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction test 2026-02-19T16:40:10.017 INFO:teuthology.orchestra.run.trial103.stdout:Transaction test succeeded. 2026-02-19T16:40:10.017 INFO:teuthology.orchestra.run.trial103.stdout:Running transaction 2026-02-19T16:40:10.073 INFO:teuthology.orchestra.run.trial103.stdout: Preparing : 1/1 2026-02-19T16:40:10.090 INFO:teuthology.orchestra.run.trial103.stdout: Installing : rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:10.172 INFO:teuthology.orchestra.run.trial103.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:10.230 INFO:teuthology.orchestra.run.trial103.stdout: Verifying : rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 1/1 2026-02-19T16:40:10.231 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:10.231 INFO:teuthology.orchestra.run.trial103.stdout:Installed: 2026-02-19T16:40:10.231 INFO:teuthology.orchestra.run.trial103.stdout: rbd-nbd-2:20.3.0-5336.g802bf111.el9.x86_64 2026-02-19T16:40:10.231 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:40:10.231 INFO:teuthology.orchestra.run.trial103.stdout:Complete! 2026-02-19T16:40:10.262 DEBUG:teuthology.parallel:result is None 2026-02-19T16:40:10.262 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:40:10.424 DEBUG:teuthology.orchestra.run.trial085:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-19T16:40:10.445 INFO:teuthology.orchestra.run.trial085.stdout:20.3.0-5336.g802bf111.el9 2026-02-19T16:40:10.446 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5336.g802bf111.el9 2026-02-19T16:40:10.446 INFO:teuthology.task.install:The correct ceph version 20.3.0-5336.g802bf111 is installed. 2026-02-19T16:40:10.448 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:40:10.569 DEBUG:teuthology.orchestra.run.trial103:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-19T16:40:10.591 INFO:teuthology.orchestra.run.trial103.stdout:20.3.0-5336.g802bf111.el9 2026-02-19T16:40:10.591 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5336.g802bf111.el9 2026-02-19T16:40:10.591 INFO:teuthology.task.install:The correct ceph version 20.3.0-5336.g802bf111 is installed. 2026-02-19T16:40:10.593 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:40:10.735 DEBUG:teuthology.orchestra.run.trial139:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-19T16:40:10.756 INFO:teuthology.orchestra.run.trial139.stdout:20.3.0-5336.g802bf111.el9 2026-02-19T16:40:10.756 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5336.g802bf111.el9 2026-02-19T16:40:10.756 INFO:teuthology.task.install:The correct ceph version 20.3.0-5336.g802bf111 is installed. 2026-02-19T16:40:10.758 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-19T16:40:10.758 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:40:10.758 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-19T16:40:10.784 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:40:10.784 DEBUG:teuthology.orchestra.run.trial103:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-19T16:40:10.811 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:40:10.811 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-19T16:40:10.838 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-19T16:40:10.838 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:40:10.838 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/usr/bin/daemon-helper 2026-02-19T16:40:10.863 DEBUG:teuthology.orchestra.run.trial085:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-19T16:40:10.926 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:40:10.926 DEBUG:teuthology.orchestra.run.trial103:> sudo dd of=/usr/bin/daemon-helper 2026-02-19T16:40:10.951 DEBUG:teuthology.orchestra.run.trial103:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-19T16:40:11.014 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:40:11.014 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/usr/bin/daemon-helper 2026-02-19T16:40:11.039 DEBUG:teuthology.orchestra.run.trial139:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-19T16:40:11.102 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-19T16:40:11.102 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:40:11.103 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-19T16:40:11.128 DEBUG:teuthology.orchestra.run.trial085:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-19T16:40:11.191 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:40:11.192 DEBUG:teuthology.orchestra.run.trial103:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-19T16:40:11.217 DEBUG:teuthology.orchestra.run.trial103:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-19T16:40:11.281 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:40:11.281 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-19T16:40:11.306 DEBUG:teuthology.orchestra.run.trial139:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-19T16:40:11.369 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-19T16:40:11.369 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:40:11.369 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/usr/bin/stdin-killer 2026-02-19T16:40:11.393 DEBUG:teuthology.orchestra.run.trial085:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-19T16:40:11.458 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:40:11.458 DEBUG:teuthology.orchestra.run.trial103:> sudo dd of=/usr/bin/stdin-killer 2026-02-19T16:40:11.484 DEBUG:teuthology.orchestra.run.trial103:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-19T16:40:11.548 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:40:11.548 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/usr/bin/stdin-killer 2026-02-19T16:40:11.573 DEBUG:teuthology.orchestra.run.trial139:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-19T16:40:11.637 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-19T16:40:11.726 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '802bf111cd55e57f5842153d7ba2b8b964aa818a'} 2026-02-19T16:40:11.726 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:40:11.728 INFO:tasks.cephadm:Cluster fsid is a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:40:11.728 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-19T16:40:11.728 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.85', 'mon.b': '10.20.193.103', 'mon.c': '10.20.193.139'} 2026-02-19T16:40:11.728 INFO:tasks.cephadm:First mon is mon.a on trial085 2026-02-19T16:40:11.728 INFO:tasks.cephadm:First mgr is a 2026-02-19T16:40:11.728 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-19T16:40:11.728 DEBUG:teuthology.orchestra.run.trial085:> sudo hostname $(hostname -s) 2026-02-19T16:40:11.753 DEBUG:teuthology.orchestra.run.trial103:> sudo hostname $(hostname -s) 2026-02-19T16:40:11.779 DEBUG:teuthology.orchestra.run.trial139:> sudo hostname $(hostname -s) 2026-02-19T16:40:11.804 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-19T16:40:11.804 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:40:11.932 INFO:tasks.cephadm:builder_project result: [{'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/flavors/default/', 'ref': 'wip-yuri-testing-2026-02-18-1820', 'sha1': '802bf111cd55e57f5842153d7ba2b8b964aa818a', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-19 02:55:44.774681', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5336-g802bf111', 'package_manager_version': '20.3.0-5336.g802bf111', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3073/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-19T16:40:12.063 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri-testing-2026-02-18-1820, sha1 802bf111cd55e57f5842153d7ba2b8b964aa818a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:40:12.064 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/x86_64/flavors/default/cephadm 2026-02-19T16:40:12.064 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/x86_64/flavors/default/cephadm 2026-02-19T16:40:12.065 DEBUG:teuthology.orchestra.run.trial085:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-19T16:40:12.368 INFO:teuthology.orchestra.run.trial085.stdout:-rw-r--r--. 1 ubuntu ubuntu 1073896 Feb 19 16:40 /home/ubuntu/cephtest/cephadm 2026-02-19T16:40:12.369 DEBUG:teuthology.orchestra.run.trial103:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-19T16:40:12.708 INFO:teuthology.orchestra.run.trial103.stdout:-rw-r--r--. 1 ubuntu ubuntu 1073896 Feb 19 16:40 /home/ubuntu/cephtest/cephadm 2026-02-19T16:40:12.709 DEBUG:teuthology.orchestra.run.trial139:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2026-02-18-1820/802bf111cd55e57f5842153d7ba2b8b964aa818a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-19T16:40:13.011 INFO:teuthology.orchestra.run.trial139.stdout:-rw-r--r--. 1 ubuntu ubuntu 1073896 Feb 19 16:40 /home/ubuntu/cephtest/cephadm 2026-02-19T16:40:13.011 DEBUG:teuthology.orchestra.run.trial085:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-19T16:40:13.029 DEBUG:teuthology.orchestra.run.trial103:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-19T16:40:13.047 DEBUG:teuthology.orchestra.run.trial139:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-19T16:40:13.081 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a on all hosts... 2026-02-19T16:40:13.081 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a pull 2026-02-19T16:40:13.084 DEBUG:teuthology.orchestra.run.trial103:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a pull 2026-02-19T16:40:13.090 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a pull 2026-02-19T16:40:13.323 INFO:teuthology.orchestra.run.trial085.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a... 2026-02-19T16:40:13.329 INFO:teuthology.orchestra.run.trial103.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a... 2026-02-19T16:40:13.351 INFO:teuthology.orchestra.run.trial139.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a... 2026-02-19T16:41:03.368 INFO:teuthology.orchestra.run.trial103.stdout:{ 2026-02-19T16:41:03.368 INFO:teuthology.orchestra.run.trial103.stdout: "ceph_version": "ceph version 20.3.0-5336-g802bf111 (802bf111cd55e57f5842153d7ba2b8b964aa818a) tentacle (dev)", 2026-02-19T16:41:03.368 INFO:teuthology.orchestra.run.trial103.stdout: "image_id": "4159ebdb916eaf88d7eb6f495056b36d605f27ec1e5fdc11ef8af1210f33d4b8", 2026-02-19T16:41:03.368 INFO:teuthology.orchestra.run.trial103.stdout: "repo_digests": [ 2026-02-19T16:41:03.369 INFO:teuthology.orchestra.run.trial103.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:2426459a0d42dda785e47e9c8995d86b496d53c69b612dac8582eddd50e69920" 2026-02-19T16:41:03.369 INFO:teuthology.orchestra.run.trial103.stdout: ] 2026-02-19T16:41:03.369 INFO:teuthology.orchestra.run.trial103.stdout:} 2026-02-19T16:41:03.382 INFO:teuthology.orchestra.run.trial139.stdout:{ 2026-02-19T16:41:03.383 INFO:teuthology.orchestra.run.trial139.stdout: "ceph_version": "ceph version 20.3.0-5336-g802bf111 (802bf111cd55e57f5842153d7ba2b8b964aa818a) tentacle (dev)", 2026-02-19T16:41:03.383 INFO:teuthology.orchestra.run.trial139.stdout: "image_id": "4159ebdb916eaf88d7eb6f495056b36d605f27ec1e5fdc11ef8af1210f33d4b8", 2026-02-19T16:41:03.383 INFO:teuthology.orchestra.run.trial139.stdout: "repo_digests": [ 2026-02-19T16:41:03.383 INFO:teuthology.orchestra.run.trial139.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:2426459a0d42dda785e47e9c8995d86b496d53c69b612dac8582eddd50e69920" 2026-02-19T16:41:03.383 INFO:teuthology.orchestra.run.trial139.stdout: ] 2026-02-19T16:41:03.383 INFO:teuthology.orchestra.run.trial139.stdout:} 2026-02-19T16:41:03.391 INFO:teuthology.orchestra.run.trial085.stdout:{ 2026-02-19T16:41:03.391 INFO:teuthology.orchestra.run.trial085.stdout: "ceph_version": "ceph version 20.3.0-5336-g802bf111 (802bf111cd55e57f5842153d7ba2b8b964aa818a) tentacle (dev)", 2026-02-19T16:41:03.391 INFO:teuthology.orchestra.run.trial085.stdout: "image_id": "4159ebdb916eaf88d7eb6f495056b36d605f27ec1e5fdc11ef8af1210f33d4b8", 2026-02-19T16:41:03.391 INFO:teuthology.orchestra.run.trial085.stdout: "repo_digests": [ 2026-02-19T16:41:03.391 INFO:teuthology.orchestra.run.trial085.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:2426459a0d42dda785e47e9c8995d86b496d53c69b612dac8582eddd50e69920" 2026-02-19T16:41:03.391 INFO:teuthology.orchestra.run.trial085.stdout: ] 2026-02-19T16:41:03.391 INFO:teuthology.orchestra.run.trial085.stdout:} 2026-02-19T16:41:03.408 DEBUG:teuthology.orchestra.run.trial085:> sudo mkdir -p /etc/ceph 2026-02-19T16:41:03.457 DEBUG:teuthology.orchestra.run.trial103:> sudo mkdir -p /etc/ceph 2026-02-19T16:41:03.484 DEBUG:teuthology.orchestra.run.trial139:> sudo mkdir -p /etc/ceph 2026-02-19T16:41:03.509 DEBUG:teuthology.orchestra.run.trial085:> sudo chmod 777 /etc/ceph 2026-02-19T16:41:03.536 DEBUG:teuthology.orchestra.run.trial103:> sudo chmod 777 /etc/ceph 2026-02-19T16:41:03.562 DEBUG:teuthology.orchestra.run.trial139:> sudo chmod 777 /etc/ceph 2026-02-19T16:41:03.587 INFO:tasks.cephadm:Writing seed config... 2026-02-19T16:41:03.588 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-19T16:41:03.588 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-19T16:41:03.588 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-19T16:41:03.588 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-19T16:41:03.588 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-19T16:41:03.588 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-19T16:41:03.588 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-19T16:41:03.588 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-19T16:41:03.588 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-19T16:41:03.589 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:41:03.589 DEBUG:teuthology.orchestra.run.trial085:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-19T16:41:03.605 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 = a8c8403e-0db1-11f1-acfd-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 = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-19T16:41:03.605 DEBUG:teuthology.orchestra.run.trial085:mon.a> sudo journalctl -f -n 0 -u ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mon.a.service 2026-02-19T16:41:03.648 DEBUG:teuthology.orchestra.run.trial085:mgr.a> sudo journalctl -f -n 0 -u ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mgr.a.service 2026-02-19T16:41:03.691 INFO:tasks.cephadm:Bootstrapping... 2026-02-19T16:41:03.691 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a -v bootstrap --fsid a8c8403e-0db1-11f1-acfd-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.85 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:03.829 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-19T16:41:03.829 INFO:teuthology.orchestra.run.trial085.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a', '-v', 'bootstrap', '--fsid', 'a8c8403e-0db1-11f1-acfd-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.85', '--skip-admin-label'] 2026-02-19T16:41:03.830 INFO:teuthology.orchestra.run.trial085.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-19T16:41:03.830 INFO:teuthology.orchestra.run.trial085.stdout:Verifying podman|docker is present... 2026-02-19T16:41:03.846 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stdout 5.6.0 2026-02-19T16:41:03.846 INFO:teuthology.orchestra.run.trial085.stdout:Verifying lvm2 is present... 2026-02-19T16:41:03.846 INFO:teuthology.orchestra.run.trial085.stdout:Verifying time synchronization is in place... 2026-02-19T16:41:03.852 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-19T16:41:03.853 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-19T16:41:03.858 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-19T16:41:03.858 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-19T16:41:03.864 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout enabled 2026-02-19T16:41:03.870 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout active 2026-02-19T16:41:03.871 INFO:teuthology.orchestra.run.trial085.stdout:Unit chronyd.service is enabled and running 2026-02-19T16:41:03.871 INFO:teuthology.orchestra.run.trial085.stdout:Repeating the final host check... 2026-02-19T16:41:03.887 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stdout 5.6.0 2026-02-19T16:41:03.887 INFO:teuthology.orchestra.run.trial085.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-19T16:41:03.887 INFO:teuthology.orchestra.run.trial085.stdout:systemctl is present 2026-02-19T16:41:03.887 INFO:teuthology.orchestra.run.trial085.stdout:lvcreate is present 2026-02-19T16:41:03.892 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-19T16:41:03.892 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-19T16:41:03.898 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-19T16:41:03.898 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-19T16:41:03.903 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout enabled 2026-02-19T16:41:03.909 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout active 2026-02-19T16:41:03.910 INFO:teuthology.orchestra.run.trial085.stdout:Unit chronyd.service is enabled and running 2026-02-19T16:41:03.910 INFO:teuthology.orchestra.run.trial085.stdout:Host looks OK 2026-02-19T16:41:03.910 INFO:teuthology.orchestra.run.trial085.stdout:Cluster fsid: a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:03.910 INFO:teuthology.orchestra.run.trial085.stdout:Acquiring lock 140348044062624 on /run/cephadm/a8c8403e-0db1-11f1-acfd-d404e6e7d460.lock 2026-02-19T16:41:03.910 INFO:teuthology.orchestra.run.trial085.stdout:Lock 140348044062624 acquired on /run/cephadm/a8c8403e-0db1-11f1-acfd-d404e6e7d460.lock 2026-02-19T16:41:03.910 INFO:teuthology.orchestra.run.trial085.stdout:Verifying IP 10.20.193.85 port 3300 ... 2026-02-19T16:41:03.911 INFO:teuthology.orchestra.run.trial085.stdout:Verifying IP 10.20.193.85 port 6789 ... 2026-02-19T16:41:03.911 INFO:teuthology.orchestra.run.trial085.stdout:Base mon IP(s) is [10.20.193.85:3300, 10.20.193.85:6789], mon addrv is [v2:10.20.193.85:3300,v1:10.20.193.85:6789] 2026-02-19T16:41:03.913 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.85 metric 102 2026-02-19T16:41:03.913 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.85 metric 102 2026-02-19T16:41:03.913 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-19T16:41:03.916 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-19T16:41:03.916 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-19T16:41:03.916 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-19T16:41:03.920 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-19T16:41:03.920 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-19T16:41:03.921 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-19T16:41:03.921 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-19T16:41:03.921 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout inet6 fe80::91ff:32ea:33e1:4b4f/64 scope link noprefixroute 2026-02-19T16:41:03.921 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-19T16:41:03.921 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-19T16:41:03.921 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6482/64 scope link 2026-02-19T16:41:03.921 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-19T16:41:03.922 INFO:teuthology.orchestra.run.trial085.stdout:Mon IP `10.20.193.85` is in CIDR network `10.20.192.0/20` 2026-02-19T16:41:03.922 INFO:teuthology.orchestra.run.trial085.stdout:Mon IP `10.20.193.85` is in CIDR network `10.20.192.0/20` 2026-02-19T16:41:03.922 INFO:teuthology.orchestra.run.trial085.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-19T16:41:03.922 INFO:teuthology.orchestra.run.trial085.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-19T16:41:03.922 INFO:teuthology.orchestra.run.trial085.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a... 2026-02-19T16:41:04.184 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stdout 4159ebdb916eaf88d7eb6f495056b36d605f27ec1e5fdc11ef8af1210f33d4b8 2026-02-19T16:41:04.184 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a... 2026-02-19T16:41:04.185 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Getting image source signatures 2026-02-19T16:41:04.185 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Copying blob sha256:b64fd43f905dccf4b9616bf3f7ae4a8e8d613298c57587148786600b462807aa 2026-02-19T16:41:04.185 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-19T16:41:04.185 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Copying config sha256:4159ebdb916eaf88d7eb6f495056b36d605f27ec1e5fdc11ef8af1210f33d4b8 2026-02-19T16:41:04.185 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-19T16:41:04.443 INFO:teuthology.orchestra.run.trial085.stdout:ceph: stdout ceph version 20.3.0-5336-g802bf111 (802bf111cd55e57f5842153d7ba2b8b964aa818a) tentacle (dev) 2026-02-19T16:41:04.443 INFO:teuthology.orchestra.run.trial085.stdout:Ceph version: ceph version 20.3.0-5336-g802bf111 (802bf111cd55e57f5842153d7ba2b8b964aa818a) tentacle (dev) 2026-02-19T16:41:04.443 INFO:teuthology.orchestra.run.trial085.stdout:Extracting ceph user uid/gid from container image... 2026-02-19T16:41:04.691 INFO:teuthology.orchestra.run.trial085.stdout:stat: stdout 167 167 2026-02-19T16:41:04.691 INFO:teuthology.orchestra.run.trial085.stdout:Creating initial keys... 2026-02-19T16:41:04.953 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph-authtool: stdout AQAgPZdperfvMRAA7Ag7gesDV+a8Bi+W5zKnBA== 2026-02-19T16:41:05.196 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph-authtool: stdout AQAhPZdprBbDBBAACzHO0hfOuAnNyTYdw5p1Qw== 2026-02-19T16:41:05.462 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph-authtool: stdout AQAhPZdpda3cExAAHmNL+faVRSprWVwH9aYPGg== 2026-02-19T16:41:05.462 INFO:teuthology.orchestra.run.trial085.stdout:Creating initial monmap... 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout:monmaptool for a [v2:10.20.193.85:3300,v1:10.20.193.85:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout:setting min_mon_release = tentacle 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: set fsid to a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:05.708 INFO:teuthology.orchestra.run.trial085.stdout:Creating mon... 2026-02-19T16:41:05.985 INFO:teuthology.orchestra.run.trial085.stdout:create mon.a on 2026-02-19T16:41:06.141 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-19T16:41:06.236 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-19T16:41:06.339 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460.target → /etc/systemd/system/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460.target. 2026-02-19T16:41:06.339 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460.target → /etc/systemd/system/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460.target. 2026-02-19T16:41:06.457 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mon.a 2026-02-19T16:41:06.458 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mon.a.service: Unit ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mon.a.service not loaded. 2026-02-19T16:41:06.578 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460.target.wants/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@.service. 2026-02-19T16:41:06.595 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:06 trial085 systemd[1]: Starting Ceph mon.a for a8c8403e-0db1-11f1-acfd-d404e6e7d460... 2026-02-19T16:41:06.732 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T16:41:06.732 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout disabled 2026-02-19T16:41:06.738 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T16:41:06.738 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-19T16:41:06.739 INFO:teuthology.orchestra.run.trial085.stdout:firewalld.service is not enabled 2026-02-19T16:41:06.739 INFO:teuthology.orchestra.run.trial085.stdout:Not possible to enable service . firewalld.service is not available 2026-02-19T16:41:06.739 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mon to start... 2026-02-19T16:41:06.739 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mon... 2026-02-19T16:41:06.855 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:06 trial085 podman[39196]: 2026-02-19 16:41:06.683772215 +0000 UTC m=+0.015413980 container create 0a919ae10c415156fc26feef223dc4883b1254b0511c722950422ddac4d5d0a7 (image=quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, CEPH_REF=wip-yuri-testing-2026-02-18-1820, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-19T16:41:06.856 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:06 trial085 podman[39196]: 2026-02-19 16:41:06.714919895 +0000 UTC m=+0.046561660 container init 0a919ae10c415156fc26feef223dc4883b1254b0511c722950422ddac4d5d0a7 (image=quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, CEPH_REF=wip-yuri-testing-2026-02-18-1820, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default) 2026-02-19T16:41:06.856 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:06 trial085 podman[39196]: 2026-02-19 16:41:06.718335197 +0000 UTC m=+0.049976962 container start 0a919ae10c415156fc26feef223dc4883b1254b0511c722950422ddac4d5d0a7 (image=quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, CEPH_REF=wip-yuri-testing-2026-02-18-1820, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS) 2026-02-19T16:41:06.856 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:06 trial085 bash[39196]: 0a919ae10c415156fc26feef223dc4883b1254b0511c722950422ddac4d5d0a7 2026-02-19T16:41:06.856 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:06 trial085 podman[39196]: 2026-02-19 16:41:06.677819208 +0000 UTC m=+0.009460983 image pull 4159ebdb916eaf88d7eb6f495056b36d605f27ec1e5fdc11ef8af1210f33d4b8 quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:41:06.856 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:06 trial085 systemd[1]: Started Ceph mon.a for a8c8403e-0db1-11f1-acfd-d404e6e7d460. 2026-02-19T16:41:06.856 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:06 trial085 ceph-mon[39245]: mkfs a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:06.856 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:06 trial085 ceph-mon[39245]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout cluster: 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout id: a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout services: 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.15226s) [leader: a] 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout data: 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout pgs: 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:mon is available 2026-02-19T16:41:07.017 INFO:teuthology.orchestra.run.trial085.stdout:Assimilating anything we can from ceph.conf... 2026-02-19T16:41:07.292 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:07.292 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [global] 2026-02-19T16:41:07.292 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout fsid = a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:07.292 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-19T16:41:07.292 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.85:3300,v1:10.20.193.85:6789] 2026-02-19T16:41:07.292 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-19T16:41:07.292 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-19T16:41:07.292 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [osd] 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-19T16:41:07.293 INFO:teuthology.orchestra.run.trial085.stdout:Generating new minimal ceph.conf... 2026-02-19T16:41:07.563 INFO:teuthology.orchestra.run.trial085.stdout:Restarting the monitor... 2026-02-19T16:41:07.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:07 trial085 systemd[1]: Stopping Ceph mon.a for a8c8403e-0db1-11f1-acfd-d404e6e7d460... 2026-02-19T16:41:07.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:07 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a[39220]: 2026-02-19T16:41:07.643+0000 7f205de1a640 -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-19T16:41:07.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:07 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a[39220]: 2026-02-19T16:41:07.643+0000 7f205de1a640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-19T16:41:08.127 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:07 trial085 podman[39619]: 2026-02-19 16:41:07.875946436 +0000 UTC m=+0.248119953 container died 0a919ae10c415156fc26feef223dc4883b1254b0511c722950422ddac4d5d0a7 (image=quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, io.buildah.version=1.41.3, CEPH_REF=wip-yuri-testing-2026-02-18-1820, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.build-date=20260216) 2026-02-19T16:41:08.128 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:07 trial085 podman[39619]: 2026-02-19 16:41:07.98664659 +0000 UTC m=+0.358820117 container remove 0a919ae10c415156fc26feef223dc4883b1254b0511c722950422ddac4d5d0a7 (image=quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , 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, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, ceph=True, CEPH_REF=wip-yuri-testing-2026-02-18-1820) 2026-02-19T16:41:08.128 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:07 trial085 bash[39619]: ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a 2026-02-19T16:41:08.128 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 systemd[1]: ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-19T16:41:08.128 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 systemd[1]: Stopped Ceph mon.a for a8c8403e-0db1-11f1-acfd-d404e6e7d460. 2026-02-19T16:41:08.128 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 systemd[1]: Starting Ceph mon.a for a8c8403e-0db1-11f1-acfd-d404e6e7d460... 2026-02-19T16:41:08.168 INFO:teuthology.orchestra.run.trial085.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 podman[39758]: 2026-02-19 16:41:08.127714901 +0000 UTC m=+0.015142416 container create 34d85632e40779ec367bbfa55d1cb06edabcb62faf31f8264d2664b4e632b4bd (image=quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a, 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, org.label-schema.build-date=20260216, CEPH_REF=wip-yuri-testing-2026-02-18-1820, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 podman[39758]: 2026-02-19 16:41:08.159307967 +0000 UTC m=+0.046735492 container init 34d85632e40779ec367bbfa55d1cb06edabcb62faf31f8264d2664b4e632b4bd (image=quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, 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_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-yuri-testing-2026-02-18-1820, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS) 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 podman[39758]: 2026-02-19 16:41:08.163111088 +0000 UTC m=+0.050538613 container start 34d85632e40779ec367bbfa55d1cb06edabcb62faf31f8264d2664b4e632b4bd (image=quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, 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, CEPH_REF=wip-yuri-testing-2026-02-18-1820, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216) 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 bash[39758]: 34d85632e40779ec367bbfa55d1cb06edabcb62faf31f8264d2664b4e632b4bd 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 podman[39758]: 2026-02-19 16:41:08.121715418 +0000 UTC m=+0.009142943 image pull 4159ebdb916eaf88d7eb6f495056b36d605f27ec1e5fdc11ef8af1210f33d4b8 quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 systemd[1]: Started Ceph mon.a for a8c8403e-0db1-11f1-acfd-d404e6e7d460. 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: set uid:gid to 167:167 (ceph:ceph) 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: ceph version 20.3.0-5336-g802bf111 (802bf111cd55e57f5842153d7ba2b8b964aa818a) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: pidfile_write: ignore empty --pid-file 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: load: jerasure load: lrc 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: RocksDB version: 7.9.2 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Git sha 0 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Compile date 2026-02-19 02:20:50 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: DB SUMMARY 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: DB Session ID: KNP0V5I2QOUALEXLXDIN 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: CURRENT file: CURRENT 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: IDENTITY file: IDENTITY 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76545 ; 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.error_if_exists: 0 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.create_if_missing: 0 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.paranoid_checks: 1 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.env: 0xed8120 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.fs: PosixFileSystem 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.info_log: 0x21eae80 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_file_opening_threads: 16 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.statistics: (nil) 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.use_fsync: 0 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_log_file_size: 0 2026-02-19T16:41:08.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.keep_log_file_num: 1000 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.recycle_log_file_num: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.allow_fallocate: 1 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.allow_mmap_reads: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.allow_mmap_writes: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.use_direct_reads: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.create_missing_column_families: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.db_log_dir: 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.wal_dir: 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.advise_random_on_open: 1 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.db_write_buffer_size: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.write_buffer_manager: 0x21e6140 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.rate_limiter: (nil) 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.wal_recovery_mode: 2 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.enable_thread_tracking: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.enable_pipelined_write: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.unordered_write: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.row_cache: None 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.wal_filter: None 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.allow_ingest_behind: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.two_write_queues: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.manual_wal_flush: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.wal_compression: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.atomic_flush: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-19T16:41:08.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.log_readahead_size: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.best_efforts_recovery: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.allow_data_in_errors: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.db_host_id: __hostname__ 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_background_jobs: 2 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_background_compactions: -1 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_subcompactions: 1 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_total_wal_size: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_open_files: -1 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bytes_per_sync: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_readahead_size: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_background_flushes: -1 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Compression algorithms supported: 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: kZSTD supported: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: kXpressCompression supported: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: kBZip2Compression supported: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: kLZ4Compression supported: 1 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: kZlibCompression supported: 1 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: kLZ4HCCompression supported: 1 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: kSnappyCompression supported: 1 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.merge_operator: 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_filter: None 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_filter_factory: None 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.sst_partitioner_factory: None 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-19T16:41:08.423 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x21eb5c0) 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: cache_index_and_filter_blocks: 1 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: pin_top_level_index_and_filter: 1 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: index_type: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: data_block_index_type: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: index_shortening: 1 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: checksum: 4 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: no_block_cache: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache: 0x21b9a50 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_name: BinnedLRUCache 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_options: 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: capacity : 536870912 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: num_shard_bits : 4 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: strict_capacity_limit : 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: high_pri_pool_ratio: 0.000 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_compressed: (nil) 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: persistent_cache: (nil) 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: block_size: 4096 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: block_size_deviation: 10 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: block_restart_interval: 16 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: index_block_restart_interval: 1 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: metadata_block_size: 4096 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: partition_filters: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: use_delta_encoding: 1 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: filter_policy: bloomfilter 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: whole_key_filtering: 1 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: verify_compression: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: read_amp_bytes_per_bit: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: format_version: 5 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: enable_index_compression: 1 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: block_align: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: max_auto_readahead_size: 262144 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: prepopulate_block_cache: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: initial_auto_readahead_size: 8192 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout: num_file_reads_for_auto_readahead: 2 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.write_buffer_size: 33554432 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_write_buffer_number: 2 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression: NoCompression 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression: Disabled 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.prefix_extractor: nullptr 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.num_levels: 7 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-19T16:41:08.424 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression_opts.level: 32767 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression_opts.strategy: 0 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression_opts.enabled: false 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.target_file_size_base: 67108864 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-19T16:41:08.425 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.arena_block_size: 1048576 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.disable_auto_compactions: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.inplace_update_support: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.bloom_locality: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.max_successive_merges: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.paranoid_file_checks: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.force_consistency_checks: 1 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.report_bg_io_stats: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.ttl: 2592000 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.enable_blob_files: false 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.min_blob_size: 0 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.blob_file_size: 268435456 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-19T16:41:08.426 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.blob_file_starting_level: 0 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: 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-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ebc68067-aef3-42e4-89a7-7ba469600fd6 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771519268178992, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771519268179849, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73637, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71912, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9783, "raw_average_key_size": 48, "raw_value_size": 66326, "raw_average_value_size": 331, "num_data_blocks": 8, "num_entries": 200, "num_filter_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771519268, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ebc68067-aef3-42e4-89a7-7ba469600fd6", "db_session_id": "KNP0V5I2QOUALEXLXDIN", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771519268179908, "job": 1, "event": "recovery_finished"} 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: 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-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x2206e00 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: DB pointer 0x2ff8000 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: ** DB Stats ** 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.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-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.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-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: ** Compaction Stats [default] ** 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.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-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: L0 2/0 73.78 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: Sum 2/0 73.78 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.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 116.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: ** Compaction Stats [default] ** 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.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-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.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 116.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-19T16:41:08.427 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative compaction: 0.00 GB write, 17.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval compaction: 0.00 GB write, 17.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.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-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: Block cache BinnedLRUCache@0x21b9a50#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.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-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: starting mon.a rank 0 at public addrs [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] at bind addrs [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mon.a@-1(???) e1 preinit fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mon.a@-1(???).mds e1 new map 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mon.a@-1(???).mds e1 print_map 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: e1 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: btime 2026-02-19T16:41:06:741724+0000 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.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-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: legacy client fscid: -1 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout: No filesystems configured 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: monmap epoch 1 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: last_changed 2026-02-19T16:41:05.579455+0000 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: created 2026-02-19T16:41:05.579455+0000 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: min_mon_release 20 (tentacle) 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: election_strategy: 1 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: fsmap 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: osdmap e1: 0 total, 0 up, 0 in 2026-02-19T16:41:08.428 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:08 trial085 ceph-mon[39807]: mgrmap e1: no daemons active 2026-02-19T16:41:08.451 INFO:teuthology.orchestra.run.trial085.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-19T16:41:08.452 INFO:teuthology.orchestra.run.trial085.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:08.452 INFO:teuthology.orchestra.run.trial085.stdout:Creating mgr... 2026-02-19T16:41:08.452 INFO:teuthology.orchestra.run.trial085.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-19T16:41:08.453 INFO:teuthology.orchestra.run.trial085.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-19T16:41:08.583 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mgr.a 2026-02-19T16:41:08.583 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mgr.a.service: Unit ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mgr.a.service not loaded. 2026-02-19T16:41:08.693 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460.target.wants/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@.service. 2026-02-19T16:41:08.847 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T16:41:08.847 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout disabled 2026-02-19T16:41:08.852 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T16:41:08.852 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-19T16:41:08.852 INFO:teuthology.orchestra.run.trial085.stdout:firewalld.service is not enabled 2026-02-19T16:41:08.852 INFO:teuthology.orchestra.run.trial085.stdout:Not possible to enable service . firewalld.service is not available 2026-02-19T16:41:08.859 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T16:41:08.860 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout disabled 2026-02-19T16:41:08.865 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T16:41:08.865 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-19T16:41:08.865 INFO:teuthology.orchestra.run.trial085.stdout:firewalld.service is not enabled 2026-02-19T16:41:08.865 INFO:teuthology.orchestra.run.trial085.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-19T16:41:08.865 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mgr to start... 2026-02-19T16:41:08.865 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mgr... 2026-02-19T16:41:09.157 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:09.157 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-19T16:41:09.157 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsid": "a8c8403e-0db1-11f1-acfd-d404e6e7d460", 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "health": { 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 0 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "a" 2026-02-19T16:41:09.158 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-19T16:41:09.159 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-19T16:41:09.160 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "btime": "2026-02-19T16:41:06:741724+0000", 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-19T16:41:09.161 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T16:41:09.162 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:09.162 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-19T16:41:09.162 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:09.162 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modified": "2026-02-19T16:41:06.742338+0000", 2026-02-19T16:41:09.162 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T16:41:09.162 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:09.162 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-19T16:41:09.162 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-19T16:41:09.162 INFO:teuthology.orchestra.run.trial085.stdout:mgr not available, waiting (1/15)... 2026-02-19T16:41:09.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:09 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2522117153' entity='client.admin' 2026-02-19T16:41:09.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:09 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2420415282' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-19T16:41:10.170 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:09 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: from numpy import show_config as show_numpy_config 2026-02-19T16:41:11.430 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:11 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1523720822' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-19T16:41:11.438 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:11.438 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-19T16:41:11.438 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsid": "a8c8403e-0db1-11f1-acfd-d404e6e7d460", 2026-02-19T16:41:11.438 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "health": { 2026-02-19T16:41:11.438 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-19T16:41:11.438 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 0 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "a" 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:11.439 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:11.440 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "btime": "2026-02-19T16:41:06:741724+0000", 2026-02-19T16:41:11.441 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:11.442 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-19T16:41:11.443 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:11.443 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modified": "2026-02-19T16:41:06.742338+0000", 2026-02-19T16:41:11.443 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T16:41:11.443 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:11.443 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-19T16:41:11.443 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-19T16:41:11.443 INFO:teuthology.orchestra.run.trial085.stdout:mgr not available, waiting (2/15)... 2026-02-19T16:41:12.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: Activating manager daemon a 2026-02-19T16:41:12.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: mgrmap e2: a(active, starting, since 0.00267734s) 2026-02-19T16:41:12.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T16:41:12.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T16:41:12.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T16:41:12.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:41:12.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-19T16:41:12.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: Manager daemon a is now available 2026-02-19T16:41:12.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-19T16:41:12.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' 2026-02-19T16:41:12.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-19T16:41:12.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' 2026-02-19T16:41:12.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:12 trial085 ceph-mon[39807]: from='mgr.14100 10.20.193.85:0/149506023' entity='mgr.a' 2026-02-19T16:41:13.712 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:13 trial085 ceph-mon[39807]: mgrmap e3: a(active, since 1.00483s) 2026-02-19T16:41:13.834 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:13.834 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-19T16:41:13.834 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsid": "a8c8403e-0db1-11f1-acfd-d404e6e7d460", 2026-02-19T16:41:13.834 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "health": { 2026-02-19T16:41:13.834 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 0 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "a" 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-19T16:41:13.835 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:13.836 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "btime": "2026-02-19T16:41:06:741724+0000", 2026-02-19T16:41:13.837 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:13.838 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-19T16:41:13.839 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-19T16:41:13.839 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modified": "2026-02-19T16:41:06.742338+0000", 2026-02-19T16:41:13.839 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-19T16:41:13.839 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-19T16:41:13.839 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-19T16:41:13.839 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-19T16:41:13.839 INFO:teuthology.orchestra.run.trial085.stdout:mgr is available 2026-02-19T16:41:14.188 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [global] 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout fsid = a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.85:3300,v1:10.20.193.85:6789] 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [osd] 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-19T16:41:14.189 INFO:teuthology.orchestra.run.trial085.stdout:Enabling cephadm module... 2026-02-19T16:41:14.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:14 trial085 ceph-mon[39807]: mgrmap e4: a(active, since 2s) 2026-02-19T16:41:14.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:14 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/3150421159' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-19T16:41:14.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:14 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1587872786' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-19T16:41:14.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:14 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1587872786' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-19T16:41:14.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:14 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2714815426' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-19T16:41:15.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:15 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ignoring --setuser ceph since I am not root 2026-02-19T16:41:15.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:15 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ignoring --setgroup ceph since I am not root 2026-02-19T16:41:15.581 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-19T16:41:15.581 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-19T16:41:15.581 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-19T16:41:15.581 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-19T16:41:15.581 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-19T16:41:15.581 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-19T16:41:15.581 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for the mgr to restart... 2026-02-19T16:41:15.581 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mgr epoch 5... 2026-02-19T16:41:16.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:16 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2714815426' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-19T16:41:16.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:16 trial085 ceph-mon[39807]: mgrmap e5: a(active, since 3s) 2026-02-19T16:41:16.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:16 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/3484808066' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-19T16:41:16.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:16 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: /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-19T16:41:16.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:16 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: 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-19T16:41:16.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:16 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: from numpy import show_config as show_numpy_config 2026-02-19T16:41:18.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: Active manager daemon a restarted 2026-02-19T16:41:18.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: Activating manager daemon a 2026-02-19T16:41:18.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: osdmap e2: 0 total, 0 up, 0 in 2026-02-19T16:41:18.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: mgrmap e6: a(active, starting, since 0.00276076s) 2026-02-19T16:41:18.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:41:18.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-19T16:41:18.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T16:41:18.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T16:41:18.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T16:41:18.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:17 trial085 ceph-mon[39807]: Manager daemon a is now available 2026-02-19T16:41:19.068 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-19T16:41:19.068 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-19T16:41:19.069 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-19T16:41:19.069 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-19T16:41:19.069 INFO:teuthology.orchestra.run.trial085.stdout:mgr epoch 5 is available 2026-02-19T16:41:19.069 INFO:teuthology.orchestra.run.trial085.stdout:Verifying orchestrator module is enabled... 2026-02-19T16:41:19.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:19.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:19.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: Found migration_current of "None". Setting to last migration. 2026-02-19T16:41:19.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:18] ENGINE Bus STARTING 2026-02-19T16:41:19.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-19T16:41:19.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: mgrmap e7: a(active, since 1.00367s) 2026-02-19T16:41:19.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-19T16:41:19.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:18] ENGINE Serving on http://10.20.193.85:8765 2026-02-19T16:41:19.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:19] ENGINE Serving on https://10.20.193.85:7150 2026-02-19T16:41:19.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:19] ENGINE Bus STARTED 2026-02-19T16:41:19.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:19] ENGINE Client ('10.20.193.85', 38614) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T16:41:19.422 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:19 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:20.320 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-19T16:41:20.320 INFO:teuthology.orchestra.run.trial085.stdout:Setting orchestrator backend to cephadm... 2026-02-19T16:41:20.559 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:20 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2564088375' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-19T16:41:21.034 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-19T16:41:21.034 INFO:teuthology.orchestra.run.trial085.stdout:Generating ssh key... 2026-02-19T16:41:21.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2564088375' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-19T16:41:21.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-mon[39807]: mgrmap e8: a(active, since 2s) 2026-02-19T16:41:21.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-mon[39807]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:21.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:21.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:21.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-mon[39807]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:21.448 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: Generating public/private ed25519 key pair. 2026-02-19T16:41:21.448 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: Your identification has been saved in /tmp/tmpwq10g3ci/key 2026-02-19T16:41:21.448 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: Your public key has been saved in /tmp/tmpwq10g3ci/key.pub 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: The key fingerprint is: 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: SHA256:ecvrW/3OnWJ4Q0ApLddNYEVNEZ/RQtOffjfkzWiN3jA ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: The key's randomart image is: 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: +--[ED25519 256]--+ 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: | . o+OX*| 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: | o =...oB| 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: | = o+| 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: | . . o.| 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: | S . . +=.| 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: | o . oE+*| 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: | o +o.++| 2026-02-19T16:41:21.449 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: | + =.o+| 2026-02-19T16:41:21.450 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: | .+.o oo=| 2026-02-19T16:41:21.450 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:21 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: +----[SHA256]-----+ 2026-02-19T16:41:21.748 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbPxjm3MAkA/grYHQKFiSIS64w+s1UrQMZ8o5i2WwL0 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:21.749 INFO:teuthology.orchestra.run.trial085.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-19T16:41:21.749 INFO:teuthology.orchestra.run.trial085.stdout:Adding key to root@localhost authorized_keys... 2026-02-19T16:41:21.749 INFO:teuthology.orchestra.run.trial085.stdout:Adding host trial085... 2026-02-19T16:41:22.530 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:22 trial085 ceph-mon[39807]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:22.531 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:22 trial085 ceph-mon[39807]: Generating ssh key... 2026-02-19T16:41:22.531 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:22 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:22.531 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:22 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:22.531 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:22 trial085 ceph-mon[39807]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:22.531 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:22 trial085 ceph-mon[39807]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial085", "addr": "10.20.193.85", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:23.576 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:23 trial085 ceph-mon[39807]: Deploying cephadm binary to trial085 2026-02-19T16:41:23.723 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout Added host 'trial085' with addr '10.20.193.85' 2026-02-19T16:41:23.724 INFO:teuthology.orchestra.run.trial085.stdout:Deploying unmanaged mon service... 2026-02-19T16:41:24.089 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-19T16:41:24.089 INFO:teuthology.orchestra.run.trial085.stdout:Deploying unmanaged mgr service... 2026-02-19T16:41:24.465 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-19T16:41:24.699 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:24 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:24.699 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:24 trial085 ceph-mon[39807]: Added host trial085 2026-02-19T16:41:24.699 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:24 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:24.699 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:24 trial085 ceph-mon[39807]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:24.699 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:24 trial085 ceph-mon[39807]: Saving service mon spec with placement count:5 2026-02-19T16:41:24.699 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:24 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:24.699 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:24 trial085 ceph-mon[39807]: from='mgr.14118 10.20.193.85:0/3349075680' entity='mgr.a' 2026-02-19T16:41:25.171 INFO:teuthology.orchestra.run.trial085.stdout:Enabling the dashboard module... 2026-02-19T16:41:26.057 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:25 trial085 ceph-mon[39807]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:26.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:25 trial085 ceph-mon[39807]: Saving service mgr spec with placement count:2 2026-02-19T16:41:26.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:25 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1137882226' entity='client.admin' 2026-02-19T16:41:26.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:25 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/436198709' entity='client.admin' 2026-02-19T16:41:26.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:25 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1626449853' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-19T16:41:26.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:26 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ignoring --setuser ceph since I am not root 2026-02-19T16:41:26.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:26 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ignoring --setgroup ceph since I am not root 2026-02-19T16:41:26.556 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-19T16:41:26.556 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-19T16:41:26.556 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-19T16:41:26.556 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-19T16:41:26.556 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-19T16:41:26.556 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-19T16:41:26.556 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for the mgr to restart... 2026-02-19T16:41:26.557 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mgr epoch 9... 2026-02-19T16:41:27.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:27 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: /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-19T16:41:27.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:27 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: 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-19T16:41:27.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:27 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: from numpy import show_config as show_numpy_config 2026-02-19T16:41:27.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:27 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1626449853' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-19T16:41:27.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:27 trial085 ceph-mon[39807]: mgrmap e9: a(active, since 8s) 2026-02-19T16:41:27.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:27 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/3735912026' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: Active manager daemon a restarted 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: Activating manager daemon a 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: osdmap e3: 0 total, 0 up, 0 in 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: mgrmap e10: a(active, starting, since 0.00243994s) 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T16:41:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:28 trial085 ceph-mon[39807]: Manager daemon a is now available 2026-02-19T16:41:29.966 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-19T16:41:29.966 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-19T16:41:29.967 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-19T16:41:29.967 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-19T16:41:29.967 INFO:teuthology.orchestra.run.trial085.stdout:mgr epoch 9 is available 2026-02-19T16:41:29.967 INFO:teuthology.orchestra.run.trial085.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-19T16:41:30.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:29 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:30.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:29 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-19T16:41:30.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:29 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-19T16:41:30.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:29 trial085 ceph-mon[39807]: mgrmap e11: a(active, since 1.00675s) 2026-02-19T16:41:30.612 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUSwvtLPRmzlH8EMX+HWcbt5tTco8wDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWE4Yzg0MDNlLTBkYjEtMTFmMS1h\nY2ZkLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMTkxNjQxMzBaFw0yOTAyMTgxNjQxMzBa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My44NTCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAOtrMaiR7RLyp01adr+2xtNs6/BxSQ+k2luDkeQZH7gAGiE+s8Vr\n8wsrIAidh2ClaS66ltL1IZEqiIUU/loynz5+FISsFioDmL1x3A9vqONkuOqbcKps\nGcn5Lpiwf8JaBCNkvyIr6PXfrvYzcj7cRa9+vx7uqt6pN6LwhkhpekzRcen3UoV7\neonDTi1lDnco5jZTXdD/UFydFvUD96CAb/D9dDebhbw5pUJ+xcnoAJSYEimCu2Oz\nXzLWcUmCpbOdcSw2S/totVFzeSzmWqyZD/P2E1i9iIMk5Z1cG6C6SCmVgIcJnaYC\nt9x6r63jU6zQiZ9z4Or4ZWnen+Ovtc61m6+g0lHOJT6KIRhxmHXpZDhDppxKMC0p\niQLCCUKW5YWBC13wD6sls4srDAKrmn/7/sghStoyeU96PljkLfhnYUGIj3ujUOPz\nYCOT9qhgK7UBb6xtob/+cgAMQQhwLI8eX0kEPr482Pwbyozh0brvngW7jWlA6dP9\nkydM4CyOSaviwCfnRUkm8aYpduhw5XLCEA20JWtOUWzX5Pa/Q9keQpuxZMpG0OPc\nETvyOcap1W+R6fssZLK/x3bMvEfdqYrDicdevmUvBXB5WUkAk9xH+HNxHMlFWLZa\nW9RZKLuzTmFC7Ccq0/0INJ/yQfi21eh/OBgWiLKDVegz9NfEd3SVVyfTAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDg1ghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nVTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBpT+Hl6wnLS0WgrC/0\n+xIs84q4Wxgwz6MQbH8Izb30/b5udzVdVK7+t+Sn/kwRUUe+dLMFaNb5Lo4dQ2HW\n+AMW6kZYRMmVQyLTVg24NDtUWC8u+h1UV4dzWJxWv5p6HiA8whOD0eKyVmmVJK3p\nYlnTrAF7n7MIk26ezMlCulwl+RKgSxjfwKvogUAsjX/N03Lig94KyzeTJqpJ+iVo\nAwXvj+4Iy4+TceEBsDVkc3fKI8IBF+e4ZnAhQJgq4dzEOM+8H5BKEJFfzov4GCRM\nnNeEL+EoatzG6nmf1WRFJS0thfqjYQfe+3kS0AuODD1EOFlGKrN72NF76uEzVgR0\nDrs1lkCeVpzflUN530v8ZdL/t7RCUnH8rzeX6PounNrs7fBRy0mwVhF4AISTI4rX\nFNtA6M85VpRo5AVUQAwRbced38yxhOruzVWSlemme+pcB0q7Z2M/vjNTVk26Rk9k\n39UmEEmuE2fnTes+ftkQ8lUMFSjpBu4zZBQdoZzxCv++OKk9pN+M6+GEdPW/9QP1\nO0DkVZfydBdyC1R6zJfRJurblx8vdLJhXKUA5cpARqApfB/MSHlZJINav6ANUtIj\nubbYfnMhLEvVj0Nkl5XRiPnqYmO1Cv+5laDWkefkRfA6pI8ipO8FwBVQzgwwUTbO\n2sFPO9ZAX1JUB5pm0+5FRZ27Yw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKgIBAAKCAgEA62sxqJHtEvKnTVp2v7bG02zr8HFJD6TaW4OR5BkfuAAaIT6z\nxWvzCysgCJ2HYKVpLrqW0vUhkSqIhRT+WjKfPn4UhKwWKgOYvXHcD2+o42S46ptw\nqmwZyfkumLB/wloEI2S/Iivo9d+u9jNyPtxFr36/Hu6q3qk3ovCGSGl6TNFx6fdS\nhXt6icNOLWUOdyjmNlNd0P9QXJ0W9QP3oIBv8P10N5uFvDmlQn7FyegAlJgSKYK7\nY7NfMtZxSYKls51xLDZL+2i1UXN5LOZarJkP8/YTWL2IgyTlnVwboLpIKZWAhwmd\npgK33HqvreNTrNCJn3Pg6vhlad6f46+1zrWbr6DSUc4lPoohGHGYdelkOEOmnEow\nLSmJAsIJQpblhYELXfAPqyWziysMAquaf/v+yCFK2jJ5T3o+WOQt+GdhQYiPe6NQ\n4/NgI5P2qGArtQFvrG2hv/5yAAxBCHAsjx5fSQQ+vjzY/BvKjOHRuu+eBbuNaUDp\n0/2TJ0zgLI5Jq+LAJ+dFSSbxpil26HDlcsIQDbQla05RbNfk9r9D2R5Cm7FkykbQ\n49wRO/I5xqnVb5Hp+yxksr/Hdsy8R92pisOJx16+ZS8FcHlZSQCT3Ef4c3EcyUVY\ntlpb1Fkou7NOYULsJyrT/Qg0n/JB+LbV6H84GBaIsoNV6DP018R3dJVXJ9MCAwEA\nAQKCAgAmtYF8zkHFE9EejvlnnI4kxYwmBPqWb+zXj1K1xsvIXXvua3jzxUQ5WeXy\nhLR117zryhJyrYvPasb32vPXsOsuQ1zsU79xORYsUER25U1H1o/xQ43K9+tlomte\n/+aB9nsntrEW1VGA3D7QjLUEUQPET3rtgyDla72SNSpfTbimWOn6JoiTGjKT5GE+\nZZdzUG5KEHskmlaEY/AaaYSWB4hgf8xUOGZNBM1/mYi8IkG2LSsPWEenpR7KJSiL\nhcfpOMIbGvJzbEwkEHCkSVwvdRuCabvUo5WGutJmhXalfvvOmp5/lb0uRtQklKe+\nV9qyV7fJWCxrdlx2g/yWW5XxXzsx3N0Rn1aD/j3vYYOLCtPJbn2rGEzA/LDwDTDD\nsUD7KeCHiSB0eVFVfXB6DopYD8Ucui9s3n/HmFBTajfWiN7TVlt25+D8MltTmwpv\nZ80k1imLJBREoAO3WK88lMLh9C9D0AXJbsp0XyLw5RdG69I/Os4Ae6BbZQLmlluF\nroSmggPcli88vNA1xvE1eIvf4hl9bbuYRVn7qoHUmgo+1QYhDYRS4ua8c/VFa0ci\nRBv1ANx7xlz7OXvi/5DYDwYGhZE5ZHg+w+zA8G4LHSYBIp9VDwhBpPMX5KvRmDo6\n90iVL5NqFNSZKvHyY2632BzlbSL0VL88g2YNXMUz6N0zhpTwwQKCAQEA/xK+O0ql\ncRYZhe2qG6W5ahuVfPCEXPWHeGKoRaw4w8Jm4BqaE3pSu0KVhZncpZzDtla/AxTU\n+q85eQ+WL/+aggUmYfk/LKwUhUnlrIAcPggRiiHTR72FKW9ZuhwRpLZdafwz3q0u\nl1ADBtYLK9Oa0fD+w6Uv8JJqjGrvO1EqE4+H8uASeIh2rxYxmowJTz6GUIda+io9\nMVycCyV6sZA2kGP8jcw9174cDkj64w4DDpA3GcvQ60qOKSS8P2/bbKNCayr/3VAJ\n1ue2Y6o3j9LQrt12IP5LfnPisadUisU2TYRGEScH0E81WUcuLgQnLI0Y55AMtRNa\nrM1NpwvJVIrWnQKCAQEA7EYrUgr7boVBc6zHR/mwx4Jvwjqv/J0Pw0PBOuBwyAe+\nYzNFSxnj5Ibrjm0w4DzZrDuWlAJ0/AuEp9uoVCRbElof9hWZSy5PhhLzTVBzn+dJ\n+6Z9DSuoZNko0dMiRb8oDlf7Vwv9LsgUNmThS3XFoyrgeREo9aq/kpr2xC+xWqG9\nLI9V8ZJdfaH8vBcS1TuWzUMTiYEOeYy/Ji1cu0KwrtgfdqbHNkR1Ne9VfLNxJmFC\nAmzAm35SmyNuu7qZNURuAo0MFfLcuUYoG6aYioX/7FAIhJjUV+v566StQGXm6o79\nmi6e8hK2TO69ctnLujy7V47CQDruxHr0x65F3ZR1LwKCAQEAlU+Icba5b6ArIp3D\ntNlm1vj8oZ09Lhk/yrWdoOM2e0kh5U9NH9e79Af+9KzjX0KLwgG3YHtiTLgjoX0B\nQmmSLUgMds9rLqAwhvGB818uqRUaB0zTm6wR9fZLhMkHfu6NcgwC5PdlTYe1rdu/\nwFDm0LwMtcPNczqSCk5SaduSEM81GnQV+96N8uG/+aK9lFiaUStakxQErA90/IVc\n8/HiLtWIsgx7qv2K+MW5rw21tmGvD3eifQkwfF8Xnt7AiDBtIcSS8B75E4ah2md6\njMMwCxxyGNAiqwv1CF9V+sGEjw294i6BwWuMZA1pt+AQemDB0lMdTSXeL0cijIU2\nvjljdQKCAQEAsM19Q0JmjXh31uiWovxsVY78tDoYUQ7yqap84OLsYjKxPCg0lRNF\nnk972zNIHLRMKn7Ymd8QzT6NQNK1LmmaIKyCODJHaKO57Fkn6VXnf+OiUAZwkzd1\nJin+Sq0Ue16kyb76nFOjXKtpvJ5WnJH/l67RFKdLoDHqcvk06O/LZkebeMm1hTSC\ncy2RIuqdNCUIHocwCnghbcFtlFLjjllEP0IIoVAByFEH6Jk0vkDEzfR/YbMhmfm4\nNNEZ3q6uUNbo/02umooGszmVb8OFaDsHnDzzcs2uMDCr7rJm1saqOiFQEl0KoZhx\nBDauW1AxDCbABbAVGd0/qJVdsEJvk3SxDwKCAQEA1PzUcba3Cer+5HBkfjqoTk4I\n0AL/78Z2+CTCjJQEwS29llEJhOjGKsidEr/TGjEz6XKsqFdTdAwVtszlRE/C+i/I\nAVXQQdDbipj6pbrEdxGeHiO5l8UV/GR5cPoDQwbTvQWhsdq5Z5uBGicOdAhGFNyb\nNN36SYTNu3aAhgVm+XvNfNIuIU15/pvM0b+ae6ndLf0jXpRvnOJX68fDq6FMKpk0\nfyCDX5df9u68CiSzzm+qRJQV0+vy5xiMKHQNQJNjNtzn7W03RgcQNReopgthiTqI\ngZjQRe7BlHe6rAvDguKPXY2AdnFcByboPWyREfhRq2lRQYXF2C786aiuSsgm2w==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-19T16:41:30.966 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-19T16:41:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:30 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:29] ENGINE Bus STARTING 2026-02-19T16:41:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:30 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:29] ENGINE Serving on http://10.20.193.85:8765 2026-02-19T16:41:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:30 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:29] ENGINE Serving on https://10.20.193.85:7150 2026-02-19T16:41:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:30 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:29] ENGINE Bus STARTED 2026-02-19T16:41:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:30 trial085 ceph-mon[39807]: [19/Feb/2026:16:41:29] ENGINE Client ('10.20.193.85', 55708) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T16:41:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:30 trial085 ceph-mon[39807]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-19T16:41:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:30 trial085 ceph-mon[39807]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-19T16:41:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:30 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:31.320 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-19T16:41:31.320 INFO:teuthology.orchestra.run.trial085.stdout:Creating initial admin user... 2026-02-19T16:41:31.877 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$.9ge18Llsdn3o6tu4L1uZuX6bcqKOeX0nMGPV13DO3DjDmkJKYkV6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771519291, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-19T16:41:31.877 INFO:teuthology.orchestra.run.trial085.stdout:Fetching dashboard port number... 2026-02-19T16:41:32.103 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:31 trial085 ceph-mon[39807]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:32.103 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:31 trial085 ceph-mon[39807]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:32.104 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:31 trial085 ceph-mon[39807]: mgrmap e12: a(active, since 2s) 2026-02-19T16:41:32.104 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:32.104 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:32.227 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 8443 2026-02-19T16:41:32.236 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-19T16:41:32.236 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout disabled 2026-02-19T16:41:32.242 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-19T16:41:32.242 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-19T16:41:32.243 INFO:teuthology.orchestra.run.trial085.stdout:firewalld.service is not enabled 2026-02-19T16:41:32.243 INFO:teuthology.orchestra.run.trial085.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-19T16:41:32.243 INFO:teuthology.orchestra.run.trial085.stdout:Ceph Dashboard is now available at: 2026-02-19T16:41:32.243 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.244 INFO:teuthology.orchestra.run.trial085.stdout: URL: https://trial085:8443/ 2026-02-19T16:41:32.244 INFO:teuthology.orchestra.run.trial085.stdout: User: admin 2026-02-19T16:41:32.244 INFO:teuthology.orchestra.run.trial085.stdout: Password: 9ogwg4wrww 2026-02-19T16:41:32.244 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.244 INFO:teuthology.orchestra.run.trial085.stdout:Saving cluster configuration to /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config directory 2026-02-19T16:41:32.649 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-19T16:41:32.649 INFO:teuthology.orchestra.run.trial085.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-19T16:41:32.649 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.649 INFO:teuthology.orchestra.run.trial085.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:32.649 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.649 INFO:teuthology.orchestra.run.trial085.stdout:Or, if you are only running a single cluster on this host: 2026-02-19T16:41:32.649 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.649 INFO:teuthology.orchestra.run.trial085.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout: ceph telemetry on 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout:For more information see: 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:32.650 INFO:teuthology.orchestra.run.trial085.stdout:Bootstrap complete. 2026-02-19T16:41:32.656 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout static 2026-02-19T16:41:32.662 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-19T16:41:32.662 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-19T16:41:32.662 INFO:teuthology.orchestra.run.trial085.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-19T16:41:32.805 INFO:tasks.cephadm:Fetching config... 2026-02-19T16:41:32.805 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:41:32.806 DEBUG:teuthology.orchestra.run.trial085:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-19T16:41:32.823 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-19T16:41:32.823 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:41:32.823 DEBUG:teuthology.orchestra.run.trial085:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-19T16:41:32.879 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-19T16:41:32.879 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:41:32.880 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-19T16:41:32.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:32 trial085 ceph-mon[39807]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:32.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:32 trial085 ceph-mon[39807]: 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-19T16:41:32.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:32 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1795482601' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-19T16:41:32.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:32 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/3101586677' entity='client.admin' 2026-02-19T16:41:32.945 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-19T16:41:32.945 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:41:32.945 DEBUG:teuthology.orchestra.run.trial085:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-19T16:41:33.001 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-19T16:41:33.002 DEBUG:teuthology.orchestra.run.trial085:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbPxjm3MAkA/grYHQKFiSIS64w+s1UrQMZ8o5i2WwL0 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-19T16:41:33.074 INFO:teuthology.orchestra.run.trial085.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbPxjm3MAkA/grYHQKFiSIS64w+s1UrQMZ8o5i2WwL0 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:33.084 DEBUG:teuthology.orchestra.run.trial103:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbPxjm3MAkA/grYHQKFiSIS64w+s1UrQMZ8o5i2WwL0 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-19T16:41:33.119 INFO:teuthology.orchestra.run.trial103.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbPxjm3MAkA/grYHQKFiSIS64w+s1UrQMZ8o5i2WwL0 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:33.130 DEBUG:teuthology.orchestra.run.trial139:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbPxjm3MAkA/grYHQKFiSIS64w+s1UrQMZ8o5i2WwL0 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-19T16:41:33.164 INFO:teuthology.orchestra.run.trial139.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbPxjm3MAkA/grYHQKFiSIS64w+s1UrQMZ8o5i2WwL0 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:33.174 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-19T16:41:33.289 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:41:33.663 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-19T16:41:33.663 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-19T16:41:33.779 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:41:34.153 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial103 2026-02-19T16:41:34.153 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:41:34.153 DEBUG:teuthology.orchestra.run.trial103:> dd of=/etc/ceph/ceph.conf 2026-02-19T16:41:34.172 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:41:34.172 DEBUG:teuthology.orchestra.run.trial103:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:34.230 INFO:tasks.cephadm:Adding host trial103 to orchestrator... 2026-02-19T16:41:34.230 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch host add trial103 2026-02-19T16:41:34.347 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:41:34.649 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:34 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2057481082' entity='client.admin' 2026-02-19T16:41:34.649 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:34 trial085 ceph-mon[39807]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:34.650 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:34 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:36.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:36 trial085 ceph-mon[39807]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial103", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:36.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:36 trial085 ceph-mon[39807]: Deploying cephadm binary to trial103 2026-02-19T16:41:36.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:36 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:36.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:36 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:36.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:36 trial085 ceph-mon[39807]: mgrmap e13: a(active, since 6s) 2026-02-19T16:41:36.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:36 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:36.187 INFO:teuthology.orchestra.run.trial085.stdout:Added host 'trial103' with addr '10.20.193.103' 2026-02-19T16:41:36.330 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-19T16:41:36.446 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:41:36.675 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:36.675 INFO:teuthology.orchestra.run.trial085.stdout:[{"addr": "10.20.193.85", "hostname": "trial085", "labels": [], "status": ""}, {"addr": "10.20.193.103", "hostname": "trial103", "labels": [], "status": ""}] 2026-02-19T16:41:36.817 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial139 2026-02-19T16:41:36.817 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:41:36.817 DEBUG:teuthology.orchestra.run.trial139:> dd of=/etc/ceph/ceph.conf 2026-02-19T16:41:36.836 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:41:36.836 DEBUG:teuthology.orchestra.run.trial139:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:36.891 INFO:tasks.cephadm:Adding host trial139 to orchestrator... 2026-02-19T16:41:36.891 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch host add trial139 2026-02-19T16:41:37.007 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:41:37.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:37 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:37.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:37 trial085 ceph-mon[39807]: Added host trial103 2026-02-19T16:41:37.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:37 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:37.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:37 trial085 ceph-mon[39807]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:41:38.779 INFO:teuthology.orchestra.run.trial085.stdout:Added host 'trial139' with addr '10.20.193.139' 2026-02-19T16:41:38.923 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-19T16:41:38.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial139", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:38.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: Deploying cephadm binary to trial139 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial085", "name": "osd_memory_target"} : dispatch 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: Updating trial085:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:38.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:41:38.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:38.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:38.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:38 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:39.040 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:41:39.278 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:41:39.278 INFO:teuthology.orchestra.run.trial085.stdout:[{"addr": "10.20.193.85", "hostname": "trial085", "labels": [], "status": ""}, {"addr": "10.20.193.103", "hostname": "trial103", "labels": [], "status": ""}, {"addr": "10.20.193.139", "hostname": "trial139", "labels": [], "status": ""}] 2026-02-19T16:41:39.430 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-19T16:41:39.430 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd crush tunables default 2026-02-19T16:41:39.586 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:41:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:39 trial085 ceph-mon[39807]: Certificate for "cephadm-signed_agent_cert (trial085)" is still valid for 1824 days. 2026-02-19T16:41:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:39 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:39 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:39 trial085 ceph-mon[39807]: Added host trial139 2026-02-19T16:41:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:39 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:39 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:40.693 INFO:teuthology.orchestra.run.trial085.stderr:adjusted tunables profile to default 2026-02-19T16:41:40.839 INFO:tasks.cephadm:Adding mon.a on trial085 2026-02-19T16:41:40.839 INFO:tasks.cephadm:Adding mon.b on trial103 2026-02-19T16:41:40.839 INFO:tasks.cephadm:Adding mon.c on trial139 2026-02-19T16:41:40.839 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch apply mon '3;trial085:10.20.193.85=a;trial103:10.20.193.103=b;trial139:10.20.193.139=c' 2026-02-19T16:41:40.962 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T16:41:40.962 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T16:41:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:40 trial085 ceph-mon[39807]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:41:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:40 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2803529391' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-19T16:41:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:40 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:41.246 INFO:teuthology.orchestra.run.trial139.stdout:Scheduled mon update... 2026-02-19T16:41:41.386 DEBUG:teuthology.orchestra.run.trial103:mon.b> sudo journalctl -f -n 0 -u ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mon.b.service 2026-02-19T16:41:41.389 DEBUG:teuthology.orchestra.run.trial139:mon.c> sudo journalctl -f -n 0 -u ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mon.c.service 2026-02-19T16:41:41.391 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-19T16:41:41.391 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T16:41:41.546 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T16:41:41.547 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T16:41:41.842 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:41:41.842 INFO:teuthology.orchestra.run.trial139.stdout:{"epoch":1,"fsid":"a8c8403e-0db1-11f1-acfd-d404e6e7d460","modified":"2026-02-19T16:41:05.579455Z","created":"2026-02-19T16:41:05.579455Z","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.85:3300","nonce":0},{"type":"v1","addr":"10.20.193.85:6789","nonce":0}]},"addr":"10.20.193.85:6789/0","public_addr":"10.20.193.85:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T16:41:05:579468+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T16:41:41.843 INFO:teuthology.orchestra.run.trial139.stderr:dumped monmap epoch 1 2026-02-19T16:41:42.149 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2803529391' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-19T16:41:42.149 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial103", "name": "osd_memory_target"} : dispatch 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: 2026-02-19T16:41:41.937+0000 7f1853c67640 -1 log_channel(cephadm) log [ERR] : Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2026-02-19T16:41:42.150 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: service_name: mon 2026-02-19T16:41:42.151 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: placement: 2026-02-19T16:41:42.151 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: count: 3 2026-02-19T16:41:42.151 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: hosts: 2026-02-19T16:41:42.151 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: - trial085:10.20.193.85=a 2026-02-19T16:41:42.151 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: - trial103:10.20.193.103=b 2026-02-19T16:41:42.151 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: - trial139:10.20.193.139=c 2026-02-19T16:41:42.151 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:41 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ''')): Cannot place on trial139: Unknown hosts 2026-02-19T16:41:42.984 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-19T16:41:42.984 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T16:41:43.102 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T16:41:43.102 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T16:41:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial085:10.20.193.85=a;trial103:10.20.193.103=b;trial139:10.20.193.139=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:41:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: Saving service mon spec with placement trial085:10.20.193.85=a;trial103:10.20.193.103=b;trial139:10.20.193.139=c;count:3 2026-02-19T16:41:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:41:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: Updating trial103:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='client.? 10.20.193.139:0/3168904694' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout: service_name: mon 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout: placement: 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout: count: 3 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout: hosts: 2026-02-19T16:41:43.171 INFO:journalctl@ceph.mon.a.trial085.stdout: - trial085:10.20.193.85=a 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout: - trial103:10.20.193.103=b 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout: - trial139:10.20.193.139=c 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout: ''')): Cannot place on trial139: Unknown hosts 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: Reconfiguring mon.a (unknown last config time)... 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: Reconfiguring daemon mon.a on trial085 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:43.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:43.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:43.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:43.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:43.425 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:41:43.425 INFO:teuthology.orchestra.run.trial139.stdout:{"epoch":1,"fsid":"a8c8403e-0db1-11f1-acfd-d404e6e7d460","modified":"2026-02-19T16:41:05.579455Z","created":"2026-02-19T16:41:05.579455Z","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.85:3300","nonce":0},{"type":"v1","addr":"10.20.193.85:6789","nonce":0}]},"addr":"10.20.193.85:6789/0","public_addr":"10.20.193.85:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T16:41:05:579468+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T16:41:43.426 INFO:teuthology.orchestra.run.trial139.stderr:dumped monmap epoch 1 2026-02-19T16:41:44.575 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-19T16:41:44.576 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T16:41:44.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:44 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:44.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:44 trial085 ceph-mon[39807]: from='client.? 10.20.193.139:0/3019425220' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T16:41:44.720 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T16:41:44.720 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-19T16:41:45.049 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:41:45.049 INFO:teuthology.orchestra.run.trial139.stdout:{"epoch":1,"fsid":"a8c8403e-0db1-11f1-acfd-d404e6e7d460","modified":"2026-02-19T16:41:05.579455Z","created":"2026-02-19T16:41:05.579455Z","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.85:3300","nonce":0},{"type":"v1","addr":"10.20.193.85:6789","nonce":0}]},"addr":"10.20.193.85:6789/0","public_addr":"10.20.193.85:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T16:41:05:579468+0000","crush_location":[]}],"quorum":[0]} 2026-02-19T16:41:45.050 INFO:teuthology.orchestra.run.trial139.stderr:dumped monmap epoch 1 2026-02-19T16:41:45.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:45.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:45.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial139", "name": "osd_memory_target"} : dispatch 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: Updating trial139:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:45.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:45.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:45.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: Deploying daemon mon.c on trial139 2026-02-19T16:41:45.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:45 trial085 ceph-mon[39807]: from='client.? 10.20.193.139:0/2162719765' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T16:41:46.190 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-19T16:41:46.191 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T16:41:46.316 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.c/config 2026-02-19T16:41:46.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:46 trial139 ceph-mon[43500]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-19T16:41:48.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:48 trial103 ceph-mon[43181]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-19T16:41:51.574 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:41:51.574 INFO:teuthology.orchestra.run.trial139.stdout:{"epoch":2,"fsid":"a8c8403e-0db1-11f1-acfd-d404e6e7d460","modified":"2026-02-19T16:41:46.567440Z","created":"2026-02-19T16:41:05.579455Z","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.85:3300","nonce":0},{"type":"v1","addr":"10.20.193.85:6789","nonce":0}]},"addr":"10.20.193.85:6789/0","public_addr":"10.20.193.85:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T16:41:05:579468+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:3300","nonce":0},{"type":"v1","addr":"10.20.193.139:6789","nonce":0}]},"addr":"10.20.193.139:6789/0","public_addr":"10.20.193.139:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T16:41:46:567438+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-19T16:41:51.574 INFO:teuthology.orchestra.run.trial139.stderr:dumped monmap epoch 2 2026-02-19T16:41:51.845 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: Deploying daemon mon.b on trial103 2026-02-19T16:41:51.845 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:41:51.845 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.845 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: mon.a calling monitor election 2026-02-19T16:41:51.846 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='client.? 10.20.193.139:0/1765801342' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T16:41:51.846 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.846 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:51.846 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.846 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: mon.c calling monitor election 2026-02-19T16:41:51.846 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:51.846 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:51.846 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: monmap epoch 2 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: last_changed 2026-02-19T16:41:46.567440+0000 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: created 2026-02-19T16:41:05.579455+0000 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: min_mon_release 20 (tentacle) 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: election_strategy: 1 2026-02-19T16:41:51.847 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-19T16:41:51.848 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: 1: [v2:10.20.193.139:3300/0,v1:10.20.193.139:6789/0] mon.c 2026-02-19T16:41:51.848 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: fsmap 2026-02-19T16:41:51.848 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T16:41:51.848 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: mgrmap e13: a(active, since 22s) 2026-02-19T16:41:51.848 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: overall HEALTH_OK 2026-02-19T16:41:51.848 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:51.848 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:51.848 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:51.848 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:51.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: Deploying daemon mon.b on trial103 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: mon.a calling monitor election 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='client.? 10.20.193.139:0/1765801342' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: mon.c calling monitor election 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:51.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: monmap epoch 2 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: last_changed 2026-02-19T16:41:46.567440+0000 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: created 2026-02-19T16:41:05.579455+0000 2026-02-19T16:41:51.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: min_mon_release 20 (tentacle) 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: election_strategy: 1 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: 1: [v2:10.20.193.139:3300/0,v1:10.20.193.139:6789/0] mon.c 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: fsmap 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: mgrmap e13: a(active, since 22s) 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: overall HEALTH_OK 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:51.923 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:52.717 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-19T16:41:52.717 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph mon dump -f json 2026-02-19T16:41:52.835 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.c/config 2026-02-19T16:41:52.920 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:41:52 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: 2026-02-19T16:41:52.567+0000 7f1861cc3640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-02-19T16:41:54.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: Deploying daemon mon.b on trial103 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: mon.a calling monitor election 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='client.? 10.20.193.139:0/1765801342' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: mon.c calling monitor election 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: monmap epoch 2 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: last_changed 2026-02-19T16:41:46.567440+0000 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: created 2026-02-19T16:41:05.579455+0000 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: min_mon_release 20 (tentacle) 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: election_strategy: 1 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: 1: [v2:10.20.193.139:3300/0,v1:10.20.193.139:6789/0] mon.c 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: fsmap 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: mgrmap e13: a(active, since 22s) 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: overall HEALTH_OK 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:54.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:54 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: mon.a calling monitor election 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: mon.c calling monitor election 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:57.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: mon.b calling monitor election 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: monmap epoch 3 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: last_changed 2026-02-19T16:41:52.026844+0000 2026-02-19T16:41:57.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: created 2026-02-19T16:41:05.579455+0000 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: min_mon_release 20 (tentacle) 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: election_strategy: 1 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: 1: [v2:10.20.193.139:3300/0,v1:10.20.193.139:6789/0] mon.c 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: 2: [v2:10.20.193.103:3300/0,v1:10.20.193.103:6789/0] mon.b 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: fsmap 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: mgrmap e13: a(active, since 28s) 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: overall HEALTH_OK 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: mon.a calling monitor election 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: mon.c calling monitor election 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: mon.b calling monitor election 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: monmap epoch 3 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: last_changed 2026-02-19T16:41:52.026844+0000 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: created 2026-02-19T16:41:05.579455+0000 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: min_mon_release 20 (tentacle) 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: election_strategy: 1 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: 1: [v2:10.20.193.139:3300/0,v1:10.20.193.139:6789/0] mon.c 2026-02-19T16:41:57.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: 2: [v2:10.20.193.103:3300/0,v1:10.20.193.103:6789/0] mon.b 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: fsmap 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: mgrmap e13: a(active, since 28s) 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: overall HEALTH_OK 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.468 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.513 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:41:57.514 INFO:teuthology.orchestra.run.trial139.stdout:{"epoch":3,"fsid":"a8c8403e-0db1-11f1-acfd-d404e6e7d460","modified":"2026-02-19T16:41:52.026844Z","created":"2026-02-19T16:41:05.579455Z","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.85:3300","nonce":0},{"type":"v1","addr":"10.20.193.85:6789","nonce":0}]},"addr":"10.20.193.85:6789/0","public_addr":"10.20.193.85:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T16:41:05:579468+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:3300","nonce":0},{"type":"v1","addr":"10.20.193.139:6789","nonce":0}]},"addr":"10.20.193.139:6789/0","public_addr":"10.20.193.139:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T16:41:46:567438+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:3300","nonce":0},{"type":"v1","addr":"10.20.193.103:6789","nonce":0}]},"addr":"10.20.193.103:6789/0","public_addr":"10.20.193.103:6789/0","priority":0,"weight":0,"time_added":"2026-02-19T16:41:52:026842+0000","crush_location":[]}],"quorum":[0,1,2]} 2026-02-19T16:41:57.514 INFO:teuthology.orchestra.run.trial139.stderr:dumped monmap epoch 3 2026-02-19T16:41:57.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:41:57.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:41:57.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:41:57.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:41:57.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:41:57.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: mon.a calling monitor election 2026-02-19T16:41:57.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: mon.c calling monitor election 2026-02-19T16:41:57.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: mon.b calling monitor election 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: monmap epoch 3 2026-02-19T16:41:57.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: last_changed 2026-02-19T16:41:52.026844+0000 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: created 2026-02-19T16:41:05.579455+0000 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: min_mon_release 20 (tentacle) 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: election_strategy: 1 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: 1: [v2:10.20.193.139:3300/0,v1:10.20.193.139:6789/0] mon.c 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: 2: [v2:10.20.193.103:3300/0,v1:10.20.193.103:6789/0] mon.b 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: fsmap 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: osdmap e4: 0 total, 0 up, 0 in 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: mgrmap e13: a(active, since 28s) 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: overall HEALTH_OK 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.555 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.556 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.556 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.556 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.556 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.556 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.556 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:57.657 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-19T16:41:57.658 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-19T16:41:57.778 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:41:58.010 INFO:teuthology.orchestra.run.trial085.stdout:# minimal ceph.conf for a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:58.010 INFO:teuthology.orchestra.run.trial085.stdout:[global] 2026-02-19T16:41:58.010 INFO:teuthology.orchestra.run.trial085.stdout: fsid = a8c8403e-0db1-11f1-acfd-d404e6e7d460 2026-02-19T16:41:58.010 INFO:teuthology.orchestra.run.trial085.stdout: mon_host = [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] [v2:10.20.193.103:3300/0,v1:10.20.193.103:6789/0] [v2:10.20.193.139:3300/0,v1:10.20.193.139:6789/0] 2026-02-19T16:41:58.152 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-19T16:41:58.153 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:41:58.153 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/etc/ceph/ceph.conf 2026-02-19T16:41:58.177 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:41:58.178 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:58.243 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:41:58.243 DEBUG:teuthology.orchestra.run.trial103:> sudo dd of=/etc/ceph/ceph.conf 2026-02-19T16:41:58.270 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:41:58.271 DEBUG:teuthology.orchestra.run.trial103:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:58.335 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:41:58.335 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/etc/ceph/ceph.conf 2026-02-19T16:41:58.358 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:58.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:58.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:58.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:58.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:58.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='client.? 10.20.193.139:0/1164528475' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T16:41:58.360 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.360 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.360 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:58.360 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:58.360 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.360 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/291857874' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.360 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:58 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:58.363 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:41:58.363 DEBUG:teuthology.orchestra.run.trial139:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:41:58.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:58.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:58.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:58.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='client.? 10.20.193.139:0/1164528475' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/291857874' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:58 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:58.428 INFO:tasks.cephadm:Adding mgr.a on trial085 2026-02-19T16:41:58.429 INFO:tasks.cephadm:Adding mgr.b on trial103 2026-02-19T16:41:58.429 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch apply mgr '2;trial085=a;trial103=b' 2026-02-19T16:41:58.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='client.? 10.20.193.139:0/1164528475' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-19T16:41:58.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:58.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-19T16:41:58.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-19T16:41:58.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/291857874' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:58.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:58 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:41:58.583 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.c/config 2026-02-19T16:41:58.825 INFO:teuthology.orchestra.run.trial139.stdout:Scheduled mgr update... 2026-02-19T16:41:58.966 DEBUG:teuthology.orchestra.run.trial103:mgr.b> sudo journalctl -f -n 0 -u ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@mgr.b.service 2026-02-19T16:41:58.967 DEBUG:tasks.cephadm:set 0 configs 2026-02-19T16:41:58.967 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph config dump 2026-02-19T16:41:59.085 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:41:59.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: Reconfiguring mon.a (monmap changed)... 2026-02-19T16:41:59.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: Reconfiguring daemon mon.a on trial085 2026-02-19T16:41:59.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: Reconfiguring mon.b (monmap changed)... 2026-02-19T16:41:59.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: Reconfiguring daemon mon.b on trial103 2026-02-19T16:41:59.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: Reconfiguring mon.c (monmap changed)... 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: Reconfiguring daemon mon.c on trial139 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T16:41:59.218 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:41:59 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: Reconfiguring mon.a (monmap changed)... 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: Reconfiguring daemon mon.a on trial085 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: Reconfiguring mon.b (monmap changed)... 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: Reconfiguring daemon mon.b on trial103 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: Reconfiguring mon.c (monmap changed)... 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: Reconfiguring daemon mon.c on trial139 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:59.253 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:41:59.254 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.254 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T16:41:59.254 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-19T16:41:59.254 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T16:41:59.254 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:59.314 INFO:teuthology.orchestra.run.trial085.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-19T16:41:59.314 INFO:teuthology.orchestra.run.trial085.stdout:global dev auth_debug true 2026-02-19T16:41:59.314 INFO:teuthology.orchestra.run.trial085.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:2426459a0d42dda785e47e9c8995d86b496d53c69b612dac8582eddd50e69920 * 2026-02-19T16:41:59.314 INFO:teuthology.orchestra.run.trial085.stdout:global dev debug_asserts_on_shutdown true 2026-02-19T16:41:59.314 INFO:teuthology.orchestra.run.trial085.stdout:global basic log_to_file true 2026-02-19T16:41:59.314 INFO:teuthology.orchestra.run.trial085.stdout:global basic log_to_journald false 2026-02-19T16:41:59.314 INFO:teuthology.orchestra.run.trial085.stdout:global basic log_to_stderr false 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_allow_pool_delete true 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_cluster_log_to_file true 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_election_default_strategy 1 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-19T16:41:59.315 INFO:teuthology.orchestra.run.trial085.stdout:global dev ms_die_on_bug true 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:global dev ms_die_on_old_message true 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.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-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced debug_mon 20/20 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced debug_ms 1/1 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced debug_paxos 20/20 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_data_avail_warn 5 2026-02-19T16:41:59.316 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced debug_mgr 20/20 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced debug_ms 1/1 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-19T16:41:59.317 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/cephadm/use_agent false * 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:osd dev bdev_debug_aio true 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced debug_ms 1/1 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced debug_osd 20/20 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_misdirected_ops true 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_op_order true 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-19T16:41:59.318 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_shutdown true 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_memory_target_autotune true 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_op_queue debug_random * 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_recover_clone_overlap true 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-19T16:41:59.319 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-19T16:41:59.320 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-19T16:41:59.320 INFO:teuthology.orchestra.run.trial085.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-19T16:41:59.320 INFO:teuthology.orchestra.run.trial085.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-19T16:41:59.320 INFO:teuthology.orchestra.run.trial085.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-19T16:41:59.320 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: Reconfiguring mon.a (monmap changed)... 2026-02-19T16:41:59.320 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: Reconfiguring daemon mon.a on trial085 2026-02-19T16:41:59.320 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: Reconfiguring mon.b (monmap changed)... 2026-02-19T16:41:59.320 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: Reconfiguring daemon mon.b on trial103 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: Reconfiguring mon.c (monmap changed)... 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: Reconfiguring daemon mon.c on trial139 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T16:41:59.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:41:59 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:41:59.455 INFO:tasks.cephadm:Deploying OSDs... 2026-02-19T16:41:59.455 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-19T16:41:59.455 DEBUG:teuthology.orchestra.run.trial085:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T16:41:59.474 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-19T16:41:59.474 DEBUG:teuthology.orchestra.run.trial085:> stat /dev/vg_nvme/lv_1 2026-02-19T16:41:59.530 INFO:teuthology.orchestra.run.trial085.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-19T16:41:59.530 INFO:teuthology.orchestra.run.trial085.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:41:59.531 INFO:teuthology.orchestra.run.trial085.stdout:Device: 6h/6d Inode: 1316 Links: 1 2026-02-19T16:41:59.531 INFO:teuthology.orchestra.run.trial085.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:41:59.531 INFO:teuthology.orchestra.run.trial085.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:41:59.531 INFO:teuthology.orchestra.run.trial085.stdout:Access: 2026-02-19 16:41:37.313627987 +0000 2026-02-19T16:41:59.531 INFO:teuthology.orchestra.run.trial085.stdout:Modify: 2026-02-19 16:37:27.732559788 +0000 2026-02-19T16:41:59.531 INFO:teuthology.orchestra.run.trial085.stdout:Change: 2026-02-19 16:37:27.732559788 +0000 2026-02-19T16:41:59.531 INFO:teuthology.orchestra.run.trial085.stdout: Birth: 2026-02-19 16:37:27.732559788 +0000 2026-02-19T16:41:59.532 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-19T16:41:59.595 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records in 2026-02-19T16:41:59.595 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records out 2026-02-19T16:41:59.596 INFO:teuthology.orchestra.run.trial085.stderr:512 bytes copied, 0.000149367 s, 3.4 MB/s 2026-02-19T16:41:59.597 DEBUG:teuthology.orchestra.run.trial085:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-19T16:41:59.598 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:41:59 trial103 podman[44680]: 2026-02-19 16:41:59.559214863 +0000 UTC m=+0.016737044 container create c435facbadd4f28f44e917969f40017e54ef0b0952080d58e9ed6de46b994d01 (image=quay.ceph.io/ceph-ci/ceph@sha256:2426459a0d42dda785e47e9c8995d86b496d53c69b612dac8582eddd50e69920, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-yuri-testing-2026-02-18-1820, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-19T16:41:59.654 DEBUG:teuthology.orchestra.run.trial085:> stat /dev/vg_nvme/lv_2 2026-02-19T16:41:59.711 INFO:teuthology.orchestra.run.trial085.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-19T16:41:59.711 INFO:teuthology.orchestra.run.trial085.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:41:59.711 INFO:teuthology.orchestra.run.trial085.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-19T16:41:59.711 INFO:teuthology.orchestra.run.trial085.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:41:59.711 INFO:teuthology.orchestra.run.trial085.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:41:59.711 INFO:teuthology.orchestra.run.trial085.stdout:Access: 2026-02-19 16:41:37.347627426 +0000 2026-02-19T16:41:59.711 INFO:teuthology.orchestra.run.trial085.stdout:Modify: 2026-02-19 16:37:27.732559788 +0000 2026-02-19T16:41:59.711 INFO:teuthology.orchestra.run.trial085.stdout:Change: 2026-02-19 16:37:27.732559788 +0000 2026-02-19T16:41:59.711 INFO:teuthology.orchestra.run.trial085.stdout: Birth: 2026-02-19 16:37:27.732559788 +0000 2026-02-19T16:41:59.711 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-19T16:41:59.774 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records in 2026-02-19T16:41:59.774 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records out 2026-02-19T16:41:59.774 INFO:teuthology.orchestra.run.trial085.stderr:512 bytes copied, 0.000155899 s, 3.3 MB/s 2026-02-19T16:41:59.775 DEBUG:teuthology.orchestra.run.trial085:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-19T16:41:59.833 DEBUG:teuthology.orchestra.run.trial085:> stat /dev/vg_nvme/lv_3 2026-02-19T16:41:59.889 INFO:teuthology.orchestra.run.trial085.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-19T16:41:59.889 INFO:teuthology.orchestra.run.trial085.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:41:59.889 INFO:teuthology.orchestra.run.trial085.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-19T16:41:59.889 INFO:teuthology.orchestra.run.trial085.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:41:59.889 INFO:teuthology.orchestra.run.trial085.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:41:59.889 INFO:teuthology.orchestra.run.trial085.stdout:Access: 2026-02-19 16:41:37.379626895 +0000 2026-02-19T16:41:59.889 INFO:teuthology.orchestra.run.trial085.stdout:Modify: 2026-02-19 16:37:27.732559788 +0000 2026-02-19T16:41:59.889 INFO:teuthology.orchestra.run.trial085.stdout:Change: 2026-02-19 16:37:27.732559788 +0000 2026-02-19T16:41:59.889 INFO:teuthology.orchestra.run.trial085.stdout: Birth: 2026-02-19 16:37:27.732559788 +0000 2026-02-19T16:41:59.889 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-19T16:41:59.935 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:41:59 trial103 podman[44680]: 2026-02-19 16:41:59.61090114 +0000 UTC m=+0.068423311 container init c435facbadd4f28f44e917969f40017e54ef0b0952080d58e9ed6de46b994d01 (image=quay.ceph.io/ceph-ci/ceph@sha256:2426459a0d42dda785e47e9c8995d86b496d53c69b612dac8582eddd50e69920, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b, CEPH_REF=wip-yuri-testing-2026-02-18-1820, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-19T16:41:59.935 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:41:59 trial103 podman[44680]: 2026-02-19 16:41:59.614427916 +0000 UTC m=+0.071950097 container start c435facbadd4f28f44e917969f40017e54ef0b0952080d58e9ed6de46b994d01 (image=quay.ceph.io/ceph-ci/ceph@sha256:2426459a0d42dda785e47e9c8995d86b496d53c69b612dac8582eddd50e69920, name=ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_REF=wip-yuri-testing-2026-02-18-1820, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, OSD_FLAVOR=default, CEPH_SHA1=802bf111cd55e57f5842153d7ba2b8b964aa818a, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-19T16:41:59.935 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:41:59 trial103 bash[44680]: c435facbadd4f28f44e917969f40017e54ef0b0952080d58e9ed6de46b994d01 2026-02-19T16:41:59.935 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:41:59 trial103 podman[44680]: 2026-02-19 16:41:59.552202556 +0000 UTC m=+0.009724747 image pull 4159ebdb916eaf88d7eb6f495056b36d605f27ec1e5fdc11ef8af1210f33d4b8 quay.ceph.io/ceph-ci/ceph@sha256:2426459a0d42dda785e47e9c8995d86b496d53c69b612dac8582eddd50e69920 2026-02-19T16:41:59.935 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:41:59 trial103 systemd[1]: Started Ceph mgr.b for a8c8403e-0db1-11f1-acfd-d404e6e7d460. 2026-02-19T16:41:59.935 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:41:59 trial103 ceph-mgr[44732]: -- 10.20.193.103:0/3523724453 <== mon.2 v2:10.20.193.103:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x2641a00 con 0x2615c00 2026-02-19T16:41:59.951 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records in 2026-02-19T16:41:59.951 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records out 2026-02-19T16:41:59.951 INFO:teuthology.orchestra.run.trial085.stderr:512 bytes copied, 0.000155258 s, 3.3 MB/s 2026-02-19T16:41:59.953 DEBUG:teuthology.orchestra.run.trial085:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-19T16:42:00.011 DEBUG:teuthology.orchestra.run.trial085:> stat /dev/vg_nvme/lv_4 2026-02-19T16:42:00.068 INFO:teuthology.orchestra.run.trial085.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-19T16:42:00.068 INFO:teuthology.orchestra.run.trial085.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:42:00.068 INFO:teuthology.orchestra.run.trial085.stdout:Device: 6h/6d Inode: 1299 Links: 1 2026-02-19T16:42:00.068 INFO:teuthology.orchestra.run.trial085.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:42:00.069 INFO:teuthology.orchestra.run.trial085.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:42:00.069 INFO:teuthology.orchestra.run.trial085.stdout:Access: 2026-02-19 16:41:37.410626383 +0000 2026-02-19T16:42:00.069 INFO:teuthology.orchestra.run.trial085.stdout:Modify: 2026-02-19 16:37:27.731559804 +0000 2026-02-19T16:42:00.069 INFO:teuthology.orchestra.run.trial085.stdout:Change: 2026-02-19 16:37:27.731559804 +0000 2026-02-19T16:42:00.069 INFO:teuthology.orchestra.run.trial085.stdout: Birth: 2026-02-19 16:37:27.731559804 +0000 2026-02-19T16:42:00.069 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-19T16:42:00.131 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records in 2026-02-19T16:42:00.132 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records out 2026-02-19T16:42:00.132 INFO:teuthology.orchestra.run.trial085.stderr:512 bytes copied, 0.00018867 s, 2.7 MB/s 2026-02-19T16:42:00.133 DEBUG:teuthology.orchestra.run.trial085:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-19T16:42:00.189 DEBUG:teuthology.orchestra.run.trial103:> set -ex 2026-02-19T16:42:00.189 DEBUG:teuthology.orchestra.run.trial103:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T16:42:00.205 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-19T16:42:00.205 DEBUG:teuthology.orchestra.run.trial103:> stat /dev/vg_nvme/lv_1 2026-02-19T16:42:00.261 INFO:teuthology.orchestra.run.trial103.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-19T16:42:00.261 INFO:teuthology.orchestra.run.trial103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:42:00.261 INFO:teuthology.orchestra.run.trial103.stdout:Device: 6h/6d Inode: 1288 Links: 1 2026-02-19T16:42:00.261 INFO:teuthology.orchestra.run.trial103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:42:00.261 INFO:teuthology.orchestra.run.trial103.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:42:00.261 INFO:teuthology.orchestra.run.trial103.stdout:Access: 2026-02-19 16:41:59.426873955 +0000 2026-02-19T16:42:00.261 INFO:teuthology.orchestra.run.trial103.stdout:Modify: 2026-02-19 16:37:29.825345183 +0000 2026-02-19T16:42:00.261 INFO:teuthology.orchestra.run.trial103.stdout:Change: 2026-02-19 16:37:29.825345183 +0000 2026-02-19T16:42:00.261 INFO:teuthology.orchestra.run.trial103.stdout: Birth: 2026-02-19 16:37:29.825345183 +0000 2026-02-19T16:42:00.262 DEBUG:teuthology.orchestra.run.trial103:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-19T16:42:00.286 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:42:00.286 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:42:00.286 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:42:00.286 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial085=a;trial103=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: Saving service mgr spec with placement trial085=a;trial103=b;count:2 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: Deploying daemon mgr.b on trial103 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2237622115' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.288 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.288 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:00.288 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.288 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.288 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:00.288 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:00.288 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:00 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:42:00.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial085=a;trial103=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: Saving service mgr spec with placement trial085=a;trial103=b;count:2 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: Deploying daemon mgr.b on trial103 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/2237622115' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:00.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:00.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:00.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.326 INFO:teuthology.orchestra.run.trial103.stderr:1+0 records in 2026-02-19T16:42:00.327 INFO:teuthology.orchestra.run.trial103.stderr:1+0 records out 2026-02-19T16:42:00.327 INFO:teuthology.orchestra.run.trial103.stderr:512 bytes copied, 0.000170153 s, 3.0 MB/s 2026-02-19T16:42:00.328 DEBUG:teuthology.orchestra.run.trial103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-19T16:42:00.385 DEBUG:teuthology.orchestra.run.trial103:> stat /dev/vg_nvme/lv_2 2026-02-19T16:42:00.440 INFO:teuthology.orchestra.run.trial103.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-19T16:42:00.440 INFO:teuthology.orchestra.run.trial103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:42:00.440 INFO:teuthology.orchestra.run.trial103.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-19T16:42:00.440 INFO:teuthology.orchestra.run.trial103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:42:00.440 INFO:teuthology.orchestra.run.trial103.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:42:00.441 INFO:teuthology.orchestra.run.trial103.stdout:Access: 2026-02-19 16:41:59.426873955 +0000 2026-02-19T16:42:00.441 INFO:teuthology.orchestra.run.trial103.stdout:Modify: 2026-02-19 16:37:29.826345160 +0000 2026-02-19T16:42:00.441 INFO:teuthology.orchestra.run.trial103.stdout:Change: 2026-02-19 16:37:29.826345160 +0000 2026-02-19T16:42:00.441 INFO:teuthology.orchestra.run.trial103.stdout: Birth: 2026-02-19 16:37:29.826345160 +0000 2026-02-19T16:42:00.441 DEBUG:teuthology.orchestra.run.trial103:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-19T16:42:00.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:42:00.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:42:00.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:42:00.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:42:00.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:42:00.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:42:00.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial085=a;trial103=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:00.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: Saving service mgr spec with placement trial085=a;trial103=b;count:2 2026-02-19T16:42:00.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: Deploying daemon mgr.b on trial103 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/2237622115' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:00.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:00 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:00.503 INFO:teuthology.orchestra.run.trial103.stderr:1+0 records in 2026-02-19T16:42:00.503 INFO:teuthology.orchestra.run.trial103.stderr:1+0 records out 2026-02-19T16:42:00.504 INFO:teuthology.orchestra.run.trial103.stderr:512 bytes copied, 0.000144486 s, 3.5 MB/s 2026-02-19T16:42:00.505 DEBUG:teuthology.orchestra.run.trial103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-19T16:42:00.562 DEBUG:teuthology.orchestra.run.trial103:> stat /dev/vg_nvme/lv_3 2026-02-19T16:42:00.618 INFO:teuthology.orchestra.run.trial103.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-19T16:42:00.618 INFO:teuthology.orchestra.run.trial103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:42:00.618 INFO:teuthology.orchestra.run.trial103.stdout:Device: 6h/6d Inode: 1312 Links: 1 2026-02-19T16:42:00.618 INFO:teuthology.orchestra.run.trial103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:42:00.618 INFO:teuthology.orchestra.run.trial103.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:42:00.618 INFO:teuthology.orchestra.run.trial103.stdout:Access: 2026-02-19 16:41:59.427873939 +0000 2026-02-19T16:42:00.618 INFO:teuthology.orchestra.run.trial103.stdout:Modify: 2026-02-19 16:37:29.827345136 +0000 2026-02-19T16:42:00.619 INFO:teuthology.orchestra.run.trial103.stdout:Change: 2026-02-19 16:37:29.827345136 +0000 2026-02-19T16:42:00.619 INFO:teuthology.orchestra.run.trial103.stdout: Birth: 2026-02-19 16:37:29.827345136 +0000 2026-02-19T16:42:00.619 DEBUG:teuthology.orchestra.run.trial103:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-19T16:42:00.682 INFO:teuthology.orchestra.run.trial103.stderr:1+0 records in 2026-02-19T16:42:00.682 INFO:teuthology.orchestra.run.trial103.stderr:1+0 records out 2026-02-19T16:42:00.682 INFO:teuthology.orchestra.run.trial103.stderr:512 bytes copied, 0.000152361 s, 3.4 MB/s 2026-02-19T16:42:00.683 DEBUG:teuthology.orchestra.run.trial103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-19T16:42:00.740 DEBUG:teuthology.orchestra.run.trial103:> stat /dev/vg_nvme/lv_4 2026-02-19T16:42:00.796 INFO:teuthology.orchestra.run.trial103.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-19T16:42:00.796 INFO:teuthology.orchestra.run.trial103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:42:00.796 INFO:teuthology.orchestra.run.trial103.stdout:Device: 6h/6d Inode: 1299 Links: 1 2026-02-19T16:42:00.796 INFO:teuthology.orchestra.run.trial103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:42:00.796 INFO:teuthology.orchestra.run.trial103.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:42:00.796 INFO:teuthology.orchestra.run.trial103.stdout:Access: 2026-02-19 16:41:59.427873939 +0000 2026-02-19T16:42:00.796 INFO:teuthology.orchestra.run.trial103.stdout:Modify: 2026-02-19 16:37:29.826345160 +0000 2026-02-19T16:42:00.797 INFO:teuthology.orchestra.run.trial103.stdout:Change: 2026-02-19 16:37:29.826345160 +0000 2026-02-19T16:42:00.797 INFO:teuthology.orchestra.run.trial103.stdout: Birth: 2026-02-19 16:37:29.826345160 +0000 2026-02-19T16:42:00.797 DEBUG:teuthology.orchestra.run.trial103:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-19T16:42:00.858 INFO:teuthology.orchestra.run.trial103.stderr:1+0 records in 2026-02-19T16:42:00.858 INFO:teuthology.orchestra.run.trial103.stderr:1+0 records out 2026-02-19T16:42:00.858 INFO:teuthology.orchestra.run.trial103.stderr:512 bytes copied, 0.000186323 s, 2.7 MB/s 2026-02-19T16:42:00.860 DEBUG:teuthology.orchestra.run.trial103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-19T16:42:00.918 DEBUG:teuthology.orchestra.run.trial139:> set -ex 2026-02-19T16:42:00.918 DEBUG:teuthology.orchestra.run.trial139:> dd if=/scratch_devs of=/dev/stdout 2026-02-19T16:42:00.937 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-19T16:42:00.937 DEBUG:teuthology.orchestra.run.trial139:> stat /dev/vg_nvme/lv_1 2026-02-19T16:42:00.993 INFO:teuthology.orchestra.run.trial139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-19T16:42:00.993 INFO:teuthology.orchestra.run.trial139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:42:00.994 INFO:teuthology.orchestra.run.trial139.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-19T16:42:00.994 INFO:teuthology.orchestra.run.trial139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:42:00.994 INFO:teuthology.orchestra.run.trial139.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:42:00.994 INFO:teuthology.orchestra.run.trial139.stdout:Access: 2026-02-19 16:41:46.313403811 +0000 2026-02-19T16:42:00.994 INFO:teuthology.orchestra.run.trial139.stdout:Modify: 2026-02-19 16:37:28.958781787 +0000 2026-02-19T16:42:00.994 INFO:teuthology.orchestra.run.trial139.stdout:Change: 2026-02-19 16:37:28.958781787 +0000 2026-02-19T16:42:00.994 INFO:teuthology.orchestra.run.trial139.stdout: Birth: 2026-02-19 16:37:28.958781787 +0000 2026-02-19T16:42:00.995 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-19T16:42:01.052 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: /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-19T16:42:01.052 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: 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-19T16:42:01.053 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:00 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: from numpy import show_config as show_numpy_config 2026-02-19T16:42:01.058 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records in 2026-02-19T16:42:01.058 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records out 2026-02-19T16:42:01.058 INFO:teuthology.orchestra.run.trial139.stderr:512 bytes copied, 0.000159927 s, 3.2 MB/s 2026-02-19T16:42:01.059 DEBUG:teuthology.orchestra.run.trial139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-19T16:42:01.116 DEBUG:teuthology.orchestra.run.trial139:> stat /dev/vg_nvme/lv_2 2026-02-19T16:42:01.172 INFO:teuthology.orchestra.run.trial139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-19T16:42:01.172 INFO:teuthology.orchestra.run.trial139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:42:01.172 INFO:teuthology.orchestra.run.trial139.stdout:Device: 6h/6d Inode: 1312 Links: 1 2026-02-19T16:42:01.172 INFO:teuthology.orchestra.run.trial139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:42:01.172 INFO:teuthology.orchestra.run.trial139.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:42:01.172 INFO:teuthology.orchestra.run.trial139.stdout:Access: 2026-02-19 16:41:46.314403795 +0000 2026-02-19T16:42:01.172 INFO:teuthology.orchestra.run.trial139.stdout:Modify: 2026-02-19 16:37:28.960781758 +0000 2026-02-19T16:42:01.172 INFO:teuthology.orchestra.run.trial139.stdout:Change: 2026-02-19 16:37:28.960781758 +0000 2026-02-19T16:42:01.172 INFO:teuthology.orchestra.run.trial139.stdout: Birth: 2026-02-19 16:37:28.960781758 +0000 2026-02-19T16:42:01.173 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-19T16:42:01.235 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records in 2026-02-19T16:42:01.235 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records out 2026-02-19T16:42:01.235 INFO:teuthology.orchestra.run.trial139.stderr:512 bytes copied, 0.000150699 s, 3.4 MB/s 2026-02-19T16:42:01.236 DEBUG:teuthology.orchestra.run.trial139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-19T16:42:01.293 DEBUG:teuthology.orchestra.run.trial139:> stat /dev/vg_nvme/lv_3 2026-02-19T16:42:01.349 INFO:teuthology.orchestra.run.trial139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-19T16:42:01.350 INFO:teuthology.orchestra.run.trial139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:42:01.350 INFO:teuthology.orchestra.run.trial139.stdout:Device: 6h/6d Inode: 1297 Links: 1 2026-02-19T16:42:01.350 INFO:teuthology.orchestra.run.trial139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:42:01.350 INFO:teuthology.orchestra.run.trial139.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:42:01.350 INFO:teuthology.orchestra.run.trial139.stdout:Access: 2026-02-19 16:41:46.314403795 +0000 2026-02-19T16:42:01.350 INFO:teuthology.orchestra.run.trial139.stdout:Modify: 2026-02-19 16:37:28.958781787 +0000 2026-02-19T16:42:01.350 INFO:teuthology.orchestra.run.trial139.stdout:Change: 2026-02-19 16:37:28.958781787 +0000 2026-02-19T16:42:01.350 INFO:teuthology.orchestra.run.trial139.stdout: Birth: 2026-02-19 16:37:28.958781787 +0000 2026-02-19T16:42:01.351 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-19T16:42:01.410 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:01 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T16:42:01.410 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:01 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T16:42:01.410 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:01 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:01.410 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:01 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:01.410 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:01 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:01.410 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:01 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:01.410 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:01 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:01.410 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:01 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:01.410 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:01 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:01.411 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records in 2026-02-19T16:42:01.412 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records out 2026-02-19T16:42:01.412 INFO:teuthology.orchestra.run.trial139.stderr:512 bytes copied, 0.000151671 s, 3.4 MB/s 2026-02-19T16:42:01.413 DEBUG:teuthology.orchestra.run.trial139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-19T16:42:01.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:01 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T16:42:01.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:01 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T16:42:01.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:01 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:01.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:01 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:01.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:01 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:01.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:01 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:01.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:01 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:01.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:01 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:01.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:01 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:01.470 DEBUG:teuthology.orchestra.run.trial139:> stat /dev/vg_nvme/lv_4 2026-02-19T16:42:01.526 INFO:teuthology.orchestra.run.trial139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-19T16:42:01.526 INFO:teuthology.orchestra.run.trial139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-19T16:42:01.526 INFO:teuthology.orchestra.run.trial139.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-19T16:42:01.527 INFO:teuthology.orchestra.run.trial139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-19T16:42:01.527 INFO:teuthology.orchestra.run.trial139.stdout:Context: system_u:object_r:device_t:s0 2026-02-19T16:42:01.527 INFO:teuthology.orchestra.run.trial139.stdout:Access: 2026-02-19 16:41:46.314403795 +0000 2026-02-19T16:42:01.527 INFO:teuthology.orchestra.run.trial139.stdout:Modify: 2026-02-19 16:37:28.958781787 +0000 2026-02-19T16:42:01.527 INFO:teuthology.orchestra.run.trial139.stdout:Change: 2026-02-19 16:37:28.958781787 +0000 2026-02-19T16:42:01.527 INFO:teuthology.orchestra.run.trial139.stdout: Birth: 2026-02-19 16:37:28.958781787 +0000 2026-02-19T16:42:01.527 DEBUG:teuthology.orchestra.run.trial139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-19T16:42:01.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:01 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-19T16:42:01.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:01 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-19T16:42:01.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:01 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:01.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:01 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:01.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:01 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:01.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:01 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:01.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:01 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:01.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:01 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:01.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:01 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:01.590 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records in 2026-02-19T16:42:01.590 INFO:teuthology.orchestra.run.trial139.stderr:1+0 records out 2026-02-19T16:42:01.590 INFO:teuthology.orchestra.run.trial139.stderr:512 bytes copied, 0.000148606 s, 3.4 MB/s 2026-02-19T16:42:01.591 DEBUG:teuthology.orchestra.run.trial139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-19T16:42:01.648 INFO:tasks.cephadm:Deploying osd.0 on trial085 with /dev/vg_nvme/lv_4... 2026-02-19T16:42:01.648 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-19T16:42:01.768 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:02.243 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:02 trial085 ceph-mon[39807]: Reconfiguring mgr.a (unknown last config time)... 2026-02-19T16:42:02.243 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:02 trial085 ceph-mon[39807]: Reconfiguring daemon mgr.a on trial085 2026-02-19T16:42:02.243 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:02 trial085 ceph-mon[39807]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:02.243 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:02 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:02.448 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:02.465 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch daemon add osd trial085:vg_nvme/lv_4 --skip-validation 2026-02-19T16:42:02.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:02 trial139 ceph-mon[43500]: Reconfiguring mgr.a (unknown last config time)... 2026-02-19T16:42:02.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:02 trial139 ceph-mon[43500]: Reconfiguring daemon mgr.a on trial085 2026-02-19T16:42:02.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:02 trial139 ceph-mon[43500]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:02.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:02 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:02.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:02 trial103 ceph-mon[43181]: Reconfiguring mgr.a (unknown last config time)... 2026-02-19T16:42:02.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:02 trial103 ceph-mon[43181]: Reconfiguring daemon mgr.a on trial085 2026-02-19T16:42:02.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:02 trial103 ceph-mon[43181]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:02.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:02 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:02.583 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: Standby manager daemon b started 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:03.228 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:03 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:03.367 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: Standby manager daemon b started 2026-02-19T16:42:03.367 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-19T16:42:03.367 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.368 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:03.369 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:03.369 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.369 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:03.369 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:03.369 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:03 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:03.454 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: Standby manager daemon b started 2026-02-19T16:42:03.454 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-19T16:42:03.454 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T16:42:03.454 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-19T16:42:03.454 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.? 10.20.193.103:0/1172305028' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T16:42:03.454 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.454 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.454 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:03.454 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:03.455 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:03 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:04.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial085:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:04.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: osd.default does not exist. Creating it now. 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: Creating OSDs with service ID: default on trial085:['vg_nvme/lv_4'] 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: Marking host: trial085 for OSDSpec preview refresh. 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: Saving service osd.default spec with placement trial085 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: mgrmap e14: a(active, since 34s), standbys: b 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2962675821' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79d3b089-c2cb-48b3-8ef7-2c6cbee6769f"} : dispatch 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2962675821' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79d3b089-c2cb-48b3-8ef7-2c6cbee6769f"}]': finished 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: osdmap e5: 1 total, 0 up, 1 in 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:04.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:04 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/3197141943' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T16:42:04.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial085:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:04.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: osd.default does not exist. Creating it now. 2026-02-19T16:42:04.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: Creating OSDs with service ID: default on trial085:['vg_nvme/lv_4'] 2026-02-19T16:42:04.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: Marking host: trial085 for OSDSpec preview refresh. 2026-02-19T16:42:04.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: Saving service osd.default spec with placement trial085 2026-02-19T16:42:04.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:04.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: mgrmap e14: a(active, since 34s), standbys: b 2026-02-19T16:42:04.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-19T16:42:04.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/2962675821' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79d3b089-c2cb-48b3-8ef7-2c6cbee6769f"} : dispatch 2026-02-19T16:42:04.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/2962675821' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79d3b089-c2cb-48b3-8ef7-2c6cbee6769f"}]': finished 2026-02-19T16:42:04.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: osdmap e5: 1 total, 0 up, 1 in 2026-02-19T16:42:04.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:04.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:04 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/3197141943' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial085:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: osd.default does not exist. Creating it now. 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: Creating OSDs with service ID: default on trial085:['vg_nvme/lv_4'] 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: Marking host: trial085 for OSDSpec preview refresh. 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: Saving service osd.default spec with placement trial085 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: mgrmap e14: a(active, since 34s), standbys: b 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/2962675821' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79d3b089-c2cb-48b3-8ef7-2c6cbee6769f"} : dispatch 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/2962675821' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79d3b089-c2cb-48b3-8ef7-2c6cbee6769f"}]': finished 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: osdmap e5: 1 total, 0 up, 1 in 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:04.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:04 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/3197141943' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T16:42:06.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:06 trial085 ceph-mon[39807]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:06.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:06 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T16:42:06.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:06 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:06.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:06 trial139 ceph-mon[43500]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:06.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:06 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T16:42:06.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:06 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:06.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:06 trial103 ceph-mon[43181]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:06.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:06 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T16:42:06.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:06 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:07.270 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:07 trial085 ceph-mon[39807]: Deploying daemon osd.0 on trial085 2026-02-19T16:42:07.270 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:07 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T16:42:07.270 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:07 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:07.271 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:07 trial085 ceph-mon[39807]: Deploying daemon osd.0 on trial085 2026-02-19T16:42:07.271 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:07 trial085 ceph-mon[39807]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:07.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:07 trial139 ceph-mon[43500]: Deploying daemon osd.0 on trial085 2026-02-19T16:42:07.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:07 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T16:42:07.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:07 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:07.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:07 trial139 ceph-mon[43500]: Deploying daemon osd.0 on trial085 2026-02-19T16:42:07.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:07 trial139 ceph-mon[43500]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:07.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:07 trial103 ceph-mon[43181]: Deploying daemon osd.0 on trial085 2026-02-19T16:42:07.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:07 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-19T16:42:07.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:07 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:07.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:07 trial103 ceph-mon[43181]: Deploying daemon osd.0 on trial085 2026-02-19T16:42:07.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:07 trial103 ceph-mon[43181]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:09.274 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:09 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:09.274 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:09 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:09.275 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:09 trial085 ceph-mon[39807]: from='osd.0 [v2:10.20.193.85:6802/3122226770,v1:10.20.193.85:6803/3122226770]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T16:42:09.275 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:09 trial085 ceph-mon[39807]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:09.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:09 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:09.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:09 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:09.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:09 trial139 ceph-mon[43500]: from='osd.0 [v2:10.20.193.85:6802/3122226770,v1:10.20.193.85:6803/3122226770]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T16:42:09.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:09 trial139 ceph-mon[43500]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:09.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:09 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:09.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:09 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:09.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:09 trial103 ceph-mon[43181]: from='osd.0 [v2:10.20.193.85:6802/3122226770,v1:10.20.193.85:6803/3122226770]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T16:42:09.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:09 trial103 ceph-mon[43181]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:10.437 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:10 trial085 ceph-mon[39807]: from='osd.0 [v2:10.20.193.85:6802/3122226770,v1:10.20.193.85:6803/3122226770]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T16:42:10.437 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:10 trial085 ceph-mon[39807]: osdmap e6: 1 total, 0 up, 1 in 2026-02-19T16:42:10.437 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:10 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:10.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:10 trial139 ceph-mon[43500]: from='osd.0 [v2:10.20.193.85:6802/3122226770,v1:10.20.193.85:6803/3122226770]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T16:42:10.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:10 trial139 ceph-mon[43500]: osdmap e6: 1 total, 0 up, 1 in 2026-02-19T16:42:10.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:10 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:10.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:10 trial103 ceph-mon[43181]: from='osd.0 [v2:10.20.193.85:6802/3122226770,v1:10.20.193.85:6803/3122226770]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T16:42:10.552 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:10 trial103 ceph-mon[43181]: osdmap e6: 1 total, 0 up, 1 in 2026-02-19T16:42:10.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:10 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:11.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:11 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:11.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:11 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:11.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:11 trial085 ceph-mon[39807]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:11.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:11 trial085 ceph-mon[39807]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T16:42:11.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:11 trial085 ceph-mon[39807]: from='osd.0 [v2:10.20.193.85:6802/456190859,v1:10.20.193.85:6803/456190859]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T16:42:11.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:11 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:11.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:11 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:11.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:11 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:11.942 INFO:teuthology.orchestra.run.trial085.stdout:Created osd(s) 0 on host 'trial085' 2026-02-19T16:42:11.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:11 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:11.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:11 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:11.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:11 trial139 ceph-mon[43500]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:11.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:11 trial139 ceph-mon[43500]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T16:42:11.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:11 trial139 ceph-mon[43500]: from='osd.0 [v2:10.20.193.85:6802/456190859,v1:10.20.193.85:6803/456190859]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T16:42:11.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:11 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:11.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:11 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:11.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:11 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:12.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:11 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:11 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:11 trial103 ceph-mon[43181]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:12.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:11 trial103 ceph-mon[43181]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T16:42:12.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:11 trial103 ceph-mon[43181]: from='osd.0 [v2:10.20.193.85:6802/456190859,v1:10.20.193.85:6803/456190859]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-19T16:42:12.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:11 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:11 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:11 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:12.082 DEBUG:teuthology.orchestra.run.trial085:osd.0> sudo journalctl -f -n 0 -u ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@osd.0.service 2026-02-19T16:42:12.083 INFO:tasks.cephadm:Deploying osd.1 on trial103 with /dev/vg_nvme/lv_4... 2026-02-19T16:42:12.083 DEBUG:teuthology.orchestra.run.trial103:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-19T16:42:12.200 INFO:teuthology.orchestra.run.trial103.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.b/config 2026-02-19T16:42:12.666 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:12 trial103 ceph-mon[43181]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T16:42:12.666 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:12 trial103 ceph-mon[43181]: osdmap e7: 1 total, 0 up, 1 in 2026-02-19T16:42:12.666 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:12 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:12.666 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:12 trial103 ceph-mon[43181]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]} : dispatch 2026-02-19T16:42:12.666 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:12 trial103 ceph-mon[43181]: from='osd.0 [v2:10.20.193.85:6802/456190859,v1:10.20.193.85:6803/456190859]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]} : dispatch 2026-02-19T16:42:12.667 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:12 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.667 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:12 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.667 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:12 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.667 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:12 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:12 trial085 ceph-mon[39807]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T16:42:12.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:12 trial085 ceph-mon[39807]: osdmap e7: 1 total, 0 up, 1 in 2026-02-19T16:42:12.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:12 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:12.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:12 trial085 ceph-mon[39807]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]} : dispatch 2026-02-19T16:42:12.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:12 trial085 ceph-mon[39807]: from='osd.0 [v2:10.20.193.85:6802/456190859,v1:10.20.193.85:6803/456190859]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]} : dispatch 2026-02-19T16:42:12.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:12 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:12 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:12 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.854 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:12 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.854 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:12 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-osd-0[55832]: 2026-02-19T16:42:12.598+0000 7f82a2614640 -1 osd.0 0 waiting for initial osdmap 2026-02-19T16:42:12.854 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:12 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-osd-0[55832]: 2026-02-19T16:42:12.600+0000 7f829e4db640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-19T16:42:12.869 INFO:teuthology.orchestra.run.trial103.stdout: 2026-02-19T16:42:12.884 DEBUG:teuthology.orchestra.run.trial103:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch daemon add osd trial103:vg_nvme/lv_4 --skip-validation 2026-02-19T16:42:12.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:12 trial139 ceph-mon[43500]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-19T16:42:12.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:12 trial139 ceph-mon[43500]: osdmap e7: 1 total, 0 up, 1 in 2026-02-19T16:42:12.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:12 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:12.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:12 trial139 ceph-mon[43500]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]} : dispatch 2026-02-19T16:42:12.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:12 trial139 ceph-mon[43500]: from='osd.0 [v2:10.20.193.85:6802/456190859,v1:10.20.193.85:6803/456190859]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]} : dispatch 2026-02-19T16:42:12.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:12 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:12 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:12 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:12.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:12 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.003 INFO:teuthology.orchestra.run.trial103.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.b/config 2026-02-19T16:42:13.646 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]}]': finished 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: osdmap e8: 1 total, 0 up, 1 in 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: Detected new or changed devices on trial085 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: Adjusting osd_memory_target on trial085 to 84047M 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:13.647 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:13.648 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:13.648 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.648 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:13.648 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:13.648 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:13.648 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.648 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.648 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:13.649 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:13.649 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:13 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:13.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]}]': finished 2026-02-19T16:42:13.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: osdmap e8: 1 total, 0 up, 1 in 2026-02-19T16:42:13.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: Detected new or changed devices on trial085 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: Adjusting osd_memory_target on trial085 to 84047M 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:13.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:13.672 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:13.672 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.672 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.672 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:13.672 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:13.672 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:13 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:13.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]}]': finished 2026-02-19T16:42:13.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: osdmap e8: 1 total, 0 up, 1 in 2026-02-19T16:42:13.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:13.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:13.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: Detected new or changed devices on trial085 2026-02-19T16:42:13.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: Adjusting osd_memory_target on trial085 to 84047M 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:13.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:13.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:13.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:13 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: purged_snaps scrub starts 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: purged_snaps scrub ok 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial103:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: osd.default does not exist. Creating it now. 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: Creating OSDs with service ID: default on trial103:['vg_nvme/lv_4'] 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: Marking host: trial103 for OSDSpec preview refresh. 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: Saving service osd.default spec with placement trial103 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: osd.0 [v2:10.20.193.85:6802/456190859,v1:10.20.193.85:6803/456190859] boot 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: osdmap e9: 1 total, 1 up, 1 in 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a183baf1-64c9-477b-8d10-394bebaa1a51"} : dispatch 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a183baf1-64c9-477b-8d10-394bebaa1a51"}]': finished 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: from='client.? 10.20.193.103:0/3607090925' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a183baf1-64c9-477b-8d10-394bebaa1a51"} : dispatch 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: osdmap e10: 2 total, 1 up, 2 in 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:14.789 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:14 trial085 ceph-mon[39807]: from='client.? 10.20.193.103:0/2432839452' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T16:42:14.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: purged_snaps scrub starts 2026-02-19T16:42:14.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: purged_snaps scrub ok 2026-02-19T16:42:14.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial103:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:14.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: osd.default does not exist. Creating it now. 2026-02-19T16:42:14.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: Creating OSDs with service ID: default on trial103:['vg_nvme/lv_4'] 2026-02-19T16:42:14.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: Marking host: trial103 for OSDSpec preview refresh. 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: Saving service osd.default spec with placement trial103 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: osd.0 [v2:10.20.193.85:6802/456190859,v1:10.20.193.85:6803/456190859] boot 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: osdmap e9: 1 total, 1 up, 1 in 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a183baf1-64c9-477b-8d10-394bebaa1a51"} : dispatch 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a183baf1-64c9-477b-8d10-394bebaa1a51"}]': finished 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: from='client.? 10.20.193.103:0/3607090925' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a183baf1-64c9-477b-8d10-394bebaa1a51"} : dispatch 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: osdmap e10: 2 total, 1 up, 2 in 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:14.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:14 trial139 ceph-mon[43500]: from='client.? 10.20.193.103:0/2432839452' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T16:42:15.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: purged_snaps scrub starts 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: purged_snaps scrub ok 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial103:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: osd.default does not exist. Creating it now. 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: Creating OSDs with service ID: default on trial103:['vg_nvme/lv_4'] 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: Marking host: trial103 for OSDSpec preview refresh. 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: Saving service osd.default spec with placement trial103 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: osd.0 [v2:10.20.193.85:6802/456190859,v1:10.20.193.85:6803/456190859] boot 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: osdmap e9: 1 total, 1 up, 1 in 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a183baf1-64c9-477b-8d10-394bebaa1a51"} : dispatch 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a183baf1-64c9-477b-8d10-394bebaa1a51"}]': finished 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: from='client.? 10.20.193.103:0/3607090925' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a183baf1-64c9-477b-8d10-394bebaa1a51"} : dispatch 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: osdmap e10: 2 total, 1 up, 2 in 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:14 trial103 ceph-mon[43181]: from='client.? 10.20.193.103:0/2432839452' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T16:42:16.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:16.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: osdmap e11: 2 total, 1 up, 2 in 2026-02-19T16:42:16.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:16.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:16.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:16 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.119 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:16.119 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: osdmap e11: 2 total, 1 up, 2 in 2026-02-19T16:42:16.119 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:16.119 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.119 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.120 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:16.120 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.120 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.120 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.120 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:16 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:16.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: osdmap e11: 2 total, 1 up, 2 in 2026-02-19T16:42:16.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:16.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:16.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:16.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:16 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.278 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T16:42:17.279 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:17.279 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.279 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.279 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:17.279 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:17.279 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.279 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:17.279 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:17.279 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:17 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:17.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:17 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:17.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-19T16:42:17.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:17.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:17.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:17.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:17.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:17.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:17.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:17 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:18.117 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:18 trial103 ceph-mon[43181]: Deploying daemon osd.1 on trial103 2026-02-19T16:42:18.117 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:18 trial103 ceph-mon[43181]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:18.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:18 trial085 ceph-mon[39807]: Deploying daemon osd.1 on trial103 2026-02-19T16:42:18.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:18 trial085 ceph-mon[39807]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:18.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:18 trial139 ceph-mon[43500]: Deploying daemon osd.1 on trial103 2026-02-19T16:42:18.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:18 trial139 ceph-mon[43500]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:19.212 INFO:teuthology.orchestra.run.trial103.stdout:Created osd(s) 1 on host 'trial103' 2026-02-19T16:42:19.354 DEBUG:teuthology.orchestra.run.trial103:osd.1> sudo journalctl -f -n 0 -u ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@osd.1.service 2026-02-19T16:42:19.357 INFO:tasks.cephadm:Deploying osd.2 on trial139 with /dev/vg_nvme/lv_4... 2026-02-19T16:42:19.358 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-19T16:42:19.447 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:19 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:19.447 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:19 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:19.447 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:19 trial103 ceph-mon[43181]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T16:42:19.447 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:19 trial103 ceph-mon[43181]: from='osd.1 [v2:10.20.193.103:6800/3776681302,v1:10.20.193.103:6801/3776681302]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T16:42:19.448 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:19 trial103 ceph-mon[43181]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:19.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:19 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:19.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:19 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:19.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:19 trial139 ceph-mon[43500]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T16:42:19.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:19 trial139 ceph-mon[43500]: from='osd.1 [v2:10.20.193.103:6800/3776681302,v1:10.20.193.103:6801/3776681302]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T16:42:19.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:19 trial139 ceph-mon[43500]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:19.476 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.c/config 2026-02-19T16:42:19.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:19 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:19.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:19 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:19.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:19 trial085 ceph-mon[39807]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T16:42:19.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:19 trial085 ceph-mon[39807]: from='osd.1 [v2:10.20.193.103:6800/3776681302,v1:10.20.193.103:6801/3776681302]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-19T16:42:19.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:19 trial085 ceph-mon[39807]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:20.181 INFO:teuthology.orchestra.run.trial139.stdout: 2026-02-19T16:42:20.197 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch daemon add osd trial139:vg_nvme/lv_4 --skip-validation 2026-02-19T16:42:20.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:20 trial103 ceph-mon[43181]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T16:42:20.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:20 trial103 ceph-mon[43181]: osdmap e12: 2 total, 1 up, 2 in 2026-02-19T16:42:20.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:20 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:20.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:20 trial103 ceph-mon[43181]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial103", "root=default"]} : dispatch 2026-02-19T16:42:20.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:20 trial103 ceph-mon[43181]: from='osd.1 [v2:10.20.193.103:6800/3776681302,v1:10.20.193.103:6801/3776681302]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial103", "root=default"]} : dispatch 2026-02-19T16:42:20.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:20 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:20.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:20 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:20.305 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:20 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-osd-1[48122]: 2026-02-19T16:42:20.207+0000 7f43d502d640 -1 osd.1 0 waiting for initial osdmap 2026-02-19T16:42:20.305 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:20 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-osd-1[48122]: 2026-02-19T16:42:20.208+0000 7f43d0ef4640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-19T16:42:20.319 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.c/config 2026-02-19T16:42:20.341 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:20 trial139 ceph-mon[43500]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T16:42:20.342 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:20 trial139 ceph-mon[43500]: osdmap e12: 2 total, 1 up, 2 in 2026-02-19T16:42:20.342 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:20 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:20.342 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:20 trial139 ceph-mon[43500]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial103", "root=default"]} : dispatch 2026-02-19T16:42:20.342 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:20 trial139 ceph-mon[43500]: from='osd.1 [v2:10.20.193.103:6800/3776681302,v1:10.20.193.103:6801/3776681302]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial103", "root=default"]} : dispatch 2026-02-19T16:42:20.342 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:20 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:20.342 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:20 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:20.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:20 trial085 ceph-mon[39807]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-19T16:42:20.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:20 trial085 ceph-mon[39807]: osdmap e12: 2 total, 1 up, 2 in 2026-02-19T16:42:20.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:20 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:20.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:20 trial085 ceph-mon[39807]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial103", "root=default"]} : dispatch 2026-02-19T16:42:20.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:20 trial085 ceph-mon[39807]: from='osd.1 [v2:10.20.193.103:6800/3776681302,v1:10.20.193.103:6801/3776681302]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial103", "root=default"]} : dispatch 2026-02-19T16:42:20.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:20 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:20.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:20 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.363 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial103", "root=default"]}]': finished 2026-02-19T16:42:21.364 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: osdmap e13: 2 total, 1 up, 2 in 2026-02-19T16:42:21.364 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:21.364 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:21.364 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.364 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.364 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial139:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:21.364 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: osd.default does not exist. Creating it now. 2026-02-19T16:42:21.364 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: Creating OSDs with service ID: default on trial139:['vg_nvme/lv_4'] 2026-02-19T16:42:21.364 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: Marking host: trial139 for OSDSpec preview refresh. 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: Saving service osd.default spec with placement trial139 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.365 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:21 trial103 ceph-mon[43181]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial103", "root=default"]}]': finished 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: osdmap e13: 2 total, 1 up, 2 in 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial139:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: osd.default does not exist. Creating it now. 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: Creating OSDs with service ID: default on trial139:['vg_nvme/lv_4'] 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: Marking host: trial139 for OSDSpec preview refresh. 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: Saving service osd.default spec with placement trial139 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.459 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:21 trial139 ceph-mon[43500]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:21.571 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial103", "root=default"]}]': finished 2026-02-19T16:42:21.571 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: osdmap e13: 2 total, 1 up, 2 in 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial139:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: osd.default does not exist. Creating it now. 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: Creating OSDs with service ID: default on trial139:['vg_nvme/lv_4'] 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: Marking host: trial139 for OSDSpec preview refresh. 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: Saving service osd.default spec with placement trial139 2026-02-19T16:42:21.572 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.573 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:21.573 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:21.573 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:21.573 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:21.573 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.573 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.573 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.573 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:21.573 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:21 trial085 ceph-mon[39807]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-19T16:42:22.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: purged_snaps scrub starts 2026-02-19T16:42:22.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: purged_snaps scrub ok 2026-02-19T16:42:22.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:22.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: osd.1 [v2:10.20.193.103:6800/3776681302,v1:10.20.193.103:6801/3776681302] boot 2026-02-19T16:42:22.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: osdmap e14: 2 total, 2 up, 2 in 2026-02-19T16:42:22.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:22.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ca1a3566-e5e4-4314-bcc5-4f553065b950"} : dispatch 2026-02-19T16:42:22.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: from='client.? 10.20.193.139:0/1040909922' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ca1a3566-e5e4-4314-bcc5-4f553065b950"} : dispatch 2026-02-19T16:42:22.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca1a3566-e5e4-4314-bcc5-4f553065b950"}]': finished 2026-02-19T16:42:22.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: osdmap e15: 3 total, 2 up, 3 in 2026-02-19T16:42:22.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:22.467 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:22 trial139 ceph-mon[43500]: from='client.? 10.20.193.139:0/1839433180' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T16:42:22.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: purged_snaps scrub starts 2026-02-19T16:42:22.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: purged_snaps scrub ok 2026-02-19T16:42:22.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:22.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: osd.1 [v2:10.20.193.103:6800/3776681302,v1:10.20.193.103:6801/3776681302] boot 2026-02-19T16:42:22.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: osdmap e14: 2 total, 2 up, 2 in 2026-02-19T16:42:22.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:22.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ca1a3566-e5e4-4314-bcc5-4f553065b950"} : dispatch 2026-02-19T16:42:22.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: from='client.? 10.20.193.139:0/1040909922' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ca1a3566-e5e4-4314-bcc5-4f553065b950"} : dispatch 2026-02-19T16:42:22.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca1a3566-e5e4-4314-bcc5-4f553065b950"}]': finished 2026-02-19T16:42:22.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: osdmap e15: 3 total, 2 up, 3 in 2026-02-19T16:42:22.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:22.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:22 trial103 ceph-mon[43181]: from='client.? 10.20.193.139:0/1839433180' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T16:42:22.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: purged_snaps scrub starts 2026-02-19T16:42:22.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: purged_snaps scrub ok 2026-02-19T16:42:22.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:22.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: osd.1 [v2:10.20.193.103:6800/3776681302,v1:10.20.193.103:6801/3776681302] boot 2026-02-19T16:42:22.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: osdmap e14: 2 total, 2 up, 2 in 2026-02-19T16:42:22.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:22.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ca1a3566-e5e4-4314-bcc5-4f553065b950"} : dispatch 2026-02-19T16:42:22.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: from='client.? 10.20.193.139:0/1040909922' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ca1a3566-e5e4-4314-bcc5-4f553065b950"} : dispatch 2026-02-19T16:42:22.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca1a3566-e5e4-4314-bcc5-4f553065b950"}]': finished 2026-02-19T16:42:22.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: osdmap e15: 3 total, 2 up, 3 in 2026-02-19T16:42:22.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:22.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:22 trial085 ceph-mon[39807]: from='client.? 10.20.193.139:0/1839433180' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-19T16:42:23.338 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: Detected new or changed devices on trial103 2026-02-19T16:42:23.338 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.338 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.338 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T16:42:23.338 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: Adjusting osd_memory_target on trial103 to 84047M 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: osdmap e16: 3 total, 2 up, 3 in 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:23.339 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:23 trial139 ceph-mon[43500]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:23.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: Detected new or changed devices on trial103 2026-02-19T16:42:23.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T16:42:23.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: Adjusting osd_memory_target on trial103 to 84047M 2026-02-19T16:42:23.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:23.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:23.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:23.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:23.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:23.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: osdmap e16: 3 total, 2 up, 3 in 2026-02-19T16:42:23.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:23.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:23 trial103 ceph-mon[43181]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: Detected new or changed devices on trial103 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: Adjusting osd_memory_target on trial103 to 84047M 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: osdmap e16: 3 total, 2 up, 3 in 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:23.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:23 trial085 ceph-mon[39807]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:24.442 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:24 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T16:42:24.442 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:24 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:24.442 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:24 trial139 ceph-mon[43500]: Deploying daemon osd.2 on trial139 2026-02-19T16:42:24.442 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:24 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T16:42:24.442 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:24 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:24.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:24 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T16:42:24.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:24 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:24.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:24 trial085 ceph-mon[39807]: Deploying daemon osd.2 on trial139 2026-02-19T16:42:24.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:24 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T16:42:24.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:24 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:24.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:24 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T16:42:24.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:24 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:24.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:24 trial103 ceph-mon[43181]: Deploying daemon osd.2 on trial139 2026-02-19T16:42:24.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:24 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-19T16:42:24.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:24 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:25.638 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:25 trial139 ceph-mon[43500]: Deploying daemon osd.2 on trial139 2026-02-19T16:42:25.638 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:25 trial139 ceph-mon[43500]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:25.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:25 trial085 ceph-mon[39807]: Deploying daemon osd.2 on trial139 2026-02-19T16:42:25.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:25 trial085 ceph-mon[39807]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:25.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:25 trial103 ceph-mon[43181]: Deploying daemon osd.2 on trial139 2026-02-19T16:42:25.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:25 trial103 ceph-mon[43181]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:27.297 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:27 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:27.297 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:27 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:27.297 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:27 trial139 ceph-mon[43500]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:27.297 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:27 trial139 ceph-mon[43500]: from='osd.2 [v2:10.20.193.139:6800/2169297403,v1:10.20.193.139:6801/2169297403]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:27.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:27 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:27.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:27 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:27.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:27 trial103 ceph-mon[43181]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:27.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:27 trial103 ceph-mon[43181]: from='osd.2 [v2:10.20.193.139:6800/2169297403,v1:10.20.193.139:6801/2169297403]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:27.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:27 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:27.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:27 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:27.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:27 trial085 ceph-mon[39807]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:27.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:27 trial085 ceph-mon[39807]: from='osd.2 [v2:10.20.193.139:6800/2169297403,v1:10.20.193.139:6801/2169297403]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:28.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:28 trial103 ceph-mon[43181]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:28.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:28 trial103 ceph-mon[43181]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T16:42:28.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:28 trial103 ceph-mon[43181]: osdmap e17: 3 total, 2 up, 3 in 2026-02-19T16:42:28.302 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:28 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:28.305 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:28 trial139 ceph-mon[43500]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:28.305 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:28 trial139 ceph-mon[43500]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T16:42:28.305 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:28 trial139 ceph-mon[43500]: osdmap e17: 3 total, 2 up, 3 in 2026-02-19T16:42:28.305 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:28 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:28.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:28 trial085 ceph-mon[39807]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:28.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:28 trial085 ceph-mon[39807]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T16:42:28.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:28 trial085 ceph-mon[39807]: osdmap e17: 3 total, 2 up, 3 in 2026-02-19T16:42:28.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:28 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:29.181 INFO:teuthology.orchestra.run.trial139.stdout:Created osd(s) 2 on host 'trial139' 2026-02-19T16:42:29.324 DEBUG:teuthology.orchestra.run.trial139:osd.2> sudo journalctl -f -n 0 -u ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460@osd.2.service 2026-02-19T16:42:29.327 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-19T16:42:29.327 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T16:42:29.450 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:29.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:29 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:29 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:29 trial085 ceph-mon[39807]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:29.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:29 trial085 ceph-mon[39807]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:29.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:29 trial085 ceph-mon[39807]: from='osd.2 [v2:10.20.193.139:6800/1015832926,v1:10.20.193.139:6801/1015832926]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:29.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:29 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.670 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:29 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.679 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:29 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.679 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:29 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.679 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:29 trial139 ceph-mon[43500]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:29.679 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:29 trial139 ceph-mon[43500]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:29.679 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:29 trial139 ceph-mon[43500]: from='osd.2 [v2:10.20.193.139:6800/1015832926,v1:10.20.193.139:6801/1015832926]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:29.679 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:29 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.679 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:29 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.683 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:29.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:29 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:29 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:29 trial103 ceph-mon[43181]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:29.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:29 trial103 ceph-mon[43181]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:29.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:29 trial103 ceph-mon[43181]: from='osd.2 [v2:10.20.193.139:6800/1015832926,v1:10.20.193.139:6801/1015832926]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-19T16:42:29.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:29 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:29 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:29.825 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":18,"num_osds":3,"num_up_osds":2,"osd_up_since":1771519341,"num_in_osds":3,"osd_in_since":1771519341,"num_remapped_pgs":0} 2026-02-19T16:42:30.626 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T16:42:30.627 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: osdmap e18: 3 total, 2 up, 3 in 2026-02-19T16:42:30.627 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:30.627 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial139", "root=default"]} : dispatch 2026-02-19T16:42:30.627 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='osd.2 [v2:10.20.193.139:6800/1015832926,v1:10.20.193.139:6801/1015832926]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial139", "root=default"]} : dispatch 2026-02-19T16:42:30.627 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/3921549825' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T16:42:30.627 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.627 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.627 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:30.628 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.628 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:30 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.628 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:30 trial139 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-osd-2[49948]: 2026-02-19T16:42:30.474+0000 7fba75126640 -1 osd.2 0 waiting for initial osdmap 2026-02-19T16:42:30.628 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:30 trial139 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-osd-2[49948]: 2026-02-19T16:42:30.477+0000 7fba70fed640 -1 osd.2 19 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-19T16:42:30.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T16:42:30.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: osdmap e18: 3 total, 2 up, 3 in 2026-02-19T16:42:30.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:30.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial139", "root=default"]} : dispatch 2026-02-19T16:42:30.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='osd.2 [v2:10.20.193.139:6800/1015832926,v1:10.20.193.139:6801/1015832926]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial139", "root=default"]} : dispatch 2026-02-19T16:42:30.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/3921549825' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T16:42:30.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:30.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:30 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.826 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T16:42:30.849 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-19T16:42:30.850 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: osdmap e18: 3 total, 2 up, 3 in 2026-02-19T16:42:30.850 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:30.850 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial139", "root=default"]} : dispatch 2026-02-19T16:42:30.850 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='osd.2 [v2:10.20.193.139:6800/1015832926,v1:10.20.193.139:6801/1015832926]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial139", "root=default"]} : dispatch 2026-02-19T16:42:30.850 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/3921549825' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T16:42:30.851 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.851 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.851 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:30.851 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.851 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:30 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:30.945 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:31.175 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:31.314 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":19,"num_osds":3,"num_up_osds":2,"osd_up_since":1771519341,"num_in_osds":3,"osd_in_since":1771519341,"num_remapped_pgs":0} 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial139", "root=default"]}]': finished 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: osdmap e19: 3 total, 2 up, 3 in 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/2976217653' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:31.619 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:31 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial139", "root=default"]}]': finished 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: osdmap e19: 3 total, 2 up, 3 in 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/2976217653' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:31.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:31 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:31.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial139", "root=default"]}]': finished 2026-02-19T16:42:31.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: osdmap e19: 3 total, 2 up, 3 in 2026-02-19T16:42:31.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2976217653' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:31.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:31.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-19T16:42:31.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:31 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:32.315 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd stat -f json 2026-02-19T16:42:32.432 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:32.668 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:32.668 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:32 trial085 ceph-mon[39807]: purged_snaps scrub starts 2026-02-19T16:42:32.668 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:32 trial085 ceph-mon[39807]: purged_snaps scrub ok 2026-02-19T16:42:32.668 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:32 trial085 ceph-mon[39807]: Detected new or changed devices on trial139 2026-02-19T16:42:32.668 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:32 trial085 ceph-mon[39807]: Adjusting osd_memory_target on trial139 to 88143M 2026-02-19T16:42:32.669 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:32 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:32.669 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:32 trial085 ceph-mon[39807]: osd.2 [v2:10.20.193.139:6800/1015832926,v1:10.20.193.139:6801/1015832926] boot 2026-02-19T16:42:32.669 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:32 trial085 ceph-mon[39807]: osdmap e20: 3 total, 3 up, 3 in 2026-02-19T16:42:32.669 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:32 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:32.709 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:32 trial139 ceph-mon[43500]: purged_snaps scrub starts 2026-02-19T16:42:32.709 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:32 trial139 ceph-mon[43500]: purged_snaps scrub ok 2026-02-19T16:42:32.709 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:32 trial139 ceph-mon[43500]: Detected new or changed devices on trial139 2026-02-19T16:42:32.709 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:32 trial139 ceph-mon[43500]: Adjusting osd_memory_target on trial139 to 88143M 2026-02-19T16:42:32.710 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:32 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:32.710 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:32 trial139 ceph-mon[43500]: osd.2 [v2:10.20.193.139:6800/1015832926,v1:10.20.193.139:6801/1015832926] boot 2026-02-19T16:42:32.710 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:32 trial139 ceph-mon[43500]: osdmap e20: 3 total, 3 up, 3 in 2026-02-19T16:42:32.710 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:32 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:32.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:32 trial103 ceph-mon[43181]: purged_snaps scrub starts 2026-02-19T16:42:32.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:32 trial103 ceph-mon[43181]: purged_snaps scrub ok 2026-02-19T16:42:32.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:32 trial103 ceph-mon[43181]: Detected new or changed devices on trial139 2026-02-19T16:42:32.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:32 trial103 ceph-mon[43181]: Adjusting osd_memory_target on trial139 to 88143M 2026-02-19T16:42:32.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:32 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:32.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:32 trial103 ceph-mon[43181]: osd.2 [v2:10.20.193.139:6800/1015832926,v1:10.20.193.139:6801/1015832926] boot 2026-02-19T16:42:32.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:32 trial103 ceph-mon[43181]: osdmap e20: 3 total, 3 up, 3 in 2026-02-19T16:42:32.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:32 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:32.807 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1771519351,"num_in_osds":3,"osd_in_since":1771519341,"num_remapped_pgs":0} 2026-02-19T16:42:32.807 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd dump --format=json 2026-02-19T16:42:32.926 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:33.156 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:33.156 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":21,"fsid":"a8c8403e-0db1-11f1-acfd-d404e6e7d460","created":"2026-02-19T16:41:06.742044+0000","modified":"2026-02-19T16:42:32.478032+0000","last_up_change":"2026-02-19T16:42:31.474573+0000","last_in_change":"2026-02-19T16:42:21.374458+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":"79d3b089-c2cb-48b3-8ef7-2c6cbee6769f","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.85:6802","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6803","nonce":456190859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6804","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6805","nonce":456190859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6808","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6809","nonce":456190859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6806","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6807","nonce":456190859}]},"public_addr":"10.20.193.85:6803/456190859","cluster_addr":"10.20.193.85:6805/456190859","heartbeat_back_addr":"10.20.193.85:6809/456190859","heartbeat_front_addr":"10.20.193.85:6807/456190859","state":["exists","up"]},{"osd":1,"uuid":"a183baf1-64c9-477b-8d10-394bebaa1a51","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.103:6800","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6801","nonce":3776681302}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6802","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6803","nonce":3776681302}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6806","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6807","nonce":3776681302}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6804","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6805","nonce":3776681302}]},"public_addr":"10.20.193.103:6801/3776681302","cluster_addr":"10.20.193.103:6803/3776681302","heartbeat_back_addr":"10.20.193.103:6807/3776681302","heartbeat_front_addr":"10.20.193.103:6805/3776681302","state":["exists","up"]},{"osd":2,"uuid":"ca1a3566-e5e4-4314-bcc5-4f553065b950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6800","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6801","nonce":1015832926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6802","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6803","nonce":1015832926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6806","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6807","nonce":1015832926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6804","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6805","nonce":1015832926}]},"public_addr":"10.20.193.139:6801/1015832926","cluster_addr":"10.20.193.139:6803/1015832926","heartbeat_back_addr":"10.20.193.139:6807/1015832926","heartbeat_front_addr":"10.20.193.139:6805/1015832926","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-19T16:42:12.226755+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-19T16:42:19.924466+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-19T16:42:30.083211+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.85:6801/3275292578":"2026-02-20T16:41:28.829800+0000","10.20.193.85:6800/3275292578":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/2312309628":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/3128373317":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/1314857014":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/1003057125":"2026-02-20T16:41:17.829544+0000","10.20.193.85:6801/2891062226":"2026-02-20T16:41:17.829544+0000","10.20.193.85:0/3205495674":"2026-02-20T16:41:17.829544+0000","10.20.193.85:6800/2891062226":"2026-02-20T16:41:17.829544+0000","10.20.193.85:0/3147325809":"2026-02-20T16:41:17.829544+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-19T16:42:33.294 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-19T16:42:33.295 INFO:tasks.cephadm:Setting up client nodes... 2026-02-19T16:42:33.296 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-19T16:42:33.411 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:33.526 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:33 trial085 ceph-mon[39807]: osdmap e21: 3 total, 3 up, 3 in 2026-02-19T16:42:33.526 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:33 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1868414522' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T16:42:33.527 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:33 trial085 ceph-mon[39807]: pgmap v43: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:33.527 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:33 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' 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-19T16:42:33.527 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:33 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1164874372' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T16:42:33.601 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:33 trial139 ceph-mon[43500]: osdmap e21: 3 total, 3 up, 3 in 2026-02-19T16:42:33.601 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:33 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/1868414522' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T16:42:33.602 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:33 trial139 ceph-mon[43500]: pgmap v43: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:33.602 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:33 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' 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-19T16:42:33.602 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:33 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/1164874372' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T16:42:33.638 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:33.778 INFO:teuthology.orchestra.run.trial085.stdout:[{"version":13,"timestamp":"2026-02-19T16:42:31.464484+0000","name":"","changes":[{"name":"osd/host:trial139/osd_memory_target","new_value":"92424890368"}]}] 2026-02-19T16:42:33.778 INFO:tasks.ceph_manager:config epoch is 13 2026-02-19T16:42:33.779 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-19T16:42:33.779 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-19T16:42:33.779 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-19T16:42:33.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:33 trial103 ceph-mon[43181]: osdmap e21: 3 total, 3 up, 3 in 2026-02-19T16:42:33.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:33 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/1868414522' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-19T16:42:33.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:33 trial103 ceph-mon[43181]: pgmap v43: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:33.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:33 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' 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-19T16:42:33.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:33 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/1164874372' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T16:42:33.893 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:34.155 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:34.294 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6800","nonce":282092795},{"type":"v1","addr":"10.20.193.85:6801","nonce":282092795}]},"active_addr":"10.20.193.85:6801/282092795","active_change":"2026-02-19T16:41:28.829898+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4544132024016699391,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.85: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.85:0","nonce":1252039705}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.85:0","nonce":1800242172}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.85:0","nonce":3729568582}]}]} 2026-02-19T16:42:34.300 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-19T16:42:34.300 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-19T16:42:34.300 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd dump --format=json 2026-02-19T16:42:34.416 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:34.650 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:34.650 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":23,"fsid":"a8c8403e-0db1-11f1-acfd-d404e6e7d460","created":"2026-02-19T16:41:06.742044+0000","modified":"2026-02-19T16:42:34.482448+0000","last_up_change":"2026-02-19T16:42:31.474573+0000","last_in_change":"2026-02-19T16:42:21.374458+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-19T16:42:33.036757+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":"23","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":"79d3b089-c2cb-48b3-8ef7-2c6cbee6769f","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.85:6802","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6803","nonce":456190859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6804","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6805","nonce":456190859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6808","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6809","nonce":456190859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6806","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6807","nonce":456190859}]},"public_addr":"10.20.193.85:6803/456190859","cluster_addr":"10.20.193.85:6805/456190859","heartbeat_back_addr":"10.20.193.85:6809/456190859","heartbeat_front_addr":"10.20.193.85:6807/456190859","state":["exists","up"]},{"osd":1,"uuid":"a183baf1-64c9-477b-8d10-394bebaa1a51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6800","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6801","nonce":3776681302}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6802","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6803","nonce":3776681302}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6806","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6807","nonce":3776681302}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6804","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6805","nonce":3776681302}]},"public_addr":"10.20.193.103:6801/3776681302","cluster_addr":"10.20.193.103:6803/3776681302","heartbeat_back_addr":"10.20.193.103:6807/3776681302","heartbeat_front_addr":"10.20.193.103:6805/3776681302","state":["exists","up"]},{"osd":2,"uuid":"ca1a3566-e5e4-4314-bcc5-4f553065b950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6800","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6801","nonce":1015832926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6802","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6803","nonce":1015832926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6806","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6807","nonce":1015832926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6804","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6805","nonce":1015832926}]},"public_addr":"10.20.193.139:6801/1015832926","cluster_addr":"10.20.193.139:6803/1015832926","heartbeat_back_addr":"10.20.193.139:6807/1015832926","heartbeat_front_addr":"10.20.193.139:6805/1015832926","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-19T16:42:12.226755+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-19T16:42:19.924466+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-19T16:42:30.083211+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.85:6801/3275292578":"2026-02-20T16:41:28.829800+0000","10.20.193.85:6800/3275292578":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/2312309628":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/3128373317":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/1314857014":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/1003057125":"2026-02-20T16:41:17.829544+0000","10.20.193.85:6801/2891062226":"2026-02-20T16:41:17.829544+0000","10.20.193.85:0/3205495674":"2026-02-20T16:41:17.829544+0000","10.20.193.85:6800/2891062226":"2026-02-20T16:41:17.829544+0000","10.20.193.85:0/3147325809":"2026-02-20T16:41:17.829544+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-19T16:42:34.675 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' 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-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 ceph-mon[39807]: osdmap e22: 3 total, 3 up, 3 in 2026-02-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/4248389587' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/50797570' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65350]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65350]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65350]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.676 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65350]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:34.676 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65321]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-19T16:42:34.676 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65321]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.676 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65321]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.676 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65321]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:34.676 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65335]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-19T16:42:34.676 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65335]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.676 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65335]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.676 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65335]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:34.752 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53386]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-19T16:42:34.753 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53386]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.753 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53386]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.753 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53386]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:34.753 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53390]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-19T16:42:34.753 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53390]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.753 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53390]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.753 INFO:journalctl@ceph.osd.1.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53390]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:34.753 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' 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-19T16:42:34.754 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 ceph-mon[43181]: osdmap e22: 3 total, 3 up, 3 in 2026-02-19T16:42:34.754 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-19T16:42:34.754 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/4248389587' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-19T16:42:34.754 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:34.754 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:34.754 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/50797570' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-19T16:42:34.794 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-19T16:42:34.794 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd dump --format=json 2026-02-19T16:42:34.913 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:34.937 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65381]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-19T16:42:34.937 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65381]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.937 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65381]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.937 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:34 trial085 sudo[65381]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:34.966 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55181]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-19T16:42:34.966 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55181]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.966 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55181]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.966 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55181]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:34.966 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55185]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-19T16:42:34.966 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55185]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.967 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55185]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.967 INFO:journalctl@ceph.osd.2.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55185]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:34.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' 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-19T16:42:34.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 ceph-mon[43500]: osdmap e22: 3 total, 3 up, 3 in 2026-02-19T16:42:34.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-19T16:42:34.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/4248389587' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-19T16:42:34.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:34.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:34.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/50797570' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-19T16:42:34.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55189]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-19T16:42:34.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55189]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55189]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55189]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:34.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55193]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-19T16:42:34.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55193]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:34.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55193]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:34.969 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:34 trial139 sudo[55193]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:35.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53394]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-19T16:42:35.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53394]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:35.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53394]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:35.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53394]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:35.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53398]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-19T16:42:35.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53398]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-19T16:42:35.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53398]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-19T16:42:35.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:34 trial103 sudo[53398]: pam_unix(sudo:session): session closed for user root 2026-02-19T16:42:35.142 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:35.143 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":23,"fsid":"a8c8403e-0db1-11f1-acfd-d404e6e7d460","created":"2026-02-19T16:41:06.742044+0000","modified":"2026-02-19T16:42:34.482448+0000","last_up_change":"2026-02-19T16:42:31.474573+0000","last_in_change":"2026-02-19T16:42:21.374458+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-19T16:42:33.036757+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":"23","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":"79d3b089-c2cb-48b3-8ef7-2c6cbee6769f","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.85:6802","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6803","nonce":456190859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6804","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6805","nonce":456190859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6808","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6809","nonce":456190859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6806","nonce":456190859},{"type":"v1","addr":"10.20.193.85:6807","nonce":456190859}]},"public_addr":"10.20.193.85:6803/456190859","cluster_addr":"10.20.193.85:6805/456190859","heartbeat_back_addr":"10.20.193.85:6809/456190859","heartbeat_front_addr":"10.20.193.85:6807/456190859","state":["exists","up"]},{"osd":1,"uuid":"a183baf1-64c9-477b-8d10-394bebaa1a51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6800","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6801","nonce":3776681302}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6802","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6803","nonce":3776681302}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6806","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6807","nonce":3776681302}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.103:6804","nonce":3776681302},{"type":"v1","addr":"10.20.193.103:6805","nonce":3776681302}]},"public_addr":"10.20.193.103:6801/3776681302","cluster_addr":"10.20.193.103:6803/3776681302","heartbeat_back_addr":"10.20.193.103:6807/3776681302","heartbeat_front_addr":"10.20.193.103:6805/3776681302","state":["exists","up"]},{"osd":2,"uuid":"ca1a3566-e5e4-4314-bcc5-4f553065b950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6800","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6801","nonce":1015832926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6802","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6803","nonce":1015832926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6806","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6807","nonce":1015832926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.139:6804","nonce":1015832926},{"type":"v1","addr":"10.20.193.139:6805","nonce":1015832926}]},"public_addr":"10.20.193.139:6801/1015832926","cluster_addr":"10.20.193.139:6803/1015832926","heartbeat_back_addr":"10.20.193.139:6807/1015832926","heartbeat_front_addr":"10.20.193.139:6805/1015832926","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-19T16:42:12.226755+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-19T16:42:19.924466+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-19T16:42:30.083211+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.85:6801/3275292578":"2026-02-20T16:41:28.829800+0000","10.20.193.85:6800/3275292578":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/2312309628":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/3128373317":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/1314857014":"2026-02-20T16:41:28.829800+0000","10.20.193.85:0/1003057125":"2026-02-20T16:41:17.829544+0000","10.20.193.85:6801/2891062226":"2026-02-20T16:41:17.829544+0000","10.20.193.85:0/3205495674":"2026-02-20T16:41:17.829544+0000","10.20.193.85:6800/2891062226":"2026-02-20T16:41:17.829544+0000","10.20.193.85:0/3147325809":"2026-02-20T16:41:17.829544+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-19T16:42:35.284 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-19T16:42:35.285 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-19T16:42:35.285 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-19T16:42:35.402 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:35.409 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:35.412 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1667747175' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T16:42:35.520 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T16:42:35.521 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.521 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:35.521 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:35.521 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:35.521 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T16:42:35.521 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T16:42:35.521 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.521 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: pgmap v46: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:35.521 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:35 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/3504449690' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T16:42:35.687 INFO:teuthology.orchestra.run.trial085.stdout:60129542148 2026-02-19T16:42:35.688 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-19T16:42:35.695 INFO:teuthology.orchestra.run.trial085.stdout:85899345924 2026-02-19T16:42:35.696 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-19T16:42:35.705 INFO:teuthology.orchestra.run.trial085.stdout:38654705672 2026-02-19T16:42:35.705 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-19T16:42:35.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-19T16:42:35.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T16:42:35.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/1667747175' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T16:42:35.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T16:42:35.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.805 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:35.805 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:35.805 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:35.805 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T16:42:35.805 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T16:42:35.805 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.805 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: pgmap v46: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:35.805 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:35 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/3504449690' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T16:42:35.807 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:35.863 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:35.863 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:35.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-19T16:42:35.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: osdmap e23: 3 total, 3 up, 3 in 2026-02-19T16:42:35.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/1667747175' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T16:42:35.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T16:42:35.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T16:42:35.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:35.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:35.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-19T16:42:35.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-19T16:42:35.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:35.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: pgmap v46: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:35.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:35 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/3504449690' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-19T16:42:36.053 INFO:teuthology.orchestra.run.trial085.stdout:60129542147 2026-02-19T16:42:36.095 INFO:teuthology.orchestra.run.trial085.stdout:85899345923 2026-02-19T16:42:36.102 INFO:teuthology.orchestra.run.trial085.stdout:38654705671 2026-02-19T16:42:36.195 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542147 for osd.1 2026-02-19T16:42:36.234 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345924 got 85899345923 for osd.2 2026-02-19T16:42:36.243 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705672 got 38654705671 for osd.0 2026-02-19T16:42:36.771 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:36 trial085 ceph-mon[39807]: osdmap e24: 3 total, 3 up, 3 in 2026-02-19T16:42:36.771 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:36 trial085 ceph-mon[39807]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-19T16:42:36.771 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:36 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/1547017766' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T16:42:36.771 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:36 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/334850729' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T16:42:36.771 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:36 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/3279963822' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T16:42:36.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:36 trial103 ceph-mon[43181]: osdmap e24: 3 total, 3 up, 3 in 2026-02-19T16:42:36.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:36 trial103 ceph-mon[43181]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-19T16:42:36.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:36 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/1547017766' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T16:42:36.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:36 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/334850729' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T16:42:36.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:36 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/3279963822' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T16:42:36.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:36 trial139 ceph-mon[43500]: osdmap e24: 3 total, 3 up, 3 in 2026-02-19T16:42:36.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:36 trial139 ceph-mon[43500]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-19T16:42:36.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:36 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/1547017766' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T16:42:36.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:36 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/334850729' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T16:42:36.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:36 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/3279963822' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T16:42:37.196 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-19T16:42:37.235 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-19T16:42:37.244 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-19T16:42:37.314 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:37.360 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:37.401 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:37.559 INFO:teuthology.orchestra.run.trial085.stdout:60129542148 2026-02-19T16:42:37.581 INFO:teuthology.orchestra.run.trial085.stdout:85899345924 2026-02-19T16:42:37.637 INFO:teuthology.orchestra.run.trial085.stdout:38654705672 2026-02-19T16:42:37.699 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542148 for osd.1 2026-02-19T16:42:37.699 DEBUG:teuthology.parallel:result is None 2026-02-19T16:42:37.721 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345924 got 85899345924 for osd.2 2026-02-19T16:42:37.721 DEBUG:teuthology.parallel:result is None 2026-02-19T16:42:37.757 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:37 trial085 ceph-mon[39807]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:37.776 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705672 got 38654705672 for osd.0 2026-02-19T16:42:37.776 DEBUG:teuthology.parallel:result is None 2026-02-19T16:42:37.776 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-19T16:42:37.776 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph pg dump --format=json 2026-02-19T16:42:37.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:37 trial103 ceph-mon[43181]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:37.930 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:37.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:37 trial139 ceph-mon[43500]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:38.157 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:38.158 INFO:teuthology.orchestra.run.trial085.stderr:dumped all 2026-02-19T16:42:38.297 INFO:teuthology.orchestra.run.trial085.stdout:{"pg_ready":true,"pg_map":{"version":48,"stamp":"2026-02-19T16:42:37.002670+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":85164,"kb_used_data":2316,"kb_used_omap":29,"kb_used_meta":81314,"kb_avail":2201924436,"statfs":{"total":2254857830400,"available":2254770622464,"internally_reserved":0,"allocated":2371584,"data_stored":1949652,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30236,"internal_metadata":83266020},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,0,0,1],"upper_bound":16},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"23'152","reported_seq":196,"reported_epoch":24,"state":"active+clean","last_fresh":"2026-02-19T16:42:35.489452+0000","last_change":"2026-02-19T16:42:34.495106+0000","last_active":"2026-02-19T16:42:35.489452+0000","last_peered":"2026-02-19T16:42:35.489452+0000","last_clean":"2026-02-19T16:42:35.489452+0000","last_became_active":"2026-02-19T16:42:34.494748+0000","last_became_peered":"2026-02-19T16:42:34.494748+0000","last_unstale":"2026-02-19T16:42:35.489452+0000","last_undegraded":"2026-02-19T16:42:35.489452+0000","last_fullsized":"2026-02-19T16:42:35.489452+0000","mapping_epoch":22,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-19T16:42:33.479128+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-19T16:42:33.479128+0000","last_clean_scrub_stamp":"2026-02-19T16:42:33.479128+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-21T04:13:11.633685+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":20,"seq":85899345924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":649884,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7148,"internal_metadata":27845652},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":14,"seq":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28052,"kb_used_data":772,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733975148,"statfs":{"total":751619276800,"available":751590551552,"internally_reserved":0,"allocated":790528,"data_stored":649884,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10075,"internal_metadata":27580581},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,0,0,1],"upper_bound":16},"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":38654705672,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":12,"kb_used_meta":27187,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":649884,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13013,"internal_metadata":27839787},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-19T16:42:38.297 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph pg dump --format=json 2026-02-19T16:42:38.413 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:38.528 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:38 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/4114438795' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T16:42:38.529 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:38 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/3437580435' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T16:42:38.529 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:38 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/884263834' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T16:42:38.641 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:38.641 INFO:teuthology.orchestra.run.trial085.stderr:dumped all 2026-02-19T16:42:38.780 INFO:teuthology.orchestra.run.trial085.stdout:{"pg_ready":true,"pg_map":{"version":48,"stamp":"2026-02-19T16:42:37.002670+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":85164,"kb_used_data":2316,"kb_used_omap":29,"kb_used_meta":81314,"kb_avail":2201924436,"statfs":{"total":2254857830400,"available":2254770622464,"internally_reserved":0,"allocated":2371584,"data_stored":1949652,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30236,"internal_metadata":83266020},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,0,0,1],"upper_bound":16},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"23'152","reported_seq":196,"reported_epoch":24,"state":"active+clean","last_fresh":"2026-02-19T16:42:35.489452+0000","last_change":"2026-02-19T16:42:34.495106+0000","last_active":"2026-02-19T16:42:35.489452+0000","last_peered":"2026-02-19T16:42:35.489452+0000","last_clean":"2026-02-19T16:42:35.489452+0000","last_became_active":"2026-02-19T16:42:34.494748+0000","last_became_peered":"2026-02-19T16:42:34.494748+0000","last_unstale":"2026-02-19T16:42:35.489452+0000","last_undegraded":"2026-02-19T16:42:35.489452+0000","last_fullsized":"2026-02-19T16:42:35.489452+0000","mapping_epoch":22,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-19T16:42:33.479128+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-19T16:42:33.479128+0000","last_clean_scrub_stamp":"2026-02-19T16:42:33.479128+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-21T04:13:11.633685+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":20,"seq":85899345924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":649884,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7148,"internal_metadata":27845652},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":14,"seq":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28052,"kb_used_data":772,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733975148,"statfs":{"total":751619276800,"available":751590551552,"internally_reserved":0,"allocated":790528,"data_stored":649884,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10075,"internal_metadata":27580581},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,0,0,1],"upper_bound":16},"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":38654705672,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28556,"kb_used_data":772,"kb_used_omap":12,"kb_used_meta":27187,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":649884,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13013,"internal_metadata":27839787},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-19T16:42:38.782 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-19T16:42:38.782 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-19T16:42:38.782 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-19T16:42:38.783 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph health --format=json 2026-02-19T16:42:38.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:38 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/4114438795' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T16:42:38.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:38 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/3437580435' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T16:42:38.802 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:38 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/884263834' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T16:42:38.898 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:42:38.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:38 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/4114438795' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-19T16:42:38.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:38 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/3437580435' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-19T16:42:38.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:38 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/884263834' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-19T16:42:39.153 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:42:39.153 INFO:teuthology.orchestra.run.trial085.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-19T16:42:39.295 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-19T16:42:39.295 INFO:tasks.cephadm:Setup complete, yielding 2026-02-19T16:42:39.295 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-19T16:42:39.312 INFO:tasks.cephadm:Running commands on role host.c host ubuntu@trial139.front.sepia.ceph.com 2026-02-19T16:42:39.312 DEBUG:teuthology.orchestra.run.trial139:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- bash -c 'set -ex 2026-02-19T16:42:39.312 DEBUG:teuthology.orchestra.run.trial139:> # Deploy monitoring stack 2026-02-19T16:42:39.312 DEBUG:teuthology.orchestra.run.trial139:> ceph orch apply node-exporter 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> ceph orch apply grafana 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> ceph orch apply alertmanager 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> ceph orch apply prometheus 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> sleep 240 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> # generate SSL certificate 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> openssl req -x509 -newkey rsa:4096 -keyout /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj "/CN=*" 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> # Generate a mgmt.spec template 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> cat << EOT > /tmp/mgmt.spec 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> service_type: mgmt-gateway 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> service_id: foo 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> placement: 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> hosts: 2026-02-19T16:42:39.313 DEBUG:teuthology.orchestra.run.trial139:> - ${HOSTNAME} 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> spec: 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> ssl_protocols: 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> - TLSv1.2 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> - TLSv1.3 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> ssl_ciphers: 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> - AES128-SHA 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> - AES256-SHA 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> enable_health_check_endpoint: True 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> EOT 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> # Add generated certificates to spec file 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> echo " ssl_cert: |" >> /tmp/mgmt.spec 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/cert.pem >> /tmp/mgmt.spec 2026-02-19T16:42:39.314 DEBUG:teuthology.orchestra.run.trial139:> echo " ssl_key: |" >> /tmp/mgmt.spec 2026-02-19T16:42:39.315 DEBUG:teuthology.orchestra.run.trial139:> while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/key.pem >> /tmp/mgmt.spec 2026-02-19T16:42:39.315 DEBUG:teuthology.orchestra.run.trial139:> # Apply spec 2026-02-19T16:42:39.315 DEBUG:teuthology.orchestra.run.trial139:> ceph orch apply -i /tmp/mgmt.spec 2026-02-19T16:42:39.315 DEBUG:teuthology.orchestra.run.trial139:> ' 2026-02-19T16:42:39.438 INFO:teuthology.orchestra.run.trial139.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.c/config 2026-02-19T16:42:39.525 INFO:teuthology.orchestra.run.trial139.stderr:+ ceph orch apply node-exporter 2026-02-19T16:42:39.688 INFO:teuthology.orchestra.run.trial139.stdout:Scheduled node-exporter update... 2026-02-19T16:42:39.689 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:39 trial139 ceph-mon[43500]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:42:39.689 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:39 trial139 ceph-mon[43500]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:42:39.689 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:39 trial139 ceph-mon[43500]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:39.689 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:39 trial139 ceph-mon[43500]: from='client.? 10.20.193.85:0/2847983053' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-19T16:42:39.696 INFO:teuthology.orchestra.run.trial139.stderr:+ ceph orch apply grafana 2026-02-19T16:42:39.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:39 trial103 ceph-mon[43181]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:42:39.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:39 trial103 ceph-mon[43181]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:42:39.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:39 trial103 ceph-mon[43181]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:39.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:39 trial103 ceph-mon[43181]: from='client.? 10.20.193.85:0/2847983053' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-19T16:42:39.858 INFO:teuthology.orchestra.run.trial139.stdout:Scheduled grafana update... 2026-02-19T16:42:39.868 INFO:teuthology.orchestra.run.trial139.stderr:+ ceph orch apply alertmanager 2026-02-19T16:42:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:39 trial085 ceph-mon[39807]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:42:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:39 trial085 ceph-mon[39807]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:42:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:39 trial085 ceph-mon[39807]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:39.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:39 trial085 ceph-mon[39807]: from='client.? 10.20.193.85:0/2847983053' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-19T16:42:40.037 INFO:teuthology.orchestra.run.trial139.stdout:Scheduled alertmanager update... 2026-02-19T16:42:40.047 INFO:teuthology.orchestra.run.trial139.stderr:+ ceph orch apply prometheus 2026-02-19T16:42:40.207 INFO:teuthology.orchestra.run.trial139.stdout:Scheduled prometheus update... 2026-02-19T16:42:40.217 INFO:teuthology.orchestra.run.trial139.stderr:+ sleep 240 2026-02-19T16:42:40.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:40.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: Saving service node-exporter spec with placement * 2026-02-19T16:42:40.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:40.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:40.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='client.24268 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:40.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: Saving service grafana spec with placement count:1 2026-02-19T16:42:40.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:40.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='client.24274 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:40.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: Saving service alertmanager spec with placement count:1 2026-02-19T16:42:40.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:40.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:40.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:40.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:40 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: Saving service node-exporter spec with placement * 2026-02-19T16:42:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='client.24268 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: Saving service grafana spec with placement count:1 2026-02-19T16:42:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='client.24274 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: Saving service alertmanager spec with placement count:1 2026-02-19T16:42:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:40 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: Saving service node-exporter spec with placement * 2026-02-19T16:42:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:42:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='client.24268 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: Saving service grafana spec with placement count:1 2026-02-19T16:42:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='client.24274 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:41.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: Saving service alertmanager spec with placement count:1 2026-02-19T16:42:41.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:40 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.743 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: from='client.24280 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:41.743 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: Saving service prometheus spec with placement count:1 2026-02-19T16:42:41.743 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:41.743 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.743 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.743 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:41.743 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:41.744 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.744 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:41.744 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.744 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:41 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: from='client.24280 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:41.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: Saving service prometheus spec with placement count:1 2026-02-19T16:42:41.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:41.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:41.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:41.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:41.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:41.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:41 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.052 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: from='client.24280 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: Saving service prometheus spec with placement count:1 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:41 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:42 trial085 ceph-mon[39807]: Deploying daemon node-exporter.trial085 on trial085 2026-02-19T16:42:42.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:42 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:42 trial139 ceph-mon[43500]: Deploying daemon node-exporter.trial085 on trial085 2026-02-19T16:42:42.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:42 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:42 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:42.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:42 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:43.041 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:42 trial103 ceph-mon[43181]: Deploying daemon node-exporter.trial085 on trial085 2026-02-19T16:42:43.041 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:42 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:43.041 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:42 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:43.041 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:42 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:43.762 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:43 trial103 ceph-mon[43181]: Deploying daemon node-exporter.trial103 on trial103 2026-02-19T16:42:43.762 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:43 trial103 ceph-mon[43181]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:43.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:43 trial139 ceph-mon[43500]: Deploying daemon node-exporter.trial103 on trial103 2026-02-19T16:42:43.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:43 trial139 ceph-mon[43500]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:44.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:43 trial085 ceph-mon[39807]: Deploying daemon node-exporter.trial103 on trial103 2026-02-19T16:42:44.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:43 trial085 ceph-mon[39807]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:44.891 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:44 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:44.891 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:44 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:44.891 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:44 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:44.892 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:44 trial139 ceph-mon[43500]: Deploying daemon node-exporter.trial139 on trial139 2026-02-19T16:42:45.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:44 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:45.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:44 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:45.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:44 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:45.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:44 trial085 ceph-mon[39807]: Deploying daemon node-exporter.trial139 on trial139 2026-02-19T16:42:45.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:44 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:45.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:44 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:45.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:44 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:45.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:44 trial103 ceph-mon[43181]: Deploying daemon node-exporter.trial139 on trial139 2026-02-19T16:42:46.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:46.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-19T16:42:46.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:45 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.323 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.323 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.323 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.323 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.323 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.323 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.323 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:46.323 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.324 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.324 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.324 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.324 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-19T16:42:46.324 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:45 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:46.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:46.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-19T16:42:46.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:45 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:47.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:46 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-19T16:42:47.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:46 trial103 ceph-mon[43181]: Deploying daemon grafana.trial085 on trial085 2026-02-19T16:42:47.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:46 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-19T16:42:47.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:46 trial085 ceph-mon[39807]: Deploying daemon grafana.trial085 on trial085 2026-02-19T16:42:47.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:46 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-19T16:42:47.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:46 trial139 ceph-mon[43500]: Deploying daemon grafana.trial085 on trial085 2026-02-19T16:42:48.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:48 trial103 ceph-mon[43181]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:48.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:48 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:48.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:48 trial085 ceph-mon[39807]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:48.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:48 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:48.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:48 trial139 ceph-mon[43500]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:48.466 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:48 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:50.290 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:50 trial085 ceph-mon[39807]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:50.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:50 trial103 ceph-mon[43181]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:50.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:50 trial139 ceph-mon[43500]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:51.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:51 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.351 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:51 trial085 ceph-mon[39807]: Deploying daemon alertmanager.trial139 on trial139 2026-02-19T16:42:51.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:51 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.359 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:51 trial139 ceph-mon[43500]: Deploying daemon alertmanager.trial139 on trial139 2026-02-19T16:42:51.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:51 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:51 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:51 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:51 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:51 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:51 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:51.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:51 trial103 ceph-mon[43181]: Deploying daemon alertmanager.trial139 on trial139 2026-02-19T16:42:52.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:52.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.217 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:52 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:52.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.421 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:52 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:52.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:52.554 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:52 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:53.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:53 trial085 ceph-mon[39807]: Deploying daemon prometheus.trial103 on trial103 2026-02-19T16:42:53.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:53 trial139 ceph-mon[43500]: Deploying daemon prometheus.trial103 on trial103 2026-02-19T16:42:53.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:53 trial103 ceph-mon[43181]: Deploying daemon prometheus.trial103 on trial103 2026-02-19T16:42:54.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:54 trial085 ceph-mon[39807]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:54.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:54 trial139 ceph-mon[43500]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:54.553 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:54 trial103 ceph-mon[43181]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:55.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:55 trial103 ceph-mon[43181]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:55.420 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:55 trial085 ceph-mon[39807]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:55.465 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:55 trial139 ceph-mon[43500]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:42:57.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:56 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:57.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:56 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:57.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:56 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:57.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:56 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-19T16:42:57.171 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:42:56 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ignoring --setuser ceph since I am not root 2026-02-19T16:42:57.171 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:42:56 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ignoring --setgroup ceph since I am not root 2026-02-19T16:42:57.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:56 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:57.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:56 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:57.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:56 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:57.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:56 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-19T16:42:57.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:56 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:57.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:56 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:57.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:56 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' 2026-02-19T16:42:57.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:56 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-19T16:42:57.304 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:56 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: ignoring --setuser ceph since I am not root 2026-02-19T16:42:57.304 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:56 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: ignoring --setgroup ceph since I am not root 2026-02-19T16:42:57.304 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:56 trial103 ceph-mgr[44732]: -- 10.20.193.103:0/2828099198 <== mon.2 v2:10.20.193.103:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x1507a00 con 0x14db800 2026-02-19T16:42:58.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:57 trial085 ceph-mon[39807]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-19T16:42:58.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:57 trial085 ceph-mon[39807]: mgrmap e16: a(active, since 88s), standbys: b 2026-02-19T16:42:58.171 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:42:57 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: /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-19T16:42:58.171 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:42:57 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: 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-19T16:42:58.171 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:42:57 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: from numpy import show_config as show_numpy_config 2026-02-19T16:42:58.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:57 trial139 ceph-mon[43500]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-19T16:42:58.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:57 trial139 ceph-mon[43500]: mgrmap e16: a(active, since 88s), standbys: b 2026-02-19T16:42:58.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:57 trial103 ceph-mon[43181]: from='mgr.14152 10.20.193.85:0/214798729' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-19T16:42:58.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:57 trial103 ceph-mon[43181]: mgrmap e16: a(active, since 88s), standbys: b 2026-02-19T16:42:58.304 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:57 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: /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-19T16:42:58.304 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:57 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: 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-19T16:42:58.304 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:57 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: from numpy import show_config as show_numpy_config 2026-02-19T16:42:59.885 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: Active manager daemon a restarted 2026-02-19T16:42:59.886 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: Activating manager daemon a 2026-02-19T16:42:59.886 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: osdmap e25: 3 total, 3 up, 3 in 2026-02-19T16:42:59.886 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: mgrmap e17: a(active, starting, since 0.00490781s), standbys: b 2026-02-19T16:42:59.886 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:59.886 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:59.886 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:59.886 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-19T16:42:59.886 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: Manager daemon a is now available 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: Standby manager daemon b restarted 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: Standby manager daemon b started 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T16:42:59.887 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-19T16:42:59.888 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-mon[43181]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T16:42:59.888 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: [19/Feb/2026:16:42:59] ENGINE Bus STARTING 2026-02-19T16:42:59.888 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: CherryPy Checker: 2026-02-19T16:42:59.888 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: The Application mounted at '' has an empty config. 2026-02-19T16:42:59.888 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: 2026-02-19T16:42:59.888 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: [19/Feb/2026:16:42:59] ENGINE Serving on http://:::9283 2026-02-19T16:42:59.888 INFO:journalctl@ceph.mgr.b.trial103.stdout:Feb 19 16:42:59 trial103 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-b[44706]: [19/Feb/2026:16:42:59] ENGINE Bus STARTED 2026-02-19T16:42:59.920 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: Active manager daemon a restarted 2026-02-19T16:42:59.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: Activating manager daemon a 2026-02-19T16:42:59.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: osdmap e25: 3 total, 3 up, 3 in 2026-02-19T16:42:59.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: mgrmap e17: a(active, starting, since 0.00490781s), standbys: b 2026-02-19T16:42:59.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:59.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:59.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:59.921 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: Manager daemon a is now available 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: Standby manager daemon b restarted 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: Standby manager daemon b started 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-19T16:42:59.922 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:42:59 trial085 ceph-mon[39807]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T16:42:59.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: Active manager daemon a restarted 2026-02-19T16:42:59.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: Activating manager daemon a 2026-02-19T16:42:59.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: osdmap e25: 3 total, 3 up, 3 in 2026-02-19T16:42:59.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: mgrmap e17: a(active, starting, since 0.00490781s), standbys: b 2026-02-19T16:42:59.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-19T16:42:59.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-19T16:42:59.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-19T16:42:59.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: Manager daemon a is now available 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: Standby manager daemon b restarted 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: Standby manager daemon b started 2026-02-19T16:42:59.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-19T16:42:59.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-19T16:42:59.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-19T16:42:59.968 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:42:59 trial139 ceph-mon[43500]: from='mgr.? 10.20.193.103:0/3086984347' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-19T16:43:00.670 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: [19/Feb/2026:16:43:00] ENGINE Bus STARTING 2026-02-19T16:43:00.670 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: CherryPy Checker: 2026-02-19T16:43:00.670 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: The Application mounted at '' has an empty config. 2026-02-19T16:43:00.670 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.672 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-mon[39807]: mgrmap e18: a(active, since 1.00734s), standbys: b 2026-02-19T16:43:00.716 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:43:00.716 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.716 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:00.716 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T16:43:00.716 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-19T16:43:00.716 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-19T16:43:00.716 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.716 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.717 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.717 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.717 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.717 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.717 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:00 trial139 ceph-mon[43500]: mgrmap e18: a(active, since 1.00734s), standbys: b 2026-02-19T16:43:00.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:43:00.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.803 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:00.804 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:00 trial103 ceph-mon[43181]: mgrmap e18: a(active, since 1.00734s), standbys: b 2026-02-19T16:43:01.170 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: [19/Feb/2026:16:43:00] ENGINE Serving on http://:::9283 2026-02-19T16:43:01.170 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:00 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: [19/Feb/2026:16:43:00] ENGINE Bus STARTED 2026-02-19T16:43:02.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: [19/Feb/2026:16:42:59] ENGINE Bus STARTING 2026-02-19T16:43:02.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: [19/Feb/2026:16:43:00] ENGINE Serving on http://10.20.193.85:8765 2026-02-19T16:43:02.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: [19/Feb/2026:16:43:00] ENGINE Serving on https://10.20.193.85:7150 2026-02-19T16:43:02.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: [19/Feb/2026:16:43:00] ENGINE Bus STARTED 2026-02-19T16:43:02.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: [19/Feb/2026:16:43:00] ENGINE Client ('10.20.193.85', 33678) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T16:43:02.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T16:43:02.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:02.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T16:43:02.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: Adjusting osd_memory_target on trial139 to 86095M 2026-02-19T16:43:02.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T16:43:02.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: Adjusting osd_memory_target on trial103 to 81999M 2026-02-19T16:43:02.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.173 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.174 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.174 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:43:02.174 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:01 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-19T16:43:02.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: [19/Feb/2026:16:42:59] ENGINE Bus STARTING 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: [19/Feb/2026:16:43:00] ENGINE Serving on http://10.20.193.85:8765 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: [19/Feb/2026:16:43:00] ENGINE Serving on https://10.20.193.85:7150 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: [19/Feb/2026:16:43:00] ENGINE Bus STARTED 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: [19/Feb/2026:16:43:00] ENGINE Client ('10.20.193.85', 33678) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: Adjusting osd_memory_target on trial139 to 86095M 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: Adjusting osd_memory_target on trial103 to 81999M 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:43:02.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:01 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-19T16:43:02.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: [19/Feb/2026:16:42:59] ENGINE Bus STARTING 2026-02-19T16:43:02.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: [19/Feb/2026:16:43:00] ENGINE Serving on http://10.20.193.85:8765 2026-02-19T16:43:02.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: [19/Feb/2026:16:43:00] ENGINE Serving on https://10.20.193.85:7150 2026-02-19T16:43:02.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: [19/Feb/2026:16:43:00] ENGINE Bus STARTED 2026-02-19T16:43:02.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: [19/Feb/2026:16:43:00] ENGINE Client ('10.20.193.85', 33678) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-19T16:43:02.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T16:43:02.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:02.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: Adjusting osd_memory_target on trial139 to 86095M 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: Adjusting osd_memory_target on trial103 to 81999M 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-19T16:43:02.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:43:02.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:01 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-19T16:43:02.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Adjusting osd_memory_target on trial085 to 81999M 2026-02-19T16:43:02.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:43:02.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:43:02.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:43:02.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:43:02.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:43:02.865 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:43:02.865 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial085:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:43:02.865 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial139:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:43:02.865 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial103:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:43:03.118 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Adjusting osd_memory_target on trial085 to 81999M 2026-02-19T16:43:03.118 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:43:03.118 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:43:03.118 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:43:03.118 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial085:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial139:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial103:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-19T16:43:03.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:03.120 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:02 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-19T16:43:03.126 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:43:03.126 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:43:03.126 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:43:03.126 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:03.127 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-19T16:43:03.127 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-19T16:43:03.127 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:03.127 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:02 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-19T16:43:03.205 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Adjusting osd_memory_target on trial085 to 81999M 2026-02-19T16:43:03.205 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial085:/etc/ceph/ceph.conf 2026-02-19T16:43:03.205 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial103:/etc/ceph/ceph.conf 2026-02-19T16:43:03.205 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial139:/etc/ceph/ceph.conf 2026-02-19T16:43:03.205 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:43:03.205 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:43:03.205 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.conf 2026-02-19T16:43:03.205 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial085:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:43:03.205 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial139:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:43:03.206 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial103:/etc/ceph/ceph.client.admin.keyring 2026-02-19T16:43:03.206 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial085:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:43:03.206 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial139:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:43:03.206 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: Updating trial103:/var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-19T16:43:03.206 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:03.206 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-19T16:43:03.206 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-19T16:43:03.206 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:03.206 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:02 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-19T16:43:04.050 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:03 trial085 ceph-mon[39807]: Reconfiguring grafana.trial085 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial103', 'secure_monitoring_stack:False'] (diff {'prometheus.trial103'}) 2026-02-19T16:43:04.050 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:03 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-19T16:43:04.050 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:03 trial085 ceph-mon[39807]: Reconfiguring daemon grafana.trial085 on trial085 2026-02-19T16:43:04.050 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:03 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.050 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:03 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.117 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:03 trial139 ceph-mon[43500]: Reconfiguring grafana.trial085 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial103', 'secure_monitoring_stack:False'] (diff {'prometheus.trial103'}) 2026-02-19T16:43:04.117 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:03 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-19T16:43:04.117 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:03 trial139 ceph-mon[43500]: Reconfiguring daemon grafana.trial085 on trial085 2026-02-19T16:43:04.117 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:03 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.117 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:03 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:03 trial103 ceph-mon[43181]: Reconfiguring grafana.trial085 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial103', 'secure_monitoring_stack:False'] (diff {'prometheus.trial103'}) 2026-02-19T16:43:04.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:03 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-19T16:43:04.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:03 trial103 ceph-mon[43181]: Reconfiguring daemon grafana.trial085 on trial085 2026-02-19T16:43:04.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:03 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:03 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: Reconfiguring alertmanager.trial139 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial139', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial139'}) 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: Reconfiguring daemon alertmanager.trial139 on trial139 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial085:3000"} : dispatch 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-19T16:43:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial103:9095"} : dispatch 2026-02-19T16:43:04.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:04.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-19T16:43:04.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial139:9093"} : dispatch 2026-02-19T16:43:04.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:04 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.130 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:05.130 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: Reconfiguring alertmanager.trial139 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial139', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial139'}) 2026-02-19T16:43:05.130 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: Reconfiguring daemon alertmanager.trial139 on trial139 2026-02-19T16:43:05.130 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-19T16:43:05.130 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.130 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.130 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.130 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial085:3000"} : dispatch 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial103:9095"} : dispatch 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial139:9093"} : dispatch 2026-02-19T16:43:05.131 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:04 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:05.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: Reconfiguring alertmanager.trial139 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial139', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial139'}) 2026-02-19T16:43:05.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: Reconfiguring daemon alertmanager.trial139 on trial139 2026-02-19T16:43:05.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-19T16:43:05.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-19T16:43:05.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial085:3000"} : dispatch 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial103:9095"} : dispatch 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-19T16:43:05.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial139:9093"} : dispatch 2026-02-19T16:43:05.306 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:04 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.391 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: [19/Feb/2026:16:43:05] ENGINE Bus STOPPING 2026-02-19T16:43:05.391 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: [19/Feb/2026:16:43:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-19T16:43:05.391 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: [19/Feb/2026:16:43:05] ENGINE Bus STOPPED 2026-02-19T16:43:05.391 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: [19/Feb/2026:16:43:05] ENGINE Bus STARTING 2026-02-19T16:43:05.391 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: [19/Feb/2026:16:43:05] ENGINE Serving on http://:::9283 2026-02-19T16:43:05.392 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: [19/Feb/2026:16:43:05] ENGINE Bus STARTED 2026-02-19T16:43:05.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-19T16:43:05.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial085:3000"}]: dispatch 2026-02-19T16:43:05.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-19T16:43:05.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial103:9095"}]: dispatch 2026-02-19T16:43:05.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-19T16:43:05.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial139:9093"}]: dispatch 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:05.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:05 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:43:06.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-19T16:43:06.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial085:3000"}]: dispatch 2026-02-19T16:43:06.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-19T16:43:06.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial103:9095"}]: dispatch 2026-02-19T16:43:06.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-19T16:43:06.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial139:9093"}]: dispatch 2026-02-19T16:43:06.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:43:06.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T16:43:06.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:43:06.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:43:06.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.172 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:05 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:43:06.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial085:3000"}]: dispatch 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial103:9095"}]: dispatch 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial139:9093"}]: dispatch 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.304 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:43:06.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:43:06.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:43:06.305 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:05 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:43:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:06 trial085 ceph-mon[39807]: Certificate for "cephadm-signed_agent_cert (trial085)" is still valid for 1824 days. 2026-02-19T16:43:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:06 trial085 ceph-mon[39807]: Certificate for "cephadm-signed_grafana_cert (trial085)" is still valid for 1094 days. 2026-02-19T16:43:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:06 trial085 ceph-mon[39807]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T16:43:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:06 trial085 ceph-mon[39807]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:07.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:06 trial139 ceph-mon[43500]: Certificate for "cephadm-signed_agent_cert (trial085)" is still valid for 1824 days. 2026-02-19T16:43:07.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:06 trial139 ceph-mon[43500]: Certificate for "cephadm-signed_grafana_cert (trial085)" is still valid for 1094 days. 2026-02-19T16:43:07.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:06 trial139 ceph-mon[43500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T16:43:07.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:06 trial139 ceph-mon[43500]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:07.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:06 trial103 ceph-mon[43181]: Certificate for "cephadm-signed_agent_cert (trial085)" is still valid for 1824 days. 2026-02-19T16:43:07.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:06 trial103 ceph-mon[43181]: Certificate for "cephadm-signed_grafana_cert (trial085)" is still valid for 1094 days. 2026-02-19T16:43:07.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:06 trial103 ceph-mon[43181]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-19T16:43:07.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:06 trial103 ceph-mon[43181]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:09.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:08 trial085 ceph-mon[39807]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-19T16:43:09.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:08 trial139 ceph-mon[43500]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-19T16:43:09.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:08 trial103 ceph-mon[43181]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-19T16:43:10.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:10 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:43:10] "GET /metrics HTTP/1.1" 200 3775 "" "Prometheus/3.6.0" 2026-02-19T16:43:11.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:10 trial085 ceph-mon[39807]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-19T16:43:11.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:10 trial139 ceph-mon[43500]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-19T16:43:11.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:10 trial103 ceph-mon[43181]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-19T16:43:13.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:12 trial085 ceph-mon[39807]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-19T16:43:13.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:12 trial139 ceph-mon[43500]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-19T16:43:13.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:12 trial103 ceph-mon[43181]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-19T16:43:15.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:14 trial085 ceph-mon[39807]: pgmap v10: 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-19T16:43:15.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:14 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:15.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:14 trial139 ceph-mon[43500]: pgmap v10: 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-19T16:43:15.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:14 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:15.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:14 trial103 ceph-mon[43181]: pgmap v10: 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-19T16:43:15.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:14 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:17.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:16 trial085 ceph-mon[39807]: pgmap v11: 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-19T16:43:17.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:16 trial139 ceph-mon[43500]: pgmap v11: 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-19T16:43:17.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:16 trial103 ceph-mon[43181]: pgmap v11: 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-19T16:43:19.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:18 trial085 ceph-mon[39807]: 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-19T16:43:19.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:18 trial139 ceph-mon[43500]: 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-19T16:43:19.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:18 trial103 ceph-mon[43181]: 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-19T16:43:20.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:20 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:43:20] "GET /metrics HTTP/1.1" 200 4018 "" "Prometheus/3.6.0" 2026-02-19T16:43:21.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:20 trial085 ceph-mon[39807]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:21.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:20 trial139 ceph-mon[43500]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:21.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:20 trial103 ceph-mon[43181]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:23.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:22 trial085 ceph-mon[39807]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:23.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:22 trial139 ceph-mon[43500]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:23.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:22 trial103 ceph-mon[43181]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:25.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:24 trial085 ceph-mon[39807]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:25.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:24 trial139 ceph-mon[43500]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:25.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:24 trial103 ceph-mon[43181]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:27.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:26 trial085 ceph-mon[39807]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:27.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:26 trial139 ceph-mon[43500]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:27.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:26 trial103 ceph-mon[43181]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:28 trial085 ceph-mon[39807]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:29.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:28 trial139 ceph-mon[43500]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:29.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:28 trial103 ceph-mon[43181]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:30.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:29 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:30.170 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:30 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:43:30] "GET /metrics HTTP/1.1" 200 4013 "" "Prometheus/3.6.0" 2026-02-19T16:43:30.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:29 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:30.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:29 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:30 trial085 ceph-mon[39807]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:31.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:30 trial139 ceph-mon[43500]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:31.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:30 trial103 ceph-mon[43181]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:33.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:32 trial085 ceph-mon[39807]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:33.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:32 trial139 ceph-mon[43500]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:33.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:32 trial103 ceph-mon[43181]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:35.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:34 trial085 ceph-mon[39807]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:35.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:34 trial139 ceph-mon[43500]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:35.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:34 trial103 ceph-mon[43181]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:37.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:36 trial085 ceph-mon[39807]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:37.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:36 trial139 ceph-mon[43500]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:37.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:36 trial103 ceph-mon[43181]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:39.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:38 trial085 ceph-mon[39807]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:39.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:38 trial139 ceph-mon[43500]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:39.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:38 trial103 ceph-mon[43181]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:40.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:40 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:43:40] "GET /metrics HTTP/1.1" 200 4013 "" "Prometheus/3.6.0" 2026-02-19T16:43:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:40 trial085 ceph-mon[39807]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:41.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:40 trial139 ceph-mon[43500]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:41.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:40 trial103 ceph-mon[43181]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:42 trial085 ceph-mon[39807]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:43.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:42 trial139 ceph-mon[43500]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:43.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:42 trial103 ceph-mon[43181]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:45.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:44 trial085 ceph-mon[39807]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:45.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:44 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:45.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:44 trial139 ceph-mon[43500]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:45.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:44 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:45.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:44 trial103 ceph-mon[43181]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:45.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:44 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:43:47.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:46 trial085 ceph-mon[39807]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:47.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:46 trial139 ceph-mon[43500]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:47.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:46 trial103 ceph-mon[43181]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:48 trial085 ceph-mon[39807]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:49.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:48 trial139 ceph-mon[43500]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:49.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:48 trial103 ceph-mon[43181]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:50.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:43:50 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:43:50] "GET /metrics HTTP/1.1" 200 4008 "" "Prometheus/3.6.0" 2026-02-19T16:43:51.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:50 trial085 ceph-mon[39807]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:51.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:50 trial139 ceph-mon[43500]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:51.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:50 trial103 ceph-mon[43181]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:52.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:51 trial085 ceph-mon[39807]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:52.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:51 trial139 ceph-mon[43500]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:52.303 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:51 trial103 ceph-mon[43181]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:54.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:54 trial139 ceph-mon[43500]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:55.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:54 trial103 ceph-mon[43181]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:55.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:54 trial085 ceph-mon[39807]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:56.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:56 trial139 ceph-mon[43500]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:57.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:56 trial103 ceph-mon[43181]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:57.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:56 trial085 ceph-mon[39807]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:58.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:43:58 trial139 ceph-mon[43500]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:59.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:43:58 trial103 ceph-mon[43181]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:43:59.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:43:58 trial085 ceph-mon[39807]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:00.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:44:00 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:44:00] "GET /metrics HTTP/1.1" 200 4008 "" "Prometheus/3.6.0" 2026-02-19T16:44:00.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:00 trial139 ceph-mon[43500]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:00.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:01.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:00 trial103 ceph-mon[43181]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:01.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:01.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:00 trial085 ceph-mon[39807]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:01.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:02.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:02 trial139 ceph-mon[43500]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:03.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:02 trial103 ceph-mon[43181]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:03.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:02 trial085 ceph-mon[39807]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:04.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:04 trial139 ceph-mon[43500]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:05.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:04 trial103 ceph-mon[43181]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:05.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:04 trial085 ceph-mon[39807]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:06.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:06 trial139 ceph-mon[43500]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:06.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:44:06.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:44:06.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:44:06.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:44:06.967 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:44:07.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:06 trial103 ceph-mon[43181]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:44:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:44:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:44:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:44:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:44:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:06 trial085 ceph-mon[39807]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:44:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:44:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:44:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:44:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:44:08.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:08 trial139 ceph-mon[43500]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:09.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:08 trial103 ceph-mon[43181]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:09.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:08 trial085 ceph-mon[39807]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:10.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:44:10 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:44:10] "GET /metrics HTTP/1.1" 200 4008 "" "Prometheus/3.6.0" 2026-02-19T16:44:10.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:10 trial139 ceph-mon[43500]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:11.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:10 trial103 ceph-mon[43181]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:11.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:10 trial085 ceph-mon[39807]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:12.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:12 trial139 ceph-mon[43500]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:13.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:12 trial103 ceph-mon[43181]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:13.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:12 trial085 ceph-mon[39807]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:14.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:14 trial139 ceph-mon[43500]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:14 trial103 ceph-mon[43181]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:15.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:14 trial085 ceph-mon[39807]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:15.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:15 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:16.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:15 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:16.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:15 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:16.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:16 trial139 ceph-mon[43500]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:17.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:16 trial103 ceph-mon[43181]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:17.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:16 trial085 ceph-mon[39807]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:18.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:18 trial139 ceph-mon[43500]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:19.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:18 trial103 ceph-mon[43181]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:19.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:18 trial085 ceph-mon[39807]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:20.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:44:20 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:44:20] "GET /metrics HTTP/1.1" 200 4009 "" "Prometheus/3.6.0" 2026-02-19T16:44:20.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:20 trial139 ceph-mon[43500]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:21.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:20 trial103 ceph-mon[43181]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:21.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:20 trial085 ceph-mon[39807]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:22.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:22 trial139 ceph-mon[43500]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:23.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:22 trial103 ceph-mon[43181]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:23.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:22 trial085 ceph-mon[39807]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:24.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:24 trial139 ceph-mon[43500]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:25.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:24 trial103 ceph-mon[43181]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:25.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:24 trial085 ceph-mon[39807]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:26.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:26 trial139 ceph-mon[43500]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:27.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:26 trial103 ceph-mon[43181]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:27.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:26 trial085 ceph-mon[39807]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:28.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:28 trial139 ceph-mon[43500]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:29.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:28 trial103 ceph-mon[43181]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:28 trial085 ceph-mon[39807]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:30.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:44:30 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:44:30] "GET /metrics HTTP/1.1" 200 4011 "" "Prometheus/3.6.0" 2026-02-19T16:44:30.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:30 trial139 ceph-mon[43500]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:30.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:30 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:31.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:30 trial103 ceph-mon[43181]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:31.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:30 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:30 trial085 ceph-mon[39807]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:30 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:32.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:32 trial139 ceph-mon[43500]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:33.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:32 trial103 ceph-mon[43181]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:33.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:32 trial085 ceph-mon[39807]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:34.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:34 trial139 ceph-mon[43500]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:35.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:34 trial103 ceph-mon[43181]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:35.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:34 trial085 ceph-mon[39807]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:36.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:36 trial139 ceph-mon[43500]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:37.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:36 trial103 ceph-mon[43181]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:37.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:36 trial085 ceph-mon[39807]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:38.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:38 trial139 ceph-mon[43500]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:39.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:38 trial103 ceph-mon[43181]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:39.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:38 trial085 ceph-mon[39807]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:40.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:44:40 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:44:40] "GET /metrics HTTP/1.1" 200 4011 "" "Prometheus/3.6.0" 2026-02-19T16:44:40.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:40 trial139 ceph-mon[43500]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:40 trial103 ceph-mon[43181]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:40 trial085 ceph-mon[39807]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:42.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:42 trial139 ceph-mon[43500]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:43.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:42 trial103 ceph-mon[43181]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:42 trial085 ceph-mon[39807]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:44.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:44 trial139 ceph-mon[43500]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:45.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:44 trial103 ceph-mon[43181]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:45.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:44 trial085 ceph-mon[39807]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:45.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:45 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:46.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:45 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:46.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:45 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:44:46.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:46 trial139 ceph-mon[43500]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:47.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:46 trial103 ceph-mon[43181]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:47.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:46 trial085 ceph-mon[39807]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:48.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:48 trial139 ceph-mon[43500]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:49.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:48 trial103 ceph-mon[43181]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:48 trial085 ceph-mon[39807]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:50.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:44:50 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:44:50] "GET /metrics HTTP/1.1" 200 4003 "" "Prometheus/3.6.0" 2026-02-19T16:44:50.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:50 trial139 ceph-mon[43500]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:51.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:50 trial103 ceph-mon[43181]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:51.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:50 trial085 ceph-mon[39807]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:52.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:52 trial139 ceph-mon[43500]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:53.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:52 trial103 ceph-mon[43181]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:53.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:52 trial085 ceph-mon[39807]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:54.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:54 trial139 ceph-mon[43500]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:55.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:54 trial103 ceph-mon[43181]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:55.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:54 trial085 ceph-mon[39807]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:56.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:56 trial139 ceph-mon[43500]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:57.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:56 trial103 ceph-mon[43181]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:57.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:56 trial085 ceph-mon[39807]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:58.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:44:58 trial139 ceph-mon[43500]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:59.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:44:58 trial103 ceph-mon[43181]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:44:59.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:44:58 trial085 ceph-mon[39807]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:00.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:45:00 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:45:00] "GET /metrics HTTP/1.1" 200 4004 "" "Prometheus/3.6.0" 2026-02-19T16:45:00.965 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:00 trial139 ceph-mon[43500]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:00.966 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:01.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:00 trial103 ceph-mon[43181]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:01.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:01.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:00 trial085 ceph-mon[39807]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:01.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:03.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:02 trial103 ceph-mon[43181]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:03.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:02 trial085 ceph-mon[39807]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:03.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:02 trial139 ceph-mon[43500]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:05.017 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:04 trial139 ceph-mon[43500]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:05.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:04 trial103 ceph-mon[43181]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:05.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:04 trial085 ceph-mon[39807]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:07.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:06 trial103 ceph-mon[43181]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:07.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:45:07.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:45:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:45:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:45:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:45:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:06 trial085 ceph-mon[39807]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:45:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:45:07.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:45:07.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:45:07.171 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:45:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:06 trial139 ceph-mon[43500]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:45:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:45:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:45:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:45:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:45:09.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:08 trial103 ceph-mon[43181]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:09.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:08 trial085 ceph-mon[39807]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:09.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:08 trial139 ceph-mon[43500]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:10.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:45:10 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:45:10] "GET /metrics HTTP/1.1" 200 4004 "" "Prometheus/3.6.0" 2026-02-19T16:45:11.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:10 trial103 ceph-mon[43181]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:11.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:10 trial085 ceph-mon[39807]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:11.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:10 trial139 ceph-mon[43500]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:13.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:12 trial103 ceph-mon[43181]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:13.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:12 trial085 ceph-mon[39807]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:13.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:12 trial139 ceph-mon[43500]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:14 trial103 ceph-mon[43181]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:15.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:14 trial085 ceph-mon[39807]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:15.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:14 trial139 ceph-mon[43500]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:16.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:15 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:16.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:15 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:16.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:15 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:17.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:16 trial103 ceph-mon[43181]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:17.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:16 trial085 ceph-mon[39807]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:17.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:16 trial139 ceph-mon[43500]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:19.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:18 trial103 ceph-mon[43181]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:19.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:18 trial085 ceph-mon[39807]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:19.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:18 trial139 ceph-mon[43500]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:20.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:45:20 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:45:20] "GET /metrics HTTP/1.1" 200 4008 "" "Prometheus/3.6.0" 2026-02-19T16:45:21.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:20 trial103 ceph-mon[43181]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:21.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:20 trial085 ceph-mon[39807]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:21.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:20 trial139 ceph-mon[43500]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:23.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:22 trial103 ceph-mon[43181]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:23.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:22 trial085 ceph-mon[39807]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:23.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:22 trial139 ceph-mon[43500]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:25.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:24 trial103 ceph-mon[43181]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:25.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:24 trial085 ceph-mon[39807]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:25.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:24 trial139 ceph-mon[43500]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:27.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:26 trial103 ceph-mon[43181]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:27.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:26 trial085 ceph-mon[39807]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:27.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:26 trial139 ceph-mon[43500]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:29.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:28 trial103 ceph-mon[43181]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:28 trial085 ceph-mon[39807]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:29.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:28 trial139 ceph-mon[43500]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:30.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:45:30 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:45:30] "GET /metrics HTTP/1.1" 200 4008 "" "Prometheus/3.6.0" 2026-02-19T16:45:31.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:30 trial103 ceph-mon[43181]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:31.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:30 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:30 trial085 ceph-mon[39807]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:30 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:31.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:30 trial139 ceph-mon[43500]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:31.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:30 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:33.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:32 trial103 ceph-mon[43181]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:33.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:32 trial085 ceph-mon[39807]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:33.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:32 trial139 ceph-mon[43500]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:35.017 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:34 trial139 ceph-mon[43500]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:35.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:34 trial103 ceph-mon[43181]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:35.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:34 trial085 ceph-mon[39807]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:37.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:36 trial103 ceph-mon[43181]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:37.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:36 trial085 ceph-mon[39807]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:37.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:36 trial139 ceph-mon[43500]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:39.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:38 trial103 ceph-mon[43181]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:39.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:38 trial085 ceph-mon[39807]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:39.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:38 trial139 ceph-mon[43500]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:40.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:45:40 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:45:40] "GET /metrics HTTP/1.1" 200 4008 "" "Prometheus/3.6.0" 2026-02-19T16:45:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:40 trial103 ceph-mon[43181]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:41.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:40 trial085 ceph-mon[39807]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:41.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:40 trial139 ceph-mon[43500]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:43.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:42 trial103 ceph-mon[43181]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:42 trial085 ceph-mon[39807]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:43.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:42 trial139 ceph-mon[43500]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:45.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:44 trial103 ceph-mon[43181]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:45.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:44 trial085 ceph-mon[39807]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:45.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:44 trial139 ceph-mon[43500]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:46.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:45 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:46.169 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:45 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:46.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:45 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:45:47.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:46 trial103 ceph-mon[43181]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:47.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:46 trial085 ceph-mon[39807]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:47.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:46 trial139 ceph-mon[43500]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:49.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:48 trial103 ceph-mon[43181]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:48 trial085 ceph-mon[39807]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:49.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:48 trial139 ceph-mon[43500]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:50.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:45:50 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:45:50] "GET /metrics HTTP/1.1" 200 4008 "" "Prometheus/3.6.0" 2026-02-19T16:45:51.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:50 trial103 ceph-mon[43181]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:51.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:50 trial085 ceph-mon[39807]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:51.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:50 trial139 ceph-mon[43500]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:53.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:52 trial103 ceph-mon[43181]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:53.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:52 trial085 ceph-mon[39807]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:53.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:52 trial139 ceph-mon[43500]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:55.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:54 trial103 ceph-mon[43181]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:55.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:54 trial085 ceph-mon[39807]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:55.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:54 trial139 ceph-mon[43500]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:57.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:56 trial103 ceph-mon[43181]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:57.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:56 trial085 ceph-mon[39807]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:57.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:56 trial139 ceph-mon[43500]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:59.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:45:58 trial103 ceph-mon[43181]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:59.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:45:58 trial085 ceph-mon[39807]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:45:59.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:45:58 trial139 ceph-mon[43500]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:00.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:46:00 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:46:00] "GET /metrics HTTP/1.1" 200 4012 "" "Prometheus/3.6.0" 2026-02-19T16:46:01.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:00 trial103 ceph-mon[43181]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:01.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:00 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:01.169 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:00 trial085 ceph-mon[39807]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:01.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:00 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:01.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:00 trial139 ceph-mon[43500]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:01.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:00 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:03.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:02 trial103 ceph-mon[43181]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:03.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:02 trial085 ceph-mon[39807]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:03.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:02 trial139 ceph-mon[43500]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:05.017 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:04 trial139 ceph-mon[43500]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:05.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:04 trial103 ceph-mon[43181]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:05.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:04 trial085 ceph-mon[39807]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:06 trial103 ceph-mon[43181]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:46:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:46:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:46:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:07.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:06 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:46:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:06 trial085 ceph-mon[39807]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:46:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:46:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:46:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:07.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:06 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:46:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:06 trial139 ceph-mon[43500]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:46:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:46:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:46:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:07.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:06 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:46:09.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:08 trial103 ceph-mon[43181]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:09.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:08 trial085 ceph-mon[39807]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:09.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:08 trial139 ceph-mon[43500]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:10.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:46:10 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:46:10] "GET /metrics HTTP/1.1" 200 4012 "" "Prometheus/3.6.0" 2026-02-19T16:46:11.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:10 trial103 ceph-mon[43181]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:11.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:10 trial085 ceph-mon[39807]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:11.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:10 trial139 ceph-mon[43500]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:13.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:12 trial103 ceph-mon[43181]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:13.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:12 trial085 ceph-mon[39807]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:13.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:12 trial139 ceph-mon[43500]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:15.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:14 trial103 ceph-mon[43181]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:15.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:14 trial085 ceph-mon[39807]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:15.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:14 trial139 ceph-mon[43500]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:16.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:15 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:16.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:15 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:16.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:15 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:17.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:16 trial103 ceph-mon[43181]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:17.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:16 trial085 ceph-mon[39807]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:17.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:16 trial139 ceph-mon[43500]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:19.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:18 trial103 ceph-mon[43181]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:19.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:18 trial085 ceph-mon[39807]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:19.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:18 trial139 ceph-mon[43500]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:20.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:46:20 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:46:20] "GET /metrics HTTP/1.1" 200 4006 "" "Prometheus/3.6.0" 2026-02-19T16:46:21.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:20 trial103 ceph-mon[43181]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:21.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:20 trial085 ceph-mon[39807]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:21.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:20 trial139 ceph-mon[43500]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:23.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:22 trial103 ceph-mon[43181]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:23.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:22 trial085 ceph-mon[39807]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:23.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:22 trial139 ceph-mon[43500]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:25.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:24 trial103 ceph-mon[43181]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:25.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:24 trial085 ceph-mon[39807]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:25.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:24 trial139 ceph-mon[43500]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:27.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:26 trial103 ceph-mon[43181]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:27.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:26 trial085 ceph-mon[39807]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:27.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:26 trial139 ceph-mon[43500]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:29.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:28 trial103 ceph-mon[43181]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:29.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:28 trial085 ceph-mon[39807]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:29.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:28 trial139 ceph-mon[43500]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:30.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:46:30 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:46:30] "GET /metrics HTTP/1.1" 200 4011 "" "Prometheus/3.6.0" 2026-02-19T16:46:31.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:30 trial103 ceph-mon[43181]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:31.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:30 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:30 trial085 ceph-mon[39807]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:31.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:30 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:31.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:30 trial139 ceph-mon[43500]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:31.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:30 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:33.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:32 trial103 ceph-mon[43181]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:33.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:32 trial085 ceph-mon[39807]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:33.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:32 trial139 ceph-mon[43500]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:35.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:34 trial103 ceph-mon[43181]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:35.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:34 trial085 ceph-mon[39807]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:35.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:34 trial139 ceph-mon[43500]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:37.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:36 trial103 ceph-mon[43181]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:37.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:36 trial085 ceph-mon[39807]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:37.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:36 trial139 ceph-mon[43500]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:39.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:38 trial103 ceph-mon[43181]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:39.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:38 trial085 ceph-mon[39807]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:39.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:38 trial139 ceph-mon[43500]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:40.220 INFO:teuthology.orchestra.run.trial139.stderr:+ openssl req -x509 -newkey rsa:4096 -keyout /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj '/CN=*' 2026-02-19T16:46:40.389 INFO:teuthology.orchestra.run.trial139.stderr:......+.+.....+.+............+...+..+.+......+........+......+.+......+.........+++++++++++++++++++++++++++++++++++++++++++++*.....+.......+++++++++++++++++++++++++++++++++++++++++++++*.+...+....+.....+..........+.....+......+.......+.....+....+........................+.....+.......+............+.....+...+....+...+......+..+....+...+...+.........+.....+....+..+...+...................+...+........+......+........................................+...............+..............+......+...+...+.......+......+..+..........+...+.........+...........+....+........+.......+......+.....+.+........+...+...+.........+...+.........+.............+..+..........+..................+.....+...+...+..........+.....+......+......+...+.......+.........+.....+....+..+..........+..+..........+..+...................+......+.........+......+.........+.....+......+......+..........+............+...+.....+....+.....+...+...+....+...+........+...+.......+...+++++ 2026-02-19T16:46:40.420 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:46:40] "GET /metrics HTTP/1.1" 200 4011 "" "Prometheus/3.6.0" 2026-02-19T16:46:40.467 INFO:teuthology.orchestra.run.trial139.stderr:.+..............+....+..+.............+..+.+.....+.......+........+....+...+++++++++++++++++++++++++++++++++++++++++++++*.+.+.....+.+.....+...+...+...+...............+.+......+...+..+..........+..+.......+........+.+..+.............+..+....+...+.....+.......+.....+....+..+.........+...+......+............+..........+.....+.........+..........+...+...+...+.....+.+...+...........+......+...+......+....+...+..+......+.+.........+..+.......+..+....+..+.............+..+....+...........+.......+...+.........+.........+..+...+....+..+.+..+.......+...+..+.+.....+...+....+..+.+...+..+..................+....+...+..+......+.......+..+.+..............+...+.........+...+.......+...+..+.+++++++++++++++++++++++++++++++++++++++++++++*..+.........+...+...+.......+........+......+..........+......+.....+....+...+......+...........+...+.+.........+..+......+...................+...............+.....+...............+.........+.+......+........+......+.+.................+.+..+..........+...+....................+......+...+......+....+...+..+...+...............+.......+...+..+...+............+...+....+...+......+......+.........+.....+.....................+......+..........+...+.........+...+.........+...+..+....+++++ 2026-02-19T16:46:40.477 INFO:teuthology.orchestra.run.trial139.stderr:----- 2026-02-19T16:46:40.480 INFO:teuthology.orchestra.run.trial139.stderr:+ cat 2026-02-19T16:46:40.482 INFO:teuthology.orchestra.run.trial139.stderr:+ echo ' ssl_cert: |' 2026-02-19T16:46:40.482 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.482 INFO:teuthology.orchestra.run.trial139.stderr:+ echo -----BEGIN CERTIFICATE----- 2026-02-19T16:46:40.482 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.483 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.483 INFO:teuthology.orchestra.run.trial139.stderr:+ echo MIIE+TCCAuGgAwIBAgIUK1dlNnBPxj7R999GNI8WQ7XwgP8wDQYJKoZIhvcNAQEL 2026-02-19T16:46:40.483 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.484 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.484 INFO:teuthology.orchestra.run.trial139.stderr:+ echo BQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMTkxNjQ2NDBaFw0yNjAzMjExNjQ2NDBa 2026-02-19T16:46:40.484 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.485 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.485 INFO:teuthology.orchestra.run.trial139.stderr:+ echo MAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC8 2026-02-19T16:46:40.485 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.485 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.486 INFO:teuthology.orchestra.run.trial139.stderr:+ echo QV1N9B04/hqoPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoU 2026-02-19T16:46:40.486 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.486 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.487 INFO:teuthology.orchestra.run.trial139.stderr:+ echo vP+A6kTUaNdO+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRG 2026-02-19T16:46:40.487 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.487 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.487 INFO:teuthology.orchestra.run.trial139.stderr:+ echo a9gGdRpAH9SKukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM 2026-02-19T16:46:40.487 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.488 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.488 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 5HmtMv1slPvIn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU 2026-02-19T16:46:40.488 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.489 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.489 INFO:teuthology.orchestra.run.trial139.stderr:+ echo /8YD412KO1DkBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QBy 2026-02-19T16:46:40.489 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.490 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.490 INFO:teuthology.orchestra.run.trial139.stderr:+ echo PsXweWDxDGuVLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3 2026-02-19T16:46:40.490 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.491 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.491 INFO:teuthology.orchestra.run.trial139.stderr:+ echo DENN7oy77FqXy+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/U 2026-02-19T16:46:40.491 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.492 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.492 INFO:teuthology.orchestra.run.trial139.stderr:+ echo jQjBP6P1IJkkQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE 2026-02-19T16:46:40.492 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.492 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.493 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 75+oPyrYtTwXXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5 2026-02-19T16:46:40.493 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.493 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.493 INFO:teuthology.orchestra.run.trial139.stderr:+ echo mpZKoX3LArp5U4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJ 2026-02-19T16:46:40.494 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.494 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.494 INFO:teuthology.orchestra.run.trial139.stderr:+ echo mHR/WslVNhgfh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABo1MwUTAdBgNVHQ4E 2026-02-19T16:46:40.494 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.495 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.495 INFO:teuthology.orchestra.run.trial139.stderr:+ echo FgQUdIY904K7GkPA95HNRJ+BSFrg5bcwHwYDVR0jBBgwFoAUdIY904K7GkPA95HN 2026-02-19T16:46:40.495 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.496 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.496 INFO:teuthology.orchestra.run.trial139.stderr:+ echo RJ+BSFrg5bcwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAhr+N 2026-02-19T16:46:40.496 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.497 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.497 INFO:teuthology.orchestra.run.trial139.stderr:+ echo jNl4IInnV2ll7jVcV83V3m67mkdLxX7CxMPArl8Iz4ahEqZezLEhECdtRE0+hWUd 2026-02-19T16:46:40.497 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.498 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.498 INFO:teuthology.orchestra.run.trial139.stderr:+ echo lzoGPNbnRhZwUQ4R2xhcHRIFsn2VC3S8+miPLfTEXv6arR50L5w/iqERp6fyaVOf 2026-02-19T16:46:40.498 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.499 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.499 INFO:teuthology.orchestra.run.trial139.stderr:+ echo yRc/jkCrW6JDJPh4LoSc9RKyUqqbXLotqQqhkDhrAUmEqlXtMfA0F6b540DnvJTy 2026-02-19T16:46:40.499 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.499 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.500 INFO:teuthology.orchestra.run.trial139.stderr:+ echo yiFDvmNSMVfBrgjZpsX+CVmDVM5zPPO6E9ipaGknJ5ypk1JGVh98AyI0GwRE8D1/ 2026-02-19T16:46:40.500 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.500 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.500 INFO:teuthology.orchestra.run.trial139.stderr:+ echo lTpO6PzRx1IZ2p8i/WXErpGvo9XnSHoz3S6/OltoNe9VatGh/B7kZGP3/IjuPRQA 2026-02-19T16:46:40.500 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.501 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.501 INFO:teuthology.orchestra.run.trial139.stderr:+ echo C3bntg9QuX6kDuKSIKphvzrOQ/WXQcFmAqDu+dFXrW7V/hcDW9d0FIsRY1jN2TYw 2026-02-19T16:46:40.501 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.502 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.502 INFO:teuthology.orchestra.run.trial139.stderr:+ echo qkEdwhEOG2fJA7NSckNtxJVBfQXgXeqbEYk91uql3D1Dcm0gzJIAm60dXF0VwPZw 2026-02-19T16:46:40.502 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.503 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.503 INFO:teuthology.orchestra.run.trial139.stderr:+ echo bRZVpakjBn4EVP0zpE0atk6frAKHSHUvOs27PMqXkffFBRCuGQnIl6bF3UyLOjOe 2026-02-19T16:46:40.503 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.504 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.504 INFO:teuthology.orchestra.run.trial139.stderr:+ echo ysZ7t1tS2joqZEC6LpaQn6NFNb/wkHHHhnhsjDEyfjSQfzbMjCXAPVDStklnBsZx 2026-02-19T16:46:40.504 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.505 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.505 INFO:teuthology.orchestra.run.trial139.stderr:+ echo kCnDu2/2ZoKaQ1LU/cFq0ztKYr1bWT+TUnMQTbYKO9VRDoNi90kRrKp9LI5KAUvb 2026-02-19T16:46:40.505 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.505 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.506 INFO:teuthology.orchestra.run.trial139.stderr:+ echo QKsavwQaOAnZlr9jR30SOYafLV/k94wACCFU/wI= 2026-02-19T16:46:40.506 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.506 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.506 INFO:teuthology.orchestra.run.trial139.stderr:+ echo -----END CERTIFICATE----- 2026-02-19T16:46:40.507 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.507 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.507 INFO:teuthology.orchestra.run.trial139.stderr:+ echo ' ssl_key: |' 2026-02-19T16:46:40.508 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.508 INFO:teuthology.orchestra.run.trial139.stderr:+ echo -----BEGIN PRIVATE KEY----- 2026-02-19T16:46:40.508 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.508 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.508 INFO:teuthology.orchestra.run.trial139.stderr:+ echo MIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC8QV1N9B04/hqo 2026-02-19T16:46:40.509 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.509 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.509 INFO:teuthology.orchestra.run.trial139.stderr:+ echo PbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoUvP+A6kTUaNdO 2026-02-19T16:46:40.509 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.510 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.510 INFO:teuthology.orchestra.run.trial139.stderr:+ echo +Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRGa9gGdRpAH9SK 2026-02-19T16:46:40.510 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.511 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.511 INFO:teuthology.orchestra.run.trial139.stderr:+ echo ukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM5HmtMv1slPvI 2026-02-19T16:46:40.511 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.512 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.512 INFO:teuthology.orchestra.run.trial139.stderr:+ echo n4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU/8YD412KO1Dk 2026-02-19T16:46:40.512 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.513 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.513 INFO:teuthology.orchestra.run.trial139.stderr:+ echo BlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QByPsXweWDxDGuV 2026-02-19T16:46:40.513 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.514 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.514 INFO:teuthology.orchestra.run.trial139.stderr:+ echo Lhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3DENN7oy77FqX 2026-02-19T16:46:40.514 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.515 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.515 INFO:teuthology.orchestra.run.trial139.stderr:+ echo y+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/UjQjBP6P1IJkk 2026-02-19T16:46:40.515 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.516 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.516 INFO:teuthology.orchestra.run.trial139.stderr:+ echo QpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE75+oPyrYtTwX 2026-02-19T16:46:40.516 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.517 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.517 INFO:teuthology.orchestra.run.trial139.stderr:+ echo XfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5mpZKoX3LArp5 2026-02-19T16:46:40.517 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.517 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.518 INFO:teuthology.orchestra.run.trial139.stderr:+ echo U4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJmHR/WslVNhgf 2026-02-19T16:46:40.518 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.519 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.519 INFO:teuthology.orchestra.run.trial139.stderr:+ echo h1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABAoICAAzQM3Y/gVBZwJ1m5dy5fkCX 2026-02-19T16:46:40.519 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.519 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.520 INFO:teuthology.orchestra.run.trial139.stderr:+ echo SvYaBApS8qPPx5ROYq/w7gP+igbiaITR8uRLWj6BG9xhfiUwzNKFovIAc6QLi+/Y 2026-02-19T16:46:40.520 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.521 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.521 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 52q6g5y2+XjKameutw8OnKOBHS0QTJYl6RQEysOmb774pCbRsvcJCOxlqqfkFx4z 2026-02-19T16:46:40.521 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.521 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.522 INFO:teuthology.orchestra.run.trial139.stderr:+ echo wZ5QNabimXQC2qe+uc+xVopTdVDNxxrlUohSLKFslayAozouAvXFsNrXkKeD/eZN 2026-02-19T16:46:40.522 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.522 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.522 INFO:teuthology.orchestra.run.trial139.stderr:+ echo zizNpykcd3kspEDDrUkKC+S2z73wmVt9arqxiAc51An93A/JBUWIAq933G2o+7+N 2026-02-19T16:46:40.522 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.523 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.523 INFO:teuthology.orchestra.run.trial139.stderr:+ echo IFA7f5asANoAILaVrjzpbEQJpGQtNaiqt4nmaLqBH+tRaSOUVLbTbkHPIOJMgEb9 2026-02-19T16:46:40.523 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.524 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.524 INFO:teuthology.orchestra.run.trial139.stderr:+ echo DW6XRn8bSWqkaFERJnfVueiZ6IiFKG8QAYNPoFv/c8FWYEsU3dRATj7w0C1VknGw 2026-02-19T16:46:40.524 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.525 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.525 INFO:teuthology.orchestra.run.trial139.stderr:+ echo jAQPa2KwXYaFjFOYko8UrpmF/drfK3EURr81wlhnbMWvOZC5BhA6lY6kz90zOaZB 2026-02-19T16:46:40.525 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.526 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.526 INFO:teuthology.orchestra.run.trial139.stderr:+ echo wfr+FQo9/v4bDqMwnlAH37pz4A1dmEclU0yukQEVbNz3BcjVsEoYTY92LdWy9e7n 2026-02-19T16:46:40.526 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.527 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.527 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 7KwG+ZRnLo3fJgEYjnUlOxu4vHywOlyED59hmZ3ghj5n9AVhxGI/SS9jTIoc4RVb 2026-02-19T16:46:40.527 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.528 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.528 INFO:teuthology.orchestra.run.trial139.stderr:+ echo Hz2TlpK1U211tjgxzxLmdTJ/sQpR+vCqxpur0w/awxsmErCmtWSIyEewUsf3LtuP 2026-02-19T16:46:40.528 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.528 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.529 INFO:teuthology.orchestra.run.trial139.stderr:+ echo RwLSxPlBkIsdmn1vsXKJAoIBAQD21RjoQ/UoBR4bHSm3Agcvuy/Fz7gVW2pUl1YA 2026-02-19T16:46:40.529 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.529 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.530 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 4oJMEABxAPJRdNOijem/tXYVYvpV1aQneZDekDNcPc8n6DLBuFY2C/LmaaALM9Oz 2026-02-19T16:46:40.530 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.530 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.531 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 4G9LzOXOPsFjXwetRTHQD4VWXqPLLLYTs4PFKWfKmaev3qFtQO68/CXwPe6GTt1V 2026-02-19T16:46:40.531 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.531 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.531 INFO:teuthology.orchestra.run.trial139.stderr:+ echo Gw8fT4b7lKWjs3rKR0QXJC0LYWnmmh/Wy4z5b1nk7PdvbBe2EKqORd9cjYq0zAwm 2026-02-19T16:46:40.531 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.532 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.532 INFO:teuthology.orchestra.run.trial139.stderr:+ echo wf/t0TrNiIO1n+eGqo3oXIxFNcMgv2Z++A7c/XWPUzNv/xBFlmFddaIjpW/hDZC6 2026-02-19T16:46:40.532 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.533 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.533 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 82A1RJc6uSyZy81gYb/6dhPzjs/P00hudcoDpWEG1MIZXA8LAoIBAQDDP0+++1jX 2026-02-19T16:46:40.533 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.534 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.534 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 4REX6pzdnrSF8qLA1Wh2CVoixvfjcwOUzUs4pS1d6VteICF03lsJy2C+cHJmWdLv 2026-02-19T16:46:40.534 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.535 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.535 INFO:teuthology.orchestra.run.trial139.stderr:+ echo YTu6k07l60Wx/8xlKf1nPc4/iHwaF5fBsC0l586pfawaWLxTcyxYmfdUxFMjzFQw 2026-02-19T16:46:40.535 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.535 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.536 INFO:teuthology.orchestra.run.trial139.stderr:+ echo Jp5ijTfSQNvzfM5MTqOyt0Dk/IF1qMK22AXBYa2Vs3Kyisf3a3AcX7XNeke1lMPy 2026-02-19T16:46:40.536 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.537 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.537 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 8+IB/r1bJp4T/D80JgHXI/e8Moe3DogZD3SpBryuA2IH0lHtsAbwWtzOACeRSPlm 2026-02-19T16:46:40.537 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.538 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.538 INFO:teuthology.orchestra.run.trial139.stderr:+ echo UeNJWRPbeVSypbO7YRy3CT+7kqghEHHbB992/ikpP04qmofrI1DhsX6Tq6/b1jnO 2026-02-19T16:46:40.538 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.538 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.539 INFO:teuthology.orchestra.run.trial139.stderr:+ echo ct/mMQtMMIL7AoIBAQDiWeq8XE1+BKtmC+lMJPT4JX0atnDGTQ2GQz2gFBeOrwHo 2026-02-19T16:46:40.539 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.539 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.539 INFO:teuthology.orchestra.run.trial139.stderr:+ echo nwiYAD1vjRo1Lq/5zsloW0Fs3cMnBi/DP/8vRnT9RxDwAScfeu9ENqPGCWOmrGB1 2026-02-19T16:46:40.539 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.540 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.540 INFO:teuthology.orchestra.run.trial139.stderr:+ echo MQFhIi1FDPYwKXuKB8HGuNrD2FRXQrAmj5/B3LRGH0yPS99ynyiUS9AWknjcqq5L 2026-02-19T16:46:40.540 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.541 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.541 INFO:teuthology.orchestra.run.trial139.stderr:+ echo GTaIlzdcNdxQKGGSVSOrT90wuXsu5pkWIOSLbiGUWVY+n/7DvhzbzV67UB5lNQDq 2026-02-19T16:46:40.541 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.542 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.543 INFO:teuthology.orchestra.run.trial139.stderr:+ echo qGy36sqDqPX3hp8vfKzS5BKXDt16dIgRBiheZRXD6rKg5RXqAHVHeYwmlLa+Qoc4 2026-02-19T16:46:40.543 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.543 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.543 INFO:teuthology.orchestra.run.trial139.stderr:+ echo V8V5x/Yvk5Rcl1mWeXlCyStb+HJnw4nlnMfeP5ifAoIBAHTb2uYK2AT1j16KLHM0 2026-02-19T16:46:40.543 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.544 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.544 INFO:teuthology.orchestra.run.trial139.stderr:+ echo vwWA0MqrsEcdl9ZC0jFPMHCKYyA3NK0Fs4rlnkCtqT12faPd94qs7mQaBT7JViqk 2026-02-19T16:46:40.544 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.545 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.545 INFO:teuthology.orchestra.run.trial139.stderr:+ echo o2VDHdnaxPFa+6vpC6YuQsVJpewPDxFAx5ZJUAZ+Y6dwF6mji8NcU3MyWg/QR/3O 2026-02-19T16:46:40.545 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.545 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.546 INFO:teuthology.orchestra.run.trial139.stderr:+ echo lhbotyzS0IVxyySCwRVj+Y6oQuGYjeWQrvCPwdmjc0l4O38NVggnTxSFxdq91iXN 2026-02-19T16:46:40.546 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.546 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.547 INFO:teuthology.orchestra.run.trial139.stderr:+ echo OkXp7wZOTUGwJGF+uN3mk6y0JHXaM2nPWogl6KVjevO23ntpekUpsSP9lRTcfNca 2026-02-19T16:46:40.547 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.547 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.548 INFO:teuthology.orchestra.run.trial139.stderr:+ echo iogWRzm6iQ5AOeYRhBGuHwcicixtOMOYQTecoAcrbwh2TLUjyDDCynx3Iu1Ko2Fp 2026-02-19T16:46:40.548 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.548 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.548 INFO:teuthology.orchestra.run.trial139.stderr:+ echo k6sCggEBANavSRynldUaArBEhyISNAZT31b3Yz8eWFFjWt5GwxDn38bAAbiUNrzZ 2026-02-19T16:46:40.548 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.549 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.549 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 7joZFFMFg+Mgw2r59WpTFxesBo9qtTwyhWVXfxVicAxvcOg0uR6Eq7mrHLyk8w8c 2026-02-19T16:46:40.549 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.550 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.551 INFO:teuthology.orchestra.run.trial139.stderr:+ echo 0mO9ON97BTdDWBUe891ZA3U3W4IrvG2RQ2hJrUkhlRzHSRVL4nqU+MWNO9a0rFqO 2026-02-19T16:46:40.551 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.551 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.551 INFO:teuthology.orchestra.run.trial139.stderr:+ echo ACLz9KdPCtg3qWtnWVopSLZmAVcdR3On3At4FKc71GwhDvlnpZiO5GhVqiF1UKh9 2026-02-19T16:46:40.551 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.552 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.552 INFO:teuthology.orchestra.run.trial139.stderr:+ echo W6ImFfX0GthjENMApm6yoL9APMM54kch60RJ6gbiLf6S4u+G+JTFF/e5chm4OKRu 2026-02-19T16:46:40.552 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.553 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.553 INFO:teuthology.orchestra.run.trial139.stderr:+ echo D1JIxrzj8kO+9CdYsBppToxnQXzBjYc= 2026-02-19T16:46:40.553 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.553 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.554 INFO:teuthology.orchestra.run.trial139.stderr:+ echo -----END PRIVATE KEY----- 2026-02-19T16:46:40.554 INFO:teuthology.orchestra.run.trial139.stderr:+ sed -e 's/^/ /' 2026-02-19T16:46:40.554 INFO:teuthology.orchestra.run.trial139.stderr:+ read LINE 2026-02-19T16:46:40.554 INFO:teuthology.orchestra.run.trial139.stderr:+ ceph orch apply -i /tmp/mgmt.spec 2026-02-19T16:46:40.721 INFO:teuthology.orchestra.run.trial139.stdout:Scheduled mgmt-gateway update... 2026-02-19T16:46:40.864 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-19T16:46:40.881 INFO:tasks.cephadm:Waiting for ceph service mgmt-gateway to start (timeout 300)... 2026-02-19T16:46:40.882 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T16:46:40.999 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:46:41.045 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-mon[39807]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:41.045 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.045 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:46:41.045 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:46:41.045 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:46:41.045 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.045 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:46:41.045 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.045 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:40 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:40 trial103 ceph-mon[43181]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:40 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:40 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:46:41.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:40 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:46:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:40 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:46:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:40 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:40 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:46:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:40 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:40 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:40 trial139 ceph-mon[43500]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:41.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:40 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:40 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:46:41.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:40 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:46:41.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:40 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:46:41.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:40 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:40 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-19T16:46:41.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:40 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:40 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:41.252 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:41.252 INFO:teuthology.orchestra.run.trial085.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.032975Z", "last_refresh": "2026-02-19T16:43:05.687241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.855182Z", "last_refresh": "2026-02-19T16:43:05.759860Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T16:46:40.721467Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial139"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUK1dlNnBPxj7R999GNI8WQ7XwgP8wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMTkxNjQ2NDBaFw0yNjAzMjExNjQ2NDBa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC8\nQV1N9B04/hqoPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoU\nvP+A6kTUaNdO+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRG\na9gGdRpAH9SKukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM\n5HmtMv1slPvIn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU\n/8YD412KO1DkBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QBy\nPsXweWDxDGuVLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3\nDENN7oy77FqXy+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/U\njQjBP6P1IJkkQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE\n75+oPyrYtTwXXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5\nmpZKoX3LArp5U4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJ\nmHR/WslVNhgfh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABo1MwUTAdBgNVHQ4E\nFgQUdIY904K7GkPA95HNRJ+BSFrg5bcwHwYDVR0jBBgwFoAUdIY904K7GkPA95HN\nRJ+BSFrg5bcwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAhr+N\njNl4IInnV2ll7jVcV83V3m67mkdLxX7CxMPArl8Iz4ahEqZezLEhECdtRE0+hWUd\nlzoGPNbnRhZwUQ4R2xhcHRIFsn2VC3S8+miPLfTEXv6arR50L5w/iqERp6fyaVOf\nyRc/jkCrW6JDJPh4LoSc9RKyUqqbXLotqQqhkDhrAUmEqlXtMfA0F6b540DnvJTy\nyiFDvmNSMVfBrgjZpsX+CVmDVM5zPPO6E9ipaGknJ5ypk1JGVh98AyI0GwRE8D1/\nlTpO6PzRx1IZ2p8i/WXErpGvo9XnSHoz3S6/OltoNe9VatGh/B7kZGP3/IjuPRQA\nC3bntg9QuX6kDuKSIKphvzrOQ/WXQcFmAqDu+dFXrW7V/hcDW9d0FIsRY1jN2TYw\nqkEdwhEOG2fJA7NSckNtxJVBfQXgXeqbEYk91uql3D1Dcm0gzJIAm60dXF0VwPZw\nbRZVpakjBn4EVP0zpE0atk6frAKHSHUvOs27PMqXkffFBRCuGQnIl6bF3UyLOjOe\nysZ7t1tS2joqZEC6LpaQn6NFNb/wkHHHhnhsjDEyfjSQfzbMjCXAPVDStklnBsZx\nkCnDu2/2ZoKaQ1LU/cFq0ztKYr1bWT+TUnMQTbYKO9VRDoNi90kRrKp9LI5KAUvb\nQKsavwQaOAnZlr9jR30SOYafLV/k94wACCFU/wI=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC8QV1N9B04/hqo\nPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoUvP+A6kTUaNdO\n+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRGa9gGdRpAH9SK\nukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM5HmtMv1slPvI\nn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU/8YD412KO1Dk\nBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QByPsXweWDxDGuV\nLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3DENN7oy77FqX\ny+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/UjQjBP6P1IJkk\nQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE75+oPyrYtTwX\nXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5mpZKoX3LArp5\nU4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJmHR/WslVNhgf\nh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABAoICAAzQM3Y/gVBZwJ1m5dy5fkCX\nSvYaBApS8qPPx5ROYq/w7gP+igbiaITR8uRLWj6BG9xhfiUwzNKFovIAc6QLi+/Y\n52q6g5y2+XjKameutw8OnKOBHS0QTJYl6RQEysOmb774pCbRsvcJCOxlqqfkFx4z\nwZ5QNabimXQC2qe+uc+xVopTdVDNxxrlUohSLKFslayAozouAvXFsNrXkKeD/eZN\nzizNpykcd3kspEDDrUkKC+S2z73wmVt9arqxiAc51An93A/JBUWIAq933G2o+7+N\nIFA7f5asANoAILaVrjzpbEQJpGQtNaiqt4nmaLqBH+tRaSOUVLbTbkHPIOJMgEb9\nDW6XRn8bSWqkaFERJnfVueiZ6IiFKG8QAYNPoFv/c8FWYEsU3dRATj7w0C1VknGw\njAQPa2KwXYaFjFOYko8UrpmF/drfK3EURr81wlhnbMWvOZC5BhA6lY6kz90zOaZB\nwfr+FQo9/v4bDqMwnlAH37pz4A1dmEclU0yukQEVbNz3BcjVsEoYTY92LdWy9e7n\n7KwG+ZRnLo3fJgEYjnUlOxu4vHywOlyED59hmZ3ghj5n9AVhxGI/SS9jTIoc4RVb\nHz2TlpK1U211tjgxzxLmdTJ/sQpR+vCqxpur0w/awxsmErCmtWSIyEewUsf3LtuP\nRwLSxPlBkIsdmn1vsXKJAoIBAQD21RjoQ/UoBR4bHSm3Agcvuy/Fz7gVW2pUl1YA\n4oJMEABxAPJRdNOijem/tXYVYvpV1aQneZDekDNcPc8n6DLBuFY2C/LmaaALM9Oz\n4G9LzOXOPsFjXwetRTHQD4VWXqPLLLYTs4PFKWfKmaev3qFtQO68/CXwPe6GTt1V\nGw8fT4b7lKWjs3rKR0QXJC0LYWnmmh/Wy4z5b1nk7PdvbBe2EKqORd9cjYq0zAwm\nwf/t0TrNiIO1n+eGqo3oXIxFNcMgv2Z++A7c/XWPUzNv/xBFlmFddaIjpW/hDZC6\n82A1RJc6uSyZy81gYb/6dhPzjs/P00hudcoDpWEG1MIZXA8LAoIBAQDDP0+++1jX\n4REX6pzdnrSF8qLA1Wh2CVoixvfjcwOUzUs4pS1d6VteICF03lsJy2C+cHJmWdLv\nYTu6k07l60Wx/8xlKf1nPc4/iHwaF5fBsC0l586pfawaWLxTcyxYmfdUxFMjzFQw\nJp5ijTfSQNvzfM5MTqOyt0Dk/IF1qMK22AXBYa2Vs3Kyisf3a3AcX7XNeke1lMPy\n8+IB/r1bJp4T/D80JgHXI/e8Moe3DogZD3SpBryuA2IH0lHtsAbwWtzOACeRSPlm\nUeNJWRPbeVSypbO7YRy3CT+7kqghEHHbB992/ikpP04qmofrI1DhsX6Tq6/b1jnO\nct/mMQtMMIL7AoIBAQDiWeq8XE1+BKtmC+lMJPT4JX0atnDGTQ2GQz2gFBeOrwHo\nnwiYAD1vjRo1Lq/5zsloW0Fs3cMnBi/DP/8vRnT9RxDwAScfeu9ENqPGCWOmrGB1\nMQFhIi1FDPYwKXuKB8HGuNrD2FRXQrAmj5/B3LRGH0yPS99ynyiUS9AWknjcqq5L\nGTaIlzdcNdxQKGGSVSOrT90wuXsu5pkWIOSLbiGUWVY+n/7DvhzbzV67UB5lNQDq\nqGy36sqDqPX3hp8vfKzS5BKXDt16dIgRBiheZRXD6rKg5RXqAHVHeYwmlLa+Qoc4\nV8V5x/Yvk5Rcl1mWeXlCyStb+HJnw4nlnMfeP5ifAoIBAHTb2uYK2AT1j16KLHM0\nvwWA0MqrsEcdl9ZC0jFPMHCKYyA3NK0Fs4rlnkCtqT12faPd94qs7mQaBT7JViqk\no2VDHdnaxPFa+6vpC6YuQsVJpewPDxFAx5ZJUAZ+Y6dwF6mji8NcU3MyWg/QR/3O\nlhbotyzS0IVxyySCwRVj+Y6oQuGYjeWQrvCPwdmjc0l4O38NVggnTxSFxdq91iXN\nOkXp7wZOTUGwJGF+uN3mk6y0JHXaM2nPWogl6KVjevO23ntpekUpsSP9lRTcfNca\niogWRzm6iQ5AOeYRhBGuHwcicixtOMOYQTecoAcrbwh2TLUjyDDCynx3Iu1Ko2Fp\nk6sCggEBANavSRynldUaArBEhyISNAZT31b3Yz8eWFFjWt5GwxDn38bAAbiUNrzZ\n7joZFFMFg+Mgw2r59WpTFxesBo9qtTwyhWVXfxVicAxvcOg0uR6Eq7mrHLyk8w8c\n0mO9ON97BTdDWBUe891ZA3U3W4IrvG2RQ2hJrUkhlRzHSRVL4nqU+MWNO9a0rFqO\nACLz9KdPCtg3qWtnWVopSLZmAVcdR3On3At4FKc71GwhDvlnpZiO5GhVqiF1UKh9\nW6ImFfX0GthjENMApm6yoL9APMM54kch60RJ6gbiLf6S4u+G+JTFF/e5chm4OKRu\nD1JIxrzj8kO+9CdYsBppToxnQXzBjYc=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-19T16:46:40.719640Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial085=a", "trial103=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T16:41:58.824101Z", "last_refresh": "2026-02-19T16:43:00.512824Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial085:10.20.193.85=a", "trial103:10.20.193.103=b", "trial139:10.20.193.139=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T16:41:41.242242Z", "last_refresh": "2026-02-19T16:43:00.512754Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.686499Z", "last_refresh": "2026-02-19T16:43:00.512919Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial139"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T16:42:20.564899Z", "last_refresh": "2026-02-19T16:43:00.512875Z", "running": 3, "size": 3}}, {"events": ["2026-02-19T16:43:02.442446Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.205867Z", "last_refresh": "2026-02-19T16:43:00.512962Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-19T16:46:41.393 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-19T16:46:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:41 trial103 ceph-mon[43181]: from='client.24301 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:46:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:41 trial103 ceph-mon[43181]: Saving service mgmt-gateway spec with placement trial139 2026-02-19T16:46:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:41 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:41 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:41 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:41 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:41 trial085 ceph-mon[39807]: from='client.24301 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:46:42.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:41 trial085 ceph-mon[39807]: Saving service mgmt-gateway spec with placement trial139 2026-02-19T16:46:42.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:41 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:41 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:41 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:41 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:41 trial139 ceph-mon[43500]: from='client.24301 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-19T16:46:42.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:41 trial139 ceph-mon[43500]: Saving service mgmt-gateway spec with placement trial139 2026-02-19T16:46:42.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:41 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:41 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:41 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:41 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:42.394 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T16:46:42.517 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:46:42.754 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:42.754 INFO:teuthology.orchestra.run.trial085.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.032975Z", "last_refresh": "2026-02-19T16:43:05.687241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.855182Z", "last_refresh": "2026-02-19T16:43:05.759860Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T16:46:40.721467Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial139"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUK1dlNnBPxj7R999GNI8WQ7XwgP8wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMTkxNjQ2NDBaFw0yNjAzMjExNjQ2NDBa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC8\nQV1N9B04/hqoPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoU\nvP+A6kTUaNdO+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRG\na9gGdRpAH9SKukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM\n5HmtMv1slPvIn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU\n/8YD412KO1DkBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QBy\nPsXweWDxDGuVLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3\nDENN7oy77FqXy+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/U\njQjBP6P1IJkkQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE\n75+oPyrYtTwXXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5\nmpZKoX3LArp5U4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJ\nmHR/WslVNhgfh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABo1MwUTAdBgNVHQ4E\nFgQUdIY904K7GkPA95HNRJ+BSFrg5bcwHwYDVR0jBBgwFoAUdIY904K7GkPA95HN\nRJ+BSFrg5bcwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAhr+N\njNl4IInnV2ll7jVcV83V3m67mkdLxX7CxMPArl8Iz4ahEqZezLEhECdtRE0+hWUd\nlzoGPNbnRhZwUQ4R2xhcHRIFsn2VC3S8+miPLfTEXv6arR50L5w/iqERp6fyaVOf\nyRc/jkCrW6JDJPh4LoSc9RKyUqqbXLotqQqhkDhrAUmEqlXtMfA0F6b540DnvJTy\nyiFDvmNSMVfBrgjZpsX+CVmDVM5zPPO6E9ipaGknJ5ypk1JGVh98AyI0GwRE8D1/\nlTpO6PzRx1IZ2p8i/WXErpGvo9XnSHoz3S6/OltoNe9VatGh/B7kZGP3/IjuPRQA\nC3bntg9QuX6kDuKSIKphvzrOQ/WXQcFmAqDu+dFXrW7V/hcDW9d0FIsRY1jN2TYw\nqkEdwhEOG2fJA7NSckNtxJVBfQXgXeqbEYk91uql3D1Dcm0gzJIAm60dXF0VwPZw\nbRZVpakjBn4EVP0zpE0atk6frAKHSHUvOs27PMqXkffFBRCuGQnIl6bF3UyLOjOe\nysZ7t1tS2joqZEC6LpaQn6NFNb/wkHHHhnhsjDEyfjSQfzbMjCXAPVDStklnBsZx\nkCnDu2/2ZoKaQ1LU/cFq0ztKYr1bWT+TUnMQTbYKO9VRDoNi90kRrKp9LI5KAUvb\nQKsavwQaOAnZlr9jR30SOYafLV/k94wACCFU/wI=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC8QV1N9B04/hqo\nPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoUvP+A6kTUaNdO\n+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRGa9gGdRpAH9SK\nukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM5HmtMv1slPvI\nn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU/8YD412KO1Dk\nBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QByPsXweWDxDGuV\nLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3DENN7oy77FqX\ny+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/UjQjBP6P1IJkk\nQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE75+oPyrYtTwX\nXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5mpZKoX3LArp5\nU4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJmHR/WslVNhgf\nh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABAoICAAzQM3Y/gVBZwJ1m5dy5fkCX\nSvYaBApS8qPPx5ROYq/w7gP+igbiaITR8uRLWj6BG9xhfiUwzNKFovIAc6QLi+/Y\n52q6g5y2+XjKameutw8OnKOBHS0QTJYl6RQEysOmb774pCbRsvcJCOxlqqfkFx4z\nwZ5QNabimXQC2qe+uc+xVopTdVDNxxrlUohSLKFslayAozouAvXFsNrXkKeD/eZN\nzizNpykcd3kspEDDrUkKC+S2z73wmVt9arqxiAc51An93A/JBUWIAq933G2o+7+N\nIFA7f5asANoAILaVrjzpbEQJpGQtNaiqt4nmaLqBH+tRaSOUVLbTbkHPIOJMgEb9\nDW6XRn8bSWqkaFERJnfVueiZ6IiFKG8QAYNPoFv/c8FWYEsU3dRATj7w0C1VknGw\njAQPa2KwXYaFjFOYko8UrpmF/drfK3EURr81wlhnbMWvOZC5BhA6lY6kz90zOaZB\nwfr+FQo9/v4bDqMwnlAH37pz4A1dmEclU0yukQEVbNz3BcjVsEoYTY92LdWy9e7n\n7KwG+ZRnLo3fJgEYjnUlOxu4vHywOlyED59hmZ3ghj5n9AVhxGI/SS9jTIoc4RVb\nHz2TlpK1U211tjgxzxLmdTJ/sQpR+vCqxpur0w/awxsmErCmtWSIyEewUsf3LtuP\nRwLSxPlBkIsdmn1vsXKJAoIBAQD21RjoQ/UoBR4bHSm3Agcvuy/Fz7gVW2pUl1YA\n4oJMEABxAPJRdNOijem/tXYVYvpV1aQneZDekDNcPc8n6DLBuFY2C/LmaaALM9Oz\n4G9LzOXOPsFjXwetRTHQD4VWXqPLLLYTs4PFKWfKmaev3qFtQO68/CXwPe6GTt1V\nGw8fT4b7lKWjs3rKR0QXJC0LYWnmmh/Wy4z5b1nk7PdvbBe2EKqORd9cjYq0zAwm\nwf/t0TrNiIO1n+eGqo3oXIxFNcMgv2Z++A7c/XWPUzNv/xBFlmFddaIjpW/hDZC6\n82A1RJc6uSyZy81gYb/6dhPzjs/P00hudcoDpWEG1MIZXA8LAoIBAQDDP0+++1jX\n4REX6pzdnrSF8qLA1Wh2CVoixvfjcwOUzUs4pS1d6VteICF03lsJy2C+cHJmWdLv\nYTu6k07l60Wx/8xlKf1nPc4/iHwaF5fBsC0l586pfawaWLxTcyxYmfdUxFMjzFQw\nJp5ijTfSQNvzfM5MTqOyt0Dk/IF1qMK22AXBYa2Vs3Kyisf3a3AcX7XNeke1lMPy\n8+IB/r1bJp4T/D80JgHXI/e8Moe3DogZD3SpBryuA2IH0lHtsAbwWtzOACeRSPlm\nUeNJWRPbeVSypbO7YRy3CT+7kqghEHHbB992/ikpP04qmofrI1DhsX6Tq6/b1jnO\nct/mMQtMMIL7AoIBAQDiWeq8XE1+BKtmC+lMJPT4JX0atnDGTQ2GQz2gFBeOrwHo\nnwiYAD1vjRo1Lq/5zsloW0Fs3cMnBi/DP/8vRnT9RxDwAScfeu9ENqPGCWOmrGB1\nMQFhIi1FDPYwKXuKB8HGuNrD2FRXQrAmj5/B3LRGH0yPS99ynyiUS9AWknjcqq5L\nGTaIlzdcNdxQKGGSVSOrT90wuXsu5pkWIOSLbiGUWVY+n/7DvhzbzV67UB5lNQDq\nqGy36sqDqPX3hp8vfKzS5BKXDt16dIgRBiheZRXD6rKg5RXqAHVHeYwmlLa+Qoc4\nV8V5x/Yvk5Rcl1mWeXlCyStb+HJnw4nlnMfeP5ifAoIBAHTb2uYK2AT1j16KLHM0\nvwWA0MqrsEcdl9ZC0jFPMHCKYyA3NK0Fs4rlnkCtqT12faPd94qs7mQaBT7JViqk\no2VDHdnaxPFa+6vpC6YuQsVJpewPDxFAx5ZJUAZ+Y6dwF6mji8NcU3MyWg/QR/3O\nlhbotyzS0IVxyySCwRVj+Y6oQuGYjeWQrvCPwdmjc0l4O38NVggnTxSFxdq91iXN\nOkXp7wZOTUGwJGF+uN3mk6y0JHXaM2nPWogl6KVjevO23ntpekUpsSP9lRTcfNca\niogWRzm6iQ5AOeYRhBGuHwcicixtOMOYQTecoAcrbwh2TLUjyDDCynx3Iu1Ko2Fp\nk6sCggEBANavSRynldUaArBEhyISNAZT31b3Yz8eWFFjWt5GwxDn38bAAbiUNrzZ\n7joZFFMFg+Mgw2r59WpTFxesBo9qtTwyhWVXfxVicAxvcOg0uR6Eq7mrHLyk8w8c\n0mO9ON97BTdDWBUe891ZA3U3W4IrvG2RQ2hJrUkhlRzHSRVL4nqU+MWNO9a0rFqO\nACLz9KdPCtg3qWtnWVopSLZmAVcdR3On3At4FKc71GwhDvlnpZiO5GhVqiF1UKh9\nW6ImFfX0GthjENMApm6yoL9APMM54kch60RJ6gbiLf6S4u+G+JTFF/e5chm4OKRu\nD1JIxrzj8kO+9CdYsBppToxnQXzBjYc=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-19T16:46:40.719640Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial085=a", "trial103=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T16:41:58.824101Z", "last_refresh": "2026-02-19T16:43:00.512824Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial085:10.20.193.85=a", "trial103:10.20.193.103=b", "trial139:10.20.193.139=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T16:41:41.242242Z", "last_refresh": "2026-02-19T16:43:00.512754Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.686499Z", "last_refresh": "2026-02-19T16:43:00.512919Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial139"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T16:42:20.564899Z", "last_refresh": "2026-02-19T16:43:00.512875Z", "running": 3, "size": 3}}, {"events": ["2026-02-19T16:43:02.442446Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.205867Z", "last_refresh": "2026-02-19T16:43:00.512962Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-19T16:46:42.896 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-19T16:46:43.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:42 trial103 ceph-mon[43181]: Deploying daemon mgmt-gateway.trial139 on trial139 2026-02-19T16:46:43.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:42 trial103 ceph-mon[43181]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:43.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:42 trial103 ceph-mon[43181]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:42 trial085 ceph-mon[39807]: Deploying daemon mgmt-gateway.trial139 on trial139 2026-02-19T16:46:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:42 trial085 ceph-mon[39807]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:43.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:42 trial085 ceph-mon[39807]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:43.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:42 trial139 ceph-mon[43500]: Deploying daemon mgmt-gateway.trial139 on trial139 2026-02-19T16:46:43.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:42 trial139 ceph-mon[43500]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:43.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:42 trial139 ceph-mon[43500]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:43.897 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T16:46:44.017 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:46:44.040 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:43 trial085 ceph-mon[39807]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:44.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:43 trial103 ceph-mon[43181]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:44.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:43 trial139 ceph-mon[43500]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:44.264 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:44.264 INFO:teuthology.orchestra.run.trial085.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.032975Z", "last_refresh": "2026-02-19T16:43:05.687241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.855182Z", "last_refresh": "2026-02-19T16:43:05.759860Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T16:46:40.721467Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial139"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUK1dlNnBPxj7R999GNI8WQ7XwgP8wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMTkxNjQ2NDBaFw0yNjAzMjExNjQ2NDBa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC8\nQV1N9B04/hqoPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoU\nvP+A6kTUaNdO+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRG\na9gGdRpAH9SKukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM\n5HmtMv1slPvIn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU\n/8YD412KO1DkBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QBy\nPsXweWDxDGuVLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3\nDENN7oy77FqXy+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/U\njQjBP6P1IJkkQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE\n75+oPyrYtTwXXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5\nmpZKoX3LArp5U4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJ\nmHR/WslVNhgfh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABo1MwUTAdBgNVHQ4E\nFgQUdIY904K7GkPA95HNRJ+BSFrg5bcwHwYDVR0jBBgwFoAUdIY904K7GkPA95HN\nRJ+BSFrg5bcwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAhr+N\njNl4IInnV2ll7jVcV83V3m67mkdLxX7CxMPArl8Iz4ahEqZezLEhECdtRE0+hWUd\nlzoGPNbnRhZwUQ4R2xhcHRIFsn2VC3S8+miPLfTEXv6arR50L5w/iqERp6fyaVOf\nyRc/jkCrW6JDJPh4LoSc9RKyUqqbXLotqQqhkDhrAUmEqlXtMfA0F6b540DnvJTy\nyiFDvmNSMVfBrgjZpsX+CVmDVM5zPPO6E9ipaGknJ5ypk1JGVh98AyI0GwRE8D1/\nlTpO6PzRx1IZ2p8i/WXErpGvo9XnSHoz3S6/OltoNe9VatGh/B7kZGP3/IjuPRQA\nC3bntg9QuX6kDuKSIKphvzrOQ/WXQcFmAqDu+dFXrW7V/hcDW9d0FIsRY1jN2TYw\nqkEdwhEOG2fJA7NSckNtxJVBfQXgXeqbEYk91uql3D1Dcm0gzJIAm60dXF0VwPZw\nbRZVpakjBn4EVP0zpE0atk6frAKHSHUvOs27PMqXkffFBRCuGQnIl6bF3UyLOjOe\nysZ7t1tS2joqZEC6LpaQn6NFNb/wkHHHhnhsjDEyfjSQfzbMjCXAPVDStklnBsZx\nkCnDu2/2ZoKaQ1LU/cFq0ztKYr1bWT+TUnMQTbYKO9VRDoNi90kRrKp9LI5KAUvb\nQKsavwQaOAnZlr9jR30SOYafLV/k94wACCFU/wI=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC8QV1N9B04/hqo\nPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoUvP+A6kTUaNdO\n+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRGa9gGdRpAH9SK\nukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM5HmtMv1slPvI\nn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU/8YD412KO1Dk\nBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QByPsXweWDxDGuV\nLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3DENN7oy77FqX\ny+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/UjQjBP6P1IJkk\nQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE75+oPyrYtTwX\nXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5mpZKoX3LArp5\nU4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJmHR/WslVNhgf\nh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABAoICAAzQM3Y/gVBZwJ1m5dy5fkCX\nSvYaBApS8qPPx5ROYq/w7gP+igbiaITR8uRLWj6BG9xhfiUwzNKFovIAc6QLi+/Y\n52q6g5y2+XjKameutw8OnKOBHS0QTJYl6RQEysOmb774pCbRsvcJCOxlqqfkFx4z\nwZ5QNabimXQC2qe+uc+xVopTdVDNxxrlUohSLKFslayAozouAvXFsNrXkKeD/eZN\nzizNpykcd3kspEDDrUkKC+S2z73wmVt9arqxiAc51An93A/JBUWIAq933G2o+7+N\nIFA7f5asANoAILaVrjzpbEQJpGQtNaiqt4nmaLqBH+tRaSOUVLbTbkHPIOJMgEb9\nDW6XRn8bSWqkaFERJnfVueiZ6IiFKG8QAYNPoFv/c8FWYEsU3dRATj7w0C1VknGw\njAQPa2KwXYaFjFOYko8UrpmF/drfK3EURr81wlhnbMWvOZC5BhA6lY6kz90zOaZB\nwfr+FQo9/v4bDqMwnlAH37pz4A1dmEclU0yukQEVbNz3BcjVsEoYTY92LdWy9e7n\n7KwG+ZRnLo3fJgEYjnUlOxu4vHywOlyED59hmZ3ghj5n9AVhxGI/SS9jTIoc4RVb\nHz2TlpK1U211tjgxzxLmdTJ/sQpR+vCqxpur0w/awxsmErCmtWSIyEewUsf3LtuP\nRwLSxPlBkIsdmn1vsXKJAoIBAQD21RjoQ/UoBR4bHSm3Agcvuy/Fz7gVW2pUl1YA\n4oJMEABxAPJRdNOijem/tXYVYvpV1aQneZDekDNcPc8n6DLBuFY2C/LmaaALM9Oz\n4G9LzOXOPsFjXwetRTHQD4VWXqPLLLYTs4PFKWfKmaev3qFtQO68/CXwPe6GTt1V\nGw8fT4b7lKWjs3rKR0QXJC0LYWnmmh/Wy4z5b1nk7PdvbBe2EKqORd9cjYq0zAwm\nwf/t0TrNiIO1n+eGqo3oXIxFNcMgv2Z++A7c/XWPUzNv/xBFlmFddaIjpW/hDZC6\n82A1RJc6uSyZy81gYb/6dhPzjs/P00hudcoDpWEG1MIZXA8LAoIBAQDDP0+++1jX\n4REX6pzdnrSF8qLA1Wh2CVoixvfjcwOUzUs4pS1d6VteICF03lsJy2C+cHJmWdLv\nYTu6k07l60Wx/8xlKf1nPc4/iHwaF5fBsC0l586pfawaWLxTcyxYmfdUxFMjzFQw\nJp5ijTfSQNvzfM5MTqOyt0Dk/IF1qMK22AXBYa2Vs3Kyisf3a3AcX7XNeke1lMPy\n8+IB/r1bJp4T/D80JgHXI/e8Moe3DogZD3SpBryuA2IH0lHtsAbwWtzOACeRSPlm\nUeNJWRPbeVSypbO7YRy3CT+7kqghEHHbB992/ikpP04qmofrI1DhsX6Tq6/b1jnO\nct/mMQtMMIL7AoIBAQDiWeq8XE1+BKtmC+lMJPT4JX0atnDGTQ2GQz2gFBeOrwHo\nnwiYAD1vjRo1Lq/5zsloW0Fs3cMnBi/DP/8vRnT9RxDwAScfeu9ENqPGCWOmrGB1\nMQFhIi1FDPYwKXuKB8HGuNrD2FRXQrAmj5/B3LRGH0yPS99ynyiUS9AWknjcqq5L\nGTaIlzdcNdxQKGGSVSOrT90wuXsu5pkWIOSLbiGUWVY+n/7DvhzbzV67UB5lNQDq\nqGy36sqDqPX3hp8vfKzS5BKXDt16dIgRBiheZRXD6rKg5RXqAHVHeYwmlLa+Qoc4\nV8V5x/Yvk5Rcl1mWeXlCyStb+HJnw4nlnMfeP5ifAoIBAHTb2uYK2AT1j16KLHM0\nvwWA0MqrsEcdl9ZC0jFPMHCKYyA3NK0Fs4rlnkCtqT12faPd94qs7mQaBT7JViqk\no2VDHdnaxPFa+6vpC6YuQsVJpewPDxFAx5ZJUAZ+Y6dwF6mji8NcU3MyWg/QR/3O\nlhbotyzS0IVxyySCwRVj+Y6oQuGYjeWQrvCPwdmjc0l4O38NVggnTxSFxdq91iXN\nOkXp7wZOTUGwJGF+uN3mk6y0JHXaM2nPWogl6KVjevO23ntpekUpsSP9lRTcfNca\niogWRzm6iQ5AOeYRhBGuHwcicixtOMOYQTecoAcrbwh2TLUjyDDCynx3Iu1Ko2Fp\nk6sCggEBANavSRynldUaArBEhyISNAZT31b3Yz8eWFFjWt5GwxDn38bAAbiUNrzZ\n7joZFFMFg+Mgw2r59WpTFxesBo9qtTwyhWVXfxVicAxvcOg0uR6Eq7mrHLyk8w8c\n0mO9ON97BTdDWBUe891ZA3U3W4IrvG2RQ2hJrUkhlRzHSRVL4nqU+MWNO9a0rFqO\nACLz9KdPCtg3qWtnWVopSLZmAVcdR3On3At4FKc71GwhDvlnpZiO5GhVqiF1UKh9\nW6ImFfX0GthjENMApm6yoL9APMM54kch60RJ6gbiLf6S4u+G+JTFF/e5chm4OKRu\nD1JIxrzj8kO+9CdYsBppToxnQXzBjYc=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-19T16:46:40.719640Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial085=a", "trial103=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T16:41:58.824101Z", "last_refresh": "2026-02-19T16:43:00.512824Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial085:10.20.193.85=a", "trial103:10.20.193.103=b", "trial139:10.20.193.139=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T16:41:41.242242Z", "last_refresh": "2026-02-19T16:43:00.512754Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.686499Z", "last_refresh": "2026-02-19T16:43:00.512919Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial139"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T16:42:20.564899Z", "last_refresh": "2026-02-19T16:43:00.512875Z", "running": 3, "size": 3}}, {"events": ["2026-02-19T16:43:02.442446Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.205867Z", "last_refresh": "2026-02-19T16:43:00.512962Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-19T16:46:44.406 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-19T16:46:45.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:44 trial103 ceph-mon[43181]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:45.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:44 trial085 ceph-mon[39807]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:45.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:44 trial139 ceph-mon[43500]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:45.407 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T16:46:45.531 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:46:45.767 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:45.767 INFO:teuthology.orchestra.run.trial085.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.032975Z", "last_refresh": "2026-02-19T16:43:05.687241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.855182Z", "last_refresh": "2026-02-19T16:43:05.759860Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T16:46:40.721467Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial139"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUK1dlNnBPxj7R999GNI8WQ7XwgP8wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMTkxNjQ2NDBaFw0yNjAzMjExNjQ2NDBa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC8\nQV1N9B04/hqoPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoU\nvP+A6kTUaNdO+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRG\na9gGdRpAH9SKukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM\n5HmtMv1slPvIn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU\n/8YD412KO1DkBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QBy\nPsXweWDxDGuVLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3\nDENN7oy77FqXy+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/U\njQjBP6P1IJkkQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE\n75+oPyrYtTwXXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5\nmpZKoX3LArp5U4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJ\nmHR/WslVNhgfh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABo1MwUTAdBgNVHQ4E\nFgQUdIY904K7GkPA95HNRJ+BSFrg5bcwHwYDVR0jBBgwFoAUdIY904K7GkPA95HN\nRJ+BSFrg5bcwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAhr+N\njNl4IInnV2ll7jVcV83V3m67mkdLxX7CxMPArl8Iz4ahEqZezLEhECdtRE0+hWUd\nlzoGPNbnRhZwUQ4R2xhcHRIFsn2VC3S8+miPLfTEXv6arR50L5w/iqERp6fyaVOf\nyRc/jkCrW6JDJPh4LoSc9RKyUqqbXLotqQqhkDhrAUmEqlXtMfA0F6b540DnvJTy\nyiFDvmNSMVfBrgjZpsX+CVmDVM5zPPO6E9ipaGknJ5ypk1JGVh98AyI0GwRE8D1/\nlTpO6PzRx1IZ2p8i/WXErpGvo9XnSHoz3S6/OltoNe9VatGh/B7kZGP3/IjuPRQA\nC3bntg9QuX6kDuKSIKphvzrOQ/WXQcFmAqDu+dFXrW7V/hcDW9d0FIsRY1jN2TYw\nqkEdwhEOG2fJA7NSckNtxJVBfQXgXeqbEYk91uql3D1Dcm0gzJIAm60dXF0VwPZw\nbRZVpakjBn4EVP0zpE0atk6frAKHSHUvOs27PMqXkffFBRCuGQnIl6bF3UyLOjOe\nysZ7t1tS2joqZEC6LpaQn6NFNb/wkHHHhnhsjDEyfjSQfzbMjCXAPVDStklnBsZx\nkCnDu2/2ZoKaQ1LU/cFq0ztKYr1bWT+TUnMQTbYKO9VRDoNi90kRrKp9LI5KAUvb\nQKsavwQaOAnZlr9jR30SOYafLV/k94wACCFU/wI=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC8QV1N9B04/hqo\nPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoUvP+A6kTUaNdO\n+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRGa9gGdRpAH9SK\nukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM5HmtMv1slPvI\nn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU/8YD412KO1Dk\nBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QByPsXweWDxDGuV\nLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3DENN7oy77FqX\ny+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/UjQjBP6P1IJkk\nQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE75+oPyrYtTwX\nXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5mpZKoX3LArp5\nU4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJmHR/WslVNhgf\nh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABAoICAAzQM3Y/gVBZwJ1m5dy5fkCX\nSvYaBApS8qPPx5ROYq/w7gP+igbiaITR8uRLWj6BG9xhfiUwzNKFovIAc6QLi+/Y\n52q6g5y2+XjKameutw8OnKOBHS0QTJYl6RQEysOmb774pCbRsvcJCOxlqqfkFx4z\nwZ5QNabimXQC2qe+uc+xVopTdVDNxxrlUohSLKFslayAozouAvXFsNrXkKeD/eZN\nzizNpykcd3kspEDDrUkKC+S2z73wmVt9arqxiAc51An93A/JBUWIAq933G2o+7+N\nIFA7f5asANoAILaVrjzpbEQJpGQtNaiqt4nmaLqBH+tRaSOUVLbTbkHPIOJMgEb9\nDW6XRn8bSWqkaFERJnfVueiZ6IiFKG8QAYNPoFv/c8FWYEsU3dRATj7w0C1VknGw\njAQPa2KwXYaFjFOYko8UrpmF/drfK3EURr81wlhnbMWvOZC5BhA6lY6kz90zOaZB\nwfr+FQo9/v4bDqMwnlAH37pz4A1dmEclU0yukQEVbNz3BcjVsEoYTY92LdWy9e7n\n7KwG+ZRnLo3fJgEYjnUlOxu4vHywOlyED59hmZ3ghj5n9AVhxGI/SS9jTIoc4RVb\nHz2TlpK1U211tjgxzxLmdTJ/sQpR+vCqxpur0w/awxsmErCmtWSIyEewUsf3LtuP\nRwLSxPlBkIsdmn1vsXKJAoIBAQD21RjoQ/UoBR4bHSm3Agcvuy/Fz7gVW2pUl1YA\n4oJMEABxAPJRdNOijem/tXYVYvpV1aQneZDekDNcPc8n6DLBuFY2C/LmaaALM9Oz\n4G9LzOXOPsFjXwetRTHQD4VWXqPLLLYTs4PFKWfKmaev3qFtQO68/CXwPe6GTt1V\nGw8fT4b7lKWjs3rKR0QXJC0LYWnmmh/Wy4z5b1nk7PdvbBe2EKqORd9cjYq0zAwm\nwf/t0TrNiIO1n+eGqo3oXIxFNcMgv2Z++A7c/XWPUzNv/xBFlmFddaIjpW/hDZC6\n82A1RJc6uSyZy81gYb/6dhPzjs/P00hudcoDpWEG1MIZXA8LAoIBAQDDP0+++1jX\n4REX6pzdnrSF8qLA1Wh2CVoixvfjcwOUzUs4pS1d6VteICF03lsJy2C+cHJmWdLv\nYTu6k07l60Wx/8xlKf1nPc4/iHwaF5fBsC0l586pfawaWLxTcyxYmfdUxFMjzFQw\nJp5ijTfSQNvzfM5MTqOyt0Dk/IF1qMK22AXBYa2Vs3Kyisf3a3AcX7XNeke1lMPy\n8+IB/r1bJp4T/D80JgHXI/e8Moe3DogZD3SpBryuA2IH0lHtsAbwWtzOACeRSPlm\nUeNJWRPbeVSypbO7YRy3CT+7kqghEHHbB992/ikpP04qmofrI1DhsX6Tq6/b1jnO\nct/mMQtMMIL7AoIBAQDiWeq8XE1+BKtmC+lMJPT4JX0atnDGTQ2GQz2gFBeOrwHo\nnwiYAD1vjRo1Lq/5zsloW0Fs3cMnBi/DP/8vRnT9RxDwAScfeu9ENqPGCWOmrGB1\nMQFhIi1FDPYwKXuKB8HGuNrD2FRXQrAmj5/B3LRGH0yPS99ynyiUS9AWknjcqq5L\nGTaIlzdcNdxQKGGSVSOrT90wuXsu5pkWIOSLbiGUWVY+n/7DvhzbzV67UB5lNQDq\nqGy36sqDqPX3hp8vfKzS5BKXDt16dIgRBiheZRXD6rKg5RXqAHVHeYwmlLa+Qoc4\nV8V5x/Yvk5Rcl1mWeXlCyStb+HJnw4nlnMfeP5ifAoIBAHTb2uYK2AT1j16KLHM0\nvwWA0MqrsEcdl9ZC0jFPMHCKYyA3NK0Fs4rlnkCtqT12faPd94qs7mQaBT7JViqk\no2VDHdnaxPFa+6vpC6YuQsVJpewPDxFAx5ZJUAZ+Y6dwF6mji8NcU3MyWg/QR/3O\nlhbotyzS0IVxyySCwRVj+Y6oQuGYjeWQrvCPwdmjc0l4O38NVggnTxSFxdq91iXN\nOkXp7wZOTUGwJGF+uN3mk6y0JHXaM2nPWogl6KVjevO23ntpekUpsSP9lRTcfNca\niogWRzm6iQ5AOeYRhBGuHwcicixtOMOYQTecoAcrbwh2TLUjyDDCynx3Iu1Ko2Fp\nk6sCggEBANavSRynldUaArBEhyISNAZT31b3Yz8eWFFjWt5GwxDn38bAAbiUNrzZ\n7joZFFMFg+Mgw2r59WpTFxesBo9qtTwyhWVXfxVicAxvcOg0uR6Eq7mrHLyk8w8c\n0mO9ON97BTdDWBUe891ZA3U3W4IrvG2RQ2hJrUkhlRzHSRVL4nqU+MWNO9a0rFqO\nACLz9KdPCtg3qWtnWVopSLZmAVcdR3On3At4FKc71GwhDvlnpZiO5GhVqiF1UKh9\nW6ImFfX0GthjENMApm6yoL9APMM54kch60RJ6gbiLf6S4u+G+JTFF/e5chm4OKRu\nD1JIxrzj8kO+9CdYsBppToxnQXzBjYc=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-19T16:46:40.719640Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial085=a", "trial103=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T16:41:58.824101Z", "last_refresh": "2026-02-19T16:43:00.512824Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial085:10.20.193.85=a", "trial103:10.20.193.103=b", "trial139:10.20.193.139=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T16:41:41.242242Z", "last_refresh": "2026-02-19T16:43:00.512754Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.686499Z", "last_refresh": "2026-02-19T16:43:00.512919Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial139"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T16:42:20.564899Z", "last_refresh": "2026-02-19T16:43:00.512875Z", "running": 3, "size": 3}}, {"events": ["2026-02-19T16:43:02.442446Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.205867Z", "last_refresh": "2026-02-19T16:43:00.512962Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-19T16:46:45.923 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-19T16:46:46.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:45 trial103 ceph-mon[43181]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:46.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:45 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:46.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:45 trial085 ceph-mon[39807]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:46.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:45 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:46.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:45 trial139 ceph-mon[43500]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:46.216 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:45 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-19T16:46:46.924 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T16:46:47.046 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:46:47.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:46 trial103 ceph-mon[43181]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:47.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:46 trial103 ceph-mon[43181]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:47.068 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:46 trial085 ceph-mon[39807]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:47.069 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:46 trial085 ceph-mon[39807]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:47.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:46 trial139 ceph-mon[43500]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:47.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:46 trial139 ceph-mon[43500]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:47.280 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:47.280 INFO:teuthology.orchestra.run.trial085.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.032975Z", "last_refresh": "2026-02-19T16:43:05.687241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.855182Z", "last_refresh": "2026-02-19T16:43:05.759860Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T16:46:40.721467Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial139"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUK1dlNnBPxj7R999GNI8WQ7XwgP8wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMTkxNjQ2NDBaFw0yNjAzMjExNjQ2NDBa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC8\nQV1N9B04/hqoPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoU\nvP+A6kTUaNdO+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRG\na9gGdRpAH9SKukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM\n5HmtMv1slPvIn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU\n/8YD412KO1DkBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QBy\nPsXweWDxDGuVLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3\nDENN7oy77FqXy+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/U\njQjBP6P1IJkkQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE\n75+oPyrYtTwXXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5\nmpZKoX3LArp5U4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJ\nmHR/WslVNhgfh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABo1MwUTAdBgNVHQ4E\nFgQUdIY904K7GkPA95HNRJ+BSFrg5bcwHwYDVR0jBBgwFoAUdIY904K7GkPA95HN\nRJ+BSFrg5bcwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAhr+N\njNl4IInnV2ll7jVcV83V3m67mkdLxX7CxMPArl8Iz4ahEqZezLEhECdtRE0+hWUd\nlzoGPNbnRhZwUQ4R2xhcHRIFsn2VC3S8+miPLfTEXv6arR50L5w/iqERp6fyaVOf\nyRc/jkCrW6JDJPh4LoSc9RKyUqqbXLotqQqhkDhrAUmEqlXtMfA0F6b540DnvJTy\nyiFDvmNSMVfBrgjZpsX+CVmDVM5zPPO6E9ipaGknJ5ypk1JGVh98AyI0GwRE8D1/\nlTpO6PzRx1IZ2p8i/WXErpGvo9XnSHoz3S6/OltoNe9VatGh/B7kZGP3/IjuPRQA\nC3bntg9QuX6kDuKSIKphvzrOQ/WXQcFmAqDu+dFXrW7V/hcDW9d0FIsRY1jN2TYw\nqkEdwhEOG2fJA7NSckNtxJVBfQXgXeqbEYk91uql3D1Dcm0gzJIAm60dXF0VwPZw\nbRZVpakjBn4EVP0zpE0atk6frAKHSHUvOs27PMqXkffFBRCuGQnIl6bF3UyLOjOe\nysZ7t1tS2joqZEC6LpaQn6NFNb/wkHHHhnhsjDEyfjSQfzbMjCXAPVDStklnBsZx\nkCnDu2/2ZoKaQ1LU/cFq0ztKYr1bWT+TUnMQTbYKO9VRDoNi90kRrKp9LI5KAUvb\nQKsavwQaOAnZlr9jR30SOYafLV/k94wACCFU/wI=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC8QV1N9B04/hqo\nPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoUvP+A6kTUaNdO\n+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRGa9gGdRpAH9SK\nukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM5HmtMv1slPvI\nn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU/8YD412KO1Dk\nBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QByPsXweWDxDGuV\nLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3DENN7oy77FqX\ny+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/UjQjBP6P1IJkk\nQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE75+oPyrYtTwX\nXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5mpZKoX3LArp5\nU4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJmHR/WslVNhgf\nh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABAoICAAzQM3Y/gVBZwJ1m5dy5fkCX\nSvYaBApS8qPPx5ROYq/w7gP+igbiaITR8uRLWj6BG9xhfiUwzNKFovIAc6QLi+/Y\n52q6g5y2+XjKameutw8OnKOBHS0QTJYl6RQEysOmb774pCbRsvcJCOxlqqfkFx4z\nwZ5QNabimXQC2qe+uc+xVopTdVDNxxrlUohSLKFslayAozouAvXFsNrXkKeD/eZN\nzizNpykcd3kspEDDrUkKC+S2z73wmVt9arqxiAc51An93A/JBUWIAq933G2o+7+N\nIFA7f5asANoAILaVrjzpbEQJpGQtNaiqt4nmaLqBH+tRaSOUVLbTbkHPIOJMgEb9\nDW6XRn8bSWqkaFERJnfVueiZ6IiFKG8QAYNPoFv/c8FWYEsU3dRATj7w0C1VknGw\njAQPa2KwXYaFjFOYko8UrpmF/drfK3EURr81wlhnbMWvOZC5BhA6lY6kz90zOaZB\nwfr+FQo9/v4bDqMwnlAH37pz4A1dmEclU0yukQEVbNz3BcjVsEoYTY92LdWy9e7n\n7KwG+ZRnLo3fJgEYjnUlOxu4vHywOlyED59hmZ3ghj5n9AVhxGI/SS9jTIoc4RVb\nHz2TlpK1U211tjgxzxLmdTJ/sQpR+vCqxpur0w/awxsmErCmtWSIyEewUsf3LtuP\nRwLSxPlBkIsdmn1vsXKJAoIBAQD21RjoQ/UoBR4bHSm3Agcvuy/Fz7gVW2pUl1YA\n4oJMEABxAPJRdNOijem/tXYVYvpV1aQneZDekDNcPc8n6DLBuFY2C/LmaaALM9Oz\n4G9LzOXOPsFjXwetRTHQD4VWXqPLLLYTs4PFKWfKmaev3qFtQO68/CXwPe6GTt1V\nGw8fT4b7lKWjs3rKR0QXJC0LYWnmmh/Wy4z5b1nk7PdvbBe2EKqORd9cjYq0zAwm\nwf/t0TrNiIO1n+eGqo3oXIxFNcMgv2Z++A7c/XWPUzNv/xBFlmFddaIjpW/hDZC6\n82A1RJc6uSyZy81gYb/6dhPzjs/P00hudcoDpWEG1MIZXA8LAoIBAQDDP0+++1jX\n4REX6pzdnrSF8qLA1Wh2CVoixvfjcwOUzUs4pS1d6VteICF03lsJy2C+cHJmWdLv\nYTu6k07l60Wx/8xlKf1nPc4/iHwaF5fBsC0l586pfawaWLxTcyxYmfdUxFMjzFQw\nJp5ijTfSQNvzfM5MTqOyt0Dk/IF1qMK22AXBYa2Vs3Kyisf3a3AcX7XNeke1lMPy\n8+IB/r1bJp4T/D80JgHXI/e8Moe3DogZD3SpBryuA2IH0lHtsAbwWtzOACeRSPlm\nUeNJWRPbeVSypbO7YRy3CT+7kqghEHHbB992/ikpP04qmofrI1DhsX6Tq6/b1jnO\nct/mMQtMMIL7AoIBAQDiWeq8XE1+BKtmC+lMJPT4JX0atnDGTQ2GQz2gFBeOrwHo\nnwiYAD1vjRo1Lq/5zsloW0Fs3cMnBi/DP/8vRnT9RxDwAScfeu9ENqPGCWOmrGB1\nMQFhIi1FDPYwKXuKB8HGuNrD2FRXQrAmj5/B3LRGH0yPS99ynyiUS9AWknjcqq5L\nGTaIlzdcNdxQKGGSVSOrT90wuXsu5pkWIOSLbiGUWVY+n/7DvhzbzV67UB5lNQDq\nqGy36sqDqPX3hp8vfKzS5BKXDt16dIgRBiheZRXD6rKg5RXqAHVHeYwmlLa+Qoc4\nV8V5x/Yvk5Rcl1mWeXlCyStb+HJnw4nlnMfeP5ifAoIBAHTb2uYK2AT1j16KLHM0\nvwWA0MqrsEcdl9ZC0jFPMHCKYyA3NK0Fs4rlnkCtqT12faPd94qs7mQaBT7JViqk\no2VDHdnaxPFa+6vpC6YuQsVJpewPDxFAx5ZJUAZ+Y6dwF6mji8NcU3MyWg/QR/3O\nlhbotyzS0IVxyySCwRVj+Y6oQuGYjeWQrvCPwdmjc0l4O38NVggnTxSFxdq91iXN\nOkXp7wZOTUGwJGF+uN3mk6y0JHXaM2nPWogl6KVjevO23ntpekUpsSP9lRTcfNca\niogWRzm6iQ5AOeYRhBGuHwcicixtOMOYQTecoAcrbwh2TLUjyDDCynx3Iu1Ko2Fp\nk6sCggEBANavSRynldUaArBEhyISNAZT31b3Yz8eWFFjWt5GwxDn38bAAbiUNrzZ\n7joZFFMFg+Mgw2r59WpTFxesBo9qtTwyhWVXfxVicAxvcOg0uR6Eq7mrHLyk8w8c\n0mO9ON97BTdDWBUe891ZA3U3W4IrvG2RQ2hJrUkhlRzHSRVL4nqU+MWNO9a0rFqO\nACLz9KdPCtg3qWtnWVopSLZmAVcdR3On3At4FKc71GwhDvlnpZiO5GhVqiF1UKh9\nW6ImFfX0GthjENMApm6yoL9APMM54kch60RJ6gbiLf6S4u+G+JTFF/e5chm4OKRu\nD1JIxrzj8kO+9CdYsBppToxnQXzBjYc=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-19T16:46:40.719640Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial085=a", "trial103=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T16:41:58.824101Z", "last_refresh": "2026-02-19T16:43:00.512824Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial085:10.20.193.85=a", "trial103:10.20.193.103=b", "trial139:10.20.193.139=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T16:41:41.242242Z", "last_refresh": "2026-02-19T16:43:00.512754Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.686499Z", "last_refresh": "2026-02-19T16:43:00.512919Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial139"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T16:42:20.564899Z", "last_refresh": "2026-02-19T16:43:00.512875Z", "running": 3, "size": 3}}, {"events": ["2026-02-19T16:43:02.442446Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.205867Z", "last_refresh": "2026-02-19T16:43:00.512962Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-19T16:46:47.419 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-19T16:46:48.420 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T16:46:48.539 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:46:48.778 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:48.779 INFO:teuthology.orchestra.run.trial085.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.032975Z", "last_refresh": "2026-02-19T16:43:05.687241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.855182Z", "last_refresh": "2026-02-19T16:43:05.759860Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T16:46:48.554570Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial139"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUK1dlNnBPxj7R999GNI8WQ7XwgP8wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMTkxNjQ2NDBaFw0yNjAzMjExNjQ2NDBa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC8\nQV1N9B04/hqoPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoU\nvP+A6kTUaNdO+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRG\na9gGdRpAH9SKukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM\n5HmtMv1slPvIn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU\n/8YD412KO1DkBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QBy\nPsXweWDxDGuVLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3\nDENN7oy77FqXy+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/U\njQjBP6P1IJkkQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE\n75+oPyrYtTwXXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5\nmpZKoX3LArp5U4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJ\nmHR/WslVNhgfh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABo1MwUTAdBgNVHQ4E\nFgQUdIY904K7GkPA95HNRJ+BSFrg5bcwHwYDVR0jBBgwFoAUdIY904K7GkPA95HN\nRJ+BSFrg5bcwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAhr+N\njNl4IInnV2ll7jVcV83V3m67mkdLxX7CxMPArl8Iz4ahEqZezLEhECdtRE0+hWUd\nlzoGPNbnRhZwUQ4R2xhcHRIFsn2VC3S8+miPLfTEXv6arR50L5w/iqERp6fyaVOf\nyRc/jkCrW6JDJPh4LoSc9RKyUqqbXLotqQqhkDhrAUmEqlXtMfA0F6b540DnvJTy\nyiFDvmNSMVfBrgjZpsX+CVmDVM5zPPO6E9ipaGknJ5ypk1JGVh98AyI0GwRE8D1/\nlTpO6PzRx1IZ2p8i/WXErpGvo9XnSHoz3S6/OltoNe9VatGh/B7kZGP3/IjuPRQA\nC3bntg9QuX6kDuKSIKphvzrOQ/WXQcFmAqDu+dFXrW7V/hcDW9d0FIsRY1jN2TYw\nqkEdwhEOG2fJA7NSckNtxJVBfQXgXeqbEYk91uql3D1Dcm0gzJIAm60dXF0VwPZw\nbRZVpakjBn4EVP0zpE0atk6frAKHSHUvOs27PMqXkffFBRCuGQnIl6bF3UyLOjOe\nysZ7t1tS2joqZEC6LpaQn6NFNb/wkHHHhnhsjDEyfjSQfzbMjCXAPVDStklnBsZx\nkCnDu2/2ZoKaQ1LU/cFq0ztKYr1bWT+TUnMQTbYKO9VRDoNi90kRrKp9LI5KAUvb\nQKsavwQaOAnZlr9jR30SOYafLV/k94wACCFU/wI=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC8QV1N9B04/hqo\nPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoUvP+A6kTUaNdO\n+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRGa9gGdRpAH9SK\nukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM5HmtMv1slPvI\nn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU/8YD412KO1Dk\nBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QByPsXweWDxDGuV\nLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3DENN7oy77FqX\ny+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/UjQjBP6P1IJkk\nQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE75+oPyrYtTwX\nXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5mpZKoX3LArp5\nU4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJmHR/WslVNhgf\nh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABAoICAAzQM3Y/gVBZwJ1m5dy5fkCX\nSvYaBApS8qPPx5ROYq/w7gP+igbiaITR8uRLWj6BG9xhfiUwzNKFovIAc6QLi+/Y\n52q6g5y2+XjKameutw8OnKOBHS0QTJYl6RQEysOmb774pCbRsvcJCOxlqqfkFx4z\nwZ5QNabimXQC2qe+uc+xVopTdVDNxxrlUohSLKFslayAozouAvXFsNrXkKeD/eZN\nzizNpykcd3kspEDDrUkKC+S2z73wmVt9arqxiAc51An93A/JBUWIAq933G2o+7+N\nIFA7f5asANoAILaVrjzpbEQJpGQtNaiqt4nmaLqBH+tRaSOUVLbTbkHPIOJMgEb9\nDW6XRn8bSWqkaFERJnfVueiZ6IiFKG8QAYNPoFv/c8FWYEsU3dRATj7w0C1VknGw\njAQPa2KwXYaFjFOYko8UrpmF/drfK3EURr81wlhnbMWvOZC5BhA6lY6kz90zOaZB\nwfr+FQo9/v4bDqMwnlAH37pz4A1dmEclU0yukQEVbNz3BcjVsEoYTY92LdWy9e7n\n7KwG+ZRnLo3fJgEYjnUlOxu4vHywOlyED59hmZ3ghj5n9AVhxGI/SS9jTIoc4RVb\nHz2TlpK1U211tjgxzxLmdTJ/sQpR+vCqxpur0w/awxsmErCmtWSIyEewUsf3LtuP\nRwLSxPlBkIsdmn1vsXKJAoIBAQD21RjoQ/UoBR4bHSm3Agcvuy/Fz7gVW2pUl1YA\n4oJMEABxAPJRdNOijem/tXYVYvpV1aQneZDekDNcPc8n6DLBuFY2C/LmaaALM9Oz\n4G9LzOXOPsFjXwetRTHQD4VWXqPLLLYTs4PFKWfKmaev3qFtQO68/CXwPe6GTt1V\nGw8fT4b7lKWjs3rKR0QXJC0LYWnmmh/Wy4z5b1nk7PdvbBe2EKqORd9cjYq0zAwm\nwf/t0TrNiIO1n+eGqo3oXIxFNcMgv2Z++A7c/XWPUzNv/xBFlmFddaIjpW/hDZC6\n82A1RJc6uSyZy81gYb/6dhPzjs/P00hudcoDpWEG1MIZXA8LAoIBAQDDP0+++1jX\n4REX6pzdnrSF8qLA1Wh2CVoixvfjcwOUzUs4pS1d6VteICF03lsJy2C+cHJmWdLv\nYTu6k07l60Wx/8xlKf1nPc4/iHwaF5fBsC0l586pfawaWLxTcyxYmfdUxFMjzFQw\nJp5ijTfSQNvzfM5MTqOyt0Dk/IF1qMK22AXBYa2Vs3Kyisf3a3AcX7XNeke1lMPy\n8+IB/r1bJp4T/D80JgHXI/e8Moe3DogZD3SpBryuA2IH0lHtsAbwWtzOACeRSPlm\nUeNJWRPbeVSypbO7YRy3CT+7kqghEHHbB992/ikpP04qmofrI1DhsX6Tq6/b1jnO\nct/mMQtMMIL7AoIBAQDiWeq8XE1+BKtmC+lMJPT4JX0atnDGTQ2GQz2gFBeOrwHo\nnwiYAD1vjRo1Lq/5zsloW0Fs3cMnBi/DP/8vRnT9RxDwAScfeu9ENqPGCWOmrGB1\nMQFhIi1FDPYwKXuKB8HGuNrD2FRXQrAmj5/B3LRGH0yPS99ynyiUS9AWknjcqq5L\nGTaIlzdcNdxQKGGSVSOrT90wuXsu5pkWIOSLbiGUWVY+n/7DvhzbzV67UB5lNQDq\nqGy36sqDqPX3hp8vfKzS5BKXDt16dIgRBiheZRXD6rKg5RXqAHVHeYwmlLa+Qoc4\nV8V5x/Yvk5Rcl1mWeXlCyStb+HJnw4nlnMfeP5ifAoIBAHTb2uYK2AT1j16KLHM0\nvwWA0MqrsEcdl9ZC0jFPMHCKYyA3NK0Fs4rlnkCtqT12faPd94qs7mQaBT7JViqk\no2VDHdnaxPFa+6vpC6YuQsVJpewPDxFAx5ZJUAZ+Y6dwF6mji8NcU3MyWg/QR/3O\nlhbotyzS0IVxyySCwRVj+Y6oQuGYjeWQrvCPwdmjc0l4O38NVggnTxSFxdq91iXN\nOkXp7wZOTUGwJGF+uN3mk6y0JHXaM2nPWogl6KVjevO23ntpekUpsSP9lRTcfNca\niogWRzm6iQ5AOeYRhBGuHwcicixtOMOYQTecoAcrbwh2TLUjyDDCynx3Iu1Ko2Fp\nk6sCggEBANavSRynldUaArBEhyISNAZT31b3Yz8eWFFjWt5GwxDn38bAAbiUNrzZ\n7joZFFMFg+Mgw2r59WpTFxesBo9qtTwyhWVXfxVicAxvcOg0uR6Eq7mrHLyk8w8c\n0mO9ON97BTdDWBUe891ZA3U3W4IrvG2RQ2hJrUkhlRzHSRVL4nqU+MWNO9a0rFqO\nACLz9KdPCtg3qWtnWVopSLZmAVcdR3On3At4FKc71GwhDvlnpZiO5GhVqiF1UKh9\nW6ImFfX0GthjENMApm6yoL9APMM54kch60RJ6gbiLf6S4u+G+JTFF/e5chm4OKRu\nD1JIxrzj8kO+9CdYsBppToxnQXzBjYc=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-19T16:46:40.719640Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial085=a", "trial103=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T16:41:58.824101Z", "last_refresh": "2026-02-19T16:43:00.512824Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial085:10.20.193.85=a", "trial103:10.20.193.103=b", "trial139:10.20.193.139=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T16:41:41.242242Z", "last_refresh": "2026-02-19T16:43:00.512754Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.686499Z", "last_refresh": "2026-02-19T16:43:00.512919Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial139"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T16:42:20.564899Z", "last_refresh": "2026-02-19T16:43:00.512875Z", "running": 3, "size": 3}}, {"events": ["2026-02-19T16:43:02.442446Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.205867Z", "last_refresh": "2026-02-19T16:43:00.512962Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-19T16:46:48.916 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-19T16:46:49.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:48 trial103 ceph-mon[43181]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:49.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:48 trial103 ceph-mon[43181]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:49.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:48 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:48 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:48 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:48 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:48 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:46:49.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:48 trial139 ceph-mon[43500]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:49.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:48 trial139 ceph-mon[43500]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:49.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:48 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:48 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:48 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:48 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.119 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:48 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:46:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:48 trial085 ceph-mon[39807]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:48 trial085 ceph-mon[39807]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:48 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:48 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:48 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:48 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:49.170 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:48 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-19T16:46:49.917 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- ceph orch ls -f json 2026-02-19T16:46:50.033 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:46:50.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:49 trial103 ceph-mon[43181]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:50.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:49 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.053 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:49 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:49 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:46:50.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:49 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:46:50.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:49 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.054 INFO:journalctl@ceph.mon.b.trial103.stdout:Feb 19 16:46:49 trial103 ceph-mon[43181]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.057 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 19 16:46:50 trial085 ceph-a8c8403e-0db1-11f1-acfd-d404e6e7d460-mgr-a[40104]: ::ffff:10.20.193.103 - - [19/Feb/2026:16:46:50] "GET /metrics HTTP/1.1" 200 4007 "" "Prometheus/3.6.0" 2026-02-19T16:46:50.057 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:49 trial085 ceph-mon[39807]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:50.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:49 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:49 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:49 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:46:50.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:49 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:46:50.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:49 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.058 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:49 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:49 trial139 ceph-mon[43500]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-19T16:46:50.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:49 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:49 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:49 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-19T16:46:50.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:49 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-19T16:46:50.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:49 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.215 INFO:journalctl@ceph.mon.c.trial139.stdout:Feb 19 16:46:49 trial139 ceph-mon[43500]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.278 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:50.279 INFO:teuthology.orchestra.run.trial085.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.032975Z", "last_refresh": "2026-02-19T16:46:49.247068Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "certificate_source": "cephadm-signed", "protocol": "https", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.855182Z", "last_refresh": "2026-02-19T16:43:05.759860Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-19T16:46:48.554570Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial139"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUK1dlNnBPxj7R999GNI8WQ7XwgP8wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMTkxNjQ2NDBaFw0yNjAzMjExNjQ2NDBa\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC8\nQV1N9B04/hqoPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoU\nvP+A6kTUaNdO+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRG\na9gGdRpAH9SKukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM\n5HmtMv1slPvIn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU\n/8YD412KO1DkBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QBy\nPsXweWDxDGuVLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3\nDENN7oy77FqXy+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/U\njQjBP6P1IJkkQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE\n75+oPyrYtTwXXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5\nmpZKoX3LArp5U4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJ\nmHR/WslVNhgfh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABo1MwUTAdBgNVHQ4E\nFgQUdIY904K7GkPA95HNRJ+BSFrg5bcwHwYDVR0jBBgwFoAUdIY904K7GkPA95HN\nRJ+BSFrg5bcwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAhr+N\njNl4IInnV2ll7jVcV83V3m67mkdLxX7CxMPArl8Iz4ahEqZezLEhECdtRE0+hWUd\nlzoGPNbnRhZwUQ4R2xhcHRIFsn2VC3S8+miPLfTEXv6arR50L5w/iqERp6fyaVOf\nyRc/jkCrW6JDJPh4LoSc9RKyUqqbXLotqQqhkDhrAUmEqlXtMfA0F6b540DnvJTy\nyiFDvmNSMVfBrgjZpsX+CVmDVM5zPPO6E9ipaGknJ5ypk1JGVh98AyI0GwRE8D1/\nlTpO6PzRx1IZ2p8i/WXErpGvo9XnSHoz3S6/OltoNe9VatGh/B7kZGP3/IjuPRQA\nC3bntg9QuX6kDuKSIKphvzrOQ/WXQcFmAqDu+dFXrW7V/hcDW9d0FIsRY1jN2TYw\nqkEdwhEOG2fJA7NSckNtxJVBfQXgXeqbEYk91uql3D1Dcm0gzJIAm60dXF0VwPZw\nbRZVpakjBn4EVP0zpE0atk6frAKHSHUvOs27PMqXkffFBRCuGQnIl6bF3UyLOjOe\nysZ7t1tS2joqZEC6LpaQn6NFNb/wkHHHhnhsjDEyfjSQfzbMjCXAPVDStklnBsZx\nkCnDu2/2ZoKaQ1LU/cFq0ztKYr1bWT+TUnMQTbYKO9VRDoNi90kRrKp9LI5KAUvb\nQKsavwQaOAnZlr9jR30SOYafLV/k94wACCFU/wI=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC8QV1N9B04/hqo\nPbXA1VuGCcTaXqBA/Am5NERWgS+JwOf8vc+RTK2BMZttcElp1EoUvP+A6kTUaNdO\n+Re2L/o55d09Dz9G0LiN8H8lD+HgQ2Wz4s7iR6Q9NPI44rzNTCRGa9gGdRpAH9SK\nukYHgOs0AfqvkR6YNs7oo/vdL5IGiC6U8ozQKSm0RN/Dqm2N+jWM5HmtMv1slPvI\nn4RKL4YoYtDSWHSzHRK6Gt05uxiQ5FCU6VZ5Jt7VWIwKCgcBwHIU/8YD412KO1Dk\nBlhkZk/+rD2GKxIlKmdD0LaBJrp6B/L/sEpAwHp227Pltk7x/QByPsXweWDxDGuV\nLhrw0Ei/pqrnkLKkr2QiJHhOt/QouX2EsaNkSS5zTZU0+SrDvAs3DENN7oy77FqX\ny+J9FnHrYKmtJxCc1hrYIxveBP8upHuefS3M7tzlEvrz5Nx9TV/UjQjBP6P1IJkk\nQpGdxirZr0dHlbK/m4xUCf62wa7jd5tmPTO/5e5hDuvVqMWPP/rE75+oPyrYtTwX\nXfL4EbvMSadIf7pOmE7dCZ2hgIOA7xARHtUGPZ/z1L9DUnN9jTd5mpZKoX3LArp5\nU4Ap/4iQt38MwLgnXOArV/wpJbQfCodbbqsq6/jLkFdJB7ZJYznJmHR/WslVNhgf\nh1B8edFk0SUGjHnGmMTsYQFisvZVyQIDAQABAoICAAzQM3Y/gVBZwJ1m5dy5fkCX\nSvYaBApS8qPPx5ROYq/w7gP+igbiaITR8uRLWj6BG9xhfiUwzNKFovIAc6QLi+/Y\n52q6g5y2+XjKameutw8OnKOBHS0QTJYl6RQEysOmb774pCbRsvcJCOxlqqfkFx4z\nwZ5QNabimXQC2qe+uc+xVopTdVDNxxrlUohSLKFslayAozouAvXFsNrXkKeD/eZN\nzizNpykcd3kspEDDrUkKC+S2z73wmVt9arqxiAc51An93A/JBUWIAq933G2o+7+N\nIFA7f5asANoAILaVrjzpbEQJpGQtNaiqt4nmaLqBH+tRaSOUVLbTbkHPIOJMgEb9\nDW6XRn8bSWqkaFERJnfVueiZ6IiFKG8QAYNPoFv/c8FWYEsU3dRATj7w0C1VknGw\njAQPa2KwXYaFjFOYko8UrpmF/drfK3EURr81wlhnbMWvOZC5BhA6lY6kz90zOaZB\nwfr+FQo9/v4bDqMwnlAH37pz4A1dmEclU0yukQEVbNz3BcjVsEoYTY92LdWy9e7n\n7KwG+ZRnLo3fJgEYjnUlOxu4vHywOlyED59hmZ3ghj5n9AVhxGI/SS9jTIoc4RVb\nHz2TlpK1U211tjgxzxLmdTJ/sQpR+vCqxpur0w/awxsmErCmtWSIyEewUsf3LtuP\nRwLSxPlBkIsdmn1vsXKJAoIBAQD21RjoQ/UoBR4bHSm3Agcvuy/Fz7gVW2pUl1YA\n4oJMEABxAPJRdNOijem/tXYVYvpV1aQneZDekDNcPc8n6DLBuFY2C/LmaaALM9Oz\n4G9LzOXOPsFjXwetRTHQD4VWXqPLLLYTs4PFKWfKmaev3qFtQO68/CXwPe6GTt1V\nGw8fT4b7lKWjs3rKR0QXJC0LYWnmmh/Wy4z5b1nk7PdvbBe2EKqORd9cjYq0zAwm\nwf/t0TrNiIO1n+eGqo3oXIxFNcMgv2Z++A7c/XWPUzNv/xBFlmFddaIjpW/hDZC6\n82A1RJc6uSyZy81gYb/6dhPzjs/P00hudcoDpWEG1MIZXA8LAoIBAQDDP0+++1jX\n4REX6pzdnrSF8qLA1Wh2CVoixvfjcwOUzUs4pS1d6VteICF03lsJy2C+cHJmWdLv\nYTu6k07l60Wx/8xlKf1nPc4/iHwaF5fBsC0l586pfawaWLxTcyxYmfdUxFMjzFQw\nJp5ijTfSQNvzfM5MTqOyt0Dk/IF1qMK22AXBYa2Vs3Kyisf3a3AcX7XNeke1lMPy\n8+IB/r1bJp4T/D80JgHXI/e8Moe3DogZD3SpBryuA2IH0lHtsAbwWtzOACeRSPlm\nUeNJWRPbeVSypbO7YRy3CT+7kqghEHHbB992/ikpP04qmofrI1DhsX6Tq6/b1jnO\nct/mMQtMMIL7AoIBAQDiWeq8XE1+BKtmC+lMJPT4JX0atnDGTQ2GQz2gFBeOrwHo\nnwiYAD1vjRo1Lq/5zsloW0Fs3cMnBi/DP/8vRnT9RxDwAScfeu9ENqPGCWOmrGB1\nMQFhIi1FDPYwKXuKB8HGuNrD2FRXQrAmj5/B3LRGH0yPS99ynyiUS9AWknjcqq5L\nGTaIlzdcNdxQKGGSVSOrT90wuXsu5pkWIOSLbiGUWVY+n/7DvhzbzV67UB5lNQDq\nqGy36sqDqPX3hp8vfKzS5BKXDt16dIgRBiheZRXD6rKg5RXqAHVHeYwmlLa+Qoc4\nV8V5x/Yvk5Rcl1mWeXlCyStb+HJnw4nlnMfeP5ifAoIBAHTb2uYK2AT1j16KLHM0\nvwWA0MqrsEcdl9ZC0jFPMHCKYyA3NK0Fs4rlnkCtqT12faPd94qs7mQaBT7JViqk\no2VDHdnaxPFa+6vpC6YuQsVJpewPDxFAx5ZJUAZ+Y6dwF6mji8NcU3MyWg/QR/3O\nlhbotyzS0IVxyySCwRVj+Y6oQuGYjeWQrvCPwdmjc0l4O38NVggnTxSFxdq91iXN\nOkXp7wZOTUGwJGF+uN3mk6y0JHXaM2nPWogl6KVjevO23ntpekUpsSP9lRTcfNca\niogWRzm6iQ5AOeYRhBGuHwcicixtOMOYQTecoAcrbwh2TLUjyDDCynx3Iu1Ko2Fp\nk6sCggEBANavSRynldUaArBEhyISNAZT31b3Yz8eWFFjWt5GwxDn38bAAbiUNrzZ\n7joZFFMFg+Mgw2r59WpTFxesBo9qtTwyhWVXfxVicAxvcOg0uR6Eq7mrHLyk8w8c\n0mO9ON97BTdDWBUe891ZA3U3W4IrvG2RQ2hJrUkhlRzHSRVL4nqU+MWNO9a0rFqO\nACLz9KdPCtg3qWtnWVopSLZmAVcdR3On3At4FKc71GwhDvlnpZiO5GhVqiF1UKh9\nW6ImFfX0GthjENMApm6yoL9APMM54kch60RJ6gbiLf6S4u+G+JTFF/e5chm4OKRu\nD1JIxrzj8kO+9CdYsBppToxnQXzBjYc=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-19T16:46:40.719640Z", "last_refresh": "2026-02-19T16:46:49.247140Z", "running": 1, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial085=a", "trial103=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-19T16:41:58.824101Z", "last_refresh": "2026-02-19T16:43:00.512824Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial085:10.20.193.85=a", "trial103:10.20.193.103=b", "trial139:10.20.193.139=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-19T16:41:41.242242Z", "last_refresh": "2026-02-19T16:43:00.512754Z", "running": 3, "size": 3}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:39.686499Z", "last_refresh": "2026-02-19T16:43:00.512919Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial139"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-19T16:42:20.564899Z", "last_refresh": "2026-02-19T16:43:00.512875Z", "running": 3, "size": 3}}, {"events": ["2026-02-19T16:43:02.442446Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-19T16:42:40.205867Z", "last_refresh": "2026-02-19T16:43:00.512962Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-19T16:46:50.418 INFO:tasks.cephadm:mgmt-gateway has 1/1 2026-02-19T16:46:50.419 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-19T16:46:50.436 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial085.front.sepia.ceph.com 2026-02-19T16:46:50.437 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:802bf111cd55e57f5842153d7ba2b8b964aa818a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c8403e-0db1-11f1-acfd-d404e6e7d460 -- bash -c 'set -ex 2026-02-19T16:46:50.437 DEBUG:teuthology.orchestra.run.trial085:> 2026-02-19T16:46:50.437 DEBUG:teuthology.orchestra.run.trial085:> # Function to wait for a service to be healthy and log response on error 2026-02-19T16:46:50.437 DEBUG:teuthology.orchestra.run.trial085:> wait_for_service() { 2026-02-19T16:46:50.437 DEBUG:teuthology.orchestra.run.trial085:> local name="$1" 2026-02-19T16:46:50.437 DEBUG:teuthology.orchestra.run.trial085:> local url="$2" 2026-02-19T16:46:50.437 DEBUG:teuthology.orchestra.run.trial085:> local jq_filter="$3" 2026-02-19T16:46:50.437 DEBUG:teuthology.orchestra.run.trial085:> 2026-02-19T16:46:50.437 DEBUG:teuthology.orchestra.run.trial085:> echo "Waiting for service $name to be healthy at $url..." 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> for i in {1..30}; do 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> local response 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> response=$(curl -k -s -u admin:admin "$url") 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> if echo "$response" | jq -e "$jq_filter" > /dev/null; then 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> echo "Service $name is healthy." 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> return 0 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> fi 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> echo "Attempt $i: service $name not ready yet" 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> sleep 10 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> done 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> echo "Timeout waiting for $name at $url" 2026-02-19T16:46:50.438 DEBUG:teuthology.orchestra.run.trial085:> echo "Last HTTP response:" 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> echo "$response" 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> echo "jq output:" 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> echo "$response" | jq "$jq_filter" || echo "(jq parse error or no match)" 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> return 1 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> } 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> # retrieve mgmt hostname and ip 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> MGMT_GTW_HOST=$(ceph orch ps --daemon-type mgmt-gateway -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> MGMT_GTW_IP=$(ceph orch host ls -f json | jq -r --arg MGMT_GTW_HOST "$MGMT_GTW_HOST" '"'"'.[] | select(.hostname==$MGMT_GTW_HOST) | .addr'"'"') 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> # check mgmt-gateway health 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> curl -k -s https://${MGMT_GTW_IP}/health 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> curl -k -s https://${MGMT_GTW_IP}:29443/health 2026-02-19T16:46:50.439 DEBUG:teuthology.orchestra.run.trial085:> 2026-02-19T16:46:50.440 DEBUG:teuthology.orchestra.run.trial085:> # wait for monitoring services 2026-02-19T16:46:50.440 DEBUG:teuthology.orchestra.run.trial085:> wait_for_service "Grafana" "https://${MGMT_GTW_IP}/grafana/api/health" '"'"'.database == "ok"'"'"' || exit 1 2026-02-19T16:46:50.440 DEBUG:teuthology.orchestra.run.trial085:> wait_for_service "Prometheus" "https://${MGMT_GTW_IP}/prometheus/api/v1/status/config" '"'"'.status == "success"'"'"' || exit 1 2026-02-19T16:46:50.440 DEBUG:teuthology.orchestra.run.trial085:> wait_for_service "Alertmanager" "https://${MGMT_GTW_IP}/alertmanager/api/v2/status" '"'"'.cluster.status == "ready"'"'"' || exit 1 2026-02-19T16:46:50.440 DEBUG:teuthology.orchestra.run.trial085:> ' 2026-02-19T16:46:50.555 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/a8c8403e-0db1-11f1-acfd-d404e6e7d460/mon.a/config 2026-02-19T16:46:50.641 INFO:teuthology.orchestra.run.trial085.stderr:++ ceph orch ps --daemon-type mgmt-gateway -f json 2026-02-19T16:46:50.642 INFO:teuthology.orchestra.run.trial085.stderr:++ jq -e '.[]' 2026-02-19T16:46:50.642 INFO:teuthology.orchestra.run.trial085.stderr:++ jq -r .hostname 2026-02-19T16:46:50.805 INFO:teuthology.orchestra.run.trial085.stderr:+ MGMT_GTW_HOST=trial139 2026-02-19T16:46:50.806 INFO:teuthology.orchestra.run.trial085.stderr:++ ceph orch host ls -f json 2026-02-19T16:46:50.806 INFO:teuthology.orchestra.run.trial085.stderr:++ jq -r --arg MGMT_GTW_HOST trial139 '.[] | select(.hostname==$MGMT_GTW_HOST) | .addr' 2026-02-19T16:46:50.969 INFO:teuthology.orchestra.run.trial085.stderr:+ MGMT_GTW_IP=10.20.193.139 2026-02-19T16:46:50.970 INFO:teuthology.orchestra.run.trial085.stderr:+ curl -k -s https://10.20.193.139/health 2026-02-19T16:46:50.970 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:50 trial085 ceph-mon[39807]: [19/Feb/2026:16:46:49] ENGINE Bus STOPPING 2026-02-19T16:46:50.970 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:50 trial085 ceph-mon[39807]: [19/Feb/2026:16:46:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('10.20.193.85', 8765)) shut down 2026-02-19T16:46:50.970 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:50 trial085 ceph-mon[39807]: [19/Feb/2026:16:46:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('10.20.193.85', 7150)) shut down 2026-02-19T16:46:50.970 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:50 trial085 ceph-mon[39807]: [19/Feb/2026:16:46:49] ENGINE Bus STOPPED 2026-02-19T16:46:50.970 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:50 trial085 ceph-mon[39807]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-19T16:46:50.971 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 19 16:46:50 trial085 ceph-mon[39807]: from='mgr.14460 10.20.193.85:0/1553846989' entity='mgr.a' 2026-02-19T16:46:50.981 INFO:teuthology.orchestra.run.trial085.stderr:+ curl -k -s https://10.20.193.139:29443/health 2026-02-19T16:46:50.991 INFO:teuthology.orchestra.run.trial085.stdout:OK 2026-02-19T16:46:50.991 INFO:teuthology.orchestra.run.trial085.stdout:400 No required SSL certificate was sent 2026-02-19T16:46:50.991 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:50.991 INFO:teuthology.orchestra.run.trial085.stdout:

400 Bad Request

2026-02-19T16:46:50.991 INFO:teuthology.orchestra.run.trial085.stdout:
No required SSL certificate was sent
2026-02-19T16:46:50.991 INFO:teuthology.orchestra.run.trial085.stdout:
nginx/1.26.1
2026-02-19T16:46:50.991 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:50.991 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-19T16:46:50.992 INFO:teuthology.orchestra.run.trial085.stderr:+ wait_for_service Grafana https://10.20.193.139/grafana/api/health '.database == "ok"' 2026-02-19T16:46:50.992 INFO:teuthology.orchestra.run.trial085.stderr:+ local name=Grafana 2026-02-19T16:46:50.992 INFO:teuthology.orchestra.run.trial085.stderr:+ local url=https://10.20.193.139/grafana/api/health 2026-02-19T16:46:50.993 INFO:teuthology.orchestra.run.trial085.stderr:+ local 'jq_filter=.database == "ok"' 2026-02-19T16:46:50.993 INFO:teuthology.orchestra.run.trial085.stderr:+ echo 'Waiting for service Grafana to be healthy at https://10.20.193.139/grafana/api/health...' 2026-02-19T16:46:50.993 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for service Grafana to be healthy at https://10.20.193.139/grafana/api/health... 2026-02-19T16:46:50.994 INFO:teuthology.orchestra.run.trial085.stderr:+ for i in {1..30} 2026-02-19T16:46:50.994 INFO:teuthology.orchestra.run.trial085.stderr:+ local response 2026-02-19T16:46:50.994 INFO:teuthology.orchestra.run.trial085.stderr:++ curl -k -s -u admin:admin https://10.20.193.139/grafana/api/health 2026-02-19T16:46:51.015 INFO:teuthology.orchestra.run.trial085.stderr:+ response=' 2026-02-19T16:46:51.015 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.015 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.015 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.015 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: Grafana 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.016 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.027 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.027 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.027 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.027 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr:

If you'\''re seeing this Grafana has failed to load its application files

2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr:
    2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr:
  1. This could be caused by your reverse proxy settings.
  2. 2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr:
  3. If you host grafana under a subpath make sure your grafana.ini root_url setting 2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr: includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
  4. 2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr:
  5. If you have a local dev build make sure you build frontend using: yarn start, or 2026-02-19T16:46:51.028 INFO:teuthology.orchestra.run.trial085.stderr: yarn build.
  6. 2026-02-19T16:46:51.029 INFO:teuthology.orchestra.run.trial085.stderr:
  7. Sometimes restarting grafana-server can help.
  8. 2026-02-19T16:46:51.029 INFO:teuthology.orchestra.run.trial085.stderr:
  9. Check if you are using a non-supported browser. For more information, refer to the list of 2026-02-19T16:46:51.029 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.029 INFO:teuthology.orchestra.run.trial085.stderr: supported browsers .
  10. 2026-02-19T16:46:51.029 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.029 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.029 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.029 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.032 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.032 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.032 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.032 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.032 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.038 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.038 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.038 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.038 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.038 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.039 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.039 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.039 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.040 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.040 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.040 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.040 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.041 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.041 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.041 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.041 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.042 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.042 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.042 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.042 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr:' 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr:+ jq -e '.database == "ok"' 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr:+ echo ' 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.043 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: Grafana 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.044 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.045 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.046 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.046 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.046 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.046 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.046 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.046 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.046 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:

If you'\''re seeing this Grafana has failed to load its application files

2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
    2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
  1. This could be caused by your reverse proxy settings.
  2. 2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
  3. If you host grafana under a subpath make sure your grafana.ini root_url setting 2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr: includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
  4. 2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr:
  5. If you have a local dev build make sure you build frontend using: yarn start, or 2026-02-19T16:46:51.056 INFO:teuthology.orchestra.run.trial085.stderr: yarn build.
  6. 2026-02-19T16:46:51.057 INFO:teuthology.orchestra.run.trial085.stderr:
  7. Sometimes restarting grafana-server can help.
  8. 2026-02-19T16:46:51.057 INFO:teuthology.orchestra.run.trial085.stderr:
  9. Check if you are using a non-supported browser. For more information, refer to the list of 2026-02-19T16:46:51.057 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.057 INFO:teuthology.orchestra.run.trial085.stderr: supported browsers .
  10. 2026-02-19T16:46:51.057 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.057 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.057 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.057 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.059 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.059 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.059 INFO:teuthology.orchestra.run.trial085.stderr:
2026-02-19T16:46:51.059 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-19T16:46:51.059 INFO:teuthology.orchestra.run.trial085.stderr: