2026-02-21T11:28:27.866 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-21T11:28:27.881 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T11:28:27.956 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62539 branch: wip-bharath21-testing-2026-02-20-1039 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_mgmt_gateway} email: skanta@redhat.com first_in_suite: false flavor: default job_id: '62539' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-bharath21-testing-2026-02-20-1039 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: f7273f3049146bdd7fa7b4a400114872a50228e9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-bharath21-testing-2026-02-20-1039 sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 owner: scheduled_skanta@soko04.front.sepia.ceph.com priority: 60 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: 6481 sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-bharath21-testing-2026-02-20-1039 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f7273f3049146bdd7fa7b4a400114872a50228e9/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 targets: trial040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP35B62cx0qy48BVi7A5DutXzUporvqXiqgTCcnFxTh6Z2nph2GWNHAJb+up1cZsy+0X1RBczYcMX7+1Ps7cBtI= trial057.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDJ2Z6GDPza7aQmnPx1+oo7Lzqm9sC5mivIqzDs1ZxcxexPy7ki5ne7T0ojVXFDK3O96ROKNdNk5OECPfA4+uiA= trial157.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB00nzKOGJ3kfo66RV7xFT28xdH/b7I63AVTtH4pIZVmhFWK3rstt4nojs5vFr5H8I/vs7jGe4+nwFE3kI6WjiE= 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-21_10:47:12 tube: trial user: skanta verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-21T11:28:27.956 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f7273f3049146bdd7fa7b4a400114872a50228e9/qa; will attempt to use it 2026-02-21T11:28:27.956 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f7273f3049146bdd7fa7b4a400114872a50228e9/qa/tasks 2026-02-21T11:28:27.956 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-21T11:28:27.958 INFO:teuthology.task.internal:Checking packages... 2026-02-21T11:28:27.958 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f7273f3049146bdd7fa7b4a400114872a50228e9' 2026-02-21T11:28:27.958 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-21T11:28:27.958 INFO:teuthology.packaging:ref: None 2026-02-21T11:28:27.958 INFO:teuthology.packaging:tag: None 2026-02-21T11:28:27.958 INFO:teuthology.packaging:branch: wip-bharath21-testing-2026-02-20-1039 2026-02-21T11:28:27.958 INFO:teuthology.packaging:sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:28:27.958 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-bharath21-testing-2026-02-20-1039 2026-02-21T11:28:28.075 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5397.gf7273f30 2026-02-21T11:28:28.077 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-21T11:28:28.089 INFO:teuthology.task.internal:no buildpackages task found 2026-02-21T11:28:28.089 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-21T11:28:28.106 INFO:teuthology.task.internal:Saving configuration 2026-02-21T11:28:28.112 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-21T11:28:28.123 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-21T11:28:28.195 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial040.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62539', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 11:24:53.875364', 'locked_by': 'scheduled_skanta@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP35B62cx0qy48BVi7A5DutXzUporvqXiqgTCcnFxTh6Z2nph2GWNHAJb+up1cZsy+0X1RBczYcMX7+1Ps7cBtI='} 2026-02-21T11:28:28.254 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial057.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62539', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 11:24:53.875969', 'locked_by': 'scheduled_skanta@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDJ2Z6GDPza7aQmnPx1+oo7Lzqm9sC5mivIqzDs1ZxcxexPy7ki5ne7T0ojVXFDK3O96ROKNdNk5OECPfA4+uiA='} 2026-02-21T11:28:28.309 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial157.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62539', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 11:24:53.876358', 'locked_by': 'scheduled_skanta@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB00nzKOGJ3kfo66RV7xFT28xdH/b7I63AVTtH4pIZVmhFWK3rstt4nojs5vFr5H8I/vs7jGe4+nwFE3kI6WjiE='} 2026-02-21T11:28:28.310 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-21T11:28:28.321 INFO:teuthology.task.internal:roles: ubuntu@trial040.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-21T11:28:28.321 INFO:teuthology.task.internal:roles: ubuntu@trial057.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-21T11:28:28.321 INFO:teuthology.task.internal:roles: ubuntu@trial157.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2026-02-21T11:28:28.321 INFO:teuthology.run_tasks:Running task console_log... 2026-02-21T11:28:28.507 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd4e9de34c0>, signals=[15]) 2026-02-21T11:28:28.507 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-21T11:28:28.518 INFO:teuthology.task.internal:Opening connections... 2026-02-21T11:28:28.518 DEBUG:teuthology.task.internal:connecting to ubuntu@trial040.front.sepia.ceph.com 2026-02-21T11:28:28.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:28:28.580 DEBUG:teuthology.task.internal:connecting to ubuntu@trial057.front.sepia.ceph.com 2026-02-21T11:28:28.581 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:28:28.642 DEBUG:teuthology.task.internal:connecting to ubuntu@trial157.front.sepia.ceph.com 2026-02-21T11:28:28.642 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:28:28.705 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-21T11:28:28.716 DEBUG:teuthology.orchestra.run.trial040:> uname -m 2026-02-21T11:28:28.732 INFO:teuthology.orchestra.run.trial040.stdout:x86_64 2026-02-21T11:28:28.732 DEBUG:teuthology.orchestra.run.trial040:> cat /etc/os-release 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:NAME="CentOS Stream" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:VERSION="9" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:ID="centos" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:ID_LIKE="rhel fedora" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:VERSION_ID="9" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:PLATFORM_ID="platform:el9" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:ANSI_COLOR="0;31" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:LOGO="fedora-logo-icon" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:HOME_URL="https://centos.org/" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T11:28:28.788 INFO:teuthology.orchestra.run.trial040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T11:28:28.789 INFO:teuthology.lock.ops:Updating trial040.front.sepia.ceph.com on lock server 2026-02-21T11:28:28.864 DEBUG:teuthology.orchestra.run.trial057:> uname -m 2026-02-21T11:28:28.880 INFO:teuthology.orchestra.run.trial057.stdout:x86_64 2026-02-21T11:28:28.880 DEBUG:teuthology.orchestra.run.trial057:> cat /etc/os-release 2026-02-21T11:28:28.935 INFO:teuthology.orchestra.run.trial057.stdout:NAME="CentOS Stream" 2026-02-21T11:28:28.935 INFO:teuthology.orchestra.run.trial057.stdout:VERSION="9" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:ID="centos" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:ID_LIKE="rhel fedora" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:VERSION_ID="9" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:PLATFORM_ID="platform:el9" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:ANSI_COLOR="0;31" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:LOGO="fedora-logo-icon" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:HOME_URL="https://centos.org/" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T11:28:28.936 INFO:teuthology.orchestra.run.trial057.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T11:28:28.936 INFO:teuthology.lock.ops:Updating trial057.front.sepia.ceph.com on lock server 2026-02-21T11:28:29.014 DEBUG:teuthology.orchestra.run.trial157:> uname -m 2026-02-21T11:28:29.029 INFO:teuthology.orchestra.run.trial157.stdout:x86_64 2026-02-21T11:28:29.029 DEBUG:teuthology.orchestra.run.trial157:> cat /etc/os-release 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:NAME="CentOS Stream" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:VERSION="9" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:ID="centos" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:ID_LIKE="rhel fedora" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:VERSION_ID="9" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:PLATFORM_ID="platform:el9" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:ANSI_COLOR="0;31" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:LOGO="fedora-logo-icon" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:HOME_URL="https://centos.org/" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T11:28:29.086 INFO:teuthology.orchestra.run.trial157.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T11:28:29.087 INFO:teuthology.lock.ops:Updating trial157.front.sepia.ceph.com on lock server 2026-02-21T11:28:29.170 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-21T11:28:29.183 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-21T11:28:29.195 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-21T11:28:29.195 DEBUG:teuthology.orchestra.run.trial040:> test '!' -e /home/ubuntu/cephtest 2026-02-21T11:28:29.196 DEBUG:teuthology.orchestra.run.trial057:> test '!' -e /home/ubuntu/cephtest 2026-02-21T11:28:29.198 DEBUG:teuthology.orchestra.run.trial157:> test '!' -e /home/ubuntu/cephtest 2026-02-21T11:28:29.213 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-21T11:28:29.224 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-21T11:28:29.224 DEBUG:teuthology.orchestra.run.trial040:> test -z $(ls -A /var/lib/ceph) 2026-02-21T11:28:29.251 DEBUG:teuthology.orchestra.run.trial057:> test -z $(ls -A /var/lib/ceph) 2026-02-21T11:28:29.252 DEBUG:teuthology.orchestra.run.trial157:> test -z $(ls -A /var/lib/ceph) 2026-02-21T11:28:29.270 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-21T11:28:29.455 INFO:teuthology.run_tasks:Running task kernel... 2026-02-21T11:28:29.475 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-21T11:28:29.475 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-21T11:28:29.475 DEBUG:teuthology.orchestra.run.trial040:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T11:28:29.475 DEBUG:teuthology.orchestra.run.trial057:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T11:28:29.475 DEBUG:teuthology.orchestra.run.trial157:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T11:28:29.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:28:29.490 DEBUG:teuthology.orchestra.run.trial157:> uname -r 2026-02-21T11:28:29.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:28:29.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:28:29.491 DEBUG:teuthology.orchestra.run.trial057:> uname -r 2026-02-21T11:28:29.491 DEBUG:teuthology.orchestra.run.trial040:> uname -r 2026-02-21T11:28:29.546 INFO:teuthology.orchestra.run.trial157.stdout:5.14.0-681.el9.x86_64 2026-02-21T11:28:29.546 INFO:teuthology.task.kernel:Running kernel on trial157: 5.14.0-681.el9.x86_64 2026-02-21T11:28:29.546 DEBUG:teuthology.orchestra.run.trial157:> sudo yum install -y kernel 2026-02-21T11:28:29.548 INFO:teuthology.orchestra.run.trial057.stdout:5.14.0-681.el9.x86_64 2026-02-21T11:28:29.548 INFO:teuthology.orchestra.run.trial040.stdout:5.14.0-681.el9.x86_64 2026-02-21T11:28:29.548 INFO:teuthology.task.kernel:Running kernel on trial057: 5.14.0-681.el9.x86_64 2026-02-21T11:28:29.548 DEBUG:teuthology.orchestra.run.trial057:> sudo yum install -y kernel 2026-02-21T11:28:29.548 INFO:teuthology.task.kernel:Running kernel on trial040: 5.14.0-681.el9.x86_64 2026-02-21T11:28:29.548 DEBUG:teuthology.orchestra.run.trial040:> sudo yum install -y kernel 2026-02-21T11:28:30.301 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - BaseOS 24 MB/s | 8.9 MB 00:00 2026-02-21T11:28:30.614 INFO:teuthology.orchestra.run.trial040.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00 2026-02-21T11:28:33.728 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 27 MB 00:02 2026-02-21T11:28:34.315 INFO:teuthology.orchestra.run.trial040.stdout:CentOS Stream 9 - AppStream 8.5 MB/s | 27 MB 00:03 2026-02-21T11:28:34.591 INFO:teuthology.orchestra.run.trial057.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.9 MB 00:04 2026-02-21T11:28:37.079 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - CRB 7.7 MB/s | 7.8 MB 00:01 2026-02-21T11:28:37.620 INFO:teuthology.orchestra.run.trial040.stdout:CentOS Stream 9 - CRB 8.5 MB/s | 7.8 MB 00:00 2026-02-21T11:28:37.740 INFO:teuthology.orchestra.run.trial057.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-21T11:28:37.935 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - Extras packages 154 kB/s | 20 kB 00:00 2026-02-21T11:28:38.574 INFO:teuthology.orchestra.run.trial040.stdout:CentOS Stream 9 - Extras packages 91 kB/s | 20 kB 00:00 2026-02-21T11:28:38.575 INFO:teuthology.orchestra.run.trial157.stdout:Extra Packages for Enterprise Linux 35 MB/s | 20 MB 00:00 2026-02-21T11:28:39.344 INFO:teuthology.orchestra.run.trial040.stdout:Extra Packages for Enterprise Linux 29 MB/s | 20 MB 00:00 2026-02-21T11:28:41.792 INFO:teuthology.orchestra.run.trial157.stdout:lab-extras 2.4 MB/s | 50 kB 00:00 2026-02-21T11:28:42.560 INFO:teuthology.orchestra.run.trial040.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T11:28:42.794 INFO:teuthology.orchestra.run.trial157.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T11:28:42.794 INFO:teuthology.orchestra.run.trial157.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T11:28:42.813 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:28:42.814 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:28:42.814 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:28:42.838 DEBUG:teuthology.orchestra.run.trial157:> echo no | sudo yum reinstall kernel || true 2026-02-21T11:28:43.141 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 11:28:41 AM UTC. 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout: Package Architecture Version Repository Size 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout:Reinstalling: 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:28:43.221 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:28:43.222 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 803 k 2026-02-21T11:28:43.222 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 0 2026-02-21T11:28:43.222 INFO:teuthology.orchestra.run.trial157.stderr:Operation aborted. 2026-02-21T11:28:43.242 INFO:teuthology.orchestra.run.trial157.stdout:Is this ok [y/N]: 2026-02-21T11:28:43.242 DEBUG:teuthology.orchestra.run.trial157:> sudo yum reinstall -y kernel || true 2026-02-21T11:28:43.547 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 11:28:41 AM UTC. 2026-02-21T11:28:43.562 INFO:teuthology.orchestra.run.trial040.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T11:28:43.562 INFO:teuthology.orchestra.run.trial040.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T11:28:43.581 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:28:43.582 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:28:43.582 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:28:43.607 DEBUG:teuthology.orchestra.run.trial040:> echo no | sudo yum reinstall kernel || true 2026-02-21T11:28:43.628 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:28:43.628 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout: Package Architecture Version Repository Size 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout:Reinstalling: 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 803 k 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 0 2026-02-21T11:28:43.629 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:28:43.911 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 11:28:42 AM UTC. 2026-02-21T11:28:43.990 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:28:43.991 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout: Package Architecture Version Repository Size 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout:Reinstalling: 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 803 k 2026-02-21T11:28:43.992 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 0 2026-02-21T11:28:43.993 INFO:teuthology.orchestra.run.trial040.stderr:Operation aborted. 2026-02-21T11:28:44.011 INFO:teuthology.orchestra.run.trial040.stdout:Is this ok [y/N]: 2026-02-21T11:28:44.012 DEBUG:teuthology.orchestra.run.trial040:> sudo yum reinstall -y kernel || true 2026-02-21T11:28:44.311 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 11:28:42 AM UTC. 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout: Package Architecture Version Repository Size 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout:Reinstalling: 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 803 k 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 0 2026-02-21T11:28:44.392 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:28:44.641 INFO:teuthology.orchestra.run.trial040.stdout:kernel-5.14.0-681.el9.x86_64.rpm 4.8 MB/s | 803 kB 00:00 2026-02-21T11:28:44.641 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:28:44.641 INFO:teuthology.orchestra.run.trial040.stdout:Total 3.1 MB/s | 803 kB 00:00 2026-02-21T11:28:44.651 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:28:44.685 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:28:44.685 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:28:44.689 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:28:44.689 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:28:44.713 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:28:44.717 INFO:teuthology.orchestra.run.trial040.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:28:44.717 INFO:teuthology.orchestra.run.trial040.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:28:44.823 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:28:44.823 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:28:44.876 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:28:44.876 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:28:44.876 INFO:teuthology.orchestra.run.trial040.stdout:Reinstalled: 2026-02-21T11:28:44.876 INFO:teuthology.orchestra.run.trial040.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T11:28:44.876 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:28:44.876 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:28:44.903 DEBUG:teuthology.orchestra.run.trial040:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T11:28:44.928 INFO:teuthology.orchestra.run.trial040.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T11:28:44.929 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T11:28:44.929 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T11:28:44.929 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-21T11:28:44.929 DEBUG:teuthology.orchestra.run.trial040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T11:28:44.992 INFO:teuthology.orchestra.run.trial040.stdout:ttyS1 2026-02-21T11:28:45.019 DEBUG:teuthology.parallel:result is None 2026-02-21T11:28:45.522 INFO:teuthology.orchestra.run.trial157.stdout:kernel-5.14.0-681.el9.x86_64.rpm 505 kB/s | 803 kB 00:01 2026-02-21T11:28:45.522 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:28:45.522 INFO:teuthology.orchestra.run.trial157.stdout:Total 424 kB/s | 803 kB 00:01 2026-02-21T11:28:45.532 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:28:45.566 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:28:45.566 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:28:45.570 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:28:45.570 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:28:45.594 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:28:45.598 INFO:teuthology.orchestra.run.trial157.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:28:45.598 INFO:teuthology.orchestra.run.trial157.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:28:45.708 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:28:45.708 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:28:45.761 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:28:45.762 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:28:45.762 INFO:teuthology.orchestra.run.trial157.stdout:Reinstalled: 2026-02-21T11:28:45.762 INFO:teuthology.orchestra.run.trial157.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T11:28:45.762 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:28:45.762 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:28:45.788 DEBUG:teuthology.orchestra.run.trial157:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T11:28:45.812 INFO:teuthology.orchestra.run.trial157.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T11:28:45.814 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T11:28:45.814 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T11:28:45.814 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-21T11:28:45.815 DEBUG:teuthology.orchestra.run.trial157:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T11:28:45.878 INFO:teuthology.orchestra.run.trial157.stdout:ttyS1 2026-02-21T11:28:45.906 DEBUG:teuthology.parallel:result is None 2026-02-21T11:28:49.000 INFO:teuthology.orchestra.run.trial057.stdout:CentOS Stream 9 - CRB 895 kB/s | 7.8 MB 00:08 2026-02-21T11:28:50.611 INFO:teuthology.orchestra.run.trial057.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 20 kB 00:00 2026-02-21T11:28:51.366 INFO:teuthology.orchestra.run.trial057.stdout:Extra Packages for Enterprise Linux 29 MB/s | 20 MB 00:00 2026-02-21T11:28:54.560 INFO:teuthology.orchestra.run.trial057.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T11:28:55.565 INFO:teuthology.orchestra.run.trial057.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T11:28:55.565 INFO:teuthology.orchestra.run.trial057.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T11:28:55.583 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:28:55.584 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:28:55.584 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:28:55.607 DEBUG:teuthology.orchestra.run.trial057:> echo no | sudo yum reinstall kernel || true 2026-02-21T11:28:55.912 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 11:28:54 AM UTC. 2026-02-21T11:28:55.991 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:28:55.992 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:28:55.992 INFO:teuthology.orchestra.run.trial057.stdout: Package Architecture Version Repository Size 2026-02-21T11:28:55.992 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:28:55.992 INFO:teuthology.orchestra.run.trial057.stdout:Reinstalling: 2026-02-21T11:28:55.992 INFO:teuthology.orchestra.run.trial057.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:28:55.992 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:28:55.992 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:28:55.992 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:28:55.992 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:28:55.993 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 803 k 2026-02-21T11:28:55.993 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 0 2026-02-21T11:28:55.993 INFO:teuthology.orchestra.run.trial057.stderr:Operation aborted. 2026-02-21T11:28:56.013 INFO:teuthology.orchestra.run.trial057.stdout:Is this ok [y/N]: 2026-02-21T11:28:56.013 DEBUG:teuthology.orchestra.run.trial057:> sudo yum reinstall -y kernel || true 2026-02-21T11:28:56.318 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 11:28:54 AM UTC. 2026-02-21T11:28:56.398 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:28:56.398 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:28:56.399 INFO:teuthology.orchestra.run.trial057.stdout: Package Architecture Version Repository Size 2026-02-21T11:28:56.399 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:28:56.399 INFO:teuthology.orchestra.run.trial057.stdout:Reinstalling: 2026-02-21T11:28:56.399 INFO:teuthology.orchestra.run.trial057.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:28:56.399 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:28:56.399 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:28:56.399 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:28:56.399 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:28:56.399 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 803 k 2026-02-21T11:28:56.400 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 0 2026-02-21T11:28:56.400 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:28:56.952 INFO:teuthology.orchestra.run.trial057.stdout:kernel-5.14.0-681.el9.x86_64.rpm 3.5 MB/s | 803 kB 00:00 2026-02-21T11:28:56.953 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:28:56.953 INFO:teuthology.orchestra.run.trial057.stdout:Total 1.4 MB/s | 803 kB 00:00 2026-02-21T11:28:56.963 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:28:56.999 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:28:56.999 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:28:57.004 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:28:57.004 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:28:57.028 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:28:57.032 INFO:teuthology.orchestra.run.trial057.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:28:57.032 INFO:teuthology.orchestra.run.trial057.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:28:57.147 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:28:57.147 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:28:57.201 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:28:57.201 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:28:57.201 INFO:teuthology.orchestra.run.trial057.stdout:Reinstalled: 2026-02-21T11:28:57.201 INFO:teuthology.orchestra.run.trial057.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T11:28:57.201 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:28:57.201 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:28:57.230 DEBUG:teuthology.orchestra.run.trial057:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T11:28:57.295 INFO:teuthology.orchestra.run.trial057.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T11:28:57.297 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T11:28:57.297 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T11:28:57.297 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-21T11:28:57.297 DEBUG:teuthology.orchestra.run.trial057:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T11:28:57.359 INFO:teuthology.orchestra.run.trial057.stdout:ttyS1 2026-02-21T11:28:57.387 DEBUG:teuthology.parallel:result is None 2026-02-21T11:28:57.388 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-21T11:28:57.401 INFO:teuthology.task.internal:Creating test directory... 2026-02-21T11:28:57.402 DEBUG:teuthology.orchestra.run.trial040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T11:28:57.405 DEBUG:teuthology.orchestra.run.trial057:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T11:28:57.430 DEBUG:teuthology.orchestra.run.trial157:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T11:28:57.448 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-21T11:28:57.461 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-21T11:28:57.472 INFO:teuthology.task.internal:Creating archive directory... 2026-02-21T11:28:57.473 DEBUG:teuthology.orchestra.run.trial040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T11:28:57.475 DEBUG:teuthology.orchestra.run.trial057:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T11:28:57.487 DEBUG:teuthology.orchestra.run.trial157:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T11:28:57.508 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-21T11:28:57.520 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-21T11:28:57.521 DEBUG:teuthology.orchestra.run.trial040:> 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-21T11:28:57.531 DEBUG:teuthology.orchestra.run.trial057:> 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-21T11:28:57.543 DEBUG:teuthology.orchestra.run.trial157:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-02-21T11:28:57.554 INFO:teuthology.orchestra.run.trial040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:28:57.562 INFO:teuthology.orchestra.run.trial040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:28:57.564 INFO:teuthology.orchestra.run.trial057.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:28:57.570 INFO:teuthology.orchestra.run.trial157.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:28:57.573 INFO:teuthology.orchestra.run.trial057.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:28:57.579 INFO:teuthology.orchestra.run.trial157.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:28:57.580 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-21T11:28:57.590 INFO:teuthology.task.internal:Configuring sudo... 2026-02-21T11:28:57.590 DEBUG:teuthology.orchestra.run.trial040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T11:28:57.606 DEBUG:teuthology.orchestra.run.trial057:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T11:28:57.616 DEBUG:teuthology.orchestra.run.trial157:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T11:28:57.644 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-21T11:28:57.657 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-21T11:28:57.657 DEBUG:teuthology.orchestra.run.trial040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T11:28:57.669 DEBUG:teuthology.orchestra.run.trial057:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T11:28:57.681 DEBUG:teuthology.orchestra.run.trial157:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T11:28:57.700 DEBUG:teuthology.orchestra.run.trial040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:28:57.836 DEBUG:teuthology.orchestra.run.trial040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:28:57.862 DEBUG:teuthology.orchestra.run.trial040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:28:57.977 DEBUG:teuthology.orchestra.run.trial040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:28:58.001 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:28:58.001 DEBUG:teuthology.orchestra.run.trial040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T11:28:58.065 DEBUG:teuthology.orchestra.run.trial057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:28:58.149 DEBUG:teuthology.orchestra.run.trial057:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:28:58.174 DEBUG:teuthology.orchestra.run.trial057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:28:58.299 DEBUG:teuthology.orchestra.run.trial057:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:28:58.323 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:28:58.323 DEBUG:teuthology.orchestra.run.trial057:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T11:28:58.386 DEBUG:teuthology.orchestra.run.trial157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:28:58.496 DEBUG:teuthology.orchestra.run.trial157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:28:58.522 DEBUG:teuthology.orchestra.run.trial157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:28:58.638 DEBUG:teuthology.orchestra.run.trial157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:28:58.662 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:28:58.663 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T11:28:58.725 DEBUG:teuthology.orchestra.run.trial040:> sudo service rsyslog restart 2026-02-21T11:28:58.727 DEBUG:teuthology.orchestra.run.trial057:> sudo service rsyslog restart 2026-02-21T11:28:58.729 DEBUG:teuthology.orchestra.run.trial157:> sudo service rsyslog restart 2026-02-21T11:28:58.755 INFO:teuthology.orchestra.run.trial040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T11:28:58.755 INFO:teuthology.orchestra.run.trial057.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T11:28:58.793 INFO:teuthology.orchestra.run.trial157.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T11:28:59.263 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-21T11:28:59.277 INFO:teuthology.task.internal:Starting timer... 2026-02-21T11:28:59.277 INFO:teuthology.run_tasks:Running task pcp... 2026-02-21T11:28:59.299 INFO:teuthology.run_tasks:Running task selinux... 2026-02-21T11:28:59.316 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-21T11:28:59.316 DEBUG:teuthology.orchestra.run.trial040:> sudo service auditd rotate 2026-02-21T11:28:59.346 INFO:teuthology.orchestra.run.trial040.stdout:Rotating logs: 2026-02-21T11:28:59.348 DEBUG:teuthology.orchestra.run.trial057:> sudo service auditd rotate 2026-02-21T11:28:59.377 INFO:teuthology.orchestra.run.trial057.stdout:Rotating logs: 2026-02-21T11:28:59.379 DEBUG:teuthology.orchestra.run.trial157:> sudo service auditd rotate 2026-02-21T11:28:59.409 INFO:teuthology.orchestra.run.trial157.stdout:Rotating logs: 2026-02-21T11:28:59.411 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-21T11:28:59.412 DEBUG:teuthology.orchestra.run.trial040:> /usr/sbin/getenforce 2026-02-21T11:28:59.428 INFO:teuthology.orchestra.run.trial040.stdout:Permissive 2026-02-21T11:28:59.428 DEBUG:teuthology.orchestra.run.trial057:> /usr/sbin/getenforce 2026-02-21T11:28:59.444 INFO:teuthology.orchestra.run.trial057.stdout:Permissive 2026-02-21T11:28:59.445 DEBUG:teuthology.orchestra.run.trial157:> /usr/sbin/getenforce 2026-02-21T11:28:59.467 INFO:teuthology.orchestra.run.trial157.stdout:Permissive 2026-02-21T11:28:59.467 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial040.front.sepia.ceph.com': 'permissive', 'ubuntu@trial057.front.sepia.ceph.com': 'permissive', 'ubuntu@trial157.front.sepia.ceph.com': 'permissive'} 2026-02-21T11:28:59.468 DEBUG:teuthology.orchestra.run.trial040:> 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-21T11:28:59.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:28:59.493 DEBUG:teuthology.orchestra.run.trial057:> 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-21T11:28:59.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:28:59.517 DEBUG:teuthology.orchestra.run.trial157:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T11:28:59.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:28:59.543 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-21T11:28:59.543 DEBUG:teuthology.orchestra.run.trial040:> sudo /usr/sbin/setenforce permissive 2026-02-21T11:28:59.567 DEBUG:teuthology.orchestra.run.trial057:> sudo /usr/sbin/setenforce permissive 2026-02-21T11:28:59.591 DEBUG:teuthology.orchestra.run.trial157:> sudo /usr/sbin/setenforce permissive 2026-02-21T11:28:59.614 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-21T11:28:59.626 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-21T11:28:59.633 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-21T11:28:59.634 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial040.front.sepia.ceph.com,trial057.front.sepia.ceph.com,trial157.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-21T11:31:40.272 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial040.front.sepia.ceph.com'), Remote(name='ubuntu@trial057.front.sepia.ceph.com'), Remote(name='ubuntu@trial157.front.sepia.ceph.com')] 2026-02-21T11:31:40.273 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial040.front.sepia.ceph.com' 2026-02-21T11:31:40.274 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:31:40.380 DEBUG:teuthology.orchestra.run.trial040:> true 2026-02-21T11:31:40.456 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial040.front.sepia.ceph.com' 2026-02-21T11:31:40.457 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial057.front.sepia.ceph.com' 2026-02-21T11:31:40.457 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:31:40.552 DEBUG:teuthology.orchestra.run.trial057:> true 2026-02-21T11:31:40.629 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial057.front.sepia.ceph.com' 2026-02-21T11:31:40.629 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial157.front.sepia.ceph.com' 2026-02-21T11:31:40.630 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:31:40.699 DEBUG:teuthology.orchestra.run.trial157:> true 2026-02-21T11:31:40.773 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial157.front.sepia.ceph.com' 2026-02-21T11:31:40.774 INFO:teuthology.run_tasks:Running task clock... 2026-02-21T11:31:40.784 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-21T11:31:40.784 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T11:31:40.785 DEBUG:teuthology.orchestra.run.trial040:> 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-21T11:31:40.787 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T11:31:40.787 DEBUG:teuthology.orchestra.run.trial057:> 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-21T11:31:40.789 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T11:31:40.789 DEBUG:teuthology.orchestra.run.trial157:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T11:31:40.813 INFO:teuthology.orchestra.run.trial040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T11:31:40.815 INFO:teuthology.orchestra.run.trial057.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T11:31:40.825 INFO:teuthology.orchestra.run.trial040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T11:31:40.827 INFO:teuthology.orchestra.run.trial057.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T11:31:40.842 INFO:teuthology.orchestra.run.trial157.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T11:31:40.846 INFO:teuthology.orchestra.run.trial040.stderr:sudo: ntpd: command not found 2026-02-21T11:31:40.848 INFO:teuthology.orchestra.run.trial057.stderr:sudo: ntpd: command not found 2026-02-21T11:31:40.854 INFO:teuthology.orchestra.run.trial157.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T11:31:40.855 INFO:teuthology.orchestra.run.trial040.stdout:506 Cannot talk to daemon 2026-02-21T11:31:40.857 INFO:teuthology.orchestra.run.trial057.stdout:506 Cannot talk to daemon 2026-02-21T11:31:40.867 INFO:teuthology.orchestra.run.trial040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T11:31:40.869 INFO:teuthology.orchestra.run.trial057.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T11:31:40.874 INFO:teuthology.orchestra.run.trial157.stderr:sudo: ntpd: command not found 2026-02-21T11:31:40.879 INFO:teuthology.orchestra.run.trial040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T11:31:40.881 INFO:teuthology.orchestra.run.trial057.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T11:31:40.884 INFO:teuthology.orchestra.run.trial157.stdout:506 Cannot talk to daemon 2026-02-21T11:31:40.895 INFO:teuthology.orchestra.run.trial157.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T11:31:40.906 INFO:teuthology.orchestra.run.trial157.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T11:31:40.924 INFO:teuthology.orchestra.run.trial057.stderr:bash: line 1: ntpq: command not found 2026-02-21T11:31:40.925 INFO:teuthology.orchestra.run.trial040.stderr:bash: line 1: ntpq: command not found 2026-02-21T11:31:40.940 INFO:teuthology.orchestra.run.trial057.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T11:31:40.940 INFO:teuthology.orchestra.run.trial057.stdout:=============================================================================== 2026-02-21T11:31:40.940 INFO:teuthology.orchestra.run.trial057.stdout:^? 23.186.168.129 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.940 INFO:teuthology.orchestra.run.trial057.stdout:^? 69-10-208-170.rainiercon> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.940 INFO:teuthology.orchestra.run.trial057.stdout:^? ntp01-baq.provider0.inf 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.941 INFO:teuthology.orchestra.run.trial057.stdout:^? as393746.mci.trtnw.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.952 INFO:teuthology.orchestra.run.trial040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T11:31:40.953 INFO:teuthology.orchestra.run.trial040.stdout:=============================================================================== 2026-02-21T11:31:40.953 INFO:teuthology.orchestra.run.trial040.stdout:^? 157.245.140.122 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.953 INFO:teuthology.orchestra.run.trial040.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.953 INFO:teuthology.orchestra.run.trial040.stdout:^? wdc1.us.ntp.li 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.953 INFO:teuthology.orchestra.run.trial040.stdout:^? t2.time.bf1.yahoo.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.957 INFO:teuthology.orchestra.run.trial157.stderr:bash: line 1: ntpq: command not found 2026-02-21T11:31:40.972 INFO:teuthology.orchestra.run.trial157.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T11:31:40.972 INFO:teuthology.orchestra.run.trial157.stdout:=============================================================================== 2026-02-21T11:31:40.972 INFO:teuthology.orchestra.run.trial157.stdout:^? 163-123-152-14.ip4.evals> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.972 INFO:teuthology.orchestra.run.trial157.stdout:^? sushi.ruselabs.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.972 INFO:teuthology.orchestra.run.trial157.stdout:^? ntp1.glypnod.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.973 INFO:teuthology.orchestra.run.trial157.stdout:^? arm1.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:31:40.974 INFO:teuthology.run_tasks:Running task pexec... 2026-02-21T11:31:40.988 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-21T11:31:40.988 DEBUG:teuthology.orchestra.run.trial040:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T11:31:40.989 DEBUG:teuthology.orchestra.run.trial057:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T11:31:40.989 DEBUG:teuthology.orchestra.run.trial157:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T11:31:40.990 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial057.front.sepia.ceph.com 2026-02-21T11:31:40.990 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T11:31:40.991 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T11:31:40.991 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T11:31:40.991 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T11:31:40.995 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial040.front.sepia.ceph.com 2026-02-21T11:31:40.995 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T11:31:40.995 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T11:31:40.995 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T11:31:40.995 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T11:31:41.015 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial157.front.sepia.ceph.com 2026-02-21T11:31:41.015 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T11:31:41.015 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T11:31:41.015 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T11:31:41.015 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T11:31:41.164 INFO:teuthology.orchestra.run.trial057.stdout:No match for argument: nvme-cli 2026-02-21T11:31:41.165 INFO:teuthology.orchestra.run.trial057.stderr:No packages marked for removal. 2026-02-21T11:31:41.167 INFO:teuthology.orchestra.run.trial040.stdout:No match for argument: nvme-cli 2026-02-21T11:31:41.167 INFO:teuthology.orchestra.run.trial040.stderr:No packages marked for removal. 2026-02-21T11:31:41.168 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:31:41.168 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:31:41.168 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:31:41.169 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:31:41.169 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:31:41.169 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:31:41.185 INFO:teuthology.orchestra.run.trial157.stdout:No match for argument: nvme-cli 2026-02-21T11:31:41.186 INFO:teuthology.orchestra.run.trial157.stderr:No packages marked for removal. 2026-02-21T11:31:41.187 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:31:41.188 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:31:41.188 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:31:41.468 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:27 ago on Sat 21 Feb 2026 11:31:14 AM UTC. 2026-02-21T11:31:41.474 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:27 ago on Sat 21 Feb 2026 11:31:14 AM UTC. 2026-02-21T11:31:41.494 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:27 ago on Sat 21 Feb 2026 11:31:14 AM UTC. 2026-02-21T11:31:41.550 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:31:41.550 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:31:41.550 INFO:teuthology.orchestra.run.trial040.stdout: Package Arch Version Repository Size 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout:Installing dependencies: 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout:Install 7 Packages 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 6.3 M 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 24 M 2026-02-21T11:31:41.551 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout: Package Arch Version Repository Size 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout:Installing dependencies: 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:31:41.557 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:31:41.558 INFO:teuthology.orchestra.run.trial057.stdout:Install 7 Packages 2026-02-21T11:31:41.558 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:31:41.558 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 6.3 M 2026-02-21T11:31:41.558 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 24 M 2026-02-21T11:31:41.558 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:31:41.575 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:31:41.576 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:31:41.576 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-21T11:31:41.576 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:31:41.576 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:31:41.576 INFO:teuthology.orchestra.run.trial157.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T11:31:41.576 INFO:teuthology.orchestra.run.trial157.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T11:31:41.576 INFO:teuthology.orchestra.run.trial157.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout:Install 7 Packages 2026-02-21T11:31:41.577 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:31:41.578 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 6.3 M 2026-02-21T11:31:41.578 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 24 M 2026-02-21T11:31:41.578 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:31:41.785 INFO:teuthology.orchestra.run.trial057.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 406 kB/s | 44 kB 00:00 2026-02-21T11:31:41.799 INFO:teuthology.orchestra.run.trial057.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 588 kB/s | 72 kB 00:00 2026-02-21T11:31:41.842 INFO:teuthology.orchestra.run.trial057.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-21T11:31:41.866 INFO:teuthology.orchestra.run.trial057.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-21T11:31:41.898 INFO:teuthology.orchestra.run.trial057.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.2 MB/s | 1.2 MB 00:00 2026-02-21T11:31:41.944 INFO:teuthology.orchestra.run.trial057.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.0 MB/s | 837 kB 00:00 2026-02-21T11:31:42.007 INFO:teuthology.orchestra.run.trial040.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 683 kB/s | 44 kB 00:00 2026-02-21T11:31:42.008 INFO:teuthology.orchestra.run.trial040.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.1 MB/s | 72 kB 00:00 2026-02-21T11:31:42.031 INFO:teuthology.orchestra.run.trial040.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 3.4 MB/s | 84 kB 00:00 2026-02-21T11:31:42.053 INFO:teuthology.orchestra.run.trial040.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.3 MB/s | 150 kB 00:00 2026-02-21T11:31:42.062 INFO:teuthology.orchestra.run.trial057.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 20 MB/s | 4.0 MB 00:00 2026-02-21T11:31:42.062 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:31:42.062 INFO:teuthology.orchestra.run.trial057.stdout:Total 12 MB/s | 6.3 MB 00:00 2026-02-21T11:31:42.091 INFO:teuthology.orchestra.run.trial040.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 7.8 MB/s | 1.2 MB 00:00 2026-02-21T11:31:42.099 INFO:teuthology.orchestra.run.trial040.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 12 MB/s | 837 kB 00:00 2026-02-21T11:31:42.131 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:31:42.138 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:31:42.138 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:31:42.138 INFO:teuthology.orchestra.run.trial040.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 46 MB/s | 4.0 MB 00:00 2026-02-21T11:31:42.139 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:31:42.139 INFO:teuthology.orchestra.run.trial040.stdout:Total 11 MB/s | 6.3 MB 00:00 2026-02-21T11:31:42.210 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:31:42.218 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:31:42.218 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:31:42.218 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:31:42.219 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:31:42.242 INFO:teuthology.orchestra.run.trial157.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 84 kB/s | 44 kB 00:00 2026-02-21T11:31:42.245 INFO:teuthology.orchestra.run.trial157.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 137 kB/s | 72 kB 00:00 2026-02-21T11:31:42.297 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:31:42.298 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:31:42.361 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:31:42.369 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T11:31:42.378 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T11:31:42.383 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:31:42.389 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:31:42.390 INFO:teuthology.orchestra.run.trial057.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:31:42.422 INFO:teuthology.orchestra.run.trial157.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 470 kB/s | 84 kB 00:00 2026-02-21T11:31:42.423 INFO:teuthology.orchestra.run.trial157.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 843 kB/s | 150 kB 00:00 2026-02-21T11:31:42.437 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:31:42.440 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:31:42.449 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T11:31:42.458 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T11:31:42.463 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:31:42.469 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:31:42.470 INFO:teuthology.orchestra.run.trial040.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:31:42.518 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:31:42.547 INFO:teuthology.orchestra.run.trial157.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.4 MB/s | 1.2 MB 00:00 2026-02-21T11:31:42.551 INFO:teuthology.orchestra.run.trial057.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T11:31:42.554 INFO:teuthology.orchestra.run.trial057.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:31:42.630 INFO:teuthology.orchestra.run.trial040.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T11:31:42.633 INFO:teuthology.orchestra.run.trial040.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:31:42.680 INFO:teuthology.orchestra.run.trial157.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.2 MB/s | 837 kB 00:00 2026-02-21T11:31:42.712 INFO:teuthology.orchestra.run.trial157.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 14 MB/s | 4.0 MB 00:00 2026-02-21T11:31:42.714 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:31:42.714 INFO:teuthology.orchestra.run.trial157.stdout:Total 5.5 MB/s | 6.3 MB 00:01 2026-02-21T11:31:42.777 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:31:42.785 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:31:42.785 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:31:42.832 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:31:42.833 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T11:31:42.833 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:31:42.864 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:31:42.865 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:31:42.909 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:31:42.909 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T11:31:42.909 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:31:43.013 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:31:43.021 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T11:31:43.030 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T11:31:43.037 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:31:43.043 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:31:43.044 INFO:teuthology.orchestra.run.trial157.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:31:43.089 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T11:31:43.089 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T11:31:43.091 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:31:43.092 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:31:43.092 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T11:31:43.092 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T11:31:43.094 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:31:43.141 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T11:31:43.142 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:31:43.142 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:31:43.142 INFO:teuthology.orchestra.run.trial057.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T11:31:43.142 INFO:teuthology.orchestra.run.trial057.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T11:31:43.142 INFO:teuthology.orchestra.run.trial057.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T11:31:43.142 INFO:teuthology.orchestra.run.trial057.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T11:31:43.142 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:31:43.142 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:31:43.157 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T11:31:43.157 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T11:31:43.158 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:31:43.158 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:31:43.158 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T11:31:43.158 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T11:31:43.197 DEBUG:teuthology.parallel:result is None 2026-02-21T11:31:43.204 INFO:teuthology.orchestra.run.trial157.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T11:31:43.207 INFO:teuthology.orchestra.run.trial157.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:31:43.211 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T11:31:43.212 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:31:43.212 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:31:43.212 INFO:teuthology.orchestra.run.trial040.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T11:31:43.212 INFO:teuthology.orchestra.run.trial040.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T11:31:43.212 INFO:teuthology.orchestra.run.trial040.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T11:31:43.212 INFO:teuthology.orchestra.run.trial040.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T11:31:43.212 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:31:43.212 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:31:43.266 DEBUG:teuthology.parallel:result is None 2026-02-21T11:31:43.491 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:31:43.491 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T11:31:43.491 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:31:43.755 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T11:31:43.755 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T11:31:43.755 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:31:43.755 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:31:43.755 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T11:31:43.755 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T11:31:43.808 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T11:31:43.808 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:31:43.808 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:31:43.808 INFO:teuthology.orchestra.run.trial157.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T11:31:43.809 INFO:teuthology.orchestra.run.trial157.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T11:31:43.809 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T11:31:43.809 INFO:teuthology.orchestra.run.trial157.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T11:31:43.809 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:31:43.809 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:31:43.862 DEBUG:teuthology.parallel:result is None 2026-02-21T11:31:43.863 INFO:teuthology.run_tasks:Running task install... 2026-02-21T11:31:43.877 DEBUG:teuthology.task.install:project ceph 2026-02-21T11:31:43.877 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f7273f3049146bdd7fa7b4a400114872a50228e9'}} 2026-02-21T11:31:43.878 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f7273f3049146bdd7fa7b4a400114872a50228e9'} 2026-02-21T11:31:43.878 INFO:teuthology.task.install:Using flavor: default 2026-02-21T11:31:43.887 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-21T11:31:43.887 INFO:teuthology.task.install:extra packages: [] 2026-02-21T11:31:43.888 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': 'f7273f3049146bdd7fa7b4a400114872a50228e9', 'tag': None, 'wait_for_package': False} 2026-02-21T11:31:43.889 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:31:43.892 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': 'f7273f3049146bdd7fa7b4a400114872a50228e9', 'tag': None, 'wait_for_package': False} 2026-02-21T11:31:43.892 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:31:43.894 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': 'f7273f3049146bdd7fa7b4a400114872a50228e9', 'tag': None, 'wait_for_package': False} 2026-02-21T11:31:43.894 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:31:44.129 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/ 2026-02-21T11:31:44.129 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5397.gf7273f30 2026-02-21T11:31:44.131 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/ 2026-02-21T11:31:44.131 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5397.gf7273f30 2026-02-21T11:31:44.136 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/ 2026-02-21T11:31:44.136 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5397.gf7273f30 2026-02-21T11:31:44.433 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T11:31:44.433 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:31:44.433 DEBUG:teuthology.orchestra.run.trial057:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T11:31:44.434 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T11:31:44.434 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:31:44.434 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T11:31:44.459 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T11:31:44.459 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:31:44.459 DEBUG:teuthology.orchestra.run.trial040:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T11:31:44.461 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-21T11:31:44.461 DEBUG:teuthology.orchestra.run.trial157:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/f7273f3049146bdd7fa7b4a400114872a50228e9/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T11:31:44.462 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-21T11:31:44.462 DEBUG:teuthology.orchestra.run.trial057:> 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/f7273f3049146bdd7fa7b4a400114872a50228e9/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T11:31:44.486 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-21T11:31:44.486 DEBUG:teuthology.orchestra.run.trial040:> 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/f7273f3049146bdd7fa7b4a400114872a50228e9/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T11:31:44.527 DEBUG:teuthology.orchestra.run.trial157:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-02-21T11:31:44.529 DEBUG:teuthology.orchestra.run.trial057:> 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-21T11:31:44.552 DEBUG:teuthology.orchestra.run.trial040:> 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-21T11:31:44.601 DEBUG:teuthology.orchestra.run.trial157:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-02-21T11:31:44.603 DEBUG:teuthology.orchestra.run.trial057:> 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-21T11:31:44.624 DEBUG:teuthology.orchestra.run.trial040:> 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-21T11:31:44.663 INFO:teuthology.orchestra.run.trial157.stdout:check_obsoletes = 1 2026-02-21T11:31:44.665 DEBUG:teuthology.orchestra.run.trial157:> sudo yum clean all 2026-02-21T11:31:44.668 INFO:teuthology.orchestra.run.trial057.stdout:check_obsoletes = 1 2026-02-21T11:31:44.670 DEBUG:teuthology.orchestra.run.trial057:> sudo yum clean all 2026-02-21T11:31:44.688 INFO:teuthology.orchestra.run.trial040.stdout:check_obsoletes = 1 2026-02-21T11:31:44.690 DEBUG:teuthology.orchestra.run.trial040:> sudo yum clean all 2026-02-21T11:31:44.824 INFO:teuthology.orchestra.run.trial157.stdout:41 files removed 2026-02-21T11:31:44.829 INFO:teuthology.orchestra.run.trial057.stdout:41 files removed 2026-02-21T11:31:44.839 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-radosgw 2026-02-21T11:31:44.844 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-radosgw 2026-02-21T11:31:44.847 INFO:teuthology.orchestra.run.trial040.stdout:41 files removed 2026-02-21T11:31:44.861 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-radosgw 2026-02-21T11:31:45.334 INFO:teuthology.orchestra.run.trial157.stdout:ceph packages for x86_64 268 kB/s | 94 kB 00:00 2026-02-21T11:31:45.336 INFO:teuthology.orchestra.run.trial057.stdout:ceph packages for x86_64 269 kB/s | 94 kB 00:00 2026-02-21T11:31:45.339 INFO:teuthology.orchestra.run.trial040.stdout:ceph packages for x86_64 279 kB/s | 94 kB 00:00 2026-02-21T11:31:45.476 INFO:teuthology.orchestra.run.trial057.stdout:ceph noarch packages 215 kB/s | 25 kB 00:00 2026-02-21T11:31:45.478 INFO:teuthology.orchestra.run.trial157.stdout:ceph noarch packages 209 kB/s | 25 kB 00:00 2026-02-21T11:31:45.483 INFO:teuthology.orchestra.run.trial040.stdout:ceph noarch packages 207 kB/s | 25 kB 00:00 2026-02-21T11:31:45.604 INFO:teuthology.orchestra.run.trial057.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-21T11:31:45.605 INFO:teuthology.orchestra.run.trial157.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-21T11:31:45.609 INFO:teuthology.orchestra.run.trial040.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-21T11:31:46.500 INFO:teuthology.orchestra.run.trial040.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-21T11:31:47.058 INFO:teuthology.orchestra.run.trial057.stdout:CentOS Stream 9 - BaseOS 6.2 MB/s | 8.9 MB 00:01 2026-02-21T11:31:47.437 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - BaseOS 4.9 MB/s | 8.9 MB 00:01 2026-02-21T11:31:49.659 INFO:teuthology.orchestra.run.trial040.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-21T11:31:50.303 INFO:teuthology.orchestra.run.trial057.stdout:CentOS Stream 9 - AppStream 9.9 MB/s | 27 MB 00:02 2026-02-21T11:31:51.146 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - AppStream 8.5 MB/s | 27 MB 00:03 2026-02-21T11:31:53.721 INFO:teuthology.orchestra.run.trial040.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 7.8 MB 00:01 2026-02-21T11:31:54.625 INFO:teuthology.orchestra.run.trial057.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 7.8 MB 00:01 2026-02-21T11:31:55.439 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 7.8 MB 00:01 2026-02-21T11:31:56.049 INFO:teuthology.orchestra.run.trial057.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 20 kB 00:00 2026-02-21T11:31:56.235 INFO:teuthology.orchestra.run.trial040.stdout:CentOS Stream 9 - Extras packages 11 kB/s | 20 kB 00:01 2026-02-21T11:31:56.553 INFO:teuthology.orchestra.run.trial040.stdout:Extra Packages for Enterprise Linux 79 MB/s | 20 MB 00:00 2026-02-21T11:31:57.260 INFO:teuthology.orchestra.run.trial157.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-21T11:31:57.501 INFO:teuthology.orchestra.run.trial157.stdout:Extra Packages for Enterprise Linux 113 MB/s | 20 MB 00:00 2026-02-21T11:31:58.356 INFO:teuthology.orchestra.run.trial057.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 20 MB 00:02 2026-02-21T11:31:59.775 INFO:teuthology.orchestra.run.trial040.stdout:lab-extras 1.8 MB/s | 50 kB 00:00 2026-02-21T11:32:00.645 INFO:teuthology.orchestra.run.trial157.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T11:32:00.965 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:00.966 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:00.966 INFO:teuthology.orchestra.run.trial040.stdout: Package Arch Version Repository Size 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout: ceph-radosgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 13 M 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout:Upgrading: 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout: librados2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 3.5 M 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout: librbd1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.8 M 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout:Installing dependencies: 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout: ceph-base x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.2 M 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout: ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 24 M 2026-02-21T11:32:00.967 INFO:teuthology.orchestra.run.trial040.stdout: ceph-selinux x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: libcephfs2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 908 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: libradosstriper1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 248 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: librgw2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 M 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T11:32:00.968 INFO:teuthology.orchestra.run.trial040.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: python3-ceph-argparse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 45 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: python3-ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 185 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: python3-cephfs x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 203 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: python3-rados x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 324 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: python3-rbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 305 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: python3-rgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 100 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T11:32:00.969 INFO:teuthology.orchestra.run.trial040.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout:Installing weak dependencies: 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout: libcephfs-daemon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout:Install 34 Packages 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout:Upgrade 2 Packages 2026-02-21T11:32:00.970 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:00.971 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 67 M 2026-02-21T11:32:00.971 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:01.504 INFO:teuthology.orchestra.run.trial057.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-21T11:32:01.844 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:01.845 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:01.845 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-21T11:32:01.845 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:01.845 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:01.845 INFO:teuthology.orchestra.run.trial157.stdout: ceph-radosgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 13 M 2026-02-21T11:32:01.845 INFO:teuthology.orchestra.run.trial157.stdout:Upgrading: 2026-02-21T11:32:01.845 INFO:teuthology.orchestra.run.trial157.stdout: librados2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 3.5 M 2026-02-21T11:32:01.845 INFO:teuthology.orchestra.run.trial157.stdout: librbd1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.8 M 2026-02-21T11:32:01.845 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: ceph-base x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.2 M 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 24 M 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: ceph-selinux x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 908 k 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T11:32:01.846 INFO:teuthology.orchestra.run.trial157.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: libradosstriper1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 248 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: librgw2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 M 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: python3-ceph-argparse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 45 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: python3-ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 185 k 2026-02-21T11:32:01.847 INFO:teuthology.orchestra.run.trial157.stdout: python3-cephfs x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 203 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: python3-rados x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 324 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: python3-rbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 305 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: python3-rgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 100 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout:Installing weak dependencies: 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-daemon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T11:32:01.848 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:01.849 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:01.849 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:01.849 INFO:teuthology.orchestra.run.trial157.stdout:Install 34 Packages 2026-02-21T11:32:01.849 INFO:teuthology.orchestra.run.trial157.stdout:Upgrade 2 Packages 2026-02-21T11:32:01.849 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:01.850 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 67 M 2026-02-21T11:32:01.850 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:02.716 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:02.717 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:02.717 INFO:teuthology.orchestra.run.trial057.stdout: Package Arch Version Repository Size 2026-02-21T11:32:02.717 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:02.717 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:02.717 INFO:teuthology.orchestra.run.trial057.stdout: ceph-radosgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 13 M 2026-02-21T11:32:02.717 INFO:teuthology.orchestra.run.trial057.stdout:Upgrading: 2026-02-21T11:32:02.717 INFO:teuthology.orchestra.run.trial057.stdout: librados2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 3.5 M 2026-02-21T11:32:02.717 INFO:teuthology.orchestra.run.trial057.stdout: librbd1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.8 M 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout:Installing dependencies: 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: ceph-base x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.2 M 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 24 M 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: ceph-selinux x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: libcephfs2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 908 k 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T11:32:02.718 INFO:teuthology.orchestra.run.trial057.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: libradosstriper1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 248 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: librgw2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 M 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-ceph-argparse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 45 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 185 k 2026-02-21T11:32:02.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-cephfs x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 203 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-rados x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 324 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-rbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 305 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-rgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 100 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout:Installing weak dependencies: 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: libcephfs-daemon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T11:32:02.720 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:02.721 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:02.721 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:02.721 INFO:teuthology.orchestra.run.trial057.stdout:Install 34 Packages 2026-02-21T11:32:02.721 INFO:teuthology.orchestra.run.trial057.stdout:Upgrade 2 Packages 2026-02-21T11:32:02.721 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:02.722 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 67 M 2026-02-21T11:32:02.722 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:02.802 INFO:teuthology.orchestra.run.trial040.stdout:(1/36): ceph-base-20.3.0-5397.gf7273f30.el9.x86 3.7 MB/s | 5.2 MB 00:01 2026-02-21T11:32:02.851 INFO:teuthology.orchestra.run.trial040.stdout:(2/36): ceph-selinux-20.3.0-5397.gf7273f30.el9. 518 kB/s | 25 kB 00:00 2026-02-21T11:32:02.905 INFO:teuthology.orchestra.run.trial040.stdout:(3/36): libcephfs-daemon-20.3.0-5397.gf7273f30. 686 kB/s | 37 kB 00:00 2026-02-21T11:32:02.962 INFO:teuthology.orchestra.run.trial040.stdout:(4/36): libcephfs-proxy2-20.3.0-5397.gf7273f30. 449 kB/s | 25 kB 00:00 2026-02-21T11:32:02.978 INFO:teuthology.orchestra.run.trial157.stdout:(1/36): ceph-base-20.3.0-5397.gf7273f30.el9.x86 5.6 MB/s | 5.2 MB 00:00 2026-02-21T11:32:03.036 INFO:teuthology.orchestra.run.trial157.stdout:(2/36): ceph-selinux-20.3.0-5397.gf7273f30.el9. 431 kB/s | 25 kB 00:00 2026-02-21T11:32:03.098 INFO:teuthology.orchestra.run.trial157.stdout:(3/36): libcephfs-daemon-20.3.0-5397.gf7273f30. 603 kB/s | 37 kB 00:00 2026-02-21T11:32:03.142 INFO:teuthology.orchestra.run.trial040.stdout:(5/36): libcephfs2-20.3.0-5397.gf7273f30.el9.x8 4.9 MB/s | 908 kB 00:00 2026-02-21T11:32:03.160 INFO:teuthology.orchestra.run.trial157.stdout:(4/36): libcephfs-proxy2-20.3.0-5397.gf7273f30. 408 kB/s | 25 kB 00:00 2026-02-21T11:32:03.207 INFO:teuthology.orchestra.run.trial040.stdout:(6/36): libradosstriper1-20.3.0-5397.gf7273f30. 3.7 MB/s | 248 kB 00:00 2026-02-21T11:32:03.415 INFO:teuthology.orchestra.run.trial157.stdout:(5/36): libcephfs2-20.3.0-5397.gf7273f30.el9.x8 3.5 MB/s | 908 kB 00:00 2026-02-21T11:32:03.477 INFO:teuthology.orchestra.run.trial157.stdout:(6/36): libradosstriper1-20.3.0-5397.gf7273f30. 3.9 MB/s | 248 kB 00:00 2026-02-21T11:32:04.291 INFO:teuthology.orchestra.run.trial040.stdout:(7/36): ceph-radosgw-20.3.0-5397.gf7273f30.el9. 4.6 MB/s | 13 MB 00:02 2026-02-21T11:32:04.333 INFO:teuthology.orchestra.run.trial040.stdout:(8/36): python3-ceph-argparse-20.3.0-5397.gf727 1.1 MB/s | 45 kB 00:00 2026-02-21T11:32:04.378 INFO:teuthology.orchestra.run.trial040.stdout:(9/36): python3-ceph-common-20.3.0-5397.gf7273f 4.0 MB/s | 185 kB 00:00 2026-02-21T11:32:04.425 INFO:teuthology.orchestra.run.trial040.stdout:(10/36): python3-cephfs-20.3.0-5397.gf7273f30.e 4.3 MB/s | 203 kB 00:00 2026-02-21T11:32:04.451 INFO:teuthology.orchestra.run.trial040.stdout:(11/36): librgw2-20.3.0-5397.gf7273f30.el9.x86_ 5.2 MB/s | 6.5 MB 00:01 2026-02-21T11:32:04.500 INFO:teuthology.orchestra.run.trial040.stdout:(12/36): python3-rbd-20.3.0-5397.gf7273f30.el9. 6.2 MB/s | 305 kB 00:00 2026-02-21T11:32:04.514 INFO:teuthology.orchestra.run.trial040.stdout:(13/36): python3-rados-20.3.0-5397.gf7273f30.el 3.5 MB/s | 324 kB 00:00 2026-02-21T11:32:04.541 INFO:teuthology.orchestra.run.trial040.stdout:(14/36): python3-rgw-20.3.0-5397.gf7273f30.el9. 2.4 MB/s | 100 kB 00:00 2026-02-21T11:32:04.573 INFO:teuthology.orchestra.run.trial157.stdout:(7/36): ceph-radosgw-20.3.0-5397.gf7273f30.el9. 5.3 MB/s | 13 MB 00:02 2026-02-21T11:32:04.608 INFO:teuthology.orchestra.run.trial157.stdout:(8/36): python3-ceph-argparse-20.3.0-5397.gf727 1.3 MB/s | 45 kB 00:00 2026-02-21T11:32:04.621 INFO:teuthology.orchestra.run.trial157.stdout:(9/36): librgw2-20.3.0-5397.gf7273f30.el9.x86_6 5.7 MB/s | 6.5 MB 00:01 2026-02-21T11:32:04.642 INFO:teuthology.orchestra.run.trial157.stdout:(10/36): python3-ceph-common-20.3.0-5397.gf7273 5.2 MB/s | 185 kB 00:00 2026-02-21T11:32:04.653 INFO:teuthology.orchestra.run.trial157.stdout:(11/36): python3-cephfs-20.3.0-5397.gf7273f30.e 6.3 MB/s | 203 kB 00:00 2026-02-21T11:32:04.679 INFO:teuthology.orchestra.run.trial157.stdout:(12/36): python3-rados-20.3.0-5397.gf7273f30.el 8.5 MB/s | 324 kB 00:00 2026-02-21T11:32:04.715 INFO:teuthology.orchestra.run.trial157.stdout:(13/36): python3-rgw-20.3.0-5397.gf7273f30.el9. 2.8 MB/s | 100 kB 00:00 2026-02-21T11:32:04.722 INFO:teuthology.orchestra.run.trial157.stdout:(14/36): python3-rbd-20.3.0-5397.gf7273f30.el9. 4.3 MB/s | 305 kB 00:00 2026-02-21T11:32:04.807 INFO:teuthology.orchestra.run.trial157.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 359 kB/s | 33 kB 00:00 2026-02-21T11:32:04.847 INFO:teuthology.orchestra.run.trial157.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 746 kB/s | 93 kB 00:00 2026-02-21T11:32:04.868 INFO:teuthology.orchestra.run.trial157.stdout:(17/36): boost-program-options-1.75.0-13.el9.x8 1.7 MB/s | 104 kB 00:00 2026-02-21T11:32:04.887 INFO:teuthology.orchestra.run.trial157.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 7.8 MB/s | 160 kB 00:00 2026-02-21T11:32:04.898 INFO:teuthology.orchestra.run.trial157.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 4.3 MB/s | 45 kB 00:00 2026-02-21T11:32:04.899 INFO:teuthology.orchestra.run.trial157.stdout:(20/36): libnbd-1.20.3-4.el9.x86_64.rpm 3.1 MB/s | 164 kB 00:00 2026-02-21T11:32:04.922 INFO:teuthology.orchestra.run.trial157.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 12 MB/s | 292 kB 00:00 2026-02-21T11:32:04.925 INFO:teuthology.orchestra.run.trial157.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 24 MB/s | 662 kB 00:00 2026-02-21T11:32:04.935 INFO:teuthology.orchestra.run.trial157.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 3.7 MB/s | 37 kB 00:00 2026-02-21T11:32:04.936 INFO:teuthology.orchestra.run.trial157.stdout:(24/36): qatlib-25.08.0-2.el9.x86_64.rpm 17 MB/s | 240 kB 00:00 2026-02-21T11:32:04.946 INFO:teuthology.orchestra.run.trial157.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 6.2 MB/s | 66 kB 00:00 2026-02-21T11:32:04.952 INFO:teuthology.orchestra.run.trial040.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 76 kB/s | 33 kB 00:00 2026-02-21T11:32:04.979 INFO:teuthology.orchestra.run.trial040.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 3.8 MB/s | 104 kB 00:00 2026-02-21T11:32:04.988 INFO:teuthology.orchestra.run.trial040.stdout:(17/36): libnbd-1.20.3-4.el9.x86_64.rpm 18 MB/s | 164 kB 00:00 2026-02-21T11:32:04.995 INFO:teuthology.orchestra.run.trial040.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 23 MB/s | 160 kB 00:00 2026-02-21T11:32:04.999 INFO:teuthology.orchestra.run.trial040.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 10 MB/s | 45 kB 00:00 2026-02-21T11:32:05.009 INFO:teuthology.orchestra.run.trial040.stdout:(20/36): librdkafka-1.6.1-102.el9.x86_64.rpm 65 MB/s | 662 kB 00:00 2026-02-21T11:32:05.015 INFO:teuthology.orchestra.run.trial040.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 45 MB/s | 292 kB 00:00 2026-02-21T11:32:05.022 INFO:teuthology.orchestra.run.trial040.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 39 MB/s | 240 kB 00:00 2026-02-21T11:32:05.026 INFO:teuthology.orchestra.run.trial040.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 8.5 MB/s | 37 kB 00:00 2026-02-21T11:32:05.031 INFO:teuthology.orchestra.run.trial040.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 14 MB/s | 66 kB 00:00 2026-02-21T11:32:05.108 INFO:teuthology.orchestra.run.trial157.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.7 MB/s | 308 kB 00:00 2026-02-21T11:32:05.129 INFO:teuthology.orchestra.run.trial157.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.2 MB/s | 25 kB 00:00 2026-02-21T11:32:05.129 INFO:teuthology.orchestra.run.trial040.stdout:(25/36): pciutils-3.7.0-7.el9.x86_64.rpm 158 kB/s | 93 kB 00:00 2026-02-21T11:32:05.151 INFO:teuthology.orchestra.run.trial157.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 2.2 MB/s | 49 kB 00:00 2026-02-21T11:32:05.174 INFO:teuthology.orchestra.run.trial157.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 2.8 MB/s | 67 kB 00:00 2026-02-21T11:32:05.193 INFO:teuthology.orchestra.run.trial157.stdout:(30/36): libarrow-9.0.0-15.el9.x86_64.rpm 18 MB/s | 4.4 MB 00:00 2026-02-21T11:32:05.215 INFO:teuthology.orchestra.run.trial157.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 8.5 MB/s | 191 kB 00:00 2026-02-21T11:32:05.232 INFO:teuthology.orchestra.run.trial157.stdout:(32/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 14 MB/s | 838 kB 00:00 2026-02-21T11:32:05.252 INFO:teuthology.orchestra.run.trial157.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 43 MB/s | 1.6 MB 00:00 2026-02-21T11:32:05.284 INFO:teuthology.orchestra.run.trial040.stdout:(26/36): ceph-common-20.3.0-5397.gf7273f30.el9. 6.2 MB/s | 24 MB 00:03 2026-02-21T11:32:05.378 INFO:teuthology.orchestra.run.trial040.stdout:(27/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 886 kB/s | 308 kB 00:00 2026-02-21T11:32:05.424 INFO:teuthology.orchestra.run.trial040.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2026-02-21T11:32:05.464 INFO:teuthology.orchestra.run.trial040.stdout:(29/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 138 kB/s | 25 kB 00:00 2026-02-21T11:32:05.471 INFO:teuthology.orchestra.run.trial040.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 1.4 MB/s | 67 kB 00:00 2026-02-21T11:32:05.472 INFO:teuthology.orchestra.run.trial057.stdout:(1/36): ceph-base-20.3.0-5397.gf7273f30.el9.x86 2.2 MB/s | 5.2 MB 00:02 2026-02-21T11:32:05.528 INFO:teuthology.orchestra.run.trial057.stdout:(2/36): ceph-selinux-20.3.0-5397.gf7273f30.el9. 449 kB/s | 25 kB 00:00 2026-02-21T11:32:05.530 INFO:teuthology.orchestra.run.trial040.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 3.1 MB/s | 191 kB 00:00 2026-02-21T11:32:05.586 INFO:teuthology.orchestra.run.trial057.stdout:(3/36): libcephfs-daemon-20.3.0-5397.gf7273f30. 637 kB/s | 37 kB 00:00 2026-02-21T11:32:05.616 INFO:teuthology.orchestra.run.trial040.stdout:(32/36): libarrow-9.0.0-15.el9.x86_64.rpm 9.1 MB/s | 4.4 MB 00:00 2026-02-21T11:32:05.647 INFO:teuthology.orchestra.run.trial057.stdout:(4/36): libcephfs-proxy2-20.3.0-5397.gf7273f30. 421 kB/s | 25 kB 00:00 2026-02-21T11:32:05.681 INFO:teuthology.orchestra.run.trial040.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2026-02-21T11:32:05.707 INFO:teuthology.orchestra.run.trial040.stdout:(34/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 3.4 MB/s | 838 kB 00:00 2026-02-21T11:32:05.748 INFO:teuthology.orchestra.run.trial157.stdout:(34/36): librbd1-20.3.0-5397.gf7273f30.el9.x86_ 5.7 MB/s | 2.8 MB 00:00 2026-02-21T11:32:05.950 INFO:teuthology.orchestra.run.trial157.stdout:(35/36): librados2-20.3.0-5397.gf7273f30.el9.x8 4.9 MB/s | 3.5 MB 00:00 2026-02-21T11:32:06.041 INFO:teuthology.orchestra.run.trial057.stdout:(5/36): libcephfs2-20.3.0-5397.gf7273f30.el9.x8 2.3 MB/s | 908 kB 00:00 2026-02-21T11:32:06.142 INFO:teuthology.orchestra.run.trial057.stdout:(6/36): libradosstriper1-20.3.0-5397.gf7273f30. 2.4 MB/s | 248 kB 00:00 2026-02-21T11:32:06.217 INFO:teuthology.orchestra.run.trial040.stdout:(35/36): librbd1-20.3.0-5397.gf7273f30.el9.x86_ 5.3 MB/s | 2.8 MB 00:00 2026-02-21T11:32:06.582 INFO:teuthology.orchestra.run.trial040.stdout:(36/36): librados2-20.3.0-5397.gf7273f30.el9.x8 3.6 MB/s | 3.5 MB 00:00 2026-02-21T11:32:06.586 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:06.586 INFO:teuthology.orchestra.run.trial040.stdout:Total 12 MB/s | 67 MB 00:05 2026-02-21T11:32:06.678 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:06.696 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:06.696 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:06.943 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:06.943 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:07.246 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:07.401 INFO:teuthology.orchestra.run.trial040.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-21T11:32:07.404 INFO:teuthology.orchestra.run.trial040.stdout: Upgrading : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:32:07.456 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:32:07.457 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:32:07.471 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:32:07.473 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 4/38 2026-02-21T11:32:07.474 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:32:07.501 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:32:07.504 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 6/38 2026-02-21T11:32:07.512 INFO:teuthology.orchestra.run.trial040.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-21T11:32:07.515 INFO:teuthology.orchestra.run.trial040.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-21T11:32:07.518 INFO:teuthology.orchestra.run.trial040.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-21T11:32:07.522 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-21T11:32:07.533 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 11/38 2026-02-21T11:32:07.544 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:32:07.545 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:32:07.568 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:32:07.572 INFO:teuthology.orchestra.run.trial040.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-21T11:32:07.603 INFO:teuthology.orchestra.run.trial040.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-21T11:32:07.606 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-21T11:32:07.613 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-21T11:32:07.615 INFO:teuthology.orchestra.run.trial040.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-21T11:32:07.619 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-21T11:32:07.742 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-21T11:32:07.743 INFO:teuthology.orchestra.run.trial040.stdout: Upgrading : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:32:07.769 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:32:07.772 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 22/38 2026-02-21T11:32:07.778 INFO:teuthology.orchestra.run.trial040.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-21T11:32:07.885 INFO:teuthology.orchestra.run.trial057.stdout:(7/36): ceph-radosgw-20.3.0-5397.gf7273f30.el9. 2.8 MB/s | 13 MB 00:04 2026-02-21T11:32:07.914 INFO:teuthology.orchestra.run.trial057.stdout:(8/36): python3-ceph-argparse-20.3.0-5397.gf727 1.6 MB/s | 45 kB 00:00 2026-02-21T11:32:07.944 INFO:teuthology.orchestra.run.trial057.stdout:(9/36): librgw2-20.3.0-5397.gf7273f30.el9.x86_6 3.6 MB/s | 6.5 MB 00:01 2026-02-21T11:32:07.980 INFO:teuthology.orchestra.run.trial057.stdout:(10/36): python3-ceph-common-20.3.0-5397.gf7273 2.7 MB/s | 185 kB 00:00 2026-02-21T11:32:08.003 INFO:teuthology.orchestra.run.trial057.stdout:(11/36): python3-cephfs-20.3.0-5397.gf7273f30.e 3.4 MB/s | 203 kB 00:00 2026-02-21T11:32:08.050 INFO:teuthology.orchestra.run.trial057.stdout:(12/36): python3-rados-20.3.0-5397.gf7273f30.el 4.5 MB/s | 324 kB 00:00 2026-02-21T11:32:08.061 INFO:teuthology.orchestra.run.trial040.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-21T11:32:08.062 INFO:teuthology.orchestra.run.trial040.stdout: Installing : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:32:08.079 INFO:teuthology.orchestra.run.trial057.stdout:(13/36): python3-rbd-20.3.0-5397.gf7273f30.el9. 3.9 MB/s | 305 kB 00:00 2026-02-21T11:32:08.081 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:32:08.085 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 26/38 2026-02-21T11:32:08.088 INFO:teuthology.orchestra.run.trial057.stdout:(14/36): python3-rgw-20.3.0-5397.gf7273f30.el9. 2.5 MB/s | 100 kB 00:00 2026-02-21T11:32:08.089 INFO:teuthology.orchestra.run.trial040.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-21T11:32:08.092 INFO:teuthology.orchestra.run.trial040.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-21T11:32:08.092 INFO:teuthology.orchestra.run.trial040.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:32:08.111 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:32:08.114 INFO:teuthology.orchestra.run.trial040.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-21T11:32:08.146 INFO:teuthology.orchestra.run.trial057.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 491 kB/s | 33 kB 00:00 2026-02-21T11:32:08.147 INFO:teuthology.orchestra.run.trial040.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-21T11:32:08.149 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 32/38 2026-02-21T11:32:08.167 INFO:teuthology.orchestra.run.trial057.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.2 MB/s | 93 kB 00:00 2026-02-21T11:32:08.736 INFO:teuthology.orchestra.run.trial057.stdout:(17/36): boost-program-options-1.75.0-13.el9.x8 177 kB/s | 104 kB 00:00 2026-02-21T11:32:08.773 INFO:teuthology.orchestra.run.trial057.stdout:(18/36): libnbd-1.20.3-4.el9.x86_64.rpm 271 kB/s | 164 kB 00:00 2026-02-21T11:32:08.797 INFO:teuthology.orchestra.run.trial157.stdout:(36/36): ceph-common-20.3.0-5397.gf7273f30.el9. 3.6 MB/s | 24 MB 00:06 2026-02-21T11:32:08.800 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:08.800 INFO:teuthology.orchestra.run.trial157.stdout:Total 9.6 MB/s | 67 MB 00:06 2026-02-21T11:32:08.872 INFO:teuthology.orchestra.run.trial057.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 455 kB/s | 45 kB 00:00 2026-02-21T11:32:08.890 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:08.907 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:08.907 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:08.912 INFO:teuthology.orchestra.run.trial057.stdout:(20/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 912 kB/s | 160 kB 00:00 2026-02-21T11:32:09.087 INFO:teuthology.orchestra.run.trial057.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2026-02-21T11:32:09.135 INFO:teuthology.orchestra.run.trial057.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 2.5 MB/s | 662 kB 00:00 2026-02-21T11:32:09.152 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:09.153 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:09.187 INFO:teuthology.orchestra.run.trial057.stdout:(23/36): qatlib-25.08.0-2.el9.x86_64.rpm 2.4 MB/s | 240 kB 00:00 2026-02-21T11:32:09.235 INFO:teuthology.orchestra.run.trial057.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 372 kB/s | 37 kB 00:00 2026-02-21T11:32:09.246 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:32:09.248 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:32:09.285 INFO:teuthology.orchestra.run.trial057.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 675 kB/s | 66 kB 00:00 2026-02-21T11:32:09.362 INFO:teuthology.orchestra.run.trial057.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.4 MB/s | 308 kB 00:00 2026-02-21T11:32:09.383 INFO:teuthology.orchestra.run.trial057.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.2 MB/s | 25 kB 00:00 2026-02-21T11:32:09.404 INFO:teuthology.orchestra.run.trial057.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 2.3 MB/s | 49 kB 00:00 2026-02-21T11:32:09.425 INFO:teuthology.orchestra.run.trial057.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 3.2 MB/s | 67 kB 00:00 2026-02-21T11:32:09.456 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:09.466 INFO:teuthology.orchestra.run.trial057.stdout:(30/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 20 MB/s | 838 kB 00:00 2026-02-21T11:32:09.490 INFO:teuthology.orchestra.run.trial057.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 7.7 MB/s | 191 kB 00:00 2026-02-21T11:32:09.511 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:32:09.514 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:32:09.516 INFO:teuthology.orchestra.run.trial057.stdout:(32/36): libarrow-9.0.0-15.el9.x86_64.rpm 19 MB/s | 4.4 MB 00:00 2026-02-21T11:32:09.537 INFO:teuthology.orchestra.run.trial057.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 34 MB/s | 1.6 MB 00:00 2026-02-21T11:32:09.555 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:32:09.555 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T11:32:09.555 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T11:32:09.555 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:09.559 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:32:09.608 INFO:teuthology.orchestra.run.trial157.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-21T11:32:09.613 INFO:teuthology.orchestra.run.trial157.stdout: Upgrading : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:32:09.664 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:32:09.665 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:32:09.678 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:32:09.680 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 4/38 2026-02-21T11:32:09.681 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:32:09.708 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:32:09.710 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 6/38 2026-02-21T11:32:09.718 INFO:teuthology.orchestra.run.trial157.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-21T11:32:09.720 INFO:teuthology.orchestra.run.trial157.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-21T11:32:09.723 INFO:teuthology.orchestra.run.trial157.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-21T11:32:09.728 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-21T11:32:09.738 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 11/38 2026-02-21T11:32:09.750 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:32:09.751 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:32:09.771 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:32:09.775 INFO:teuthology.orchestra.run.trial157.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-21T11:32:09.806 INFO:teuthology.orchestra.run.trial157.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-21T11:32:09.809 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-21T11:32:09.816 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-21T11:32:09.818 INFO:teuthology.orchestra.run.trial157.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-21T11:32:09.823 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-21T11:32:09.949 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-21T11:32:09.950 INFO:teuthology.orchestra.run.trial157.stdout: Upgrading : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:32:09.976 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:32:09.978 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 22/38 2026-02-21T11:32:09.984 INFO:teuthology.orchestra.run.trial157.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-21T11:32:10.266 INFO:teuthology.orchestra.run.trial157.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-21T11:32:10.268 INFO:teuthology.orchestra.run.trial157.stdout: Installing : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:32:10.286 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:32:10.290 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 26/38 2026-02-21T11:32:10.295 INFO:teuthology.orchestra.run.trial157.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-21T11:32:10.298 INFO:teuthology.orchestra.run.trial157.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-21T11:32:10.299 INFO:teuthology.orchestra.run.trial157.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:32:10.316 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:32:10.319 INFO:teuthology.orchestra.run.trial157.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-21T11:32:10.354 INFO:teuthology.orchestra.run.trial157.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-21T11:32:10.356 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 32/38 2026-02-21T11:32:10.506 INFO:teuthology.orchestra.run.trial057.stdout:(34/36): ceph-common-20.3.0-5397.gf7273f30.el9. 3.3 MB/s | 24 MB 00:07 2026-02-21T11:32:10.564 INFO:teuthology.orchestra.run.trial057.stdout:(35/36): librbd1-20.3.0-5397.gf7273f30.el9.x86_ 2.7 MB/s | 2.8 MB 00:01 2026-02-21T11:32:10.742 INFO:teuthology.orchestra.run.trial057.stdout:(36/36): librados2-20.3.0-5397.gf7273f30.el9.x8 2.8 MB/s | 3.5 MB 00:01 2026-02-21T11:32:10.746 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:10.747 INFO:teuthology.orchestra.run.trial057.stdout:Total 8.4 MB/s | 67 MB 00:08 2026-02-21T11:32:10.834 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:10.850 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:10.851 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:11.097 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:11.097 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:11.402 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:11.451 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:32:11.453 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:32:11.555 INFO:teuthology.orchestra.run.trial057.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-21T11:32:11.559 INFO:teuthology.orchestra.run.trial057.stdout: Upgrading : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:32:11.609 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:32:11.610 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:32:11.623 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:32:11.625 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 4/38 2026-02-21T11:32:11.626 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:32:11.653 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:32:11.655 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 6/38 2026-02-21T11:32:11.662 INFO:teuthology.orchestra.run.trial057.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-21T11:32:11.665 INFO:teuthology.orchestra.run.trial057.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-21T11:32:11.668 INFO:teuthology.orchestra.run.trial057.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-21T11:32:11.672 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-21T11:32:11.683 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 11/38 2026-02-21T11:32:11.696 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:32:11.697 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:32:11.718 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:32:11.719 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:32:11.722 INFO:teuthology.orchestra.run.trial057.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-21T11:32:11.722 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:32:11.751 INFO:teuthology.orchestra.run.trial057.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-21T11:32:11.755 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-21T11:32:11.761 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-21T11:32:11.762 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:32:11.763 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T11:32:11.763 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T11:32:11.763 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:11.763 INFO:teuthology.orchestra.run.trial057.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-21T11:32:11.767 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:32:11.767 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-21T11:32:11.888 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-21T11:32:11.889 INFO:teuthology.orchestra.run.trial057.stdout: Upgrading : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:32:11.915 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:32:11.917 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 22/38 2026-02-21T11:32:11.925 INFO:teuthology.orchestra.run.trial057.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-21T11:32:12.209 INFO:teuthology.orchestra.run.trial057.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-21T11:32:12.210 INFO:teuthology.orchestra.run.trial057.stdout: Installing : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:32:12.226 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:32:12.230 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 26/38 2026-02-21T11:32:12.235 INFO:teuthology.orchestra.run.trial057.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-21T11:32:12.237 INFO:teuthology.orchestra.run.trial057.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-21T11:32:12.238 INFO:teuthology.orchestra.run.trial057.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:32:12.256 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:32:12.259 INFO:teuthology.orchestra.run.trial057.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-21T11:32:12.292 INFO:teuthology.orchestra.run.trial057.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-21T11:32:12.294 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 32/38 2026-02-21T11:32:13.389 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:32:13.391 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:32:13.654 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:32:13.657 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:32:13.697 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:32:13.697 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T11:32:13.697 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T11:32:13.697 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:13.700 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:32:14.081 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:32:14.082 INFO:teuthology.orchestra.run.trial040.stdout:skipping the directory /sys 2026-02-21T11:32:14.082 INFO:teuthology.orchestra.run.trial040.stdout:skipping the directory /proc 2026-02-21T11:32:14.082 INFO:teuthology.orchestra.run.trial040.stdout:skipping the directory /mnt 2026-02-21T11:32:14.082 INFO:teuthology.orchestra.run.trial040.stdout:skipping the directory /var/tmp 2026-02-21T11:32:14.082 INFO:teuthology.orchestra.run.trial040.stdout:skipping the directory /home 2026-02-21T11:32:14.082 INFO:teuthology.orchestra.run.trial040.stdout:skipping the directory /root 2026-02-21T11:32:14.082 INFO:teuthology.orchestra.run.trial040.stdout:skipping the directory /tmp 2026-02-21T11:32:14.082 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:14.662 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:32:14.686 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:32:14.686 INFO:teuthology.orchestra.run.trial040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:14.686 INFO:teuthology.orchestra.run.trial040.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T11:32:14.686 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:32:14.686 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:32:14.686 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:14.688 INFO:teuthology.orchestra.run.trial040.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:32:14.702 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:32:14.703 INFO:teuthology.orchestra.run.trial040.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:32:14.762 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:32:14.762 INFO:teuthology.orchestra.run.trial040.stdout:Creating group 'qat' with GID 992. 2026-02-21T11:32:14.762 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:15.057 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 1/38 2026-02-21T11:32:15.058 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:32:15.058 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:32:15.058 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 4/38 2026-02-21T11:32:15.058 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:32:15.058 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 6/38 2026-02-21T11:32:15.058 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 7/38 2026-02-21T11:32:15.058 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 8/38 2026-02-21T11:32:15.058 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 9/38 2026-02-21T11:32:15.058 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 10/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 11/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 13/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 14/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 15/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-21T11:32:15.059 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-21T11:32:15.060 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-21T11:32:15.061 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:32:15.061 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-21T11:32:15.061 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 37/38 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout:Upgraded: 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T11:32:15.119 INFO:teuthology.orchestra.run.trial040.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:15.120 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:15.161 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-test 2026-02-21T11:32:15.472 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:16 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout: Package Arch Version Repository Size 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout: ceph-test x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 76 M 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout:Installing dependencies: 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout: libcephsqlite x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 159 k 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T11:32:15.554 INFO:teuthology.orchestra.run.trial040.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout:Install 10 Packages 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 80 M 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 331 M 2026-02-21T11:32:15.555 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:15.866 INFO:teuthology.orchestra.run.trial040.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 28 MB/s | 2.1 MB 00:00 2026-02-21T11:32:15.875 INFO:teuthology.orchestra.run.trial040.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 2.4 MB/s | 23 kB 00:00 2026-02-21T11:32:15.886 INFO:teuthology.orchestra.run.trial040.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 8.9 MB/s | 94 kB 00:00 2026-02-21T11:32:16.131 INFO:teuthology.orchestra.run.trial040.stdout:(4/10): libcephsqlite-20.3.0-5397.gf7273f30.el9 467 kB/s | 159 kB 00:00 2026-02-21T11:32:16.271 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:32:16.271 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /sys 2026-02-21T11:32:16.271 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /proc 2026-02-21T11:32:16.271 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /mnt 2026-02-21T11:32:16.271 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /var/tmp 2026-02-21T11:32:16.271 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /home 2026-02-21T11:32:16.271 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /root 2026-02-21T11:32:16.271 INFO:teuthology.orchestra.run.trial157.stdout:skipping the directory /tmp 2026-02-21T11:32:16.271 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:16.642 INFO:teuthology.orchestra.run.trial040.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 308 kB/s | 233 kB 00:00 2026-02-21T11:32:16.850 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:32:16.874 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:32:16.874 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:16.874 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T11:32:16.874 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:32:16.874 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:32:16.874 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:16.876 INFO:teuthology.orchestra.run.trial157.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:32:16.889 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:32:16.889 INFO:teuthology.orchestra.run.trial157.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:32:16.944 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:32:16.945 INFO:teuthology.orchestra.run.trial157.stdout:Creating group 'qat' with GID 992. 2026-02-21T11:32:16.945 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:17.055 INFO:teuthology.orchestra.run.trial040.stdout:(6/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2026-02-21T11:32:17.239 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 1/38 2026-02-21T11:32:17.240 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:32:17.240 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:32:17.240 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 4/38 2026-02-21T11:32:17.240 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:32:17.240 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 6/38 2026-02-21T11:32:17.240 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 7/38 2026-02-21T11:32:17.240 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 8/38 2026-02-21T11:32:17.240 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 9/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 10/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 11/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 13/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 14/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 15/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-21T11:32:17.241 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-21T11:32:17.242 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-21T11:32:17.243 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:32:17.243 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-21T11:32:17.243 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 37/38 2026-02-21T11:32:17.302 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:32:17.302 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:17.302 INFO:teuthology.orchestra.run.trial157.stdout:Upgraded: 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T11:32:17.303 INFO:teuthology.orchestra.run.trial157.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.304 INFO:teuthology.orchestra.run.trial157.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T11:32:17.305 INFO:teuthology.orchestra.run.trial157.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T11:32:17.306 INFO:teuthology.orchestra.run.trial157.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T11:32:17.306 INFO:teuthology.orchestra.run.trial157.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T11:32:17.306 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:17.306 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:17.345 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-test 2026-02-21T11:32:17.430 INFO:teuthology.orchestra.run.trial040.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 385 kB/s | 303 kB 00:00 2026-02-21T11:32:17.656 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:17 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:17.674 INFO:teuthology.orchestra.run.trial040.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 103 kB/s | 64 kB 00:00 2026-02-21T11:32:17.740 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:17.741 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:17.741 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-21T11:32:17.741 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:17.741 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:17.741 INFO:teuthology.orchestra.run.trial157.stdout: ceph-test x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 76 M 2026-02-21T11:32:17.741 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: libcephsqlite x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 159 k 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:17.742 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:17.743 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:17.743 INFO:teuthology.orchestra.run.trial157.stdout:Install 10 Packages 2026-02-21T11:32:17.743 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:17.743 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 80 M 2026-02-21T11:32:17.744 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 331 M 2026-02-21T11:32:17.744 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:17.811 INFO:teuthology.orchestra.run.trial040.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 320 kB/s | 122 kB 00:00 2026-02-21T11:32:18.031 INFO:teuthology.orchestra.run.trial157.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 56 MB/s | 2.1 MB 00:00 2026-02-21T11:32:18.035 INFO:teuthology.orchestra.run.trial157.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 5.4 MB/s | 23 kB 00:00 2026-02-21T11:32:18.040 INFO:teuthology.orchestra.run.trial157.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 19 MB/s | 94 kB 00:00 2026-02-21T11:32:18.099 INFO:teuthology.orchestra.run.trial157.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 3.8 MB/s | 233 kB 00:00 2026-02-21T11:32:18.134 INFO:teuthology.orchestra.run.trial157.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 29 MB/s | 1.0 MB 00:00 2026-02-21T11:32:18.164 INFO:teuthology.orchestra.run.trial157.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 9.7 MB/s | 303 kB 00:00 2026-02-21T11:32:18.198 INFO:teuthology.orchestra.run.trial157.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 64 kB 00:00 2026-02-21T11:32:18.204 INFO:teuthology.orchestra.run.trial157.stdout:(8/10): libcephsqlite-20.3.0-5397.gf7273f30.el9 753 kB/s | 159 kB 00:00 2026-02-21T11:32:18.205 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:32:18.205 INFO:teuthology.orchestra.run.trial057.stdout:skipping the directory /sys 2026-02-21T11:32:18.205 INFO:teuthology.orchestra.run.trial057.stdout:skipping the directory /proc 2026-02-21T11:32:18.206 INFO:teuthology.orchestra.run.trial057.stdout:skipping the directory /mnt 2026-02-21T11:32:18.206 INFO:teuthology.orchestra.run.trial057.stdout:skipping the directory /var/tmp 2026-02-21T11:32:18.206 INFO:teuthology.orchestra.run.trial057.stdout:skipping the directory /home 2026-02-21T11:32:18.206 INFO:teuthology.orchestra.run.trial057.stdout:skipping the directory /root 2026-02-21T11:32:18.206 INFO:teuthology.orchestra.run.trial057.stdout:skipping the directory /tmp 2026-02-21T11:32:18.206 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:18.317 INFO:teuthology.orchestra.run.trial157.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 1.0 MB/s | 122 kB 00:00 2026-02-21T11:32:18.784 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:32:18.807 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:32:18.807 INFO:teuthology.orchestra.run.trial057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:18.807 INFO:teuthology.orchestra.run.trial057.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T11:32:18.807 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:32:18.807 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:32:18.808 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:18.809 INFO:teuthology.orchestra.run.trial057.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:32:18.820 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:32:18.820 INFO:teuthology.orchestra.run.trial057.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:32:18.875 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:32:18.875 INFO:teuthology.orchestra.run.trial057.stdout:Creating group 'qat' with GID 992. 2026-02-21T11:32:18.875 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 1/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 4/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 6/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 7/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 8/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 9/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 10/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 11/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 13/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 14/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 15/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-21T11:32:19.169 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-21T11:32:19.170 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 37/38 2026-02-21T11:32:19.231 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:32:19.231 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:19.231 INFO:teuthology.orchestra.run.trial057.stdout:Upgraded: 2026-02-21T11:32:19.231 INFO:teuthology.orchestra.run.trial057.stdout: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.231 INFO:teuthology.orchestra.run.trial057.stdout: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.231 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:19.231 INFO:teuthology.orchestra.run.trial057.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:19.232 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:19.271 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-test 2026-02-21T11:32:19.439 INFO:teuthology.orchestra.run.trial040.stdout:(10/10): ceph-test-20.3.0-5397.gf7273f30.el9.x8 21 MB/s | 76 MB 00:03 2026-02-21T11:32:19.441 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:19.441 INFO:teuthology.orchestra.run.trial040.stdout:Total 21 MB/s | 80 MB 00:03 2026-02-21T11:32:19.506 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:19.516 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:19.516 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:19.577 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:18 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:19.659 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:19.660 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:19.660 INFO:teuthology.orchestra.run.trial057.stdout: Package Arch Version Repository Size 2026-02-21T11:32:19.660 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout: ceph-test x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 76 M 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout:Installing dependencies: 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout: libcephsqlite x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 159 k 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T11:32:19.661 INFO:teuthology.orchestra.run.trial057.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T11:32:19.662 INFO:teuthology.orchestra.run.trial057.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T11:32:19.662 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:19.662 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:19.662 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:19.662 INFO:teuthology.orchestra.run.trial057.stdout:Install 10 Packages 2026-02-21T11:32:19.662 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:19.662 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 80 M 2026-02-21T11:32:19.662 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 331 M 2026-02-21T11:32:19.662 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:19.792 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:19.792 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:20.096 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:20.104 INFO:teuthology.orchestra.run.trial040.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T11:32:20.113 INFO:teuthology.orchestra.run.trial040.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T11:32:20.118 INFO:teuthology.orchestra.run.trial040.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T11:32:20.122 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T11:32:20.128 INFO:teuthology.orchestra.run.trial040.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T11:32:20.130 INFO:teuthology.orchestra.run.trial040.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T11:32:20.139 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T11:32:20.147 INFO:teuthology.orchestra.run.trial040.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T11:32:20.148 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:32:20.683 INFO:teuthology.orchestra.run.trial057.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 31 MB/s | 2.1 MB 00:00 2026-02-21T11:32:20.705 INFO:teuthology.orchestra.run.trial057.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 1.0 MB/s | 23 kB 00:00 2026-02-21T11:32:20.730 INFO:teuthology.orchestra.run.trial057.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 3.7 MB/s | 94 kB 00:00 2026-02-21T11:32:20.849 INFO:teuthology.orchestra.run.trial057.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 1.9 MB/s | 233 kB 00:00 2026-02-21T11:32:20.923 INFO:teuthology.orchestra.run.trial057.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 13 MB/s | 1.0 MB 00:00 2026-02-21T11:32:20.975 INFO:teuthology.orchestra.run.trial057.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 5.7 MB/s | 303 kB 00:00 2026-02-21T11:32:20.994 INFO:teuthology.orchestra.run.trial057.stdout:(7/10): libcephsqlite-20.3.0-5397.gf7273f30.el9 418 kB/s | 159 kB 00:00 2026-02-21T11:32:20.997 INFO:teuthology.orchestra.run.trial057.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.9 MB/s | 64 kB 00:00 2026-02-21T11:32:21.110 INFO:teuthology.orchestra.run.trial157.stdout:(10/10): ceph-test-20.3.0-5397.gf7273f30.el9.x8 24 MB/s | 76 MB 00:03 2026-02-21T11:32:21.112 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:21.113 INFO:teuthology.orchestra.run.trial157.stdout:Total 24 MB/s | 80 MB 00:03 2026-02-21T11:32:21.177 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:21.187 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:21.187 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:21.278 INFO:teuthology.orchestra.run.trial057.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 430 kB/s | 122 kB 00:00 2026-02-21T11:32:21.466 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:21.466 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:21.782 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:21.792 INFO:teuthology.orchestra.run.trial157.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T11:32:21.802 INFO:teuthology.orchestra.run.trial157.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T11:32:21.807 INFO:teuthology.orchestra.run.trial157.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T11:32:21.811 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T11:32:21.817 INFO:teuthology.orchestra.run.trial157.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T11:32:21.819 INFO:teuthology.orchestra.run.trial157.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T11:32:21.828 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T11:32:21.836 INFO:teuthology.orchestra.run.trial157.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T11:32:21.837 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:32:22.936 INFO:teuthology.orchestra.run.trial057.stdout:(10/10): ceph-test-20.3.0-5397.gf7273f30.el9.x8 33 MB/s | 76 MB 00:02 2026-02-21T11:32:22.937 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:22.938 INFO:teuthology.orchestra.run.trial057.stdout:Total 24 MB/s | 80 MB 00:03 2026-02-21T11:32:22.998 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:23.010 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:23.010 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:23.287 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:23.288 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:23.497 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:32:23.516 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:32:23.592 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:23.600 INFO:teuthology.orchestra.run.trial057.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T11:32:23.609 INFO:teuthology.orchestra.run.trial057.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T11:32:23.614 INFO:teuthology.orchestra.run.trial057.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T11:32:23.618 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T11:32:23.623 INFO:teuthology.orchestra.run.trial057.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T11:32:23.625 INFO:teuthology.orchestra.run.trial057.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T11:32:23.635 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T11:32:23.643 INFO:teuthology.orchestra.run.trial057.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T11:32:23.644 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:32:23.844 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:32:23.845 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 1/10 2026-02-21T11:32:23.845 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2/10 2026-02-21T11:32:23.845 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T11:32:23.845 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T11:32:23.845 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T11:32:23.845 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T11:32:23.845 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T11:32:23.845 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T11:32:23.846 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T11:32:23.900 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T11:32:23.900 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:23.900 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T11:32:23.901 INFO:teuthology.orchestra.run.trial040.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T11:32:23.902 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:23.902 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:23.935 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph 2026-02-21T11:32:24.242 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:25 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:24.328 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:24.331 INFO:teuthology.orchestra.run.trial040.stdout:======================================================================================= 2026-02-21T11:32:24.331 INFO:teuthology.orchestra.run.trial040.stdout: Package Arch Version Repository Size 2026-02-21T11:32:24.331 INFO:teuthology.orchestra.run.trial040.stdout:======================================================================================= 2026-02-21T11:32:24.331 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:24.331 INFO:teuthology.orchestra.run.trial040.stdout: ceph x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 k 2026-02-21T11:32:24.331 INFO:teuthology.orchestra.run.trial040.stdout:Installing dependencies: 2026-02-21T11:32:24.331 INFO:teuthology.orchestra.run.trial040.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 57 k 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mds x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.4 M 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 950 k 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 297 k 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.0 M 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: ceph-osd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 166 k 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: ceph-osd-classic x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 16 M 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: ceph-osd-crimson x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 19 M 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 17 k 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 1.0 M 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T11:32:24.332 INFO:teuthology.orchestra.run.trial040.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T11:32:24.333 INFO:teuthology.orchestra.run.trial040.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T11:32:24.334 INFO:teuthology.orchestra.run.trial040.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T11:32:24.335 INFO:teuthology.orchestra.run.trial040.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T11:32:24.336 INFO:teuthology.orchestra.run.trial040.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T11:32:24.337 INFO:teuthology.orchestra.run.trial040.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout:Installing weak dependencies: 2026-02-21T11:32:24.338 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 184 k 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 51 M 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 7.4 M 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 22 k 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-rook noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 50 k 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout: ceph-volume noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 301 k 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout:======================================================================================= 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout:Install 95 Packages 2026-02-21T11:32:24.339 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:24.340 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 158 M 2026-02-21T11:32:24.340 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 732 M 2026-02-21T11:32:24.340 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:25.195 INFO:teuthology.orchestra.run.trial040.stdout:(1/95): ceph-20.3.0-5397.gf7273f30.el9.x86_64.r 126 kB/s | 6.5 kB 00:00 2026-02-21T11:32:25.203 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:32:25.221 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:32:25.284 INFO:teuthology.orchestra.run.trial040.stdout:(2/95): ceph-mgr-20.3.0-5397.gf7273f30.el9.x86_ 6.6 MB/s | 950 kB 00:00 2026-02-21T11:32:25.316 INFO:teuthology.orchestra.run.trial040.stdout:(3/95): ceph-mds-20.3.0-5397.gf7273f30.el9.x86_ 14 MB/s | 2.4 MB 00:00 2026-02-21T11:32:25.317 INFO:teuthology.orchestra.run.trial040.stdout:(4/95): ceph-osd-20.3.0-5397.gf7273f30.el9.x86_ 5.0 MB/s | 166 kB 00:00 2026-02-21T11:32:25.560 INFO:teuthology.orchestra.run.trial040.stdout:(5/95): ceph-mon-20.3.0-5397.gf7273f30.el9.x86_ 14 MB/s | 5.0 MB 00:00 2026-02-21T11:32:25.575 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:32:25.576 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 1/10 2026-02-21T11:32:25.576 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2/10 2026-02-21T11:32:25.576 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T11:32:25.576 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T11:32:25.576 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T11:32:25.576 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T11:32:25.576 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T11:32:25.576 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T11:32:25.576 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T11:32:25.609 INFO:teuthology.orchestra.run.trial040.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5397.gf7 1.2 MB/s | 57 kB 00:00 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:25.631 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:25.662 INFO:teuthology.orchestra.run.trial040.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5397.gf7273f30. 3.4 MB/s | 184 kB 00:00 2026-02-21T11:32:25.669 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph 2026-02-21T11:32:25.967 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:25 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:26.009 INFO:teuthology.orchestra.run.trial040.stdout:(8/95): ceph-osd-classic-20.3.0-5397.gf7273f30. 23 MB/s | 16 MB 00:00 2026-02-21T11:32:26.054 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout:======================================================================================= 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repository Size 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout:======================================================================================= 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout: ceph x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 k 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout:Installing dependencies: 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 57 k 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mds x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.4 M 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 950 k 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 297 k 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.0 M 2026-02-21T11:32:26.057 INFO:teuthology.orchestra.run.trial157.stdout: ceph-osd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 166 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: ceph-osd-classic x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 16 M 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: ceph-osd-crimson x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 19 M 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 17 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 1.0 M 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T11:32:26.058 INFO:teuthology.orchestra.run.trial157.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T11:32:26.059 INFO:teuthology.orchestra.run.trial157.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T11:32:26.060 INFO:teuthology.orchestra.run.trial157.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T11:32:26.061 INFO:teuthology.orchestra.run.trial157.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout:Installing weak dependencies: 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 184 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 51 M 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 7.4 M 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 22 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-rook noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 50 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: ceph-volume noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 301 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout:======================================================================================= 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout:Install 95 Packages 2026-02-21T11:32:26.062 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:26.063 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 158 M 2026-02-21T11:32:26.063 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 732 M 2026-02-21T11:32:26.063 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:26.339 INFO:teuthology.orchestra.run.trial040.stdout:(9/95): ceph-osd-crimson-20.3.0-5397.gf7273f30. 19 MB/s | 19 MB 00:01 2026-02-21T11:32:26.350 INFO:teuthology.orchestra.run.trial040.stdout:(10/95): ceph-mgr-diskprediction-local-20.3.0-5 22 MB/s | 7.4 MB 00:00 2026-02-21T11:32:26.354 INFO:teuthology.orchestra.run.trial040.stdout:(11/95): ceph-mgr-k8sevents-20.3.0-5397.gf7273f 1.5 MB/s | 22 kB 00:00 2026-02-21T11:32:26.362 INFO:teuthology.orchestra.run.trial040.stdout:(12/95): ceph-mgr-modules-core-20.3.0-5397.gf72 23 MB/s | 297 kB 00:00 2026-02-21T11:32:26.375 INFO:teuthology.orchestra.run.trial040.stdout:(13/95): ceph-mgr-rook-20.3.0-5397.gf7273f30.el 2.4 MB/s | 50 kB 00:00 2026-02-21T11:32:26.376 INFO:teuthology.orchestra.run.trial040.stdout:(14/95): ceph-prometheus-alerts-20.3.0-5397.gf7 1.3 MB/s | 17 kB 00:00 2026-02-21T11:32:26.395 INFO:teuthology.orchestra.run.trial040.stdout:(15/95): ceph-volume-20.3.0-5397.gf7273f30.el9. 14 MB/s | 301 kB 00:00 2026-02-21T11:32:26.416 INFO:teuthology.orchestra.run.trial040.stdout:(16/95): cephadm-20.3.0-5397.gf7273f30.el9.noar 26 MB/s | 1.0 MB 00:00 2026-02-21T11:32:26.575 INFO:teuthology.orchestra.run.trial157.stdout:(1/95): ceph-20.3.0-5397.gf7273f30.el9.x86_64.r 107 kB/s | 6.5 kB 00:00 2026-02-21T11:32:26.685 INFO:teuthology.orchestra.run.trial157.stdout:(2/95): ceph-mgr-20.3.0-5397.gf7273f30.el9.x86_ 5.4 MB/s | 950 kB 00:00 2026-02-21T11:32:26.706 INFO:teuthology.orchestra.run.trial157.stdout:(3/95): ceph-osd-20.3.0-5397.gf7273f30.el9.x86_ 7.9 MB/s | 166 kB 00:00 2026-02-21T11:32:26.849 INFO:teuthology.orchestra.run.trial040.stdout:(17/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 93 kB/s | 40 kB 00:00 2026-02-21T11:32:26.998 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:32:27.017 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:32:27.123 INFO:teuthology.orchestra.run.trial040.stdout:(18/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 483 kB/s | 351 kB 00:00 2026-02-21T11:32:27.180 INFO:teuthology.orchestra.run.trial040.stdout:(19/95): libconfig-1.7.2-9.el9.x86_64.rpm 218 kB/s | 72 kB 00:00 2026-02-21T11:32:27.234 INFO:teuthology.orchestra.run.trial157.stdout:(4/95): ceph-mds-20.3.0-5397.gf7273f30.el9.x86_ 3.3 MB/s | 2.4 MB 00:00 2026-02-21T11:32:27.304 INFO:teuthology.orchestra.run.trial040.stdout:(20/95): libgfortran-11.5.0-14.el9.x86_64.rpm 4.3 MB/s | 794 kB 00:00 2026-02-21T11:32:27.363 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:32:27.363 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 1/10 2026-02-21T11:32:27.363 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2/10 2026-02-21T11:32:27.363 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T11:32:27.363 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T11:32:27.363 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T11:32:27.363 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T11:32:27.364 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T11:32:27.364 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T11:32:27.364 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T11:32:27.397 INFO:teuthology.orchestra.run.trial157.stdout:(5/95): ceph-mon-20.3.0-5397.gf7273f30.el9.x86_ 6.0 MB/s | 5.0 MB 00:00 2026-02-21T11:32:27.405 INFO:teuthology.orchestra.run.trial040.stdout:(21/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.5 MB/s | 253 kB 00:00 2026-02-21T11:32:27.420 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T11:32:27.420 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T11:32:27.421 INFO:teuthology.orchestra.run.trial057.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T11:32:27.422 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:27.422 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:27.432 INFO:teuthology.orchestra.run.trial157.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5397.gf7 1.6 MB/s | 57 kB 00:00 2026-02-21T11:32:27.460 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph 2026-02-21T11:32:27.471 INFO:teuthology.orchestra.run.trial157.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5397.gf7273f30. 4.7 MB/s | 184 kB 00:00 2026-02-21T11:32:27.541 INFO:teuthology.orchestra.run.trial157.stdout:(8/95): ceph-osd-classic-20.3.0-5397.gf7273f30. 19 MB/s | 16 MB 00:00 2026-02-21T11:32:27.585 INFO:teuthology.orchestra.run.trial040.stdout:(22/95): python3-cryptography-36.0.1-5.el9.x86_ 6.9 MB/s | 1.2 MB 00:00 2026-02-21T11:32:27.685 INFO:teuthology.orchestra.run.trial040.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 106 kB 00:00 2026-02-21T11:32:27.770 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:26 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:27.817 INFO:teuthology.orchestra.run.trial040.stdout:(24/95): ceph-mgr-dashboard-20.3.0-5397.gf7273f 24 MB/s | 51 MB 00:02 2026-02-21T11:32:27.818 INFO:teuthology.orchestra.run.trial040.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 1.0 MB/s | 135 kB 00:00 2026-02-21T11:32:27.821 INFO:teuthology.orchestra.run.trial040.stdout:(26/95): libquadmath-11.5.0-14.el9.x86_64.rpm 288 kB/s | 184 kB 00:00 2026-02-21T11:32:27.848 INFO:teuthology.orchestra.run.trial157.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-53 24 MB/s | 7.4 MB 00:00 2026-02-21T11:32:27.856 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:27.859 INFO:teuthology.orchestra.run.trial057.stdout:======================================================================================= 2026-02-21T11:32:27.859 INFO:teuthology.orchestra.run.trial057.stdout: Package Arch Version Repository Size 2026-02-21T11:32:27.859 INFO:teuthology.orchestra.run.trial057.stdout:======================================================================================= 2026-02-21T11:32:27.859 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:27.859 INFO:teuthology.orchestra.run.trial057.stdout: ceph x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 k 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout:Installing dependencies: 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 57 k 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mds x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.4 M 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 950 k 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 297 k 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.0 M 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: ceph-osd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 166 k 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: ceph-osd-classic x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 16 M 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: ceph-osd-crimson x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 19 M 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 17 k 2026-02-21T11:32:27.860 INFO:teuthology.orchestra.run.trial057.stdout: cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 1.0 M 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T11:32:27.861 INFO:teuthology.orchestra.run.trial057.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T11:32:27.862 INFO:teuthology.orchestra.run.trial057.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T11:32:27.863 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T11:32:27.864 INFO:teuthology.orchestra.run.trial057.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T11:32:27.865 INFO:teuthology.orchestra.run.trial057.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T11:32:27.866 INFO:teuthology.orchestra.run.trial057.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout:Installing weak dependencies: 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 184 k 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 51 M 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 7.4 M 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 22 k 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-rook noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 50 k 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: ceph-volume noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 301 k 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-21T11:32:27.867 INFO:teuthology.orchestra.run.trial057.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-21T11:32:27.868 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:27.868 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:27.868 INFO:teuthology.orchestra.run.trial057.stdout:======================================================================================= 2026-02-21T11:32:27.868 INFO:teuthology.orchestra.run.trial057.stdout:Install 95 Packages 2026-02-21T11:32:27.868 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:27.869 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 158 M 2026-02-21T11:32:27.869 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 732 M 2026-02-21T11:32:27.869 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:27.873 INFO:teuthology.orchestra.run.trial157.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5397.gf7273f 891 kB/s | 22 kB 00:00 2026-02-21T11:32:27.912 INFO:teuthology.orchestra.run.trial157.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5397.gf72 7.5 MB/s | 297 kB 00:00 2026-02-21T11:32:27.917 INFO:teuthology.orchestra.run.trial040.stdout:(27/95): python3-requests-2.25.1-10.el9.noarch. 1.2 MB/s | 126 kB 00:00 2026-02-21T11:32:27.950 INFO:teuthology.orchestra.run.trial157.stdout:(12/95): ceph-mgr-rook-20.3.0-5397.gf7273f30.el 1.3 MB/s | 50 kB 00:00 2026-02-21T11:32:27.984 INFO:teuthology.orchestra.run.trial157.stdout:(13/95): ceph-prometheus-alerts-20.3.0-5397.gf7 500 kB/s | 17 kB 00:00 2026-02-21T11:32:28.014 INFO:teuthology.orchestra.run.trial157.stdout:(14/95): ceph-volume-20.3.0-5397.gf7273f30.el9. 9.9 MB/s | 301 kB 00:00 2026-02-21T11:32:28.018 INFO:teuthology.orchestra.run.trial040.stdout:(28/95): zip-3.0-35.el9.x86_64.rpm 2.6 MB/s | 266 kB 00:00 2026-02-21T11:32:28.062 INFO:teuthology.orchestra.run.trial157.stdout:(15/95): cephadm-20.3.0-5397.gf7273f30.el9.noar 22 MB/s | 1.0 MB 00:00 2026-02-21T11:32:28.256 INFO:teuthology.orchestra.run.trial040.stdout:(29/95): flexiblas-3.0.4-9.el9.x86_64.rpm 125 kB/s | 30 kB 00:00 2026-02-21T11:32:28.382 INFO:teuthology.orchestra.run.trial040.stdout:(30/95): python3-urllib3-1.26.5-7.el9.noarch.rp 386 kB/s | 218 kB 00:00 2026-02-21T11:32:28.413 INFO:teuthology.orchestra.run.trial040.stdout:(31/95): unzip-6.0-59.el9.x86_64.rpm 307 kB/s | 182 kB 00:00 2026-02-21T11:32:28.516 INFO:teuthology.orchestra.run.trial040.stdout:(32/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 11 MB/s | 3.0 MB 00:00 2026-02-21T11:32:28.540 INFO:teuthology.orchestra.run.trial040.stdout:(33/95): flexiblas-openblas-openmp-3.0.4-9.el9. 94 kB/s | 15 kB 00:00 2026-02-21T11:32:28.624 INFO:teuthology.orchestra.run.trial157.stdout:(16/95): ceph-osd-crimson-20.3.0-5397.gf7273f30 14 MB/s | 19 MB 00:01 2026-02-21T11:32:28.660 INFO:teuthology.orchestra.run.trial040.stdout:(34/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 1.0 MB/s | 246 kB 00:00 2026-02-21T11:32:28.739 INFO:teuthology.orchestra.run.trial157.stdout:(17/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 518 kB/s | 351 kB 00:00 2026-02-21T11:32:28.781 INFO:teuthology.orchestra.run.trial040.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 175 kB/s | 42 kB 00:00 2026-02-21T11:32:28.782 INFO:teuthology.orchestra.run.trial057.stdout:(1/95): ceph-20.3.0-5397.gf7273f30.el9.x86_64.r 50 kB/s | 6.5 kB 00:00 2026-02-21T11:32:28.838 INFO:teuthology.orchestra.run.trial157.stdout:(18/95): libconfig-1.7.2-9.el9.x86_64.rpm 726 kB/s | 72 kB 00:00 2026-02-21T11:32:28.985 INFO:teuthology.orchestra.run.trial040.stdout:(36/95): lua-5.4.4-4.el9.x86_64.rpm 402 kB/s | 188 kB 00:00 2026-02-21T11:32:29.044 INFO:teuthology.orchestra.run.trial157.stdout:(19/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 96 kB/s | 40 kB 00:00 2026-02-21T11:32:29.058 INFO:teuthology.orchestra.run.trial157.stdout:(20/95): libgfortran-11.5.0-14.el9.x86_64.rpm 3.5 MB/s | 794 kB 00:00 2026-02-21T11:32:29.059 INFO:teuthology.orchestra.run.trial040.stdout:(37/95): python3-babel-2.9.1-2.el9.noarch.rpm 21 MB/s | 6.0 MB 00:00 2026-02-21T11:32:29.144 INFO:teuthology.orchestra.run.trial157.stdout:(21/95): libquadmath-11.5.0-14.el9.x86_64.rpm 1.8 MB/s | 184 kB 00:00 2026-02-21T11:32:29.153 INFO:teuthology.orchestra.run.trial040.stdout:(38/95): python3-devel-3.9.25-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2026-02-21T11:32:29.196 INFO:teuthology.orchestra.run.trial057.stdout:(2/95): ceph-mgr-20.3.0-5397.gf7273f30.el9.x86_ 1.7 MB/s | 950 kB 00:00 2026-02-21T11:32:29.219 INFO:teuthology.orchestra.run.trial057.stdout:(3/95): ceph-osd-20.3.0-5397.gf7273f30.el9.x86_ 7.1 MB/s | 166 kB 00:00 2026-02-21T11:32:29.228 INFO:teuthology.orchestra.run.trial157.stdout:(22/95): ceph-mgr-dashboard-20.3.0-5397.gf7273f 29 MB/s | 51 MB 00:01 2026-02-21T11:32:29.293 INFO:teuthology.orchestra.run.trial040.stdout:(39/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 8.3 MB/s | 5.3 MB 00:00 2026-02-21T11:32:29.316 INFO:teuthology.orchestra.run.trial040.stdout:(40/95): python3-jmespath-1.0.1-1.el9.noarch.rp 291 kB/s | 48 kB 00:00 2026-02-21T11:32:29.362 INFO:teuthology.orchestra.run.trial057.stdout:(4/95): ceph-mds-20.3.0-5397.gf7273f30.el9.x86_ 3.3 MB/s | 2.4 MB 00:00 2026-02-21T11:32:29.386 INFO:teuthology.orchestra.run.trial157.stdout:(23/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 772 kB/s | 253 kB 00:00 2026-02-21T11:32:29.389 INFO:teuthology.orchestra.run.trial157.stdout:(24/95): python3-cryptography-36.0.1-5.el9.x86_ 5.1 MB/s | 1.2 MB 00:00 2026-02-21T11:32:29.451 INFO:teuthology.orchestra.run.trial057.stdout:(5/95): ceph-mon-20.3.0-5397.gf7273f30.el9.x86_ 7.4 MB/s | 5.0 MB 00:00 2026-02-21T11:32:29.455 INFO:teuthology.orchestra.run.trial040.stdout:(41/95): python3-libstoragemgmt-1.10.1-1.el9.x8 1.1 MB/s | 177 kB 00:00 2026-02-21T11:32:29.463 INFO:teuthology.orchestra.run.trial057.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5397.gf7 4.5 MB/s | 57 kB 00:00 2026-02-21T11:32:29.477 INFO:teuthology.orchestra.run.trial057.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5397.gf7273f30. 13 MB/s | 184 kB 00:00 2026-02-21T11:32:29.481 INFO:teuthology.orchestra.run.trial040.stdout:(42/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 7.5 MB/s | 1.2 MB 00:00 2026-02-21T11:32:29.487 INFO:teuthology.orchestra.run.trial157.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 1.3 MB/s | 135 kB 00:00 2026-02-21T11:32:29.489 INFO:teuthology.orchestra.run.trial157.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 1.2 MB/s | 126 kB 00:00 2026-02-21T11:32:29.527 INFO:teuthology.orchestra.run.trial040.stdout:(43/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 531 kB/s | 249 kB 00:00 2026-02-21T11:32:29.587 INFO:teuthology.orchestra.run.trial157.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 2.1 MB/s | 218 kB 00:00 2026-02-21T11:32:29.589 INFO:teuthology.orchestra.run.trial157.stdout:(28/95): unzip-6.0-59.el9.x86_64.rpm 1.8 MB/s | 182 kB 00:00 2026-02-21T11:32:29.614 INFO:teuthology.orchestra.run.trial040.stdout:(44/95): python3-markupsafe-1.1.1-12.el9.x86_64 217 kB/s | 35 kB 00:00 2026-02-21T11:32:29.688 INFO:teuthology.orchestra.run.trial157.stdout:(29/95): zip-3.0-35.el9.x86_64.rpm 2.6 MB/s | 266 kB 00:00 2026-02-21T11:32:29.688 INFO:teuthology.orchestra.run.trial040.stdout:(45/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 2.7 MB/s | 442 kB 00:00 2026-02-21T11:32:29.776 INFO:teuthology.orchestra.run.trial040.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 478 kB/s | 77 kB 00:00 2026-02-21T11:32:29.816 INFO:teuthology.orchestra.run.trial157.stdout:(30/95): python3-ply-3.11-14.el9.noarch.rpm 181 kB/s | 106 kB 00:00 2026-02-21T11:32:29.847 INFO:teuthology.orchestra.run.trial040.stdout:(47/95): python3-protobuf-3.14.0-17.el9.noarch. 1.6 MB/s | 267 kB 00:00 2026-02-21T11:32:29.848 INFO:teuthology.orchestra.run.trial157.stdout:(31/95): flexiblas-3.0.4-9.el9.x86_64.rpm 114 kB/s | 30 kB 00:00 2026-02-21T11:32:29.941 INFO:teuthology.orchestra.run.trial040.stdout:(48/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 962 kB/s | 159 kB 00:00 2026-02-21T11:32:30.006 INFO:teuthology.orchestra.run.trial040.stdout:(49/95): python3-pyasn1-modules-0.4.8-6.el9.noa 1.7 MB/s | 279 kB 00:00 2026-02-21T11:32:30.010 INFO:teuthology.orchestra.run.trial057.stdout:(8/95): ceph-osd-classic-20.3.0-5397.gf7273f30. 20 MB/s | 16 MB 00:00 2026-02-21T11:32:30.050 INFO:teuthology.orchestra.run.trial157.stdout:(32/95): flexiblas-openblas-openmp-3.0.4-9.el9. 63 kB/s | 15 kB 00:00 2026-02-21T11:32:30.104 INFO:teuthology.orchestra.run.trial040.stdout:(50/95): python3-requests-oauthlib-1.3.0-12.el9 328 kB/s | 54 kB 00:00 2026-02-21T11:32:30.171 INFO:teuthology.orchestra.run.trial157.stdout:(33/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 762 kB/s | 246 kB 00:00 2026-02-21T11:32:30.257 INFO:teuthology.orchestra.run.trial157.stdout:(34/95): openblas-0.3.29-1.el9.x86_64.rpm 492 kB/s | 42 kB 00:00 2026-02-21T11:32:30.265 INFO:teuthology.orchestra.run.trial040.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 259 kB/s | 42 kB 00:00 2026-02-21T11:32:30.380 INFO:teuthology.orchestra.run.trial157.stdout:(35/95): lua-5.4.4-4.el9.x86_64.rpm 572 kB/s | 188 kB 00:00 2026-02-21T11:32:30.399 INFO:teuthology.orchestra.run.trial057.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-53 19 MB/s | 7.4 MB 00:00 2026-02-21T11:32:30.425 INFO:teuthology.orchestra.run.trial040.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.2 MB/s | 189 kB 00:00 2026-02-21T11:32:30.436 INFO:teuthology.orchestra.run.trial057.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5397.gf7273f 608 kB/s | 22 kB 00:00 2026-02-21T11:32:30.472 INFO:teuthology.orchestra.run.trial157.stdout:(36/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 3.8 MB/s | 3.0 MB 00:00 2026-02-21T11:32:30.482 INFO:teuthology.orchestra.run.trial057.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5397.gf72 6.3 MB/s | 297 kB 00:00 2026-02-21T11:32:30.544 INFO:teuthology.orchestra.run.trial057.stdout:(12/95): ceph-osd-crimson-20.3.0-5397.gf7273f30 16 MB/s | 19 MB 00:01 2026-02-21T11:32:30.544 INFO:teuthology.orchestra.run.trial057.stdout:(13/95): ceph-mgr-rook-20.3.0-5397.gf7273f30.el 804 kB/s | 50 kB 00:00 2026-02-21T11:32:30.554 INFO:teuthology.orchestra.run.trial157.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 2.9 MB/s | 244 kB 00:00 2026-02-21T11:32:30.576 INFO:teuthology.orchestra.run.trial057.stdout:(14/95): ceph-volume-20.3.0-5397.gf7273f30.el9. 9.5 MB/s | 301 kB 00:00 2026-02-21T11:32:30.579 INFO:teuthology.orchestra.run.trial057.stdout:(15/95): ceph-prometheus-alerts-20.3.0-5397.gf7 502 kB/s | 17 kB 00:00 2026-02-21T11:32:30.584 INFO:teuthology.orchestra.run.trial040.stdout:(53/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 33 MB/s | 19 MB 00:00 2026-02-21T11:32:30.585 INFO:teuthology.orchestra.run.trial040.stdout:(54/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 563 kB/s | 90 kB 00:00 2026-02-21T11:32:30.624 INFO:teuthology.orchestra.run.trial057.stdout:(16/95): cephadm-20.3.0-5397.gf7273f30.el9.noar 21 MB/s | 1.0 MB 00:00 2026-02-21T11:32:30.637 INFO:teuthology.orchestra.run.trial157.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 2.9 MB/s | 249 kB 00:00 2026-02-21T11:32:30.698 INFO:teuthology.orchestra.run.trial157.stdout:(39/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 12 MB/s | 5.3 MB 00:00 2026-02-21T11:32:30.717 INFO:teuthology.orchestra.run.trial157.stdout:(40/95): python3-jmespath-1.0.1-1.el9.noarch.rp 596 kB/s | 48 kB 00:00 2026-02-21T11:32:30.780 INFO:teuthology.orchestra.run.trial157.stdout:(41/95): python3-libstoragemgmt-1.10.1-1.el9.x8 2.1 MB/s | 177 kB 00:00 2026-02-21T11:32:30.818 INFO:teuthology.orchestra.run.trial157.stdout:(42/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 2026-02-21T11:32:30.859 INFO:teuthology.orchestra.run.trial157.stdout:(43/95): python3-markupsafe-1.1.1-12.el9.x86_64 438 kB/s | 35 kB 00:00 2026-02-21T11:32:30.889 INFO:teuthology.orchestra.run.trial157.stdout:(44/95): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2026-02-21T11:32:30.942 INFO:teuthology.orchestra.run.trial157.stdout:(45/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 5.2 MB/s | 442 kB 00:00 2026-02-21T11:32:30.970 INFO:teuthology.orchestra.run.trial157.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 960 kB/s | 77 kB 00:00 2026-02-21T11:32:31.024 INFO:teuthology.orchestra.run.trial157.stdout:(47/95): python3-protobuf-3.14.0-17.el9.noarch. 3.2 MB/s | 267 kB 00:00 2026-02-21T11:32:31.034 INFO:teuthology.orchestra.run.trial057.stdout:(17/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 99 kB/s | 40 kB 00:00 2026-02-21T11:32:31.041 INFO:teuthology.orchestra.run.trial157.stdout:(48/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 28 MB/s | 6.1 MB 00:00 2026-02-21T11:32:31.051 INFO:teuthology.orchestra.run.trial157.stdout:(49/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2026-02-21T11:32:31.105 INFO:teuthology.orchestra.run.trial157.stdout:(50/95): python3-pyasn1-modules-0.4.8-6.el9.noa 3.3 MB/s | 279 kB 00:00 2026-02-21T11:32:31.120 INFO:teuthology.orchestra.run.trial157.stdout:(51/95): python3-requests-oauthlib-1.3.0-12.el9 673 kB/s | 54 kB 00:00 2026-02-21T11:32:31.134 INFO:teuthology.orchestra.run.trial057.stdout:(18/95): ceph-mgr-dashboard-20.3.0-5397.gf7273f 31 MB/s | 51 MB 00:01 2026-02-21T11:32:31.134 INFO:teuthology.orchestra.run.trial040.stdout:(55/95): lua-devel-5.4.4-4.el9.x86_64.rpm 40 kB/s | 22 kB 00:00 2026-02-21T11:32:31.185 INFO:teuthology.orchestra.run.trial157.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 524 kB/s | 42 kB 00:00 2026-02-21T11:32:31.200 INFO:teuthology.orchestra.run.trial157.stdout:(53/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 2.3 MB/s | 189 kB 00:00 2026-02-21T11:32:31.211 INFO:teuthology.orchestra.run.trial157.stdout:(54/95): lua-devel-5.4.4-4.el9.x86_64.rpm 2.1 MB/s | 22 kB 00:00 2026-02-21T11:32:31.213 INFO:teuthology.orchestra.run.trial057.stdout:(19/95): libconfig-1.7.2-9.el9.x86_64.rpm 402 kB/s | 72 kB 00:00 2026-02-21T11:32:31.230 INFO:teuthology.orchestra.run.trial157.stdout:(55/95): protobuf-compiler-3.14.0-17.el9.x86_64 45 MB/s | 862 kB 00:00 2026-02-21T11:32:31.265 INFO:teuthology.orchestra.run.trial157.stdout:(56/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 1.1 MB/s | 90 kB 00:00 2026-02-21T11:32:31.379 INFO:teuthology.orchestra.run.trial057.stdout:(20/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 439 kB/s | 351 kB 00:00 2026-02-21T11:32:31.404 INFO:teuthology.orchestra.run.trial157.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 140 kB/s | 19 kB 00:00 2026-02-21T11:32:31.458 INFO:teuthology.orchestra.run.trial057.stdout:(21/95): libquadmath-11.5.0-14.el9.x86_64.rpm 755 kB/s | 184 kB 00:00 2026-02-21T11:32:31.508 INFO:teuthology.orchestra.run.trial040.stdout:(56/95): protobuf-compiler-3.14.0-17.el9.x86_64 935 kB/s | 862 kB 00:00 2026-02-21T11:32:31.559 INFO:teuthology.orchestra.run.trial157.stdout:(58/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.6 MB/s | 551 kB 00:00 2026-02-21T11:32:31.650 INFO:teuthology.orchestra.run.trial040.stdout:(57/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.0 MB/s | 551 kB 00:00 2026-02-21T11:32:31.684 INFO:teuthology.orchestra.run.trial157.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 542 kB/s | 151 kB 00:00 2026-02-21T11:32:31.698 INFO:teuthology.orchestra.run.trial057.stdout:(22/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 793 kB/s | 253 kB 00:00 2026-02-21T11:32:31.707 INFO:teuthology.orchestra.run.trial040.stdout:(58/95): grpc-data-1.46.7-10.el9.noarch.rpm 98 kB/s | 19 kB 00:00 2026-02-21T11:32:31.729 INFO:teuthology.orchestra.run.trial040.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 1.9 MB/s | 151 kB 00:00 2026-02-21T11:32:31.740 INFO:teuthology.orchestra.run.trial157.stdout:(60/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 28 MB/s | 19 MB 00:00 2026-02-21T11:32:31.797 INFO:teuthology.orchestra.run.trial040.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 434 kB/s | 29 kB 00:00 2026-02-21T11:32:31.854 INFO:teuthology.orchestra.run.trial157.stdout:(61/95): python3-autocommand-2.2.2-8.el9.noarch 172 kB/s | 29 kB 00:00 2026-02-21T11:32:31.860 INFO:teuthology.orchestra.run.trial057.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 658 kB/s | 106 kB 00:00 2026-02-21T11:32:31.867 INFO:teuthology.orchestra.run.trial040.stdout:(61/95): python3-backports-tarfile-1.2.0-1.el9. 850 kB/s | 60 kB 00:00 2026-02-21T11:32:31.883 INFO:teuthology.orchestra.run.trial157.stdout:(62/95): python3-asyncssh-2.13.2-5.el9.noarch.r 1.7 MB/s | 548 kB 00:00 2026-02-21T11:32:31.929 INFO:teuthology.orchestra.run.trial057.stdout:(24/95): libgfortran-11.5.0-14.el9.x86_64.rpm 1.0 MB/s | 794 kB 00:00 2026-02-21T11:32:31.936 INFO:teuthology.orchestra.run.trial040.stdout:(62/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 631 kB/s | 43 kB 00:00 2026-02-21T11:32:31.956 INFO:teuthology.orchestra.run.trial157.stdout:(63/95): python3-backports-tarfile-1.2.0-1.el9. 278 kB/s | 60 kB 00:00 2026-02-21T11:32:32.004 INFO:teuthology.orchestra.run.trial040.stdout:(63/95): python3-cachetools-4.2.4-1.el9.noarch. 475 kB/s | 32 kB 00:00 2026-02-21T11:32:32.012 INFO:teuthology.orchestra.run.trial057.stdout:(25/95): python3-requests-2.25.1-10.el9.noarch. 1.5 MB/s | 126 kB 00:00 2026-02-21T11:32:32.023 INFO:teuthology.orchestra.run.trial057.stdout:(26/95): python3-pycparser-2.20-6.el9.noarch.rp 831 kB/s | 135 kB 00:00 2026-02-21T11:32:32.039 INFO:teuthology.orchestra.run.trial157.stdout:(64/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 235 kB/s | 43 kB 00:00 2026-02-21T11:32:32.052 INFO:teuthology.orchestra.run.trial157.stdout:(65/95): python3-cachetools-4.2.4-1.el9.noarch. 190 kB/s | 32 kB 00:00 2026-02-21T11:32:32.064 INFO:teuthology.orchestra.run.trial040.stdout:(64/95): python3-asyncssh-2.13.2-5.el9.noarch.r 1.5 MB/s | 548 kB 00:00 2026-02-21T11:32:32.070 INFO:teuthology.orchestra.run.trial157.stdout:(66/95): python3-certifi-2023.05.07-4.el9.noarc 123 kB/s | 14 kB 00:00 2026-02-21T11:32:32.071 INFO:teuthology.orchestra.run.trial040.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 211 kB/s | 14 kB 00:00 2026-02-21T11:32:32.097 INFO:teuthology.orchestra.run.trial057.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 2.5 MB/s | 218 kB 00:00 2026-02-21T11:32:32.142 INFO:teuthology.orchestra.run.trial040.stdout:(66/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 2.3 MB/s | 6.1 MB 00:02 2026-02-21T11:32:32.144 INFO:teuthology.orchestra.run.trial040.stdout:(67/95): python3-cheroot-10.0.1-4.el9.noarch.rp 2.1 MB/s | 173 kB 00:00 2026-02-21T11:32:32.166 INFO:teuthology.orchestra.run.trial040.stdout:(68/95): python3-cherrypy-18.6.1-2.el9.noarch.r 3.7 MB/s | 358 kB 00:00 2026-02-21T11:32:32.259 INFO:teuthology.orchestra.run.trial057.stdout:(28/95): zip-3.0-35.el9.x86_64.rpm 1.6 MB/s | 266 kB 00:00 2026-02-21T11:32:32.261 INFO:teuthology.orchestra.run.trial040.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 1.5 MB/s | 144 kB 00:00 2026-02-21T11:32:32.266 INFO:teuthology.orchestra.run.trial057.stdout:(29/95): unzip-6.0-59.el9.x86_64.rpm 747 kB/s | 182 kB 00:00 2026-02-21T11:32:32.300 INFO:teuthology.orchestra.run.trial157.stdout:(67/95): python3-cheroot-10.0.1-4.el9.noarch.rp 666 kB/s | 173 kB 00:00 2026-02-21T11:32:32.310 INFO:teuthology.orchestra.run.trial057.stdout:(30/95): flexiblas-3.0.4-9.el9.x86_64.rpm 577 kB/s | 30 kB 00:00 2026-02-21T11:32:32.330 INFO:teuthology.orchestra.run.trial057.stdout:(31/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 47 MB/s | 3.0 MB 00:00 2026-02-21T11:32:32.334 INFO:teuthology.orchestra.run.trial057.stdout:(32/95): flexiblas-openblas-openmp-3.0.4-9.el9. 611 kB/s | 15 kB 00:00 2026-02-21T11:32:32.338 INFO:teuthology.orchestra.run.trial040.stdout:(70/95): python3-influxdb-5.3.1-1.el9.noarch.rp 1.7 MB/s | 139 kB 00:00 2026-02-21T11:32:32.356 INFO:teuthology.orchestra.run.trial040.stdout:(71/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 9.6 MB/s | 2.0 MB 00:00 2026-02-21T11:32:32.364 INFO:teuthology.orchestra.run.trial057.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 6.1 MB/s | 188 kB 00:00 2026-02-21T11:32:32.365 INFO:teuthology.orchestra.run.trial157.stdout:(68/95): python3-cherrypy-18.6.1-2.el9.noarch.r 1.1 MB/s | 358 kB 00:00 2026-02-21T11:32:32.368 INFO:teuthology.orchestra.run.trial057.stdout:(34/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 6.4 MB/s | 246 kB 00:00 2026-02-21T11:32:32.377 INFO:teuthology.orchestra.run.trial157.stdout:(69/95): python3-google-auth-2.45.0-1.el9.noarc 830 kB/s | 254 kB 00:00 2026-02-21T11:32:32.387 INFO:teuthology.orchestra.run.trial057.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 1.8 MB/s | 42 kB 00:00 2026-02-21T11:32:32.409 INFO:teuthology.orchestra.run.trial040.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 796 kB/s | 56 kB 00:00 2026-02-21T11:32:32.421 INFO:teuthology.orchestra.run.trial057.stdout:(36/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 99 MB/s | 5.3 MB 00:00 2026-02-21T11:32:32.422 INFO:teuthology.orchestra.run.trial040.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 161 kB/s | 11 kB 00:00 2026-02-21T11:32:32.437 INFO:teuthology.orchestra.run.trial057.stdout:(37/95): python3-babel-2.9.1-2.el9.noarch.rpm 119 MB/s | 6.0 MB 00:00 2026-02-21T11:32:32.460 INFO:teuthology.orchestra.run.trial057.stdout:(38/95): python3-devel-3.9.25-3.el9.x86_64.rpm 6.5 MB/s | 244 kB 00:00 2026-02-21T11:32:32.464 INFO:teuthology.orchestra.run.trial057.stdout:(39/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 9.4 MB/s | 249 kB 00:00 2026-02-21T11:32:32.476 INFO:teuthology.orchestra.run.trial040.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 264 kB/s | 18 kB 00:00 2026-02-21T11:32:32.484 INFO:teuthology.orchestra.run.trial057.stdout:(40/95): python3-jmespath-1.0.1-1.el9.noarch.rp 1.9 MB/s | 48 kB 00:00 2026-02-21T11:32:32.489 INFO:teuthology.orchestra.run.trial040.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 348 kB/s | 23 kB 00:00 2026-02-21T11:32:32.492 INFO:teuthology.orchestra.run.trial057.stdout:(41/95): python3-libstoragemgmt-1.10.1-1.el9.x8 6.1 MB/s | 177 kB 00:00 2026-02-21T11:32:32.515 INFO:teuthology.orchestra.run.trial057.stdout:(42/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 39 MB/s | 1.2 MB 00:00 2026-02-21T11:32:32.524 INFO:teuthology.orchestra.run.trial057.stdout:(43/95): python3-markupsafe-1.1.1-12.el9.x86_64 1.1 MB/s | 35 kB 00:00 2026-02-21T11:32:32.543 INFO:teuthology.orchestra.run.trial040.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 292 kB/s | 20 kB 00:00 2026-02-21T11:32:32.552 INFO:teuthology.orchestra.run.trial057.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 15 MB/s | 442 kB 00:00 2026-02-21T11:32:32.556 INFO:teuthology.orchestra.run.trial040.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 290 kB/s | 19 kB 00:00 2026-02-21T11:32:32.572 INFO:teuthology.orchestra.run.trial057.stdout:(45/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 109 MB/s | 6.1 MB 00:00 2026-02-21T11:32:32.577 INFO:teuthology.orchestra.run.trial040.stdout:(78/95): python3-google-auth-2.45.0-1.el9.noarc 584 kB/s | 254 kB 00:00 2026-02-21T11:32:32.582 INFO:teuthology.orchestra.run.trial057.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 2.5 MB/s | 77 kB 00:00 2026-02-21T11:32:32.597 INFO:teuthology.orchestra.run.trial157.stdout:(70/95): python3-grpcio-tools-1.46.7-10.el9.x86 623 kB/s | 144 kB 00:00 2026-02-21T11:32:32.603 INFO:teuthology.orchestra.run.trial057.stdout:(47/95): python3-protobuf-3.14.0-17.el9.noarch. 8.4 MB/s | 267 kB 00:00 2026-02-21T11:32:32.606 INFO:teuthology.orchestra.run.trial057.stdout:(48/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 6.5 MB/s | 159 kB 00:00 2026-02-21T11:32:32.611 INFO:teuthology.orchestra.run.trial040.stdout:(79/95): python3-jaraco-text-4.0.0-2.el9.noarch 390 kB/s | 26 kB 00:00 2026-02-21T11:32:32.632 INFO:teuthology.orchestra.run.trial057.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 2.1 MB/s | 54 kB 00:00 2026-02-21T11:32:32.638 INFO:teuthology.orchestra.run.trial057.stdout:(50/95): python3-pyasn1-modules-0.4.8-6.el9.noa 7.8 MB/s | 279 kB 00:00 2026-02-21T11:32:32.643 INFO:teuthology.orchestra.run.trial040.stdout:(80/95): python3-kubernetes-26.1.0-3.el9.noarch 12 MB/s | 1.0 MB 00:00 2026-02-21T11:32:32.645 INFO:teuthology.orchestra.run.trial157.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 518 kB/s | 139 kB 00:00 2026-02-21T11:32:32.661 INFO:teuthology.orchestra.run.trial040.stdout:(81/95): python3-more-itertools-8.12.0-2.el9.no 944 kB/s | 79 kB 00:00 2026-02-21T11:32:32.663 INFO:teuthology.orchestra.run.trial057.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 1.6 MB/s | 42 kB 00:00 2026-02-21T11:32:32.684 INFO:teuthology.orchestra.run.trial040.stdout:(82/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 1.1 MB/s | 86 kB 00:00 2026-02-21T11:32:32.700 INFO:teuthology.orchestra.run.trial057.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 4.9 MB/s | 189 kB 00:00 2026-02-21T11:32:32.711 INFO:teuthology.orchestra.run.trial040.stdout:(83/95): python3-natsort-7.1.1-5.el9.noarch.rpm 852 kB/s | 58 kB 00:00 2026-02-21T11:32:32.728 INFO:teuthology.orchestra.run.trial057.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 3.3 MB/s | 90 kB 00:00 2026-02-21T11:32:32.731 INFO:teuthology.orchestra.run.trial040.stdout:(84/95): python3-portend-3.1.0-2.el9.noarch.rpm 232 kB/s | 16 kB 00:00 2026-02-21T11:32:32.749 INFO:teuthology.orchestra.run.trial157.stdout:(72/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 102 kB/s | 11 kB 00:00 2026-02-21T11:32:32.758 INFO:teuthology.orchestra.run.trial040.stdout:(85/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2026-02-21T11:32:32.779 INFO:teuthology.orchestra.run.trial040.stdout:(86/95): python3-repoze-lru-0.7-16.el9.noarch.r 457 kB/s | 31 kB 00:00 2026-02-21T11:32:32.821 INFO:teuthology.orchestra.run.trial157.stdout:(73/95): python3-isodate-0.6.1-3.el9.noarch.rpm 250 kB/s | 56 kB 00:00 2026-02-21T11:32:32.824 INFO:teuthology.orchestra.run.trial057.stdout:(54/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 100 MB/s | 19 MB 00:00 2026-02-21T11:32:32.835 INFO:teuthology.orchestra.run.trial040.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 768 kB/s | 59 kB 00:00 2026-02-21T11:32:32.837 INFO:teuthology.orchestra.run.trial040.stdout:(88/95): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2026-02-21T11:32:32.849 INFO:teuthology.orchestra.run.trial040.stdout:(89/95): python3-saml-1.16.0-1.el9.noarch.rpm 1.7 MB/s | 125 kB 00:00 2026-02-21T11:32:32.904 INFO:teuthology.orchestra.run.trial040.stdout:(90/95): python3-tempora-5.0.0-2.el9.noarch.rpm 519 kB/s | 36 kB 00:00 2026-02-21T11:32:32.909 INFO:teuthology.orchestra.run.trial157.stdout:(74/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.3 MB/s | 2.0 MB 00:00 2026-02-21T11:32:32.912 INFO:teuthology.orchestra.run.trial157.stdout:(75/95): python3-jaraco-classes-3.2.1-5.el9.noa 109 kB/s | 18 kB 00:00 2026-02-21T11:32:32.918 INFO:teuthology.orchestra.run.trial040.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2026-02-21T11:32:32.921 INFO:teuthology.orchestra.run.trial040.stdout:(92/95): python3-typing-extensions-4.15.0-1.el9 1.0 MB/s | 86 kB 00:00 2026-02-21T11:32:32.974 INFO:teuthology.orchestra.run.trial040.stdout:(93/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 692 kB/s | 48 kB 00:00 2026-02-21T11:32:32.985 INFO:teuthology.orchestra.run.trial057.stdout:(55/95): python3-cryptography-36.0.1-5.el9.x86_ 835 kB/s | 1.2 MB 00:01 2026-02-21T11:32:32.985 INFO:teuthology.orchestra.run.trial057.stdout:(56/95): lua-devel-5.4.4-4.el9.x86_64.rpm 86 kB/s | 22 kB 00:00 2026-02-21T11:32:32.989 INFO:teuthology.orchestra.run.trial040.stdout:(94/95): python3-xmltodict-0.12.0-15.el9.noarch 312 kB/s | 22 kB 00:00 2026-02-21T11:32:32.992 INFO:teuthology.orchestra.run.trial040.stdout:(95/95): python3-zc-lockfile-2.0-10.el9.noarch. 281 kB/s | 20 kB 00:00 2026-02-21T11:32:32.994 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:32.994 INFO:teuthology.orchestra.run.trial040.stdout:Total 18 MB/s | 158 MB 00:08 2026-02-21T11:32:32.994 INFO:teuthology.orchestra.run.trial157.stdout:(76/95): python3-jaraco-collections-3.0.0-8.el9 133 kB/s | 23 kB 00:00 2026-02-21T11:32:33.057 INFO:teuthology.orchestra.run.trial057.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 272 kB/s | 19 kB 00:00 2026-02-21T11:32:33.062 INFO:teuthology.orchestra.run.trial157.stdout:(77/95): python3-jaraco-context-6.0.1-3.el9.noa 128 kB/s | 20 kB 00:00 2026-02-21T11:32:33.066 INFO:teuthology.orchestra.run.trial157.stdout:(78/95): python3-jaraco-functools-3.5.0-2.el9.n 126 kB/s | 19 kB 00:00 2026-02-21T11:32:33.117 INFO:teuthology.orchestra.run.trial057.stdout:(58/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 4.1 MB/s | 551 kB 00:00 2026-02-21T11:32:33.125 INFO:teuthology.orchestra.run.trial057.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2026-02-21T11:32:33.155 INFO:teuthology.orchestra.run.trial057.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 993 kB/s | 29 kB 00:00 2026-02-21T11:32:33.157 INFO:teuthology.orchestra.run.trial057.stdout:(61/95): python3-asyncssh-2.13.2-5.el9.noarch.r 13 MB/s | 548 kB 00:00 2026-02-21T11:32:33.168 INFO:teuthology.orchestra.run.trial157.stdout:(79/95): python3-jaraco-text-4.0.0-2.el9.noarch 152 kB/s | 26 kB 00:00 2026-02-21T11:32:33.181 INFO:teuthology.orchestra.run.trial057.stdout:(62/95): python3-backports-tarfile-1.2.0-1.el9. 2.2 MB/s | 60 kB 00:00 2026-02-21T11:32:33.190 INFO:teuthology.orchestra.run.trial057.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.3 MB/s | 43 kB 00:00 2026-02-21T11:32:33.210 INFO:teuthology.orchestra.run.trial057.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 1.1 MB/s | 32 kB 00:00 2026-02-21T11:32:33.227 INFO:teuthology.orchestra.run.trial057.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 379 kB/s | 14 kB 00:00 2026-02-21T11:32:33.249 INFO:teuthology.orchestra.run.trial057.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 4.4 MB/s | 173 kB 00:00 2026-02-21T11:32:33.267 INFO:teuthology.orchestra.run.trial057.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 8.7 MB/s | 358 kB 00:00 2026-02-21T11:32:33.279 INFO:teuthology.orchestra.run.trial057.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 8.3 MB/s | 254 kB 00:00 2026-02-21T11:32:33.281 INFO:teuthology.orchestra.run.trial157.stdout:(80/95): python3-more-itertools-8.12.0-2.el9.no 367 kB/s | 79 kB 00:00 2026-02-21T11:32:33.315 INFO:teuthology.orchestra.run.trial057.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 3.9 MB/s | 144 kB 00:00 2026-02-21T11:32:33.338 INFO:teuthology.orchestra.run.trial057.stdout:(70/95): python3-influxdb-5.3.1-1.el9.noarch.rp 6.0 MB/s | 139 kB 00:00 2026-02-21T11:32:33.347 INFO:teuthology.orchestra.run.trial057.stdout:(71/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 26 MB/s | 2.0 MB 00:00 2026-02-21T11:32:33.362 INFO:teuthology.orchestra.run.trial057.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 2.3 MB/s | 56 kB 00:00 2026-02-21T11:32:33.377 INFO:teuthology.orchestra.run.trial057.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 356 kB/s | 11 kB 00:00 2026-02-21T11:32:33.390 INFO:teuthology.orchestra.run.trial157.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 389 kB/s | 86 kB 00:00 2026-02-21T11:32:33.394 INFO:teuthology.orchestra.run.trial057.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 545 kB/s | 18 kB 00:00 2026-02-21T11:32:33.400 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:33.405 INFO:teuthology.orchestra.run.trial057.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 826 kB/s | 23 kB 00:00 2026-02-21T11:32:33.430 INFO:teuthology.orchestra.run.trial057.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 556 kB/s | 20 kB 00:00 2026-02-21T11:32:33.436 INFO:teuthology.orchestra.run.trial057.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 643 kB/s | 19 kB 00:00 2026-02-21T11:32:33.441 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:33.442 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:33.456 INFO:teuthology.orchestra.run.trial057.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 1.0 MB/s | 26 kB 00:00 2026-02-21T11:32:33.462 INFO:teuthology.orchestra.run.trial157.stdout:(82/95): python3-kubernetes-26.1.0-3.el9.noarch 2.6 MB/s | 1.0 MB 00:00 2026-02-21T11:32:33.470 INFO:teuthology.orchestra.run.trial157.stdout:(83/95): python3-natsort-7.1.1-5.el9.noarch.rpm 305 kB/s | 58 kB 00:00 2026-02-21T11:32:33.479 INFO:teuthology.orchestra.run.trial057.stdout:(79/95): python3-more-itertools-8.12.0-2.el9.no 3.4 MB/s | 79 kB 00:00 2026-02-21T11:32:33.483 INFO:teuthology.orchestra.run.trial057.stdout:(80/95): python3-kubernetes-26.1.0-3.el9.noarch 22 MB/s | 1.0 MB 00:00 2026-02-21T11:32:33.514 INFO:teuthology.orchestra.run.trial057.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.5 MB/s | 86 kB 00:00 2026-02-21T11:32:33.519 INFO:teuthology.orchestra.run.trial057.stdout:(82/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.6 MB/s | 58 kB 00:00 2026-02-21T11:32:33.528 INFO:teuthology.orchestra.run.trial157.stdout:(84/95): python3-portend-3.1.0-2.el9.noarch.rpm 119 kB/s | 16 kB 00:00 2026-02-21T11:32:33.535 INFO:teuthology.orchestra.run.trial057.stdout:(83/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 5.4 MB/s | 90 kB 00:00 2026-02-21T11:32:33.537 INFO:teuthology.orchestra.run.trial057.stdout:(84/95): python3-portend-3.1.0-2.el9.noarch.rpm 707 kB/s | 16 kB 00:00 2026-02-21T11:32:33.567 INFO:teuthology.orchestra.run.trial057.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 983 kB/s | 31 kB 00:00 2026-02-21T11:32:33.574 INFO:teuthology.orchestra.run.trial057.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 5.0 MB/s | 188 kB 00:00 2026-02-21T11:32:33.596 INFO:teuthology.orchestra.run.trial057.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 2.0 MB/s | 59 kB 00:00 2026-02-21T11:32:33.609 INFO:teuthology.orchestra.run.trial057.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 3.5 MB/s | 125 kB 00:00 2026-02-21T11:32:33.609 INFO:teuthology.orchestra.run.trial157.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 221 kB/s | 31 kB 00:00 2026-02-21T11:32:33.623 INFO:teuthology.orchestra.run.trial057.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.3 MB/s | 36 kB 00:00 2026-02-21T11:32:33.631 INFO:teuthology.orchestra.run.trial057.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 3.7 MB/s | 86 kB 00:00 2026-02-21T11:32:33.647 INFO:teuthology.orchestra.run.trial057.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 3.5 MB/s | 90 kB 00:00 2026-02-21T11:32:33.674 INFO:teuthology.orchestra.run.trial057.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.1 MB/s | 48 kB 00:00 2026-02-21T11:32:33.683 INFO:teuthology.orchestra.run.trial057.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 616 kB/s | 22 kB 00:00 2026-02-21T11:32:33.684 INFO:teuthology.orchestra.run.trial157.stdout:(86/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 406 kB/s | 90 kB 00:00 2026-02-21T11:32:33.703 INFO:teuthology.orchestra.run.trial057.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 679 kB/s | 20 kB 00:00 2026-02-21T11:32:33.757 INFO:teuthology.orchestra.run.trial157.stdout:(87/95): python3-routes-2.5.1-5.el9.noarch.rpm 821 kB/s | 188 kB 00:00 2026-02-21T11:32:33.817 INFO:teuthology.orchestra.run.trial157.stdout:(88/95): python3-rsa-4.9-2.el9.noarch.rpm 285 kB/s | 59 kB 00:00 2026-02-21T11:32:33.926 INFO:teuthology.orchestra.run.trial157.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 212 kB/s | 36 kB 00:00 2026-02-21T11:32:33.955 INFO:teuthology.orchestra.run.trial157.stdout:(90/95): python3-saml-1.16.0-1.el9.noarch.rpm 461 kB/s | 125 kB 00:00 2026-02-21T11:32:34.000 INFO:teuthology.orchestra.run.trial157.stdout:(91/95): python3-typing-extensions-4.15.0-1.el9 473 kB/s | 86 kB 00:00 2026-02-21T11:32:34.029 INFO:teuthology.orchestra.run.trial057.stdout:(95/95): protobuf-compiler-3.14.0-17.el9.x86_64 716 kB/s | 862 kB 00:01 2026-02-21T11:32:34.034 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:34.034 INFO:teuthology.orchestra.run.trial057.stdout:Total 26 MB/s | 158 MB 00:06 2026-02-21T11:32:34.040 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:34.041 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:34.142 INFO:teuthology.orchestra.run.trial157.stdout:(92/95): python3-websocket-client-1.2.3-2.el9.n 417 kB/s | 90 kB 00:00 2026-02-21T11:32:34.169 INFO:teuthology.orchestra.run.trial157.stdout:(93/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 226 kB/s | 48 kB 00:00 2026-02-21T11:32:34.177 INFO:teuthology.orchestra.run.trial157.stdout:(94/95): python3-xmltodict-0.12.0-15.el9.noarch 125 kB/s | 22 kB 00:00 2026-02-21T11:32:34.294 INFO:teuthology.orchestra.run.trial157.stdout:(95/95): python3-zc-lockfile-2.0-10.el9.noarch. 131 kB/s | 20 kB 00:00 2026-02-21T11:32:34.299 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:34.299 INFO:teuthology.orchestra.run.trial157.stdout:Total 19 MB/s | 158 MB 00:08 2026-02-21T11:32:34.444 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:34.482 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:34.482 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:34.674 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:34.676 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-21T11:32:34.680 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-21T11:32:34.702 INFO:teuthology.orchestra.run.trial040.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-21T11:32:34.706 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:34.712 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-21T11:32:34.744 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:34.744 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:34.745 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-21T11:32:34.752 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-21T11:32:34.755 INFO:teuthology.orchestra.run.trial040.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-21T11:32:34.759 INFO:teuthology.orchestra.run.trial040.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-21T11:32:34.783 INFO:teuthology.orchestra.run.trial040.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-21T11:32:34.795 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-21T11:32:34.798 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-21T11:32:34.804 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-21T11:32:34.806 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-21T11:32:34.818 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-21T11:32:34.824 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-21T11:32:34.848 INFO:teuthology.orchestra.run.trial040.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-21T11:32:34.851 INFO:teuthology.orchestra.run.trial040.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-21T11:32:34.902 INFO:teuthology.orchestra.run.trial040.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-21T11:32:34.915 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-21T11:32:34.917 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-21T11:32:34.921 INFO:teuthology.orchestra.run.trial040.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-21T11:32:34.926 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-21T11:32:34.931 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-21T11:32:34.934 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-21T11:32:34.949 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-21T11:32:34.953 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-21T11:32:34.958 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-21T11:32:34.970 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-21T11:32:34.979 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-21T11:32:34.985 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-21T11:32:35.005 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-21T11:32:35.016 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-21T11:32:35.032 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-21T11:32:35.036 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-21T11:32:35.044 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-21T11:32:35.077 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:35.078 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:35.084 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-21T11:32:35.345 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:35.346 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:35.409 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-21T11:32:35.419 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-21T11:32:35.423 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-21T11:32:35.429 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-21T11:32:35.431 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-21T11:32:35.458 INFO:teuthology.orchestra.run.trial040.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-21T11:32:35.503 INFO:teuthology.orchestra.run.trial040.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-21T11:32:35.512 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-21T11:32:35.517 INFO:teuthology.orchestra.run.trial040.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-21T11:32:35.521 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-21T11:32:35.526 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-21T11:32:35.530 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-21T11:32:35.537 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-21T11:32:35.541 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-21T11:32:35.569 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-21T11:32:35.579 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-21T11:32:35.585 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-21T11:32:35.592 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-21T11:32:35.627 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-21T11:32:35.710 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:35.712 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-21T11:32:35.715 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-21T11:32:35.737 INFO:teuthology.orchestra.run.trial057.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-21T11:32:35.747 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-21T11:32:35.780 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-21T11:32:35.786 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-21T11:32:35.789 INFO:teuthology.orchestra.run.trial057.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-21T11:32:35.793 INFO:teuthology.orchestra.run.trial057.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-21T11:32:35.816 INFO:teuthology.orchestra.run.trial057.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-21T11:32:35.829 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-21T11:32:35.832 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-21T11:32:35.838 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-21T11:32:35.839 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-21T11:32:35.851 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-21T11:32:35.851 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-21T11:32:35.857 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-21T11:32:35.875 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-21T11:32:35.879 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-21T11:32:35.881 INFO:teuthology.orchestra.run.trial057.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-21T11:32:35.884 INFO:teuthology.orchestra.run.trial057.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-21T11:32:35.933 INFO:teuthology.orchestra.run.trial057.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-21T11:32:35.938 INFO:teuthology.orchestra.run.trial040.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-21T11:32:35.939 INFO:teuthology.orchestra.run.trial040.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-21T11:32:35.946 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-21T11:32:35.948 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-21T11:32:35.953 INFO:teuthology.orchestra.run.trial057.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-21T11:32:35.958 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-21T11:32:35.961 INFO:teuthology.orchestra.run.trial040.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-21T11:32:35.963 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-21T11:32:35.966 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-21T11:32:35.980 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-21T11:32:35.985 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-21T11:32:35.986 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:35.989 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-21T11:32:35.990 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-21T11:32:35.992 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-21T11:32:36.001 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-21T11:32:36.010 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-21T11:32:36.014 INFO:teuthology.orchestra.run.trial157.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-21T11:32:36.016 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-21T11:32:36.025 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-21T11:32:36.035 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-21T11:32:36.046 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-21T11:32:36.058 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-21T11:32:36.061 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-21T11:32:36.065 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-21T11:32:36.066 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-21T11:32:36.067 INFO:teuthology.orchestra.run.trial157.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-21T11:32:36.072 INFO:teuthology.orchestra.run.trial157.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-21T11:32:36.074 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-21T11:32:36.095 INFO:teuthology.orchestra.run.trial157.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-21T11:32:36.108 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-21T11:32:36.111 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-21T11:32:36.113 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-21T11:32:36.117 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-21T11:32:36.118 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-21T11:32:36.130 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-21T11:32:36.136 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-21T11:32:36.160 INFO:teuthology.orchestra.run.trial157.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-21T11:32:36.163 INFO:teuthology.orchestra.run.trial157.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-21T11:32:36.214 INFO:teuthology.orchestra.run.trial157.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-21T11:32:36.226 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-21T11:32:36.229 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-21T11:32:36.233 INFO:teuthology.orchestra.run.trial157.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-21T11:32:36.239 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-21T11:32:36.244 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-21T11:32:36.247 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-21T11:32:36.262 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-21T11:32:36.266 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-21T11:32:36.271 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-21T11:32:36.283 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-21T11:32:36.287 INFO:teuthology.orchestra.run.trial040.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-21T11:32:36.292 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-21T11:32:36.298 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-21T11:32:36.318 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-21T11:32:36.329 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-21T11:32:36.345 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-21T11:32:36.350 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-21T11:32:36.358 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-21T11:32:36.361 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-21T11:32:36.399 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-21T11:32:36.431 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-21T11:32:36.441 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-21T11:32:36.445 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-21T11:32:36.450 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-21T11:32:36.452 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-21T11:32:36.479 INFO:teuthology.orchestra.run.trial057.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-21T11:32:36.522 INFO:teuthology.orchestra.run.trial057.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-21T11:32:36.531 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-21T11:32:36.536 INFO:teuthology.orchestra.run.trial057.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-21T11:32:36.539 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-21T11:32:36.545 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-21T11:32:36.549 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-21T11:32:36.556 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-21T11:32:36.559 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-21T11:32:36.587 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-21T11:32:36.596 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-21T11:32:36.602 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-21T11:32:36.609 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-21T11:32:36.643 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-21T11:32:36.726 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-21T11:32:36.736 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-21T11:32:36.740 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-21T11:32:36.746 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-21T11:32:36.748 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-21T11:32:36.775 INFO:teuthology.orchestra.run.trial157.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-21T11:32:36.820 INFO:teuthology.orchestra.run.trial157.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-21T11:32:36.829 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-21T11:32:36.834 INFO:teuthology.orchestra.run.trial157.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-21T11:32:36.838 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-21T11:32:36.844 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-21T11:32:36.847 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-21T11:32:36.854 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-21T11:32:36.858 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-21T11:32:36.862 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-21T11:32:36.886 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-21T11:32:36.886 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-21T11:32:36.889 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-21T11:32:36.897 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-21T11:32:36.903 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-21T11:32:36.910 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-21T11:32:36.945 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-21T11:32:36.946 INFO:teuthology.orchestra.run.trial057.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-21T11:32:36.948 INFO:teuthology.orchestra.run.trial057.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-21T11:32:36.969 INFO:teuthology.orchestra.run.trial057.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-21T11:32:37.040 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-21T11:32:37.058 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-21T11:32:37.072 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-21T11:32:37.087 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-21T11:32:37.164 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-21T11:32:37.172 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-21T11:32:37.172 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-21T11:32:37.196 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-21T11:32:37.196 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-21T11:32:37.200 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-21T11:32:37.226 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-21T11:32:37.259 INFO:teuthology.orchestra.run.trial157.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-21T11:32:37.261 INFO:teuthology.orchestra.run.trial157.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-21T11:32:37.277 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-21T11:32:37.282 INFO:teuthology.orchestra.run.trial157.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-21T11:32:37.283 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-21T11:32:37.286 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-21T11:32:37.287 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-21T11:32:37.289 INFO:teuthology.orchestra.run.trial057.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-21T11:32:37.305 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:32:37.305 INFO:teuthology.orchestra.run.trial040.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T11:32:37.305 INFO:teuthology.orchestra.run.trial040.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T11:32:37.305 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:37.315 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:32:37.342 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:32:37.343 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T11:32:37.343 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:37.361 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-21T11:32:37.378 INFO:teuthology.orchestra.run.trial040.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-21T11:32:37.610 INFO:teuthology.orchestra.run.trial157.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-21T11:32:37.683 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-21T11:32:37.999 INFO:teuthology.orchestra.run.trial040.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-21T11:32:38.022 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-21T11:32:38.040 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-21T11:32:38.053 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-21T11:32:38.068 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-21T11:32:38.142 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-21T11:32:38.150 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-21T11:32:38.173 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-21T11:32:38.202 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-21T11:32:38.252 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-21T11:32:38.258 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-21T11:32:38.261 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-21T11:32:38.262 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-21T11:32:38.280 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:32:38.280 INFO:teuthology.orchestra.run.trial057.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T11:32:38.280 INFO:teuthology.orchestra.run.trial057.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T11:32:38.280 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:38.289 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:32:38.314 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:32:38.315 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T11:32:38.315 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:38.349 INFO:teuthology.orchestra.run.trial057.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-21T11:32:38.360 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-21T11:32:38.378 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-21T11:32:38.391 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-21T11:32:38.407 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-21T11:32:38.483 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-21T11:32:38.492 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-21T11:32:38.516 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-21T11:32:38.546 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-21T11:32:38.597 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-21T11:32:38.603 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-21T11:32:38.606 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-21T11:32:38.608 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-21T11:32:38.625 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:32:38.626 INFO:teuthology.orchestra.run.trial157.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T11:32:38.626 INFO:teuthology.orchestra.run.trial157.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T11:32:38.626 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:38.633 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:32:38.658 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:32:38.659 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T11:32:38.659 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:38.695 INFO:teuthology.orchestra.run.trial157.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-21T11:32:38.761 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 79/95 2026-02-21T11:32:38.825 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 80/95 2026-02-21T11:32:38.827 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:32:38.842 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:32:38.842 INFO:teuthology.orchestra.run.trial040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:38.842 INFO:teuthology.orchestra.run.trial040.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T11:32:38.842 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:38.854 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:32:38.879 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:32:38.880 INFO:teuthology.orchestra.run.trial040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:38.880 INFO:teuthology.orchestra.run.trial040.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T11:32:38.880 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:32:38.880 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:32:38.880 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:38.939 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:32:38.941 INFO:teuthology.orchestra.run.trial040.stdout: Installing : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:32:38.950 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 84/95 2026-02-21T11:32:38.966 INFO:teuthology.orchestra.run.trial057.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-21T11:32:38.974 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 85/95 2026-02-21T11:32:38.976 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:32:39.314 INFO:teuthology.orchestra.run.trial157.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-21T11:32:39.728 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 79/95 2026-02-21T11:32:39.792 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 80/95 2026-02-21T11:32:39.794 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:32:39.809 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:32:39.809 INFO:teuthology.orchestra.run.trial057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:39.809 INFO:teuthology.orchestra.run.trial057.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T11:32:39.809 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:39.821 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:32:39.846 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:32:39.846 INFO:teuthology.orchestra.run.trial057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:39.846 INFO:teuthology.orchestra.run.trial057.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T11:32:39.846 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:32:39.846 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:32:39.846 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:39.904 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:32:39.906 INFO:teuthology.orchestra.run.trial057.stdout: Installing : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:32:39.915 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 84/95 2026-02-21T11:32:39.939 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 85/95 2026-02-21T11:32:39.940 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:32:40.075 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 79/95 2026-02-21T11:32:40.139 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 80/95 2026-02-21T11:32:40.141 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:32:40.157 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:32:40.157 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:40.157 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T11:32:40.157 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:40.167 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:32:40.191 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:32:40.192 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:40.192 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T11:32:40.192 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:32:40.192 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:32:40.192 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:40.251 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:32:40.253 INFO:teuthology.orchestra.run.trial157.stdout: Installing : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:32:40.262 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 84/95 2026-02-21T11:32:40.286 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 85/95 2026-02-21T11:32:40.287 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:32:41.895 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:32:41.902 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:32:42.363 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:32:42.365 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:32:42.379 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:32:42.379 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:32:42.443 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:32:42.486 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 90/95 2026-02-21T11:32:42.487 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:32:42.509 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:32:42.509 INFO:teuthology.orchestra.run.trial040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:42.509 INFO:teuthology.orchestra.run.trial040.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T11:32:42.509 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:32:42.509 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:32:42.509 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:42.521 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:32:42.742 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:32:42.744 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:32:42.765 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:32:42.765 INFO:teuthology.orchestra.run.trial040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:42.765 INFO:teuthology.orchestra.run.trial040.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T11:32:42.766 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:32:42.766 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:32:42.766 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:42.819 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:32:42.825 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:32:42.860 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:32:42.880 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:32:42.880 INFO:teuthology.orchestra.run.trial040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:42.880 INFO:teuthology.orchestra.run.trial040.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T11:32:42.881 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:32:42.881 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:32:42.881 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:42.881 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:32:42.888 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:32:42.913 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:32:43.193 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:32:43.200 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:32:43.276 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:32:43.277 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:32:43.289 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:32:43.290 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:32:43.350 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:32:43.392 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 90/95 2026-02-21T11:32:43.393 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:32:43.415 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:32:43.415 INFO:teuthology.orchestra.run.trial057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:43.415 INFO:teuthology.orchestra.run.trial057.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T11:32:43.415 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:32:43.416 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:32:43.416 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:43.427 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:32:43.652 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:32:43.653 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:32:43.653 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:32:43.654 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:32:43.664 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:32:43.665 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:32:43.676 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:32:43.676 INFO:teuthology.orchestra.run.trial057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:43.677 INFO:teuthology.orchestra.run.trial057.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T11:32:43.677 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:32:43.677 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:32:43.677 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:43.707 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:32:43.707 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 1/95 2026-02-21T11:32:43.707 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2/95 2026-02-21T11:32:43.707 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 3/95 2026-02-21T11:32:43.707 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 4/95 2026-02-21T11:32:43.707 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 5/95 2026-02-21T11:32:43.707 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 6/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 7/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 8/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 9/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 10/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 11/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 12/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 13/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 14/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 15/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 16/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 17/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-21T11:32:43.708 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-21T11:32:43.709 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-21T11:32:43.710 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-21T11:32:43.711 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-21T11:32:43.712 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-21T11:32:43.713 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-21T11:32:43.714 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-21T11:32:43.724 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:32:43.766 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 90/95 2026-02-21T11:32:43.768 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:32:43.768 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-21T11:32:43.769 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:43.769 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:43.769 INFO:teuthology.orchestra.run.trial040.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T11:32:43.769 INFO:teuthology.orchestra.run.trial040.stdout: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:43.769 INFO:teuthology.orchestra.run.trial040.stdout: ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.770 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:43.770 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:43.770 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.770 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.770 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.770 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.771 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.771 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.771 INFO:teuthology.orchestra.run.trial040.stdout: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:43.771 INFO:teuthology.orchestra.run.trial040.stdout: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:43.771 INFO:teuthology.orchestra.run.trial040.stdout: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:43.772 INFO:teuthology.orchestra.run.trial040.stdout: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:43.772 INFO:teuthology.orchestra.run.trial040.stdout: ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.772 INFO:teuthology.orchestra.run.trial040.stdout: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.772 INFO:teuthology.orchestra.run.trial040.stdout: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:43.772 INFO:teuthology.orchestra.run.trial040.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T11:32:43.772 INFO:teuthology.orchestra.run.trial040.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T11:32:43.773 INFO:teuthology.orchestra.run.trial040.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T11:32:43.773 INFO:teuthology.orchestra.run.trial040.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T11:32:43.773 INFO:teuthology.orchestra.run.trial040.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T11:32:43.773 INFO:teuthology.orchestra.run.trial040.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T11:32:43.773 INFO:teuthology.orchestra.run.trial040.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T11:32:43.773 INFO:teuthology.orchestra.run.trial040.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T11:32:43.774 INFO:teuthology.orchestra.run.trial040.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T11:32:43.774 INFO:teuthology.orchestra.run.trial040.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:32:43.774 INFO:teuthology.orchestra.run.trial040.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T11:32:43.774 INFO:teuthology.orchestra.run.trial040.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T11:32:43.774 INFO:teuthology.orchestra.run.trial040.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T11:32:43.774 INFO:teuthology.orchestra.run.trial040.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T11:32:43.775 INFO:teuthology.orchestra.run.trial040.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T11:32:43.775 INFO:teuthology.orchestra.run.trial040.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T11:32:43.775 INFO:teuthology.orchestra.run.trial040.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T11:32:43.775 INFO:teuthology.orchestra.run.trial040.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T11:32:43.775 INFO:teuthology.orchestra.run.trial040.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T11:32:43.775 INFO:teuthology.orchestra.run.trial040.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T11:32:43.775 INFO:teuthology.orchestra.run.trial040.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T11:32:43.776 INFO:teuthology.orchestra.run.trial040.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T11:32:43.776 INFO:teuthology.orchestra.run.trial040.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T11:32:43.776 INFO:teuthology.orchestra.run.trial040.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T11:32:43.776 INFO:teuthology.orchestra.run.trial040.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T11:32:43.776 INFO:teuthology.orchestra.run.trial040.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T11:32:43.776 INFO:teuthology.orchestra.run.trial040.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T11:32:43.777 INFO:teuthology.orchestra.run.trial040.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T11:32:43.777 INFO:teuthology.orchestra.run.trial040.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T11:32:43.777 INFO:teuthology.orchestra.run.trial040.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T11:32:43.777 INFO:teuthology.orchestra.run.trial040.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T11:32:43.777 INFO:teuthology.orchestra.run.trial040.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-21T11:32:43.777 INFO:teuthology.orchestra.run.trial040.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-21T11:32:43.778 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T11:32:43.778 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T11:32:43.778 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T11:32:43.778 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T11:32:43.778 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T11:32:43.778 INFO:teuthology.orchestra.run.trial040.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T11:32:43.779 INFO:teuthology.orchestra.run.trial040.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T11:32:43.779 INFO:teuthology.orchestra.run.trial040.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T11:32:43.779 INFO:teuthology.orchestra.run.trial040.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T11:32:43.779 INFO:teuthology.orchestra.run.trial040.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:32:43.779 INFO:teuthology.orchestra.run.trial040.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-21T11:32:43.779 INFO:teuthology.orchestra.run.trial040.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T11:32:43.779 INFO:teuthology.orchestra.run.trial040.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T11:32:43.780 INFO:teuthology.orchestra.run.trial040.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-21T11:32:43.780 INFO:teuthology.orchestra.run.trial040.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T11:32:43.780 INFO:teuthology.orchestra.run.trial040.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T11:32:43.780 INFO:teuthology.orchestra.run.trial040.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T11:32:43.780 INFO:teuthology.orchestra.run.trial040.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T11:32:43.780 INFO:teuthology.orchestra.run.trial040.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T11:32:43.780 INFO:teuthology.orchestra.run.trial040.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T11:32:43.781 INFO:teuthology.orchestra.run.trial040.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T11:32:43.781 INFO:teuthology.orchestra.run.trial040.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T11:32:43.781 INFO:teuthology.orchestra.run.trial040.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T11:32:43.781 INFO:teuthology.orchestra.run.trial040.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T11:32:43.781 INFO:teuthology.orchestra.run.trial040.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T11:32:43.781 INFO:teuthology.orchestra.run.trial040.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T11:32:43.781 INFO:teuthology.orchestra.run.trial040.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T11:32:43.782 INFO:teuthology.orchestra.run.trial040.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T11:32:43.782 INFO:teuthology.orchestra.run.trial040.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T11:32:43.782 INFO:teuthology.orchestra.run.trial040.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T11:32:43.782 INFO:teuthology.orchestra.run.trial040.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-21T11:32:43.782 INFO:teuthology.orchestra.run.trial040.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T11:32:43.782 INFO:teuthology.orchestra.run.trial040.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T11:32:43.782 INFO:teuthology.orchestra.run.trial040.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T11:32:43.783 INFO:teuthology.orchestra.run.trial040.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T11:32:43.783 INFO:teuthology.orchestra.run.trial040.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T11:32:43.783 INFO:teuthology.orchestra.run.trial040.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T11:32:43.783 INFO:teuthology.orchestra.run.trial040.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-21T11:32:43.783 INFO:teuthology.orchestra.run.trial040.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T11:32:43.783 INFO:teuthology.orchestra.run.trial040.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T11:32:43.783 INFO:teuthology.orchestra.run.trial040.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T11:32:43.783 INFO:teuthology.orchestra.run.trial040.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-21T11:32:43.784 INFO:teuthology.orchestra.run.trial040.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-21T11:32:43.784 INFO:teuthology.orchestra.run.trial040.stdout: zip-3.0-35.el9.x86_64 2026-02-21T11:32:43.784 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:43.784 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:43.785 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:32:43.788 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:32:43.788 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:43.788 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T11:32:43.789 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:32:43.789 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:32:43.789 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:43.792 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:32:43.792 INFO:teuthology.orchestra.run.trial057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:43.792 INFO:teuthology.orchestra.run.trial057.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T11:32:43.792 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:32:43.792 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:32:43.792 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:43.793 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:32:43.800 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:32:43.800 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:32:43.824 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:32:43.827 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-base 2026-02-21T11:32:44.024 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:32:44.025 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:32:44.046 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:32:44.046 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:44.047 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T11:32:44.047 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:32:44.047 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:32:44.047 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:44.137 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:44.141 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:32:44.163 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:32:44.163 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:44.163 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T11:32:44.163 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:32:44.163 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:32:44.164 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:44.164 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:32:44.169 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:32:44.193 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:32:44.201 INFO:teuthology.orchestra.run.trial040.stdout:Package ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:44.220 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:44.221 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:44.221 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:44.241 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install cephadm 2026-02-21T11:32:44.548 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:44.612 INFO:teuthology.orchestra.run.trial040.stdout:Package cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:44.631 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:44.631 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:44.631 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:44.650 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:32:44.650 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 1/95 2026-02-21T11:32:44.650 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2/95 2026-02-21T11:32:44.650 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 3/95 2026-02-21T11:32:44.650 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 4/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 5/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 6/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 7/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 8/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 9/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 10/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 11/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 12/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 13/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 14/95 2026-02-21T11:32:44.651 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 15/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 16/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 17/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-21T11:32:44.652 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-21T11:32:44.653 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-21T11:32:44.654 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-21T11:32:44.655 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-21T11:32:44.656 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-21T11:32:44.657 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-21T11:32:44.658 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-21T11:32:44.658 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-21T11:32:44.658 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-21T11:32:44.658 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-21T11:32:44.658 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-21T11:32:44.658 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-21T11:32:44.658 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-21T11:32:44.659 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T11:32:44.713 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-21T11:32:44.713 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:44.713 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:44.713 INFO:teuthology.orchestra.run.trial057.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T11:32:44.713 INFO:teuthology.orchestra.run.trial057.stdout: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:44.714 INFO:teuthology.orchestra.run.trial057.stdout: ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.714 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:44.714 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:44.714 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.714 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.714 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.714 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.714 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.715 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.715 INFO:teuthology.orchestra.run.trial057.stdout: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:44.715 INFO:teuthology.orchestra.run.trial057.stdout: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:44.715 INFO:teuthology.orchestra.run.trial057.stdout: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:44.715 INFO:teuthology.orchestra.run.trial057.stdout: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:44.715 INFO:teuthology.orchestra.run.trial057.stdout: ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.715 INFO:teuthology.orchestra.run.trial057.stdout: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.716 INFO:teuthology.orchestra.run.trial057.stdout: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:44.716 INFO:teuthology.orchestra.run.trial057.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T11:32:44.716 INFO:teuthology.orchestra.run.trial057.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T11:32:44.716 INFO:teuthology.orchestra.run.trial057.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T11:32:44.716 INFO:teuthology.orchestra.run.trial057.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T11:32:44.716 INFO:teuthology.orchestra.run.trial057.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T11:32:44.716 INFO:teuthology.orchestra.run.trial057.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T11:32:44.716 INFO:teuthology.orchestra.run.trial057.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T11:32:44.717 INFO:teuthology.orchestra.run.trial057.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T11:32:44.717 INFO:teuthology.orchestra.run.trial057.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T11:32:44.717 INFO:teuthology.orchestra.run.trial057.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:32:44.717 INFO:teuthology.orchestra.run.trial057.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T11:32:44.717 INFO:teuthology.orchestra.run.trial057.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T11:32:44.717 INFO:teuthology.orchestra.run.trial057.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T11:32:44.717 INFO:teuthology.orchestra.run.trial057.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T11:32:44.717 INFO:teuthology.orchestra.run.trial057.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T11:32:44.718 INFO:teuthology.orchestra.run.trial057.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T11:32:44.718 INFO:teuthology.orchestra.run.trial057.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T11:32:44.718 INFO:teuthology.orchestra.run.trial057.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T11:32:44.718 INFO:teuthology.orchestra.run.trial057.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T11:32:44.718 INFO:teuthology.orchestra.run.trial057.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T11:32:44.718 INFO:teuthology.orchestra.run.trial057.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T11:32:44.718 INFO:teuthology.orchestra.run.trial057.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T11:32:44.718 INFO:teuthology.orchestra.run.trial057.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T11:32:44.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T11:32:44.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T11:32:44.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T11:32:44.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T11:32:44.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T11:32:44.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T11:32:44.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T11:32:44.719 INFO:teuthology.orchestra.run.trial057.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T11:32:44.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-21T11:32:44.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-21T11:32:44.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T11:32:44.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T11:32:44.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T11:32:44.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T11:32:44.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T11:32:44.720 INFO:teuthology.orchestra.run.trial057.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T11:32:44.721 INFO:teuthology.orchestra.run.trial057.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T11:32:44.721 INFO:teuthology.orchestra.run.trial057.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T11:32:44.721 INFO:teuthology.orchestra.run.trial057.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T11:32:44.721 INFO:teuthology.orchestra.run.trial057.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:32:44.721 INFO:teuthology.orchestra.run.trial057.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-21T11:32:44.721 INFO:teuthology.orchestra.run.trial057.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T11:32:44.721 INFO:teuthology.orchestra.run.trial057.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T11:32:44.721 INFO:teuthology.orchestra.run.trial057.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-21T11:32:44.722 INFO:teuthology.orchestra.run.trial057.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T11:32:44.722 INFO:teuthology.orchestra.run.trial057.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T11:32:44.722 INFO:teuthology.orchestra.run.trial057.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T11:32:44.722 INFO:teuthology.orchestra.run.trial057.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T11:32:44.722 INFO:teuthology.orchestra.run.trial057.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T11:32:44.722 INFO:teuthology.orchestra.run.trial057.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T11:32:44.722 INFO:teuthology.orchestra.run.trial057.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T11:32:44.722 INFO:teuthology.orchestra.run.trial057.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T11:32:44.722 INFO:teuthology.orchestra.run.trial057.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T11:32:44.723 INFO:teuthology.orchestra.run.trial057.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T11:32:44.723 INFO:teuthology.orchestra.run.trial057.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T11:32:44.723 INFO:teuthology.orchestra.run.trial057.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T11:32:44.723 INFO:teuthology.orchestra.run.trial057.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T11:32:44.723 INFO:teuthology.orchestra.run.trial057.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T11:32:44.723 INFO:teuthology.orchestra.run.trial057.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T11:32:44.723 INFO:teuthology.orchestra.run.trial057.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T11:32:44.723 INFO:teuthology.orchestra.run.trial057.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-21T11:32:44.724 INFO:teuthology.orchestra.run.trial057.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T11:32:44.724 INFO:teuthology.orchestra.run.trial057.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T11:32:44.724 INFO:teuthology.orchestra.run.trial057.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T11:32:44.724 INFO:teuthology.orchestra.run.trial057.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T11:32:44.724 INFO:teuthology.orchestra.run.trial057.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T11:32:44.724 INFO:teuthology.orchestra.run.trial057.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T11:32:44.724 INFO:teuthology.orchestra.run.trial057.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-21T11:32:44.724 INFO:teuthology.orchestra.run.trial057.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T11:32:44.724 INFO:teuthology.orchestra.run.trial057.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T11:32:44.725 INFO:teuthology.orchestra.run.trial057.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T11:32:44.725 INFO:teuthology.orchestra.run.trial057.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-21T11:32:44.725 INFO:teuthology.orchestra.run.trial057.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-21T11:32:44.725 INFO:teuthology.orchestra.run.trial057.stdout: zip-3.0-35.el9.x86_64 2026-02-21T11:32:44.725 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:44.725 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:44.778 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-base 2026-02-21T11:32:44.968 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 1/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 3/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 4/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 5/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 6/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 7/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 8/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 9/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 10/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 11/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 12/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 13/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 14/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 15/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 16/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 17/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-21T11:32:45.019 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-21T11:32:45.020 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-21T11:32:45.021 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout: Package Arch Version Repo Size 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 147 k 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:Install 1 Package 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 147 k 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 419 k 2026-02-21T11:32:45.051 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:45.088 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-21T11:32:45.088 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:45.088 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:45.088 INFO:teuthology.orchestra.run.trial157.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.089 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T11:32:45.090 INFO:teuthology.orchestra.run.trial157.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T11:32:45.091 INFO:teuthology.orchestra.run.trial157.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T11:32:45.092 INFO:teuthology.orchestra.run.trial157.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T11:32:45.093 INFO:teuthology.orchestra.run.trial157.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T11:32:45.094 INFO:teuthology.orchestra.run.trial157.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:32:45.094 INFO:teuthology.orchestra.run.trial157.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-21T11:32:45.094 INFO:teuthology.orchestra.run.trial157.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T11:32:45.094 INFO:teuthology.orchestra.run.trial157.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T11:32:45.094 INFO:teuthology.orchestra.run.trial157.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-21T11:32:45.094 INFO:teuthology.orchestra.run.trial157.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T11:32:45.094 INFO:teuthology.orchestra.run.trial157.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T11:32:45.095 INFO:teuthology.orchestra.run.trial157.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T11:32:45.095 INFO:teuthology.orchestra.run.trial157.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T11:32:45.095 INFO:teuthology.orchestra.run.trial157.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T11:32:45.095 INFO:teuthology.orchestra.run.trial157.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T11:32:45.095 INFO:teuthology.orchestra.run.trial157.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T11:32:45.095 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T11:32:45.096 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T11:32:45.096 INFO:teuthology.orchestra.run.trial157.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T11:32:45.096 INFO:teuthology.orchestra.run.trial157.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T11:32:45.096 INFO:teuthology.orchestra.run.trial157.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T11:32:45.096 INFO:teuthology.orchestra.run.trial157.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T11:32:45.096 INFO:teuthology.orchestra.run.trial157.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T11:32:45.096 INFO:teuthology.orchestra.run.trial157.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T11:32:45.097 INFO:teuthology.orchestra.run.trial157.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T11:32:45.097 INFO:teuthology.orchestra.run.trial157.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-21T11:32:45.097 INFO:teuthology.orchestra.run.trial157.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T11:32:45.097 INFO:teuthology.orchestra.run.trial157.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T11:32:45.097 INFO:teuthology.orchestra.run.trial157.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T11:32:45.097 INFO:teuthology.orchestra.run.trial157.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T11:32:45.097 INFO:teuthology.orchestra.run.trial157.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T11:32:45.097 INFO:teuthology.orchestra.run.trial157.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T11:32:45.098 INFO:teuthology.orchestra.run.trial157.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-21T11:32:45.098 INFO:teuthology.orchestra.run.trial157.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T11:32:45.098 INFO:teuthology.orchestra.run.trial157.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T11:32:45.098 INFO:teuthology.orchestra.run.trial157.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T11:32:45.098 INFO:teuthology.orchestra.run.trial157.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-21T11:32:45.098 INFO:teuthology.orchestra.run.trial157.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-21T11:32:45.098 INFO:teuthology.orchestra.run.trial157.stdout: zip-3.0-35.el9.x86_64 2026-02-21T11:32:45.098 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:45.098 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:45.099 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:45.155 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-base 2026-02-21T11:32:45.158 INFO:teuthology.orchestra.run.trial057.stdout:Package ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:45.177 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:45.178 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:45.178 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:45.199 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install cephadm 2026-02-21T11:32:45.429 INFO:teuthology.orchestra.run.trial040.stdout:ceph-immutable-object-cache-20.3.0-5397.gf7273f 390 kB/s | 147 kB 00:00 2026-02-21T11:32:45.430 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:45.430 INFO:teuthology.orchestra.run.trial040.stdout:Total 389 kB/s | 147 kB 00:00 2026-02-21T11:32:45.431 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:45.435 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:45.435 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:45.466 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:45.467 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:45.467 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:45.509 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:45.521 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:45.523 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:32:45.531 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:45.546 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:32:45.546 INFO:teuthology.orchestra.run.trial040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:45.546 INFO:teuthology.orchestra.run.trial040.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T11:32:45.546 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:45.549 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:45.550 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:45.550 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:45.571 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install cephadm 2026-02-21T11:32:45.575 INFO:teuthology.orchestra.run.trial057.stdout:Package cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:45.593 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:45.594 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:45.594 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:45.615 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T11:32:45.835 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:32:45.836 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:45.836 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:45.836 INFO:teuthology.orchestra.run.trial040.stdout: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:45.836 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:45.836 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:45.862 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-mgr 2026-02-21T11:32:45.879 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:45.920 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:45.945 INFO:teuthology.orchestra.run.trial157.stdout:Package cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:45.963 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:45.964 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:45.964 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:45.986 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T11:32:46.003 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:46.003 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout: Package Arch Version Repo Size 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 147 k 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout:Install 1 Package 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:46.004 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 147 k 2026-02-21T11:32:46.005 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 419 k 2026-02-21T11:32:46.005 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:46.091 INFO:teuthology.orchestra.run.trial057.stdout:ceph-immutable-object-cache-20.3.0-5397.gf7273f 1.7 MB/s | 147 kB 00:00 2026-02-21T11:32:46.091 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:46.091 INFO:teuthology.orchestra.run.trial057.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-21T11:32:46.091 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:46.095 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:46.095 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:46.126 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:46.126 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:46.171 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:46.182 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:46.183 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:32:46.207 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:32:46.207 INFO:teuthology.orchestra.run.trial057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:46.207 INFO:teuthology.orchestra.run.trial057.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T11:32:46.207 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:46.236 INFO:teuthology.orchestra.run.trial040.stdout:Package ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:46.254 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:46.254 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:46.254 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:46.275 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T11:32:46.291 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:46.374 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repo Size 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 147 k 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 147 k 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 419 k 2026-02-21T11:32:46.375 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:46.462 INFO:teuthology.orchestra.run.trial157.stdout:ceph-immutable-object-cache-20.3.0-5397.gf7273f 1.7 MB/s | 147 kB 00:00 2026-02-21T11:32:46.463 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:46.463 INFO:teuthology.orchestra.run.trial157.stdout:Total 1.7 MB/s | 147 kB 00:00 2026-02-21T11:32:46.463 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:46.467 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:46.467 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:46.498 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:46.498 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:46.505 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:32:46.505 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:46.505 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:46.505 INFO:teuthology.orchestra.run.trial057.stdout: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:46.505 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:46.505 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:46.532 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-mgr 2026-02-21T11:32:46.553 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:46.555 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:32:46.577 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:32:46.578 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:46.578 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T11:32:46.578 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:46.588 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:46.653 INFO:teuthology.orchestra.run.trial040.stdout:Package ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:46.672 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:46.672 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:46.672 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:46.694 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T11:32:46.848 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:46.891 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:32:46.892 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:46.892 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:46.892 INFO:teuthology.orchestra.run.trial157.stdout: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:46.892 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:46.892 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:46.914 INFO:teuthology.orchestra.run.trial057.stdout:Package ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:46.918 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr 2026-02-21T11:32:46.933 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:46.933 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:46.934 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:46.955 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T11:32:47.001 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:47.066 INFO:teuthology.orchestra.run.trial040.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:47.084 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:47.085 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:47.085 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:47.106 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-mgr-rook 2026-02-21T11:32:47.228 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:47.260 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:47.293 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:47.312 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:47.313 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:47.313 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:47.325 INFO:teuthology.orchestra.run.trial057.stdout:Package ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:47.334 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T11:32:47.343 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:47.344 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:47.344 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:47.365 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T11:32:47.410 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:47.474 INFO:teuthology.orchestra.run.trial040.stdout:Package ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:47.493 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:47.493 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:47.494 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:47.514 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T11:32:47.647 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:47.675 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:47.711 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:47.730 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:47.731 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:47.731 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:47.739 INFO:teuthology.orchestra.run.trial057.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:47.753 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T11:32:47.758 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:47.758 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:47.758 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:47.779 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-mgr-rook 2026-02-21T11:32:47.826 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:47.891 INFO:teuthology.orchestra.run.trial040.stdout:Package ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:47.909 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:47.909 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:47.910 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:47.931 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-osd 2026-02-21T11:32:48.060 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:48.088 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:48.125 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:48.144 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:48.144 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:48.144 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:48.155 INFO:teuthology.orchestra.run.trial057.stdout:Package ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:48.165 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr-rook 2026-02-21T11:32:48.174 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:48.174 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:48.174 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:48.195 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T11:32:48.239 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:48.304 INFO:teuthology.orchestra.run.trial040.stdout:Package ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:48.322 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:48.323 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:48.323 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:48.344 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-osd-classic 2026-02-21T11:32:48.468 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:48.512 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:48.534 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:48.553 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:48.553 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:48.553 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:48.575 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T11:32:48.576 INFO:teuthology.orchestra.run.trial057.stdout:Package ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:48.594 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:48.595 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:48.595 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:48.616 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-osd 2026-02-21T11:32:48.651 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:48.715 INFO:teuthology.orchestra.run.trial040.stdout:Package ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:48.734 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:48.734 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:48.735 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:48.756 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-fuse 2026-02-21T11:32:48.885 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:48.927 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:48.949 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:48.968 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:48.968 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:48.968 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:48.990 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-osd 2026-02-21T11:32:48.992 INFO:teuthology.orchestra.run.trial057.stdout:Package ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:49.011 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:49.011 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:49.012 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:49.033 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-osd-classic 2026-02-21T11:32:49.065 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:49.148 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout: Package Arch Version Repo Size 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout: ceph-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 988 k 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout:Install 1 Package 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 988 k 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 2.9 M 2026-02-21T11:32:49.149 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:49.271 INFO:teuthology.orchestra.run.trial040.stdout:ceph-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 8.0 MB/s | 988 kB 00:00 2026-02-21T11:32:49.272 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:49.272 INFO:teuthology.orchestra.run.trial040.stdout:Total 7.9 MB/s | 988 kB 00:00 2026-02-21T11:32:49.272 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:49.276 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:49.276 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:49.302 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:49.310 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:49.310 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:49.345 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:49.367 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:49.385 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:49.386 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:49.386 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:49.402 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:49.408 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-osd-classic 2026-02-21T11:32:49.409 INFO:teuthology.orchestra.run.trial057.stdout:Package ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:49.420 INFO:teuthology.orchestra.run.trial040.stdout: Installing : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:49.428 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:49.428 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:49.428 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:49.451 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-fuse 2026-02-21T11:32:49.660 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:49.718 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:49.718 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:49.718 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:49.718 INFO:teuthology.orchestra.run.trial040.stdout: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:49.718 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:49.719 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:49.719 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:49.746 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install ceph-volume 2026-02-21T11:32:49.756 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:49.786 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:49.804 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:49.805 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:49.805 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:49.828 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-fuse 2026-02-21T11:32:49.840 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:49.841 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:49.841 INFO:teuthology.orchestra.run.trial057.stdout: Package Arch Version Repo Size 2026-02-21T11:32:49.841 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:49.841 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:49.841 INFO:teuthology.orchestra.run.trial057.stdout: ceph-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 988 k 2026-02-21T11:32:49.841 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:49.841 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:49.842 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:49.842 INFO:teuthology.orchestra.run.trial057.stdout:Install 1 Package 2026-02-21T11:32:49.842 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:49.842 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 988 k 2026-02-21T11:32:49.842 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 2.9 M 2026-02-21T11:32:49.842 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:49.961 INFO:teuthology.orchestra.run.trial057.stdout:ceph-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 8.1 MB/s | 988 kB 00:00 2026-02-21T11:32:49.961 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:49.961 INFO:teuthology.orchestra.run.trial057.stdout:Total 8.0 MB/s | 988 kB 00:00 2026-02-21T11:32:49.961 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:49.965 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:49.965 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:49.999 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:49.999 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:50.057 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:50.091 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:50.108 INFO:teuthology.orchestra.run.trial057.stdout: Installing : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:50.122 INFO:teuthology.orchestra.run.trial040.stdout:Package ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:50.133 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:50.142 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:50.142 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:50.142 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:50.165 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install librados-devel 2026-02-21T11:32:50.218 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:50.218 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:50.218 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repo Size 2026-02-21T11:32:50.218 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:50.219 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:50.219 INFO:teuthology.orchestra.run.trial157.stdout: ceph-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 988 k 2026-02-21T11:32:50.219 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:50.219 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:50.219 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:50.219 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-21T11:32:50.220 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:50.220 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 988 k 2026-02-21T11:32:50.220 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 2.9 M 2026-02-21T11:32:50.220 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:50.339 INFO:teuthology.orchestra.run.trial157.stdout:ceph-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 8.0 MB/s | 988 kB 00:00 2026-02-21T11:32:50.339 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:50.339 INFO:teuthology.orchestra.run.trial157.stdout:Total 8.0 MB/s | 988 kB 00:00 2026-02-21T11:32:50.339 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:50.343 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:50.343 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:50.368 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:50.378 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:50.378 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:50.424 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:50.424 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:50.424 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:50.424 INFO:teuthology.orchestra.run.trial057.stdout: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:50.424 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:50.424 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:50.452 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install ceph-volume 2026-02-21T11:32:50.470 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:50.478 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:50.488 INFO:teuthology.orchestra.run.trial157.stdout: Installing : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:50.561 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:50.561 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout: Package Arch Version Repo Size 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout: librados-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 123 k 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout:Install 1 Package 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 123 k 2026-02-21T11:32:50.562 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 437 k 2026-02-21T11:32:50.563 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:50.647 INFO:teuthology.orchestra.run.trial040.stdout:librados-devel-20.3.0-5397.gf7273f30.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T11:32:50.649 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:50.649 INFO:teuthology.orchestra.run.trial040.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-21T11:32:50.649 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:50.651 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:50.651 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:50.684 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:50.684 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:50.703 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:50.741 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:50.758 INFO:teuthology.orchestra.run.trial040.stdout: Installing : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:50.761 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:50.761 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:50.761 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:50.761 INFO:teuthology.orchestra.run.trial157.stdout: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:50.761 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:50.761 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:50.768 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:50.790 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install ceph-volume 2026-02-21T11:32:50.833 INFO:teuthology.orchestra.run.trial057.stdout:Package ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:50.840 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:50.852 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:50.853 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:50.854 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:50.874 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install librados-devel 2026-02-21T11:32:50.898 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:50.898 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:50.898 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:50.898 INFO:teuthology.orchestra.run.trial040.stdout: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:50.898 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:50.899 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:50.925 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install libcephfs2 2026-02-21T11:32:51.101 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:51.166 INFO:teuthology.orchestra.run.trial157.stdout:Package ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:32:51.184 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:51.185 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:51.185 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:51.185 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:51.207 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install librados-devel 2026-02-21T11:32:51.242 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:51.268 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:51.268 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:51.268 INFO:teuthology.orchestra.run.trial057.stdout: Package Arch Version Repo Size 2026-02-21T11:32:51.268 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:51.268 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:51.269 INFO:teuthology.orchestra.run.trial057.stdout: librados-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 123 k 2026-02-21T11:32:51.269 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:51.269 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:51.269 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:51.269 INFO:teuthology.orchestra.run.trial057.stdout:Install 1 Package 2026-02-21T11:32:51.269 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:51.269 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 123 k 2026-02-21T11:32:51.269 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 437 k 2026-02-21T11:32:51.269 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:51.306 INFO:teuthology.orchestra.run.trial040.stdout:Package libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:51.324 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:51.325 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:51.325 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:51.346 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install libcephfs-devel 2026-02-21T11:32:51.355 INFO:teuthology.orchestra.run.trial057.stdout:librados-devel-20.3.0-5397.gf7273f30.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-21T11:32:51.355 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:51.355 INFO:teuthology.orchestra.run.trial057.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-21T11:32:51.355 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:51.358 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:51.358 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:51.389 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:51.389 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:51.447 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:51.463 INFO:teuthology.orchestra.run.trial057.stdout: Installing : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:51.520 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:51.543 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:51.601 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial057.stdout: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repo Size 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial157.stdout: librados-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 123 k 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:51.602 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:51.603 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-21T11:32:51.603 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:51.603 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 123 k 2026-02-21T11:32:51.603 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 437 k 2026-02-21T11:32:51.603 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:51.631 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install libcephfs2 2026-02-21T11:32:51.657 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:51.742 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:51.742 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:51.742 INFO:teuthology.orchestra.run.trial040.stdout: Package Arch Version Repo Size 2026-02-21T11:32:51.742 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:51.742 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:51.742 INFO:teuthology.orchestra.run.trial040.stdout: libcephfs-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:32:51.743 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:51.743 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:51.743 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:51.743 INFO:teuthology.orchestra.run.trial040.stdout:Install 1 Package 2026-02-21T11:32:51.743 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:51.743 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 37 k 2026-02-21T11:32:51.743 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 171 k 2026-02-21T11:32:51.743 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:51.905 INFO:teuthology.orchestra.run.trial157.stdout:librados-devel-20.3.0-5397.gf7273f30.el9.x86_64 408 kB/s | 123 kB 00:00 2026-02-21T11:32:51.906 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:51.906 INFO:teuthology.orchestra.run.trial157.stdout:Total 406 kB/s | 123 kB 00:00 2026-02-21T11:32:51.907 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:51.909 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:51.909 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:51.940 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:51.941 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:51.941 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:51.991 INFO:teuthology.orchestra.run.trial040.stdout:libcephfs-devel-20.3.0-5397.gf7273f30.el9.x86_6 150 kB/s | 37 kB 00:00 2026-02-21T11:32:51.991 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:51.991 INFO:teuthology.orchestra.run.trial040.stdout:Total 150 kB/s | 37 kB 00:00 2026-02-21T11:32:51.991 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:51.993 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:51.993 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:51.996 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:51.996 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:51.998 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:52.005 INFO:teuthology.orchestra.run.trial057.stdout:Package libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:52.015 INFO:teuthology.orchestra.run.trial157.stdout: Installing : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:52.017 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:52.023 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:52.024 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:52.024 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:52.033 INFO:teuthology.orchestra.run.trial040.stdout: Installing : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:52.046 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install libcephfs-devel 2026-02-21T11:32:52.090 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:52.101 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:52.147 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:52.147 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:52.147 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:52.147 INFO:teuthology.orchestra.run.trial040.stdout: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:52.147 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:52.147 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:52.159 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:52.159 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:52.159 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:52.160 INFO:teuthology.orchestra.run.trial157.stdout: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:52.160 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:52.160 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:52.173 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install librados2 2026-02-21T11:32:52.187 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install libcephfs2 2026-02-21T11:32:52.359 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout: Package Arch Version Repo Size 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout: libcephfs-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout:Install 1 Package 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:52.443 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 37 k 2026-02-21T11:32:52.444 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 171 k 2026-02-21T11:32:52.444 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:52.483 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:52.501 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:52.548 INFO:teuthology.orchestra.run.trial040.stdout:Package librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:52.565 INFO:teuthology.orchestra.run.trial157.stdout:Package libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:52.566 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:52.567 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:52.567 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:52.584 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:52.585 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:52.585 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:52.588 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install librbd1 2026-02-21T11:32:52.605 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install libcephfs-devel 2026-02-21T11:32:52.659 INFO:teuthology.orchestra.run.trial057.stdout:libcephfs-devel-20.3.0-5397.gf7273f30.el9.x86_6 174 kB/s | 37 kB 00:00 2026-02-21T11:32:52.659 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:52.659 INFO:teuthology.orchestra.run.trial057.stdout:Total 173 kB/s | 37 kB 00:00 2026-02-21T11:32:52.659 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:52.662 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:52.662 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:52.665 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:52.665 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:52.688 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:52.705 INFO:teuthology.orchestra.run.trial057.stdout: Installing : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:52.766 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:52.823 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:52.823 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:52.823 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:52.823 INFO:teuthology.orchestra.run.trial057.stdout: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:52.824 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:52.824 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:52.851 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install librados2 2026-02-21T11:32:52.896 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:52.914 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:52.961 INFO:teuthology.orchestra.run.trial040.stdout:Package librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:52.980 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:52.981 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:52.981 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:52.999 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:53.000 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repo Size 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:53.001 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 37 k 2026-02-21T11:32:53.002 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 171 k 2026-02-21T11:32:53.002 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:53.003 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install python3-rados 2026-02-21T11:32:53.098 INFO:teuthology.orchestra.run.trial157.stdout:libcephfs-devel-20.3.0-5397.gf7273f30.el9.x86_6 388 kB/s | 37 kB 00:00 2026-02-21T11:32:53.098 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:53.098 INFO:teuthology.orchestra.run.trial157.stdout:Total 384 kB/s | 37 kB 00:00 2026-02-21T11:32:53.098 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:53.100 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:53.100 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:53.102 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:53.102 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:53.124 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:53.140 INFO:teuthology.orchestra.run.trial157.stdout: Installing : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:53.169 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:53.196 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:53.234 INFO:teuthology.orchestra.run.trial057.stdout:Package librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:53.253 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:53.253 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:53.253 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:53.253 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:53.253 INFO:teuthology.orchestra.run.trial157.stdout: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:53.253 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:53.253 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:53.253 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:53.253 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:53.276 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install librbd1 2026-02-21T11:32:53.281 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install librados2 2026-02-21T11:32:53.313 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:53.378 INFO:teuthology.orchestra.run.trial040.stdout:Package python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:53.397 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:53.397 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:53.398 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:53.420 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install python3-rgw 2026-02-21T11:32:53.580 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:53.588 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:53.645 INFO:teuthology.orchestra.run.trial057.stdout:Package librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:53.653 INFO:teuthology.orchestra.run.trial157.stdout:Package librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:53.663 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:53.664 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:53.664 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:53.671 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:53.672 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:53.672 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:53.685 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install python3-rados 2026-02-21T11:32:53.693 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install librbd1 2026-02-21T11:32:53.729 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:53.794 INFO:teuthology.orchestra.run.trial040.stdout:Package python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:53.812 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:53.813 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:53.813 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:53.835 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install python3-cephfs 2026-02-21T11:32:53.993 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:53.998 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:54.058 INFO:teuthology.orchestra.run.trial057.stdout:Package python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:54.063 INFO:teuthology.orchestra.run.trial157.stdout:Package librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:54.076 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:54.077 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:54.077 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:54.081 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:54.082 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:54.082 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:54.098 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install python3-rgw 2026-02-21T11:32:54.104 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install python3-rados 2026-02-21T11:32:54.147 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:54.211 INFO:teuthology.orchestra.run.trial040.stdout:Package python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:54.230 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:54.231 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:54.231 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:54.252 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install python3-rbd 2026-02-21T11:32:54.406 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:54.408 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:54.471 INFO:teuthology.orchestra.run.trial057.stdout:Package python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:54.473 INFO:teuthology.orchestra.run.trial157.stdout:Package python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:54.490 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:54.491 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:54.491 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:54.492 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:54.492 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:54.492 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:54.512 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install python3-cephfs 2026-02-21T11:32:54.514 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install python3-rgw 2026-02-21T11:32:54.558 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:54.622 INFO:teuthology.orchestra.run.trial040.stdout:Package python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:54.641 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:54.641 INFO:teuthology.orchestra.run.trial040.stdout:Nothing to do. 2026-02-21T11:32:54.642 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:54.663 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install rbd-fuse 2026-02-21T11:32:54.821 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:54.821 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:54.885 INFO:teuthology.orchestra.run.trial057.stdout:Package python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:54.886 INFO:teuthology.orchestra.run.trial157.stdout:Package python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:54.904 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:54.905 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:54.905 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:54.906 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:54.906 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:54.907 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:54.926 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install python3-rbd 2026-02-21T11:32:54.927 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install python3-cephfs 2026-02-21T11:32:54.970 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout: Package Architecture Version Repository Size 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout: rbd-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 84 k 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:Install 1 Package 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 84 k 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 209 k 2026-02-21T11:32:55.053 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:55.129 INFO:teuthology.orchestra.run.trial040.stdout:rbd-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-21T11:32:55.130 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:55.130 INFO:teuthology.orchestra.run.trial040.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-21T11:32:55.130 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:55.134 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:55.134 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:55.165 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:55.165 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:55.217 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:55.232 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:55.234 INFO:teuthology.orchestra.run.trial040.stdout: Installing : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:55.238 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:55.296 INFO:teuthology.orchestra.run.trial057.stdout:Package python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:55.303 INFO:teuthology.orchestra.run.trial157.stdout:Package python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:55.314 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:55.317 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:55.318 INFO:teuthology.orchestra.run.trial057.stdout:Nothing to do. 2026-02-21T11:32:55.318 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:55.322 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:55.323 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:55.323 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:55.340 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install rbd-fuse 2026-02-21T11:32:55.343 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install python3-rbd 2026-02-21T11:32:55.372 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:55.372 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:55.373 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:55.373 INFO:teuthology.orchestra.run.trial040.stdout: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:55.373 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:55.373 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:55.401 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install rbd-mirror 2026-02-21T11:32:55.649 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:55.650 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:55.715 INFO:teuthology.orchestra.run.trial157.stdout:Package python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:32:55.717 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:56 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:55.733 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:55.733 INFO:teuthology.orchestra.run.trial157.stdout:Nothing to do. 2026-02-21T11:32:55.733 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout: Package Architecture Version Repository Size 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout: rbd-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 84 k 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout:Install 1 Package 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 84 k 2026-02-21T11:32:55.734 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 209 k 2026-02-21T11:32:55.735 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:55.755 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install rbd-fuse 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout: Package Arch Version Repo Size 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout: rbd-mirror x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.9 M 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:55.800 INFO:teuthology.orchestra.run.trial040.stdout:Install 1 Package 2026-02-21T11:32:55.801 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:55.801 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 2.9 M 2026-02-21T11:32:55.801 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 11 M 2026-02-21T11:32:55.801 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:55.810 INFO:teuthology.orchestra.run.trial057.stdout:rbd-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-21T11:32:55.811 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:55.811 INFO:teuthology.orchestra.run.trial057.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-21T11:32:55.811 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:55.816 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:55.816 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:55.847 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:55.847 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:55.902 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:55.919 INFO:teuthology.orchestra.run.trial057.stdout: Installing : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:55.949 INFO:teuthology.orchestra.run.trial040.stdout:rbd-mirror-20.3.0-5397.gf7273f30.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-21T11:32:55.949 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:55.950 INFO:teuthology.orchestra.run.trial040.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-21T11:32:55.950 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:55.954 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:55.954 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:55.994 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:55.994 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:56.000 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.059 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.059 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:56.059 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:56.059 INFO:teuthology.orchestra.run.trial057.stdout: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:56.059 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:56.059 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:56.064 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:56 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:56.089 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install rbd-mirror 2026-02-21T11:32:56.147 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:56.147 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout: Package Architecture Version Repository Size 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout: rbd-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 84 k 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 84 k 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 209 k 2026-02-21T11:32:56.148 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:56.177 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:56.179 INFO:teuthology.orchestra.run.trial040.stdout: Installing : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.202 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.202 INFO:teuthology.orchestra.run.trial040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:56.202 INFO:teuthology.orchestra.run.trial040.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T11:32:56.202 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:32:56.202 INFO:teuthology.orchestra.run.trial040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:32:56.202 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:56.224 INFO:teuthology.orchestra.run.trial157.stdout:rbd-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-21T11:32:56.224 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:56.225 INFO:teuthology.orchestra.run.trial157.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-21T11:32:56.225 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:56.228 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:56.228 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:56.259 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:56.260 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:56.313 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:56.330 INFO:teuthology.orchestra.run.trial157.stdout: Installing : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.399 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:56.409 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.467 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.467 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:56.468 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:56.468 INFO:teuthology.orchestra.run.trial157.stdout: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:56.468 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:56.468 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:56.482 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:56.483 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:56.483 INFO:teuthology.orchestra.run.trial057.stdout: Package Arch Version Repo Size 2026-02-21T11:32:56.483 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:56.483 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:56.483 INFO:teuthology.orchestra.run.trial057.stdout: rbd-mirror x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.9 M 2026-02-21T11:32:56.484 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:56.484 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:56.484 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:56.484 INFO:teuthology.orchestra.run.trial057.stdout:Install 1 Package 2026-02-21T11:32:56.484 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:56.484 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 2.9 M 2026-02-21T11:32:56.484 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 11 M 2026-02-21T11:32:56.484 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:56.495 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install rbd-mirror 2026-02-21T11:32:56.520 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.520 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:56.520 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:56.520 INFO:teuthology.orchestra.run.trial040.stdout: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:56.520 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:56.520 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:56.547 DEBUG:teuthology.orchestra.run.trial040:> sudo yum -y install rbd-nbd 2026-02-21T11:32:56.631 INFO:teuthology.orchestra.run.trial057.stdout:rbd-mirror-20.3.0-5397.gf7273f30.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-21T11:32:56.632 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:56.632 INFO:teuthology.orchestra.run.trial057.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-21T11:32:56.633 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:56.637 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:56.637 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:56.677 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:56.677 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:56.808 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:56 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:56.858 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:56.859 INFO:teuthology.orchestra.run.trial057.stdout: Installing : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.862 INFO:teuthology.orchestra.run.trial040.stdout:Last metadata expiration check: 0:00:57 ago on Sat 21 Feb 2026 11:31:59 AM UTC. 2026-02-21T11:32:56.884 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:56.884 INFO:teuthology.orchestra.run.trial057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:56.884 INFO:teuthology.orchestra.run.trial057.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T11:32:56.884 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:32:56.884 INFO:teuthology.orchestra.run.trial057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:32:56.884 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:56.893 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:56.893 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:56.893 INFO:teuthology.orchestra.run.trial157.stdout: Package Arch Version Repo Size 2026-02-21T11:32:56.893 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout: rbd-mirror x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.9 M 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 2.9 M 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 11 M 2026-02-21T11:32:56.894 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:56.945 INFO:teuthology.orchestra.run.trial040.stdout:Dependencies resolved. 2026-02-21T11:32:56.946 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:56.946 INFO:teuthology.orchestra.run.trial040.stdout: Package Architecture Version Repository Size 2026-02-21T11:32:56.946 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:56.946 INFO:teuthology.orchestra.run.trial040.stdout:Installing: 2026-02-21T11:32:56.946 INFO:teuthology.orchestra.run.trial040.stdout: rbd-nbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 172 k 2026-02-21T11:32:56.946 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:56.946 INFO:teuthology.orchestra.run.trial040.stdout:Transaction Summary 2026-02-21T11:32:56.946 INFO:teuthology.orchestra.run.trial040.stdout:================================================================================ 2026-02-21T11:32:56.946 INFO:teuthology.orchestra.run.trial040.stdout:Install 1 Package 2026-02-21T11:32:56.947 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:56.947 INFO:teuthology.orchestra.run.trial040.stdout:Total download size: 172 k 2026-02-21T11:32:56.947 INFO:teuthology.orchestra.run.trial040.stdout:Installed size: 462 k 2026-02-21T11:32:56.947 INFO:teuthology.orchestra.run.trial040.stdout:Downloading Packages: 2026-02-21T11:32:57.040 INFO:teuthology.orchestra.run.trial040.stdout:rbd-nbd-20.3.0-5397.gf7273f30.el9.x86_64.rpm 1.8 MB/s | 172 kB 00:00 2026-02-21T11:32:57.040 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:57.040 INFO:teuthology.orchestra.run.trial040.stdout:Total 1.8 MB/s | 172 kB 00:00 2026-02-21T11:32:57.040 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction check 2026-02-21T11:32:57.041 INFO:teuthology.orchestra.run.trial157.stdout:rbd-mirror-20.3.0-5397.gf7273f30.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-21T11:32:57.041 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:57.041 INFO:teuthology.orchestra.run.trial157.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-21T11:32:57.041 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:57.044 INFO:teuthology.orchestra.run.trial040.stdout:Transaction check succeeded. 2026-02-21T11:32:57.044 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction test 2026-02-21T11:32:57.046 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:57.046 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:57.075 INFO:teuthology.orchestra.run.trial040.stdout:Transaction test succeeded. 2026-02-21T11:32:57.075 INFO:teuthology.orchestra.run.trial040.stdout:Running transaction 2026-02-21T11:32:57.085 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:57.085 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:57.131 INFO:teuthology.orchestra.run.trial040.stdout: Preparing : 1/1 2026-02-21T11:32:57.148 INFO:teuthology.orchestra.run.trial040.stdout: Installing : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.196 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.196 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:57.196 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:57.196 INFO:teuthology.orchestra.run.trial057.stdout: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:57.196 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:57.196 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:57.223 DEBUG:teuthology.orchestra.run.trial057:> sudo yum -y install rbd-nbd 2026-02-21T11:32:57.227 INFO:teuthology.orchestra.run.trial040.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.263 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:57.265 INFO:teuthology.orchestra.run.trial157.stdout: Installing : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.285 INFO:teuthology.orchestra.run.trial040.stdout: Verifying : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.285 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:57.285 INFO:teuthology.orchestra.run.trial040.stdout:Installed: 2026-02-21T11:32:57.285 INFO:teuthology.orchestra.run.trial040.stdout: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:57.285 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:32:57.285 INFO:teuthology.orchestra.run.trial040.stdout:Complete! 2026-02-21T11:32:57.287 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.287 INFO:teuthology.orchestra.run.trial157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:32:57.287 INFO:teuthology.orchestra.run.trial157.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T11:32:57.287 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:32:57.287 INFO:teuthology.orchestra.run.trial157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:32:57.287 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:57.317 DEBUG:teuthology.parallel:result is None 2026-02-21T11:32:57.539 INFO:teuthology.orchestra.run.trial057.stdout:Last metadata expiration check: 0:00:56 ago on Sat 21 Feb 2026 11:32:01 AM UTC. 2026-02-21T11:32:57.610 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.610 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:57.610 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:57.610 INFO:teuthology.orchestra.run.trial157.stdout: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:57.610 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:57.610 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:57.623 INFO:teuthology.orchestra.run.trial057.stdout:Dependencies resolved. 2026-02-21T11:32:57.623 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:57.623 INFO:teuthology.orchestra.run.trial057.stdout: Package Architecture Version Repository Size 2026-02-21T11:32:57.623 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:57.623 INFO:teuthology.orchestra.run.trial057.stdout:Installing: 2026-02-21T11:32:57.623 INFO:teuthology.orchestra.run.trial057.stdout: rbd-nbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 172 k 2026-02-21T11:32:57.624 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:57.624 INFO:teuthology.orchestra.run.trial057.stdout:Transaction Summary 2026-02-21T11:32:57.624 INFO:teuthology.orchestra.run.trial057.stdout:================================================================================ 2026-02-21T11:32:57.624 INFO:teuthology.orchestra.run.trial057.stdout:Install 1 Package 2026-02-21T11:32:57.624 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:57.624 INFO:teuthology.orchestra.run.trial057.stdout:Total download size: 172 k 2026-02-21T11:32:57.624 INFO:teuthology.orchestra.run.trial057.stdout:Installed size: 462 k 2026-02-21T11:32:57.624 INFO:teuthology.orchestra.run.trial057.stdout:Downloading Packages: 2026-02-21T11:32:57.641 DEBUG:teuthology.orchestra.run.trial157:> sudo yum -y install rbd-nbd 2026-02-21T11:32:57.709 INFO:teuthology.orchestra.run.trial057.stdout:rbd-nbd-20.3.0-5397.gf7273f30.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-21T11:32:57.710 INFO:teuthology.orchestra.run.trial057.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:57.710 INFO:teuthology.orchestra.run.trial057.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-21T11:32:57.710 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction check 2026-02-21T11:32:57.714 INFO:teuthology.orchestra.run.trial057.stdout:Transaction check succeeded. 2026-02-21T11:32:57.714 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction test 2026-02-21T11:32:57.746 INFO:teuthology.orchestra.run.trial057.stdout:Transaction test succeeded. 2026-02-21T11:32:57.746 INFO:teuthology.orchestra.run.trial057.stdout:Running transaction 2026-02-21T11:32:57.802 INFO:teuthology.orchestra.run.trial057.stdout: Preparing : 1/1 2026-02-21T11:32:57.819 INFO:teuthology.orchestra.run.trial057.stdout: Installing : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.901 INFO:teuthology.orchestra.run.trial057.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.950 INFO:teuthology.orchestra.run.trial157.stdout:Last metadata expiration check: 0:00:57 ago on Sat 21 Feb 2026 11:32:00 AM UTC. 2026-02-21T11:32:57.959 INFO:teuthology.orchestra.run.trial057.stdout: Verifying : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:57.959 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:57.959 INFO:teuthology.orchestra.run.trial057.stdout:Installed: 2026-02-21T11:32:57.959 INFO:teuthology.orchestra.run.trial057.stdout: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:57.959 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:32:57.959 INFO:teuthology.orchestra.run.trial057.stdout:Complete! 2026-02-21T11:32:57.988 DEBUG:teuthology.parallel:result is None 2026-02-21T11:32:58.034 INFO:teuthology.orchestra.run.trial157.stdout:Dependencies resolved. 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout: Package Architecture Version Repository Size 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout:Installing: 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout: rbd-nbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 172 k 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout:Transaction Summary 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout:================================================================================ 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout:Install 1 Package 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout:Total download size: 172 k 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout:Installed size: 462 k 2026-02-21T11:32:58.035 INFO:teuthology.orchestra.run.trial157.stdout:Downloading Packages: 2026-02-21T11:32:58.122 INFO:teuthology.orchestra.run.trial157.stdout:rbd-nbd-20.3.0-5397.gf7273f30.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-21T11:32:58.122 INFO:teuthology.orchestra.run.trial157.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:32:58.122 INFO:teuthology.orchestra.run.trial157.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-21T11:32:58.122 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction check 2026-02-21T11:32:58.127 INFO:teuthology.orchestra.run.trial157.stdout:Transaction check succeeded. 2026-02-21T11:32:58.127 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction test 2026-02-21T11:32:58.159 INFO:teuthology.orchestra.run.trial157.stdout:Transaction test succeeded. 2026-02-21T11:32:58.159 INFO:teuthology.orchestra.run.trial157.stdout:Running transaction 2026-02-21T11:32:58.215 INFO:teuthology.orchestra.run.trial157.stdout: Preparing : 1/1 2026-02-21T11:32:58.231 INFO:teuthology.orchestra.run.trial157.stdout: Installing : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:58.312 INFO:teuthology.orchestra.run.trial157.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:58.371 INFO:teuthology.orchestra.run.trial157.stdout: Verifying : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:32:58.371 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:58.371 INFO:teuthology.orchestra.run.trial157.stdout:Installed: 2026-02-21T11:32:58.371 INFO:teuthology.orchestra.run.trial157.stdout: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:32:58.371 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:32:58.371 INFO:teuthology.orchestra.run.trial157.stdout:Complete! 2026-02-21T11:32:58.402 DEBUG:teuthology.parallel:result is None 2026-02-21T11:32:58.403 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:32:58.546 DEBUG:teuthology.orchestra.run.trial040:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T11:32:58.567 INFO:teuthology.orchestra.run.trial040.stdout:20.3.0-5397.gf7273f30.el9 2026-02-21T11:32:58.567 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5397.gf7273f30.el9 2026-02-21T11:32:58.568 INFO:teuthology.task.install:The correct ceph version 20.3.0-5397.gf7273f30 is installed. 2026-02-21T11:32:58.570 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:32:58.720 DEBUG:teuthology.orchestra.run.trial057:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T11:32:58.742 INFO:teuthology.orchestra.run.trial057.stdout:20.3.0-5397.gf7273f30.el9 2026-02-21T11:32:58.742 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5397.gf7273f30.el9 2026-02-21T11:32:58.742 INFO:teuthology.task.install:The correct ceph version 20.3.0-5397.gf7273f30 is installed. 2026-02-21T11:32:58.744 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:32:58.890 DEBUG:teuthology.orchestra.run.trial157:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T11:32:58.911 INFO:teuthology.orchestra.run.trial157.stdout:20.3.0-5397.gf7273f30.el9 2026-02-21T11:32:58.911 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5397.gf7273f30.el9 2026-02-21T11:32:58.911 INFO:teuthology.task.install:The correct ceph version 20.3.0-5397.gf7273f30 is installed. 2026-02-21T11:32:58.913 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-21T11:32:58.913 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:32:58.913 DEBUG:teuthology.orchestra.run.trial040:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T11:32:58.940 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:32:58.940 DEBUG:teuthology.orchestra.run.trial057:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T11:32:58.967 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:32:58.967 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T11:32:58.995 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-21T11:32:58.995 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:32:58.995 DEBUG:teuthology.orchestra.run.trial040:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T11:32:59.019 DEBUG:teuthology.orchestra.run.trial040:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T11:32:59.082 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:32:59.082 DEBUG:teuthology.orchestra.run.trial057:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T11:32:59.107 DEBUG:teuthology.orchestra.run.trial057:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T11:32:59.171 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:32:59.171 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T11:32:59.196 DEBUG:teuthology.orchestra.run.trial157:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T11:32:59.259 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-21T11:32:59.260 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:32:59.260 DEBUG:teuthology.orchestra.run.trial040:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T11:32:59.285 DEBUG:teuthology.orchestra.run.trial040:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T11:32:59.349 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:32:59.350 DEBUG:teuthology.orchestra.run.trial057:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T11:32:59.374 DEBUG:teuthology.orchestra.run.trial057:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T11:32:59.439 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:32:59.440 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T11:32:59.464 DEBUG:teuthology.orchestra.run.trial157:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T11:32:59.528 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-21T11:32:59.529 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:32:59.529 DEBUG:teuthology.orchestra.run.trial040:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T11:32:59.555 DEBUG:teuthology.orchestra.run.trial040:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T11:32:59.619 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:32:59.619 DEBUG:teuthology.orchestra.run.trial057:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T11:32:59.645 DEBUG:teuthology.orchestra.run.trial057:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T11:32:59.708 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:32:59.709 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T11:32:59.734 DEBUG:teuthology.orchestra.run.trial157:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T11:32:59.798 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-21T11:32:59.882 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': 'f7273f3049146bdd7fa7b4a400114872a50228e9'} 2026-02-21T11:32:59.882 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:32:59.883 INFO:tasks.cephadm:Cluster fsid is 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:32:59.883 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-21T11:32:59.883 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.40', 'mon.b': '10.20.193.57', 'mon.c': '10.20.193.157'} 2026-02-21T11:32:59.884 INFO:tasks.cephadm:First mon is mon.a on trial040 2026-02-21T11:32:59.884 INFO:tasks.cephadm:First mgr is a 2026-02-21T11:32:59.884 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-21T11:32:59.884 DEBUG:teuthology.orchestra.run.trial040:> sudo hostname $(hostname -s) 2026-02-21T11:32:59.910 DEBUG:teuthology.orchestra.run.trial057:> sudo hostname $(hostname -s) 2026-02-21T11:32:59.935 DEBUG:teuthology.orchestra.run.trial157:> sudo hostname $(hostname -s) 2026-02-21T11:32:59.961 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-21T11:32:59.961 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:33:00.095 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/', 'ref': 'wip-bharath21-testing-2026-02-20-1039', 'sha1': 'f7273f3049146bdd7fa7b4a400114872a50228e9', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-20 20:59:54.720257', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.3.0-5397-gf7273f30', 'package_manager_version': '20.3.0-5397.gf7273f30', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3127/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-21T11:33:00.241 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-bharath21-testing-2026-02-20-1039, sha1 f7273f3049146bdd7fa7b4a400114872a50228e9 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:33:00.244 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/x86_64/flavors/default/cephadm 2026-02-21T11:33:00.244 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/x86_64/flavors/default/cephadm 2026-02-21T11:33:00.244 DEBUG:teuthology.orchestra.run.trial040:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T11:33:00.561 INFO:teuthology.orchestra.run.trial040.stdout:-rw-r--r--. 1 ubuntu ubuntu 1073912 Feb 21 11:33 /home/ubuntu/cephtest/cephadm 2026-02-21T11:33:00.561 DEBUG:teuthology.orchestra.run.trial057:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T11:33:00.871 INFO:teuthology.orchestra.run.trial057.stdout:-rw-r--r--. 1 ubuntu ubuntu 1073912 Feb 21 11:33 /home/ubuntu/cephtest/cephadm 2026-02-21T11:33:00.872 DEBUG:teuthology.orchestra.run.trial157:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T11:33:01.189 INFO:teuthology.orchestra.run.trial157.stdout:-rw-r--r--. 1 ubuntu ubuntu 1073912 Feb 21 11:33 /home/ubuntu/cephtest/cephadm 2026-02-21T11:33:01.190 DEBUG:teuthology.orchestra.run.trial040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T11:33:01.209 DEBUG:teuthology.orchestra.run.trial057:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T11:33:01.227 DEBUG:teuthology.orchestra.run.trial157:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T11:33:01.252 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 on all hosts... 2026-02-21T11:33:01.252 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 pull 2026-02-21T11:33:01.254 DEBUG:teuthology.orchestra.run.trial057:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 pull 2026-02-21T11:33:01.269 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 pull 2026-02-21T11:33:01.498 INFO:teuthology.orchestra.run.trial040.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9... 2026-02-21T11:33:01.507 INFO:teuthology.orchestra.run.trial057.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9... 2026-02-21T11:33:01.531 INFO:teuthology.orchestra.run.trial157.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9... 2026-02-21T11:33:11.313 INFO:teuthology.orchestra.run.trial057.stdout:{ 2026-02-21T11:33:11.313 INFO:teuthology.orchestra.run.trial057.stdout: "ceph_version": "ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev)", 2026-02-21T11:33:11.313 INFO:teuthology.orchestra.run.trial057.stdout: "image_id": "77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82", 2026-02-21T11:33:11.313 INFO:teuthology.orchestra.run.trial057.stdout: "repo_digests": [ 2026-02-21T11:33:11.313 INFO:teuthology.orchestra.run.trial057.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa" 2026-02-21T11:33:11.313 INFO:teuthology.orchestra.run.trial057.stdout: ] 2026-02-21T11:33:11.314 INFO:teuthology.orchestra.run.trial057.stdout:} 2026-02-21T11:33:11.318 INFO:teuthology.orchestra.run.trial157.stdout:{ 2026-02-21T11:33:11.318 INFO:teuthology.orchestra.run.trial157.stdout: "ceph_version": "ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev)", 2026-02-21T11:33:11.318 INFO:teuthology.orchestra.run.trial157.stdout: "image_id": "77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82", 2026-02-21T11:33:11.318 INFO:teuthology.orchestra.run.trial157.stdout: "repo_digests": [ 2026-02-21T11:33:11.319 INFO:teuthology.orchestra.run.trial157.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa" 2026-02-21T11:33:11.319 INFO:teuthology.orchestra.run.trial157.stdout: ] 2026-02-21T11:33:11.319 INFO:teuthology.orchestra.run.trial157.stdout:} 2026-02-21T11:33:11.345 INFO:teuthology.orchestra.run.trial040.stdout:{ 2026-02-21T11:33:11.346 INFO:teuthology.orchestra.run.trial040.stdout: "ceph_version": "ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev)", 2026-02-21T11:33:11.346 INFO:teuthology.orchestra.run.trial040.stdout: "image_id": "77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82", 2026-02-21T11:33:11.346 INFO:teuthology.orchestra.run.trial040.stdout: "repo_digests": [ 2026-02-21T11:33:11.346 INFO:teuthology.orchestra.run.trial040.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa" 2026-02-21T11:33:11.346 INFO:teuthology.orchestra.run.trial040.stdout: ] 2026-02-21T11:33:11.346 INFO:teuthology.orchestra.run.trial040.stdout:} 2026-02-21T11:33:11.362 DEBUG:teuthology.orchestra.run.trial040:> sudo mkdir -p /etc/ceph 2026-02-21T11:33:11.426 DEBUG:teuthology.orchestra.run.trial057:> sudo mkdir -p /etc/ceph 2026-02-21T11:33:11.455 DEBUG:teuthology.orchestra.run.trial157:> sudo mkdir -p /etc/ceph 2026-02-21T11:33:11.484 DEBUG:teuthology.orchestra.run.trial040:> sudo chmod 777 /etc/ceph 2026-02-21T11:33:11.509 DEBUG:teuthology.orchestra.run.trial057:> sudo chmod 777 /etc/ceph 2026-02-21T11:33:11.533 DEBUG:teuthology.orchestra.run.trial157:> sudo chmod 777 /etc/ceph 2026-02-21T11:33:11.557 INFO:tasks.cephadm:Writing seed config... 2026-02-21T11:33:11.558 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-21T11:33:11.558 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-21T11:33:11.558 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-21T11:33:11.558 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-21T11:33:11.558 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-21T11:33:11.559 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-21T11:33:11.559 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-21T11:33:11.559 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-21T11:33:11.559 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-21T11:33:11.559 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:33:11.559 DEBUG:teuthology.orchestra.run.trial040:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-21T11:33:11.576 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 = 135f8644-0f19-11f1-bb8f-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-21T11:33:11.576 DEBUG:teuthology.orchestra.run.trial040:mon.a> sudo journalctl -f -n 0 -u ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mon.a.service 2026-02-21T11:33:11.619 DEBUG:teuthology.orchestra.run.trial040:mgr.a> sudo journalctl -f -n 0 -u ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mgr.a.service 2026-02-21T11:33:11.662 INFO:tasks.cephadm:Bootstrapping... 2026-02-21T11:33:11.662 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 -v bootstrap --fsid 135f8644-0f19-11f1-bb8f-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.40 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:33:11.801 INFO:teuthology.orchestra.run.trial040.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:33:11.802 INFO:teuthology.orchestra.run.trial040.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9', '-v', 'bootstrap', '--fsid', '135f8644-0f19-11f1-bb8f-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.40', '--skip-admin-label'] 2026-02-21T11:33:11.802 INFO:teuthology.orchestra.run.trial040.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-21T11:33:11.802 INFO:teuthology.orchestra.run.trial040.stdout:Verifying podman|docker is present... 2026-02-21T11:33:11.817 INFO:teuthology.orchestra.run.trial040.stdout:/bin/podman: stdout 5.6.0 2026-02-21T11:33:11.817 INFO:teuthology.orchestra.run.trial040.stdout:Verifying lvm2 is present... 2026-02-21T11:33:11.818 INFO:teuthology.orchestra.run.trial040.stdout:Verifying time synchronization is in place... 2026-02-21T11:33:11.824 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T11:33:11.825 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T11:33:11.830 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T11:33:11.830 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout inactive 2026-02-21T11:33:11.836 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout enabled 2026-02-21T11:33:11.841 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout active 2026-02-21T11:33:11.842 INFO:teuthology.orchestra.run.trial040.stdout:Unit chronyd.service is enabled and running 2026-02-21T11:33:11.842 INFO:teuthology.orchestra.run.trial040.stdout:Repeating the final host check... 2026-02-21T11:33:11.857 INFO:teuthology.orchestra.run.trial040.stdout:/bin/podman: stdout 5.6.0 2026-02-21T11:33:11.857 INFO:teuthology.orchestra.run.trial040.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-21T11:33:11.858 INFO:teuthology.orchestra.run.trial040.stdout:systemctl is present 2026-02-21T11:33:11.858 INFO:teuthology.orchestra.run.trial040.stdout:lvcreate is present 2026-02-21T11:33:11.862 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T11:33:11.863 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T11:33:11.868 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T11:33:11.868 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout inactive 2026-02-21T11:33:11.874 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout enabled 2026-02-21T11:33:11.880 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout active 2026-02-21T11:33:11.880 INFO:teuthology.orchestra.run.trial040.stdout:Unit chronyd.service is enabled and running 2026-02-21T11:33:11.880 INFO:teuthology.orchestra.run.trial040.stdout:Host looks OK 2026-02-21T11:33:11.880 INFO:teuthology.orchestra.run.trial040.stdout:Cluster fsid: 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:11.880 INFO:teuthology.orchestra.run.trial040.stdout:Acquiring lock 140698699247184 on /run/cephadm/135f8644-0f19-11f1-bb8f-d404e6e7d460.lock 2026-02-21T11:33:11.880 INFO:teuthology.orchestra.run.trial040.stdout:Lock 140698699247184 acquired on /run/cephadm/135f8644-0f19-11f1-bb8f-d404e6e7d460.lock 2026-02-21T11:33:11.881 INFO:teuthology.orchestra.run.trial040.stdout:Verifying IP 10.20.193.40 port 3300 ... 2026-02-21T11:33:11.881 INFO:teuthology.orchestra.run.trial040.stdout:Verifying IP 10.20.193.40 port 6789 ... 2026-02-21T11:33:11.881 INFO:teuthology.orchestra.run.trial040.stdout:Base mon IP(s) is [10.20.193.40:3300, 10.20.193.40:6789], mon addrv is [v2:10.20.193.40:3300,v1:10.20.193.40:6789] 2026-02-21T11:33:11.884 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.40 metric 102 2026-02-21T11:33:11.885 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.40 metric 102 2026-02-21T11:33:11.885 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-21T11:33:11.887 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-21T11:33:11.887 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-21T11:33:11.888 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-21T11:33:11.890 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-21T11:33:11.890 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout inet6 fe80::61b1:ae5:52c4:80e4/64 scope link noprefixroute 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:5e28/64 scope link 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:Mon IP `10.20.193.40` is in CIDR network `10.20.192.0/20` 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:Mon IP `10.20.193.40` is in CIDR network `10.20.192.0/20` 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-21T11:33:11.891 INFO:teuthology.orchestra.run.trial040.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-21T11:33:11.892 INFO:teuthology.orchestra.run.trial040.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9... 2026-02-21T11:33:12.157 INFO:teuthology.orchestra.run.trial040.stdout:/bin/podman: stdout 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 2026-02-21T11:33:12.157 INFO:teuthology.orchestra.run.trial040.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9... 2026-02-21T11:33:12.158 INFO:teuthology.orchestra.run.trial040.stdout:/bin/podman: stderr Getting image source signatures 2026-02-21T11:33:12.158 INFO:teuthology.orchestra.run.trial040.stdout:/bin/podman: stderr Copying blob sha256:7057b5e4c9220b1c781a2c07e16d871255920816513e8b46755174ba89764224 2026-02-21T11:33:12.158 INFO:teuthology.orchestra.run.trial040.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-21T11:33:12.158 INFO:teuthology.orchestra.run.trial040.stdout:/bin/podman: stderr Copying config sha256:77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 2026-02-21T11:33:12.158 INFO:teuthology.orchestra.run.trial040.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-21T11:33:12.411 INFO:teuthology.orchestra.run.trial040.stdout:ceph: stdout ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev) 2026-02-21T11:33:12.411 INFO:teuthology.orchestra.run.trial040.stdout:Ceph version: ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev) 2026-02-21T11:33:12.411 INFO:teuthology.orchestra.run.trial040.stdout:Extracting ceph user uid/gid from container image... 2026-02-21T11:33:12.680 INFO:teuthology.orchestra.run.trial040.stdout:stat: stdout 167 167 2026-02-21T11:33:12.680 INFO:teuthology.orchestra.run.trial040.stdout:Creating initial keys... 2026-02-21T11:33:12.935 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph-authtool: stdout AQD4l5lpkNNDMRAAe8TXAwSNy/hw/qPtF0MQkA== 2026-02-21T11:33:13.198 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph-authtool: stdout AQD5l5lpb1BYBBAAOaHkq74rtD+Gat1Y6S4Bag== 2026-02-21T11:33:13.463 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph-authtool: stdout AQD5l5lphyosFRAAkx+KdZbt0/ENPdDcjyuOYg== 2026-02-21T11:33:13.463 INFO:teuthology.orchestra.run.trial040.stdout:Creating initial monmap... 2026-02-21T11:33:13.737 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T11:33:13.737 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-21T11:33:13.738 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:13.738 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T11:33:13.738 INFO:teuthology.orchestra.run.trial040.stdout:monmaptool for a [v2:10.20.193.40:3300,v1:10.20.193.40:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T11:33:13.738 INFO:teuthology.orchestra.run.trial040.stdout:setting min_mon_release = tentacle 2026-02-21T11:33:13.738 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/monmaptool: set fsid to 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:13.738 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T11:33:13.738 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:13.738 INFO:teuthology.orchestra.run.trial040.stdout:Creating mon... 2026-02-21T11:33:13.998 INFO:teuthology.orchestra.run.trial040.stdout:create mon.a on 2026-02-21T11:33:14.158 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-21T11:33:14.256 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-21T11:33:14.359 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460.target → /etc/systemd/system/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460.target. 2026-02-21T11:33:14.359 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460.target → /etc/systemd/system/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460.target. 2026-02-21T11:33:14.478 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mon.a 2026-02-21T11:33:14.478 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Failed to reset failed state of unit ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mon.a.service: Unit ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mon.a.service not loaded. 2026-02-21T11:33:14.597 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460.target.wants/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@.service. 2026-02-21T11:33:14.764 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T11:33:14.764 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout disabled 2026-02-21T11:33:14.770 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T11:33:14.770 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout inactive 2026-02-21T11:33:14.770 INFO:teuthology.orchestra.run.trial040.stdout:firewalld.service is not enabled 2026-02-21T11:33:14.770 INFO:teuthology.orchestra.run.trial040.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T11:33:14.770 INFO:teuthology.orchestra.run.trial040.stdout:Waiting for mon to start... 2026-02-21T11:33:14.771 INFO:teuthology.orchestra.run.trial040.stdout:Waiting for mon... 2026-02-21T11:33:15.054 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout cluster: 2026-02-21T11:33:15.054 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout id: 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:15.054 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-21T11:33:15.054 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:15.054 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout services: 2026-02-21T11:33:15.054 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.152889s) [leader: a] 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout data: 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout pgs: 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:mon is available 2026-02-21T11:33:15.055 INFO:teuthology.orchestra.run.trial040.stdout:Assimilating anything we can from ceph.conf... 2026-02-21T11:33:15.332 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:15.332 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T11:33:15.332 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout fsid = 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:15.332 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T11:33:15.332 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.40:3300,v1:10.20.193.40:6789] 2026-02-21T11:33:15.332 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T11:33:15.332 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T11:33:15.332 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T11:33:15.333 INFO:teuthology.orchestra.run.trial040.stdout:Generating new minimal ceph.conf... 2026-02-21T11:33:15.603 INFO:teuthology.orchestra.run.trial040.stdout:Restarting the monitor... 2026-02-21T11:33:15.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:15 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mon-a[39188]: 2026-02-21T11:33:15.688+0000 7f494ca93640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-21T11:33:16.168 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:15 trial040 podman[39583]: 2026-02-21 11:33:15.921709526 +0000 UTC m=+0.248062085 container died 6027876042ac4c97e570430fa00d6b195c456fca5606d64e02bd19267b7b84b7 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T11:33:16.168 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 podman[39583]: 2026-02-21 11:33:16.032277596 +0000 UTC m=+0.358630145 container remove 6027876042ac4c97e570430fa00d6b195c456fca5606d64e02bd19267b7b84b7 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, ceph=True, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3) 2026-02-21T11:33:16.168 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 bash[39583]: ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mon-a 2026-02-21T11:33:16.168 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 systemd[1]: ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-21T11:33:16.169 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 systemd[1]: Stopped Ceph mon.a for 135f8644-0f19-11f1-bb8f-d404e6e7d460. 2026-02-21T11:33:16.169 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 systemd[1]: Starting Ceph mon.a for 135f8644-0f19-11f1-bb8f-d404e6e7d460... 2026-02-21T11:33:16.214 INFO:teuthology.orchestra.run.trial040.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-21T11:33:16.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 podman[39722]: 2026-02-21 11:33:16.176062925 +0000 UTC m=+0.016448042 container create 8f0ac44c0de6c8888c4b9de4ad6495e02defe0a04f152596d5d6d8705ca423f0 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9) 2026-02-21T11:33:16.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 podman[39722]: 2026-02-21 11:33:16.213400496 +0000 UTC m=+0.053785603 container init 8f0ac44c0de6c8888c4b9de4ad6495e02defe0a04f152596d5d6d8705ca423f0 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T11:33:16.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 podman[39722]: 2026-02-21 11:33:16.217369879 +0000 UTC m=+0.057754996 container start 8f0ac44c0de6c8888c4b9de4ad6495e02defe0a04f152596d5d6d8705ca423f0 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T11:33:16.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 bash[39722]: 8f0ac44c0de6c8888c4b9de4ad6495e02defe0a04f152596d5d6d8705ca423f0 2026-02-21T11:33:16.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 podman[39722]: 2026-02-21 11:33:16.170047953 +0000 UTC m=+0.010433070 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:33:16.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 systemd[1]: Started Ceph mon.a for 135f8644-0f19-11f1-bb8f-d404e6e7d460. 2026-02-21T11:33:16.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T11:33:16.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: pidfile_write: ignore empty --pid-file 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: load: jerasure load: lrc 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: RocksDB version: 7.9.2 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Git sha 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Compile date 2026-02-20 20:32:24 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: DB SUMMARY 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: DB Session ID: 9U2A4DDDCPHSFX219B6M 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: CURRENT file: CURRENT 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 77219 ; 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.error_if_exists: 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.create_if_missing: 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.paranoid_checks: 1 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.env: 0xed6d60 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.info_log: 0x1962e00 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.statistics: (nil) 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.use_fsync: 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_log_file_size: 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.allow_fallocate: 1 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T11:33:16.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.use_direct_reads: 0 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.db_log_dir: 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.wal_dir: 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.write_buffer_manager: 0x195e140 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T11:33:16.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.unordered_write: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.row_cache: None 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.wal_filter: None 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.two_write_queues: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.wal_compression: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.atomic_flush: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.log_readahead_size: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T11:33:16.472 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_background_jobs: 2 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_background_compactions: -1 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_subcompactions: 1 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_open_files: -1 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_background_flushes: -1 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Compression algorithms supported: 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: kZSTD supported: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: kXpressCompression supported: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: kBZip2Compression supported: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: kLZ4Compression supported: 1 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: kZlibCompression supported: 1 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: kSnappyCompression supported: 1 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T11:33:16.473 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.merge_operator: 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_filter: None 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x1963540) 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: cache_index_and_filter_blocks: 1 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: pin_top_level_index_and_filter: 1 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: index_type: 0 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: data_block_index_type: 0 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: index_shortening: 1 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: checksum: 4 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: no_block_cache: 0 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: block_cache: 0x1931a50 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: block_cache_name: BinnedLRUCache 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: block_cache_options: 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: capacity : 536870912 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: num_shard_bits : 4 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: strict_capacity_limit : 0 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: high_pri_pool_ratio: 0.000 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: block_cache_compressed: (nil) 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: persistent_cache: (nil) 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: block_size: 4096 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: block_size_deviation: 10 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: block_restart_interval: 16 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: index_block_restart_interval: 1 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: metadata_block_size: 4096 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: partition_filters: 0 2026-02-21T11:33:16.474 INFO:journalctl@ceph.mon.a.trial040.stdout: use_delta_encoding: 1 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: filter_policy: bloomfilter 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: whole_key_filtering: 1 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: verify_compression: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: read_amp_bytes_per_bit: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: format_version: 5 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: enable_index_compression: 1 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: block_align: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: max_auto_readahead_size: 262144 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: prepopulate_block_cache: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: initial_auto_readahead_size: 8192 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression: NoCompression 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.num_levels: 7 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T11:33:16.475 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T11:33:16.476 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.inplace_update_support: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.bloom_locality: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.max_successive_merges: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.ttl: 2592000 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.enable_blob_files: false 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.min_blob_size: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: 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-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 730369d2-195e-47f3-8c4d-b6090d9b17f8 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771673596235351, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-21T11:33:16.477 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771673596236190, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 74311, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 72586, "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": 67000, "raw_average_value_size": 335, "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": 1771673596, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "730369d2-195e-47f3-8c4d-b6090d9b17f8", "db_session_id": "9U2A4DDDCPHSFX219B6M", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771673596236272, "job": 1, "event": "recovery_finished"} 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: 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-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x197ee00 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: DB pointer 0x2770000 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: ** DB Stats ** 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.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-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.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-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: ** Compaction Stats [default] ** 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.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-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: L0 2/0 74.44 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: Sum 2/0 74.44 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.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 117.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: ** Compaction Stats [default] ** 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.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-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.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 117.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-21T11:33:16.478 INFO:journalctl@ceph.mon.a.trial040.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: Cumulative compaction: 0.00 GB write, 21.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: Interval compaction: 0.00 GB write, 21.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.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-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: Block cache BinnedLRUCache@0x1931a50#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.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-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: starting mon.a rank 0 at public addrs [v2:10.20.193.40:3300/0,v1:10.20.193.40:6789/0] at bind addrs [v2:10.20.193.40:3300/0,v1:10.20.193.40:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mon.a@-1(???) e1 preinit fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mon.a@-1(???).mds e1 new map 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mon.a@-1(???).mds e1 print_map 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: e1 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: btime 2026-02-21T11:33:14:787753+0000 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.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-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: legacy client fscid: -1 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout: No filesystems configured 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: monmap epoch 1 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: last_changed 2026-02-21T11:33:13.616012+0000 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: created 2026-02-21T11:33:13.616012+0000 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: min_mon_release 20 (tentacle) 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: election_strategy: 1 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: 0: [v2:10.20.193.40:3300/0,v1:10.20.193.40:6789/0] mon.a 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: fsmap 2026-02-21T11:33:16.479 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: osdmap e1: 0 total, 0 up, 0 in 2026-02-21T11:33:16.480 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:16 trial040 ceph-mon[39772]: mgrmap e1: no daemons active 2026-02-21T11:33:16.499 INFO:teuthology.orchestra.run.trial040.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-21T11:33:16.500 INFO:teuthology.orchestra.run.trial040.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:33:16.500 INFO:teuthology.orchestra.run.trial040.stdout:Creating mgr... 2026-02-21T11:33:16.500 INFO:teuthology.orchestra.run.trial040.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-21T11:33:16.500 INFO:teuthology.orchestra.run.trial040.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-21T11:33:16.632 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mgr.a 2026-02-21T11:33:16.632 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Failed to reset failed state of unit ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mgr.a.service: Unit ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mgr.a.service not loaded. 2026-02-21T11:33:16.739 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460.target.wants/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@.service. 2026-02-21T11:33:16.900 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T11:33:16.900 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout disabled 2026-02-21T11:33:16.906 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T11:33:16.906 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout inactive 2026-02-21T11:33:16.906 INFO:teuthology.orchestra.run.trial040.stdout:firewalld.service is not enabled 2026-02-21T11:33:16.906 INFO:teuthology.orchestra.run.trial040.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T11:33:16.913 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T11:33:16.913 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout disabled 2026-02-21T11:33:16.919 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T11:33:16.919 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout inactive 2026-02-21T11:33:16.919 INFO:teuthology.orchestra.run.trial040.stdout:firewalld.service is not enabled 2026-02-21T11:33:16.919 INFO:teuthology.orchestra.run.trial040.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-21T11:33:16.919 INFO:teuthology.orchestra.run.trial040.stdout:Waiting for mgr to start... 2026-02-21T11:33:16.919 INFO:teuthology.orchestra.run.trial040.stdout:Waiting for mgr... 2026-02-21T11:33:17.207 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:17.207 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:33:17.207 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "fsid": "135f8644-0f19-11f1-bb8f-d404e6e7d460", 2026-02-21T11:33:17.207 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T11:33:17.207 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T11:33:17.207 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T11:33:17.207 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 0 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:17.208 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T11:33:17.209 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T11:33:14:787753+0000", 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T11:33:17.210 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T11:33:17.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:17.212 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T11:33:14.788172+0000", 2026-02-21T11:33:17.212 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:33:17.212 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:17.212 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T11:33:17.212 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:33:17.212 INFO:teuthology.orchestra.run.trial040.stdout:mgr not available, waiting (1/15)... 2026-02-21T11:33:17.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:17 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3483834731' entity='client.admin' 2026-02-21T11:33:17.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:17 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3449664459' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T11:33:18.219 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:17 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: from numpy import show_config as show_numpy_config 2026-02-21T11:33:19.481 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:19.481 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:33:19.481 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "fsid": "135f8644-0f19-11f1-bb8f-d404e6e7d460", 2026-02-21T11:33:19.481 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T11:33:19.481 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T11:33:19.481 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T11:33:19.481 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T11:33:19.481 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 0 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:19.482 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T11:33:19.483 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T11:33:19.484 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T11:33:19.484 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T11:33:19.484 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T11:33:19.484 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:19.484 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T11:33:19.484 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:19.484 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T11:33:14:787753+0000", 2026-02-21T11:33:19.484 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T11:33:19.484 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T11:33:19.484 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:19 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3028033053' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T11:33:19.486 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:19.486 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T11:33:19.486 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T11:33:19.486 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T11:33:19.486 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T11:33:19.486 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T11:33:19.486 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T11:33:19.486 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T11:33:14.788172+0000", 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:33:19.487 INFO:teuthology.orchestra.run.trial040.stdout:mgr not available, waiting (2/15)... 2026-02-21T11:33:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: Activating manager daemon a 2026-02-21T11:33:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: mgrmap e2: a(active, starting, since 0.00266832s) 2026-02-21T11:33:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:33:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:33:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:33:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:33:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:33:20.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: Manager daemon a is now available 2026-02-21T11:33:20.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:33:20.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:33:20.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' 2026-02-21T11:33:20.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' 2026-02-21T11:33:20.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:20 trial040 ceph-mon[39772]: from='mgr.14100 10.20.193.40:0/1162355709' entity='mgr.a' 2026-02-21T11:33:21.759 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:21 trial040 ceph-mon[39772]: mgrmap e3: a(active, since 1.00573s) 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "fsid": "135f8644-0f19-11f1-bb8f-d404e6e7d460", 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 0 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:33:21.879 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T11:33:21.880 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T11:33:14:787753+0000", 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:33:21.881 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:33:21.882 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:21.882 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T11:33:21.882 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:33:21.882 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T11:33:14.788172+0000", 2026-02-21T11:33:21.882 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:33:21.882 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:33:21.882 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T11:33:21.882 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:33:21.882 INFO:teuthology.orchestra.run.trial040.stdout:mgr is available 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout fsid = 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.40:3300,v1:10.20.193.40:6789] 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T11:33:22.225 INFO:teuthology.orchestra.run.trial040.stdout:Enabling cephadm module... 2026-02-21T11:33:22.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:22 trial040 ceph-mon[39772]: mgrmap e4: a(active, since 2s) 2026-02-21T11:33:22.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:22 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1182396053' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T11:33:22.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:22 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/4157228193' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-21T11:33:22.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:22 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/4157228193' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-21T11:33:22.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:22 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/622064141' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-21T11:33:23.468 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:23 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ignoring --setuser ceph since I am not root 2026-02-21T11:33:23.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:23 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ignoring --setgroup ceph since I am not root 2026-02-21T11:33:23.611 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:33:23.612 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-21T11:33:23.612 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T11:33:23.612 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T11:33:23.612 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T11:33:23.612 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:33:23.612 INFO:teuthology.orchestra.run.trial040.stdout:Waiting for the mgr to restart... 2026-02-21T11:33:23.612 INFO:teuthology.orchestra.run.trial040.stdout:Waiting for mgr epoch 5... 2026-02-21T11:33:24.468 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:24 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/622064141' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-21T11:33:24.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:24 trial040 ceph-mon[39772]: mgrmap e5: a(active, since 3s) 2026-02-21T11:33:24.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:24 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/856194222' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T11:33:24.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:24 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: /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-21T11:33:24.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:24 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: 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-21T11:33:24.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:24 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: from numpy import show_config as show_numpy_config 2026-02-21T11:33:26.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: Active manager daemon a restarted 2026-02-21T11:33:26.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: Activating manager daemon a 2026-02-21T11:33:26.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: osdmap e2: 0 total, 0 up, 0 in 2026-02-21T11:33:26.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: mgrmap e6: a(active, starting, since 0.00270762s) 2026-02-21T11:33:26.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:33:26.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:33:26.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:33:26.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:33:26.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:33:26.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:25 trial040 ceph-mon[39772]: Manager daemon a is now available 2026-02-21T11:33:27.011 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:33:27.011 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-21T11:33:27.011 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T11:33:27.012 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:33:27.012 INFO:teuthology.orchestra.run.trial040.stdout:mgr epoch 5 is available 2026-02-21T11:33:27.012 INFO:teuthology.orchestra.run.trial040.stdout:Verifying orchestrator module is enabled... 2026-02-21T11:33:27.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:27.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:27.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: Found migration_current of "None". Setting to last migration. 2026-02-21T11:33:27.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:27.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:26] ENGINE Bus STARTING 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: mgrmap e7: a(active, since 1.00468s) 2026-02-21T11:33:27.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T11:33:27.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:26] ENGINE Serving on https://10.20.193.40:7150 2026-02-21T11:33:27.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:26] ENGINE Client ('10.20.193.40', 37914) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T11:33:27.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:27] ENGINE Serving on http://10.20.193.40:8765 2026-02-21T11:33:27.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:27] ENGINE Bus STARTED 2026-02-21T11:33:27.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:27 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:33:28.298 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-21T11:33:28.299 INFO:teuthology.orchestra.run.trial040.stdout:Setting orchestrator backend to cephadm... 2026-02-21T11:33:28.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:28 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/807526894' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-21T11:33:29.133 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-21T11:33:29.133 INFO:teuthology.orchestra.run.trial040.stdout:Generating ssh key... 2026-02-21T11:33:29.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/807526894' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-21T11:33:29.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-mon[39772]: mgrmap e8: a(active, since 2s) 2026-02-21T11:33:29.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-mon[39772]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:29.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:29.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:33:29.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-mon[39772]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:29.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: Generating public/private ed25519 key pair. 2026-02-21T11:33:29.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: Your identification has been saved in /tmp/tmp_sp9fuwh/key 2026-02-21T11:33:29.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: Your public key has been saved in /tmp/tmp_sp9fuwh/key.pub 2026-02-21T11:33:29.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: The key fingerprint is: 2026-02-21T11:33:29.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: SHA256:EiPRdLjIA660NequFFO8NndaxQMulsCUDJjPli+pi00 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:29.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: The key's randomart image is: 2026-02-21T11:33:29.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: +--[ED25519 256]--+ 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: |.o=ooo.o. | 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: |o o+..=.o | 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: | + *.=oo + | 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: | .Bo*.oo. . | 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: |.=+*.o.oS | 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: |.o* + +. | 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: |.oE. . | 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: |++ | 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: |*o. | 2026-02-21T11:33:29.471 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:29 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: +----[SHA256]-----+ 2026-02-21T11:33:29.875 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIwk4/Z0oURcVQ3g1DjNjm8XwO8L0UXO9FM3S+eMutWH ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:29.875 INFO:teuthology.orchestra.run.trial040.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-21T11:33:29.875 INFO:teuthology.orchestra.run.trial040.stdout:Adding key to root@localhost authorized_keys... 2026-02-21T11:33:29.876 INFO:teuthology.orchestra.run.trial040.stdout:Adding host trial040... 2026-02-21T11:33:30.653 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:30 trial040 ceph-mon[39772]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:30.653 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:30 trial040 ceph-mon[39772]: Generating ssh key... 2026-02-21T11:33:30.653 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:30 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:30.653 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:30 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:30.653 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:30 trial040 ceph-mon[39772]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:30.653 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:30 trial040 ceph-mon[39772]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial040", "addr": "10.20.193.40", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:31.715 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:31 trial040 ceph-mon[39772]: Deploying cephadm binary to trial040 2026-02-21T11:33:31.842 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout Added host 'trial040' with addr '10.20.193.40' 2026-02-21T11:33:31.843 INFO:teuthology.orchestra.run.trial040.stdout:Deploying unmanaged mon service... 2026-02-21T11:33:32.211 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-21T11:33:32.211 INFO:teuthology.orchestra.run.trial040.stdout:Deploying unmanaged mgr service... 2026-02-21T11:33:32.578 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-21T11:33:32.942 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:32 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:32.942 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:32 trial040 ceph-mon[39772]: Added host trial040 2026-02-21T11:33:32.942 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:32 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:33:32.942 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:32 trial040 ceph-mon[39772]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:32.942 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:32 trial040 ceph-mon[39772]: Saving service mon spec with placement count:5 2026-02-21T11:33:32.942 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:32 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:32.942 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:32 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:32.942 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:32 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:32.942 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:32 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:33.305 INFO:teuthology.orchestra.run.trial040.stdout:Enabling the dashboard module... 2026-02-21T11:33:34.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:33 trial040 ceph-mon[39772]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:34.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:33 trial040 ceph-mon[39772]: Saving service mgr spec with placement count:2 2026-02-21T11:33:34.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:33 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/919183907' entity='client.admin' 2026-02-21T11:33:34.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:33 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:34.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:33 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3338431581' entity='client.admin' 2026-02-21T11:33:34.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:33 trial040 ceph-mon[39772]: from='mgr.14118 10.20.193.40:0/3141961352' entity='mgr.a' 2026-02-21T11:33:34.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:33 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1604798361' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-21T11:33:34.689 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:34 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ignoring --setuser ceph since I am not root 2026-02-21T11:33:34.689 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:34 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ignoring --setgroup ceph since I am not root 2026-02-21T11:33:35.089 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:33:35.089 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-21T11:33:35.089 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T11:33:35.090 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T11:33:35.090 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T11:33:35.090 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:33:35.090 INFO:teuthology.orchestra.run.trial040.stdout:Waiting for the mgr to restart... 2026-02-21T11:33:35.090 INFO:teuthology.orchestra.run.trial040.stdout:Waiting for mgr epoch 9... 2026-02-21T11:33:35.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:35 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1604798361' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-21T11:33:35.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:35 trial040 ceph-mon[39772]: mgrmap e9: a(active, since 8s) 2026-02-21T11:33:35.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:35 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/789792106' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T11:33:35.719 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:35 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: /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-21T11:33:35.720 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:35 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: 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-21T11:33:35.720 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:33:35 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: from numpy import show_config as show_numpy_config 2026-02-21T11:33:37.687 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: Active manager daemon a restarted 2026-02-21T11:33:37.687 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: Activating manager daemon a 2026-02-21T11:33:37.687 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: osdmap e3: 0 total, 0 up, 0 in 2026-02-21T11:33:37.687 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: mgrmap e10: a(active, starting, since 0.00292284s) 2026-02-21T11:33:37.687 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:33:37.688 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:33:37.688 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:33:37.688 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:33:37.688 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:33:37.688 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:37 trial040 ceph-mon[39772]: Manager daemon a is now available 2026-02-21T11:33:38.321 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:33:38.322 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-21T11:33:38.322 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T11:33:38.322 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:33:38.322 INFO:teuthology.orchestra.run.trial040.stdout:mgr epoch 9 is available 2026-02-21T11:33:38.322 INFO:teuthology.orchestra.run.trial040.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-21T11:33:38.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:33:38.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:33:38.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:33:38.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:38.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:38.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:38 trial040 ceph-mon[39772]: mgrmap e11: a(active, since 1.00432s) 2026-02-21T11:33:39.323 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUP0JS4k7svWMO/Aj8Y9VBh+c7TuIwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LTEzNWY4NjQ0LTBmMTktMTFmMS1i\nYjhmLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjExMTMzMzlaFw0yOTAyMjAxMTMzMzla\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My40MDCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBALObrhwnd/pKgKWkESCxryY19lMsxCUAYcg1IVz+NuHvklj7HhTx\nAa6m2CZEB86V3gc8bjqkt6ZTUHgsvWYFXczGFTO0rPcOzAtLXjYTP2ONKvsQQhHN\nfNvZiMNFpQOJ8nLqF2fobXayu7qZM2hjHr7rQnFIY2/VbtObVKtVkhxewexgN4UT\niWZ9BJggLYO3MWqaq1QjFVBEmlzVhFUtgeJKK2Y3qaOzZkv9iiBpq2iv1bsCcjB2\nmro+xaluujmMY1g/6z6o60xSgUKS5fvlU1/svvRtyjTbGU1QTHzH6/qUbNZgKXKo\nTH9stig5kQWPEkfIZ5gaIFNOoDto3l1CQPLkQGPZLVtyFqa8LJoV5HoDfia/AdnN\n868KkTMPo9NsTAicGii/kWQ/Wt69WVZ+CVlRaHZXfL9erbSBFIRUcsilq4FWqFU0\ncI1KEDsS7NK9eab+Tb9M+KziByqky4GuQmqwTAH0yb4crbBJxL9n2tvN9oElxovh\n9Beg2LTNRGHwVG+F461T4qeODqNE+tEBkXj2zygrA8gIqr3SpMblUKRiUbB1FBNi\ngl8wCHv7d5DZbntlrQ5HUpfrNjMHDH7yq1vw5+y2RJZexOF35TrelA+0ZNjxFZJq\nS3dQBYAYIqTj0nAq5Y6r95TnCJnD4M88hQNfl2qN66NXkpMR0vC0G6KXAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDQwghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nKDAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBGtRq17zva/GINouyE\n0xNqPtbsEycthhfWBBAXZeF/dgR2IrQCrYolDeaPfTOO4j1FYPENIUSSeUhtGjLj\n9+d+K47vt7GNZQ3ycSFIMNjNUOuQcqR+30m4a2ikTBjpBBTUg3FzuHYohkyNtbgo\nXwLoF7L6qvMvaa4opHdx4EDZvVDrjDAksZhps2bFTfL/Ungy4a2AomPhdM0yp5mL\n4IuLu7o5c2hXzowTG8fQOzW/7J3RtTbjYOOKJkqrDBypwppH+02NUQ0vN4h333ek\nK6cZTa/cVbkASh0tw9gDjovLTQiam+6zGvF9p5AI6RdiWG7Y4rc9znZ6889JjDvI\n6SAopvpBqxWYQNpoY8VeZ43mGptSquviosEb/AWOqN5aSeIZ0NiwQt4VByYLzaEf\ni4EurRV4iiQ9yssEMOXmq80dupDQLYJWL4MoC+huE293+lWsda+kZlXHUh146JtP\nUrSjHnMvLG6Acav6gQWXFN2FRiMmdJXqmRBexjQWIdQW4iMcJDenJokwdl/0vXqh\n2lHUmTNfDGvu/Etr9KCzWcWSOyY+fdcKfj6YIQf8qijddOpGOJHtzf+ErBAQ/3LP\nPpvmQrrD2QQJhR1mzoirp2TfYd0c5ode4JA1wv0jSU4lqQ7pHU0fUziFdpRbA9RA\nGS064Ulo/Yhlka9L2G89Td0yxQ==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEAs5uuHCd3+kqApaQRILGvJjX2UyzEJQBhyDUhXP424e+SWPse\nFPEBrqbYJkQHzpXeBzxuOqS3plNQeCy9ZgVdzMYVM7Ss9w7MC0teNhM/Y40q+xBC\nEc1829mIw0WlA4nycuoXZ+htdrK7upkzaGMevutCcUhjb9Vu05tUq1WSHF7B7GA3\nhROJZn0EmCAtg7cxapqrVCMVUESaXNWEVS2B4korZjepo7NmS/2KIGmraK/VuwJy\nMHaauj7FqW66OYxjWD/rPqjrTFKBQpLl++VTX+y+9G3KNNsZTVBMfMfr+pRs1mAp\ncqhMf2y2KDmRBY8SR8hnmBogU06gO2jeXUJA8uRAY9ktW3IWprwsmhXkegN+Jr8B\n2c3zrwqRMw+j02xMCJwaKL+RZD9a3r1ZVn4JWVFodld8v16ttIEUhFRyyKWrgVao\nVTRwjUoQOxLs0r15pv5Nv0z4rOIHKqTLga5CarBMAfTJvhytsEnEv2fa2832gSXG\ni+H0F6DYtM1EYfBUb4XjrVPip44Oo0T60QGRePbPKCsDyAiqvdKkxuVQpGJRsHUU\nE2KCXzAIe/t3kNlue2WtDkdSl+s2MwcMfvKrW/Dn7LZEll7E4XflOt6UD7Rk2PEV\nkmpLd1AFgBgipOPScCrljqv3lOcImcPgzzyFA1+Xao3ro1eSkxHS8LQbopcCAwEA\nAQKCAgAVk+r/e+honAHHpKXgISizNQFybark7R5SQLvQ4cOzMiaJZSXwiyHSGz5V\nno+3jH6/rM1rYzWjGFhPD8TzWEq0GsoaS6cKCW+PHc9kPLy9V4zl28asP90zxnct\nSpUwDycfEiucsqpP+9oc6WHpNRtRAY+ab4FuwpwNdRhfeyjSGro+jTKuXLIBq5xd\nMGR3cg9QSOOzeIGLgqpu48IBv7Vee92p6p8JSTjNgVjSWw+aRKGvVXRliSI+pOL3\nX5Ok7U5UIF3BSeb25OSdnGtf72WsXRN15yjHX9ky1iZSSWx6ztEikiv4l+qU1nkt\n7PiUy+L818FGX0Ep8QTEDm3Ek3yc3ijQ84JKXnQ3J/a3oUyilVcQLmU6NDZAGUIY\nL+ZRksm5TtLap8gb52eSDvalzoK4PIV7mF3kmfQPUyzvXEcgdR6fPGmrPvI6y9sw\nM6W4y0lkF7Ghmm9hNkXNS4G0K2Cx5inVm3Ol1bh17sx+zt4IF7nRfC4JqwJXvNVQ\nXoAGAPWN1QE+UTJTumy5k6rYRPe9zJuQWMg6t31zYTUMomTAdEDoxkOQmBs6w8Ck\nmXJoDYdxkbJjiLcX/PC5Ulm5knCzy0GXVBw6ztSGTPwnS2SrpEdSrV9ORu6Fz+JK\nmRqemqU5J9Yjw0HIYfGW/shMgSPz+VYOhc5YbL2zsRZG4qXvpQKCAQEA35M41hxH\n0bHpD+Po7S2HAp4v4X6uSD7UlqSga52FvDs8Ocj3JUShX6yvczXnqN8mPhHVFfSW\nDOKt4ODRcaBDzhUAWuFmbd2Sz2Wrjf7DS2YGZYIZqNNBOEMIllIDoQ7vbKV9QfY8\nxjQjvsZuAs3rHR77+aniiJbqCiMxIHq1eZ19H41ibaeT3BGl9cQHh+OJfNwHiQjM\nxpBtaS4wp+jJggUwgbFF11MpbrNB/l4b/ILQQ19mBPRulAitMr4cATzP/Aybv0qp\nyLtaa1TSpR5+LuG7ZbTkybLItL2+osLnnyYUJrE60NFin3WElvJxqPFtVq3qGafP\nWYd4E8xb7c6arQKCAQEAzagTceZGmcpYD30aDJCmwjL44evH7vjxrxPJYOH8bnVt\nLl7d27GEN/UEmPIqTdLsbkX2bn/Sk6lVCs6tG5vSjyTSqGn4O8nSZxffCbQv5PnA\nALQQi6W3brABLLqg8+z/hSSAdl/HMty6dfFftJXXnTCic4t1V1kGRf20lQ5Tv96a\nydxBrvwM/To61GT5syoALWImAKi4hA1gskfrAY0GCds4PDThnZfYOpjs/gahfZ8t\nAdK2vaxqmGTvQQQDUEyT/SKiHQxlFN0wtR5rdUUnXVNrKmN4NxQMivzDL2WA+ntN\nVZgLkHJOtLFfIg/UWkFnI9lc9ARrBIacz9L7bJV+0wKCAQEAo2Tc7N3OPxpe0hYm\nbPAQ84DYTVxf0rzYcR/vfbapvl8sLK8KsFnv9hQmRXTn0SsEr+goattNri0cFnU3\nnGscIsiGceS5DyIX4SrUrfm6kKgHlLf4OMHrsEqNRA68SEC6ChUH7eUflVsVpJ8w\nVyxW3/l8/YGC5YAlmzMM/EexySeoAh86CBmonfTn7S1Os6k/GdlUSHn97kAvNedj\n99LRMgzI3n/IIw3MAfNQD66HlYuk2RgnXwekqNuOeL8niGABQJuWV78hRmpmMnrT\nV4lpfqnKYxJJAn9+31isshbvYAhcQcrUyTe9c/xW4lpdZrLKzcZciFNz3mJ7Bz0b\nEjkkIQKCAQAGXFt1m2S1nv+IQxtKJjMyMHdoLW26o3J+MsN4vqSbGgCtfXupLt1j\nCa4BuQO78nkjlABiPIvby1H5CplqEDC8AqyNTvHBj6V1UNSyLSOKFntsyiT03MRG\npST0KDWQNdVVXeKnRqEXnqIZwcRvBm9ryjRMFJUlhXhfM9ChB5dpiM4KzkgtzFfu\ngR2OsizS8MqenLmGLbG/S9agzP6kxqLYLTKZEh2kTSz/6vjxhmz6QLEYrFbAmROW\n8RBBV4lus1+kZazT7y01Lv4xq+Yw81mbVlgrMHZoZbNZnSXAUohhtuyWaCR7bD2o\n8w95MzojLICvKCrq1TQmKK+y8dia7CjHAoIBAQCr1aFQy7Dg1dyf31heoAl4CrUu\nEpzQDXyUUysbB02zNtNErajcdehaddjpQJDX2StYjb3OPUtyreygl5kGgRj9IvCI\nygrvmRrmms5aySuYfghxvT64ya8P+3X2Qu7+KloKG+Zztx1L7DlCj3x7cHeNK5YM\nNPAI+X8qz1Tl3FU6rAXM54m7KT2dhBVkBnYlsVtLnms//SOETbgKt8gW83SWpOiv\ncl1rstt6GOqmuGl9A5/Peu1/yqHVw+uf/VoV4vsSj3BN2CfMWXjAhTIht0S63TN4\ngeMPhydOlg/9ORwnJM5eoFfdYK4j9ExDgvAfCIGUGfz1UwjfYcPPr5K6ihFA\n-----END RSA PRIVATE KEY-----\n"} 2026-02-21T11:33:39.468 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:39 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:37] ENGINE Bus STARTING 2026-02-21T11:33:39.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:39 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:37] ENGINE Serving on http://10.20.193.40:8765 2026-02-21T11:33:39.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:39 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:37] ENGINE Serving on https://10.20.193.40:7150 2026-02-21T11:33:39.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:39 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:37] ENGINE Bus STARTED 2026-02-21T11:33:39.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:39 trial040 ceph-mon[39772]: [21/Feb/2026:11:33:37] ENGINE Client ('10.20.193.40', 37634) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T11:33:39.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:39 trial040 ceph-mon[39772]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T11:33:39.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:39 trial040 ceph-mon[39772]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T11:33:39.683 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-21T11:33:40.043 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-21T11:33:40.044 INFO:teuthology.orchestra.run.trial040.stdout:Creating initial admin user... 2026-02-21T11:33:40.597 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:40 trial040 ceph-mon[39772]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:40.597 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:40 trial040 ceph-mon[39772]: mgrmap e12: a(active, since 2s) 2026-02-21T11:33:40.597 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:40 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:40.597 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:40 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:40.602 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$QIPq0n3CUwPH3PWYAypDMuctANQpG0co54A2DuFzqEySR1HEEbaQq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771673620, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-21T11:33:40.602 INFO:teuthology.orchestra.run.trial040.stdout:Fetching dashboard port number... 2026-02-21T11:33:40.961 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stdout 8443 2026-02-21T11:33:40.969 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T11:33:40.970 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout disabled 2026-02-21T11:33:40.975 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T11:33:40.976 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout inactive 2026-02-21T11:33:40.976 INFO:teuthology.orchestra.run.trial040.stdout:firewalld.service is not enabled 2026-02-21T11:33:40.976 INFO:teuthology.orchestra.run.trial040.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-21T11:33:40.976 INFO:teuthology.orchestra.run.trial040.stdout:Ceph Dashboard is now available at: 2026-02-21T11:33:40.976 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:40.977 INFO:teuthology.orchestra.run.trial040.stdout: URL: https://trial040:8443/ 2026-02-21T11:33:40.977 INFO:teuthology.orchestra.run.trial040.stdout: User: admin 2026-02-21T11:33:40.977 INFO:teuthology.orchestra.run.trial040.stdout: Password: dm26bdow6a 2026-02-21T11:33:40.977 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:40.977 INFO:teuthology.orchestra.run.trial040.stdout:Saving cluster configuration to /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config directory 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout:Or, if you are only running a single cluster on this host: 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout: ceph telemetry on 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:41.385 INFO:teuthology.orchestra.run.trial040.stdout:For more information see: 2026-02-21T11:33:41.386 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:41.386 INFO:teuthology.orchestra.run.trial040.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-21T11:33:41.386 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:41.386 INFO:teuthology.orchestra.run.trial040.stdout:Bootstrap complete. 2026-02-21T11:33:41.393 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout static 2026-02-21T11:33:41.399 INFO:teuthology.orchestra.run.trial040.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-21T11:33:41.399 INFO:teuthology.orchestra.run.trial040.stdout:systemctl: stdout inactive 2026-02-21T11:33:41.399 INFO:teuthology.orchestra.run.trial040.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-21T11:33:41.535 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:41 trial040 ceph-mon[39772]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:41.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:41 trial040 ceph-mon[39772]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:41.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:41 trial040 ceph-mon[39772]: 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-21T11:33:41.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:41 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:41.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:41 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/199444121' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-21T11:33:41.548 INFO:tasks.cephadm:Fetching config... 2026-02-21T11:33:41.548 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:33:41.548 DEBUG:teuthology.orchestra.run.trial040:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-21T11:33:41.566 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-21T11:33:41.566 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:33:41.566 DEBUG:teuthology.orchestra.run.trial040:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-21T11:33:41.624 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-21T11:33:41.624 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:33:41.624 DEBUG:teuthology.orchestra.run.trial040:> sudo dd if=/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-21T11:33:41.691 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-21T11:33:41.691 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:33:41.691 DEBUG:teuthology.orchestra.run.trial040:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-21T11:33:41.747 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-21T11:33:41.748 DEBUG:teuthology.orchestra.run.trial040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIwk4/Z0oURcVQ3g1DjNjm8XwO8L0UXO9FM3S+eMutWH ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T11:33:41.820 INFO:teuthology.orchestra.run.trial040.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIwk4/Z0oURcVQ3g1DjNjm8XwO8L0UXO9FM3S+eMutWH ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:41.830 DEBUG:teuthology.orchestra.run.trial057:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIwk4/Z0oURcVQ3g1DjNjm8XwO8L0UXO9FM3S+eMutWH ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T11:33:41.868 INFO:teuthology.orchestra.run.trial057.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIwk4/Z0oURcVQ3g1DjNjm8XwO8L0UXO9FM3S+eMutWH ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:41.878 DEBUG:teuthology.orchestra.run.trial157:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIwk4/Z0oURcVQ3g1DjNjm8XwO8L0UXO9FM3S+eMutWH ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T11:33:41.914 INFO:teuthology.orchestra.run.trial157.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIwk4/Z0oURcVQ3g1DjNjm8XwO8L0UXO9FM3S+eMutWH ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:41.925 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-21T11:33:42.041 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:33:42.348 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:42 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1409623655' entity='client.admin' 2026-02-21T11:33:42.429 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-21T11:33:42.429 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-21T11:33:42.554 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:33:42.995 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial057 2026-02-21T11:33:42.995 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:33:42.995 DEBUG:teuthology.orchestra.run.trial057:> dd of=/etc/ceph/ceph.conf 2026-02-21T11:33:43.012 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:33:43.012 DEBUG:teuthology.orchestra.run.trial057:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:33:43.068 INFO:tasks.cephadm:Adding host trial057 to orchestrator... 2026-02-21T11:33:43.068 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch host add trial057 2026-02-21T11:33:43.186 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:33:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:43 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1847889345' entity='client.admin' 2026-02-21T11:33:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial057", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial040", "name": "osd_memory_target"} : dispatch 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: mgrmap e13: a(active, since 6s) 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:33:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:44 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:45.030 INFO:teuthology.orchestra.run.trial040.stdout:Added host 'trial057' with addr '10.20.193.57' 2026-02-21T11:33:45.177 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-21T11:33:45.296 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:33:45.529 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:45.529 INFO:teuthology.orchestra.run.trial040.stdout:[{"addr": "10.20.193.40", "hostname": "trial040", "labels": [], "status": ""}, {"addr": "10.20.193.57", "hostname": "trial057", "labels": [], "status": ""}] 2026-02-21T11:33:45.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:45 trial040 ceph-mon[39772]: Updating trial040:/etc/ceph/ceph.conf 2026-02-21T11:33:45.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:45 trial040 ceph-mon[39772]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:33:45.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:45 trial040 ceph-mon[39772]: Updating trial040:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:33:45.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:45 trial040 ceph-mon[39772]: Deploying cephadm binary to trial057 2026-02-21T11:33:45.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:45 trial040 ceph-mon[39772]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:33:45.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:45 trial040 ceph-mon[39772]: Certificate for "cephadm-signed_agent_cert (trial040)" is still valid for 1824 days. 2026-02-21T11:33:45.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:45 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:45.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:45 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:33:45.536 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:45 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:45.669 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial157 2026-02-21T11:33:45.669 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:33:45.669 DEBUG:teuthology.orchestra.run.trial157:> dd of=/etc/ceph/ceph.conf 2026-02-21T11:33:45.686 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:33:45.686 DEBUG:teuthology.orchestra.run.trial157:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:33:45.743 INFO:tasks.cephadm:Adding host trial157 to orchestrator... 2026-02-21T11:33:45.743 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch host add trial157 2026-02-21T11:33:45.863 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:33:46.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:46 trial040 ceph-mon[39772]: Added host trial057 2026-02-21T11:33:46.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:46 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:46.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:46 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:47.635 INFO:teuthology.orchestra.run.trial040.stdout:Added host 'trial157' with addr '10.20.193.157' 2026-02-21T11:33:47.638 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:47 trial040 ceph-mon[39772]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:33:47.638 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:47 trial040 ceph-mon[39772]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial157", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:47.780 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-21T11:33:47.896 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:33:48.137 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:33:48.137 INFO:teuthology.orchestra.run.trial040.stdout:[{"addr": "10.20.193.40", "hostname": "trial040", "labels": [], "status": ""}, {"addr": "10.20.193.57", "hostname": "trial057", "labels": [], "status": ""}, {"addr": "10.20.193.157", "hostname": "trial157", "labels": [], "status": ""}] 2026-02-21T11:33:48.278 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-21T11:33:48.279 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd crush tunables default 2026-02-21T11:33:48.396 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:33:48.512 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: Deploying cephadm binary to trial157 2026-02-21T11:33:48.512 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:48.512 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:48.512 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:48.512 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:48.513 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial057", "name": "osd_memory_target"} : dispatch 2026-02-21T11:33:48.513 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:33:48.513 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:33:48.513 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:48.513 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:48.513 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:48.513 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:48.513 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:33:48.513 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:49.366 INFO:teuthology.orchestra.run.trial040.stderr:adjusted tunables profile to default 2026-02-21T11:33:49.510 INFO:tasks.cephadm:Adding mon.a on trial040 2026-02-21T11:33:49.511 INFO:tasks.cephadm:Adding mon.b on trial057 2026-02-21T11:33:49.511 INFO:tasks.cephadm:Adding mon.c on trial157 2026-02-21T11:33:49.511 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch apply mon '3;trial040:10.20.193.40=a;trial057:10.20.193.57=b;trial157:10.20.193.157=c' 2026-02-21T11:33:49.629 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-21T11:33:49.629 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-21T11:33:49.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:49 trial040 ceph-mon[39772]: Updating trial057:/etc/ceph/ceph.conf 2026-02-21T11:33:49.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:49 trial040 ceph-mon[39772]: Added host trial157 2026-02-21T11:33:49.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:49 trial040 ceph-mon[39772]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:33:49.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:49 trial040 ceph-mon[39772]: Updating trial057:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:33:49.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:49 trial040 ceph-mon[39772]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:33:49.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:49 trial040 ceph-mon[39772]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:33:49.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:49.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:49 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3708595689' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-21T11:33:49.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:49.888 INFO:teuthology.orchestra.run.trial157.stdout:Scheduled mon update... 2026-02-21T11:33:50.035 DEBUG:teuthology.orchestra.run.trial057:mon.b> sudo journalctl -f -n 0 -u ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mon.b.service 2026-02-21T11:33:50.039 DEBUG:teuthology.orchestra.run.trial157:mon.c> sudo journalctl -f -n 0 -u ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mon.c.service 2026-02-21T11:33:50.041 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T11:33:50.042 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T11:33:50.198 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-21T11:33:50.198 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-21T11:33:50.483 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:33:50.483 INFO:teuthology.orchestra.run.trial157.stdout:{"epoch":1,"fsid":"135f8644-0f19-11f1-bb8f-d404e6e7d460","modified":"2026-02-21T11:33:13.616012Z","created":"2026-02-21T11:33:13.616012Z","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.40:3300","nonce":0},{"type":"v1","addr":"10.20.193.40:6789","nonce":0}]},"addr":"10.20.193.40:6789/0","public_addr":"10.20.193.40:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T11:33:13:616028+0000","crush_location":[]}],"quorum":[0]} 2026-02-21T11:33:50.483 INFO:teuthology.orchestra.run.trial157.stderr:dumped monmap epoch 1 2026-02-21T11:33:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3708595689' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-21T11:33:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:33:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:50.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:50.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:50.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:50.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:50.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial157", "name": "osd_memory_target"} : dispatch 2026-02-21T11:33:50.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:33:50.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:33:51.623 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T11:33:51.623 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T11:33:51.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial040:10.20.193.40=a;trial057:10.20.193.57=b;trial157:10.20.193.157=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:33:51.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: Saving service mon spec with placement trial040:10.20.193.40=a;trial057:10.20.193.57=b;trial157:10.20.193.157=c;count:3 2026-02-21T11:33:51.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: Updating trial157:/etc/ceph/ceph.conf 2026-02-21T11:33:51.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:33:51.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: Updating trial157:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:33:51.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: from='client.? 10.20.193.157:0/2015835602' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:33:51.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:51.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:51.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:51.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:33:51.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:51 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:33:51.750 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.c/config 2026-02-21T11:33:52.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:52 trial157 ceph-mon[43406]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-21T11:33:57.122 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:33:57.122 INFO:teuthology.orchestra.run.trial157.stdout:{"epoch":2,"fsid":"135f8644-0f19-11f1-bb8f-d404e6e7d460","modified":"2026-02-21T11:33:52.123609Z","created":"2026-02-21T11:33:13.616012Z","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.40:3300","nonce":0},{"type":"v1","addr":"10.20.193.40:6789","nonce":0}]},"addr":"10.20.193.40:6789/0","public_addr":"10.20.193.40:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T11:33:13:616028+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:3300","nonce":0},{"type":"v1","addr":"10.20.193.157:6789","nonce":0}]},"addr":"10.20.193.157:6789/0","public_addr":"10.20.193.157:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T11:33:52:123608+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-21T11:33:57.123 INFO:teuthology.orchestra.run.trial157.stderr:dumped monmap epoch 2 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: mon.a calling monitor election 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='client.? 10.20.193.157:0/1283244696' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: mon.c calling monitor election 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: monmap epoch 2 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: last_changed 2026-02-21T11:33:52.123609+0000 2026-02-21T11:33:57.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: created 2026-02-21T11:33:13.616012+0000 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: min_mon_release 20 (tentacle) 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: election_strategy: 1 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: 0: [v2:10.20.193.40:3300/0,v1:10.20.193.40:6789/0] mon.a 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: 1: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.c 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: fsmap 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: mgrmap e13: a(active, since 19s) 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: overall HEALTH_OK 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:33:57.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:57 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:33:57.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:33:57.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: mon.a calling monitor election 2026-02-21T11:33:57.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='client.? 10.20.193.157:0/1283244696' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:33:57.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: mon.c calling monitor election 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: monmap epoch 2 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: last_changed 2026-02-21T11:33:52.123609+0000 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: created 2026-02-21T11:33:13.616012+0000 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: min_mon_release 20 (tentacle) 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: election_strategy: 1 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: 0: [v2:10.20.193.40:3300/0,v1:10.20.193.40:6789/0] mon.a 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: 1: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.c 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: fsmap 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: mgrmap e13: a(active, since 19s) 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: overall HEALTH_OK 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:33:57.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:57 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:33:58.266 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-21T11:33:58.266 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T11:33:58.383 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.c/config 2026-02-21T11:33:58.458 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:58 trial157 ceph-mon[43406]: Deploying daemon mon.b on trial057 2026-02-21T11:33:58.458 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:58 trial157 ceph-mon[43406]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:33:58.458 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:33:58 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:58.468 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:58 trial040 ceph-mon[39772]: Deploying daemon mon.b on trial057 2026-02-21T11:33:58.468 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:58 trial040 ceph-mon[39772]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:33:58.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:33:58 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:33:58.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:33:58 trial057 ceph-mon[42786]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-21T11:34:03.607 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:34:03.607 INFO:teuthology.orchestra.run.trial157.stdout:{"epoch":3,"fsid":"135f8644-0f19-11f1-bb8f-d404e6e7d460","modified":"2026-02-21T11:33:58.608527Z","created":"2026-02-21T11:33:13.616012Z","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.40:3300","nonce":0},{"type":"v1","addr":"10.20.193.40:6789","nonce":0}]},"addr":"10.20.193.40:6789/0","public_addr":"10.20.193.40:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T11:33:13:616028+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:3300","nonce":0},{"type":"v1","addr":"10.20.193.157:6789","nonce":0}]},"addr":"10.20.193.157:6789/0","public_addr":"10.20.193.157:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T11:33:52:123608+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:3300","nonce":0},{"type":"v1","addr":"10.20.193.57:6789","nonce":0}]},"addr":"10.20.193.57:6789/0","public_addr":"10.20.193.57:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T11:33:58:608526+0000","crush_location":[]}],"quorum":[0,1,2]} 2026-02-21T11:34:03.607 INFO:teuthology.orchestra.run.trial157.stderr:dumped monmap epoch 3 2026-02-21T11:34:03.749 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-21T11:34:03.749 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-21T11:34:03.867 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: mon.c calling monitor election 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: mon.a calling monitor election 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='client.? 10.20.193.157:0/412909058' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: mon.b calling monitor election 2026-02-21T11:34:03.877 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: monmap epoch 3 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: last_changed 2026-02-21T11:33:58.608527+0000 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: created 2026-02-21T11:33:13.616012+0000 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: min_mon_release 20 (tentacle) 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: election_strategy: 1 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: 0: [v2:10.20.193.40:3300/0,v1:10.20.193.40:6789/0] mon.a 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: 1: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.c 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: 2: [v2:10.20.193.57:3300/0,v1:10.20.193.57:6789/0] mon.b 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: fsmap 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: mgrmap e13: a(active, since 26s) 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: overall HEALTH_OK 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.878 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.915 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: mon.c calling monitor election 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: mon.a calling monitor election 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='client.? 10.20.193.157:0/412909058' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: mon.b calling monitor election 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: monmap epoch 3 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: last_changed 2026-02-21T11:33:58.608527+0000 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: created 2026-02-21T11:33:13.616012+0000 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: min_mon_release 20 (tentacle) 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: election_strategy: 1 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: 0: [v2:10.20.193.40:3300/0,v1:10.20.193.40:6789/0] mon.a 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: 1: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.c 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: 2: [v2:10.20.193.57:3300/0,v1:10.20.193.57:6789/0] mon.b 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: fsmap 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: mgrmap e13: a(active, since 26s) 2026-02-21T11:34:03.916 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: overall HEALTH_OK 2026-02-21T11:34:03.917 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.917 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.917 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.917 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: mon.c calling monitor election 2026-02-21T11:34:03.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: mon.a calling monitor election 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='client.? 10.20.193.157:0/412909058' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: mon.b calling monitor election 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: monmap epoch 3 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: last_changed 2026-02-21T11:33:58.608527+0000 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: created 2026-02-21T11:33:13.616012+0000 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: min_mon_release 20 (tentacle) 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: election_strategy: 1 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: 0: [v2:10.20.193.40:3300/0,v1:10.20.193.40:6789/0] mon.a 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: 1: [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] mon.c 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: 2: [v2:10.20.193.57:3300/0,v1:10.20.193.57:6789/0] mon.b 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: fsmap 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: mgrmap e13: a(active, since 26s) 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: overall HEALTH_OK 2026-02-21T11:34:03.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.923 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.923 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:03.923 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.106 INFO:teuthology.orchestra.run.trial040.stdout:# minimal ceph.conf for 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:34:04.106 INFO:teuthology.orchestra.run.trial040.stdout:[global] 2026-02-21T11:34:04.106 INFO:teuthology.orchestra.run.trial040.stdout: fsid = 135f8644-0f19-11f1-bb8f-d404e6e7d460 2026-02-21T11:34:04.106 INFO:teuthology.orchestra.run.trial040.stdout: mon_host = [v2:10.20.193.40:3300/0,v1:10.20.193.40:6789/0] [v2:10.20.193.57:3300/0,v1:10.20.193.57:6789/0] [v2:10.20.193.157:3300/0,v1:10.20.193.157:6789/0] 2026-02-21T11:34:04.251 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-21T11:34:04.251 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:34:04.251 DEBUG:teuthology.orchestra.run.trial040:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T11:34:04.277 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:34:04.278 DEBUG:teuthology.orchestra.run.trial040:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:34:04.341 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:34:04.341 DEBUG:teuthology.orchestra.run.trial057:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T11:34:04.369 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:34:04.370 DEBUG:teuthology.orchestra.run.trial057:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:34:04.433 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:34:04.433 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T11:34:04.462 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:34:04.462 DEBUG:teuthology.orchestra.run.trial157:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:34:04.526 INFO:tasks.cephadm:Adding mgr.a on trial040 2026-02-21T11:34:04.526 INFO:tasks.cephadm:Adding mgr.b on trial057 2026-02-21T11:34:04.527 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch apply mgr '2;trial040=a;trial057=b' 2026-02-21T11:34:04.682 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.c/config 2026-02-21T11:34:04.729 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: Updating trial040:/etc/ceph/ceph.conf 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: Updating trial057:/etc/ceph/ceph.conf 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: Updating trial157:/etc/ceph/ceph.conf 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/3231148975' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: Reconfiguring daemon mon.a on trial040 2026-02-21T11:34:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:04.919 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: Updating trial040:/etc/ceph/ceph.conf 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: Updating trial057:/etc/ceph/ceph.conf 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: Updating trial157:/etc/ceph/ceph.conf 2026-02-21T11:34:04.920 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/3231148975' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:34:04.921 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:34:04.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:04.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: Reconfiguring daemon mon.a on trial040 2026-02-21T11:34:04.922 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:04.931 INFO:teuthology.orchestra.run.trial157.stdout:Scheduled mgr update... 2026-02-21T11:34:04.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:04.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: Updating trial040:/etc/ceph/ceph.conf 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: Updating trial057:/etc/ceph/ceph.conf 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: Updating trial157:/etc/ceph/ceph.conf 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3231148975' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:34:04.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: Reconfiguring daemon mon.a on trial040 2026-02-21T11:34:04.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:05.071 DEBUG:teuthology.orchestra.run.trial057:mgr.b> sudo journalctl -f -n 0 -u ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@mgr.b.service 2026-02-21T11:34:05.074 DEBUG:tasks.cephadm:set 0 configs 2026-02-21T11:34:05.074 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph config dump 2026-02-21T11:34:05.191 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global dev auth_debug true 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa * 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global dev debug_asserts_on_shutdown true 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global basic log_to_file true 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global basic log_to_journald false 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global basic log_to_stderr false 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_allow_pool_delete true 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_cluster_log_to_file true 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_election_default_strategy 1 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-21T11:34:05.428 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:global dev ms_die_on_bug true 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:global dev ms_die_on_old_message true 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.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-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced debug_mon 20/20 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced debug_ms 1/1 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced debug_paxos 20/20 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced mon_data_avail_warn 5 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced debug_mgr 20/20 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced debug_ms 1/1 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced mgr/cephadm/use_agent false * 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T11:34:05.429 INFO:teuthology.orchestra.run.trial040.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd dev bdev_debug_aio true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced debug_ms 1/1 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced debug_osd 20/20 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd dev osd_debug_misdirected_ops true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd dev osd_debug_op_order true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd dev osd_debug_shutdown true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_memory_target_autotune true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_op_queue debug_random * 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_recover_clone_overlap true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-21T11:34:05.430 INFO:teuthology.orchestra.run.trial040.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-21T11:34:05.572 INFO:tasks.cephadm:Deploying OSDs... 2026-02-21T11:34:05.573 DEBUG:teuthology.orchestra.run.trial040:> set -ex 2026-02-21T11:34:05.573 DEBUG:teuthology.orchestra.run.trial040:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T11:34:05.591 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-21T11:34:05.591 DEBUG:teuthology.orchestra.run.trial040:> stat /dev/vg_nvme/lv_1 2026-02-21T11:34:05.647 INFO:teuthology.orchestra.run.trial040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T11:34:05.648 INFO:teuthology.orchestra.run.trial040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:05.648 INFO:teuthology.orchestra.run.trial040.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-21T11:34:05.648 INFO:teuthology.orchestra.run.trial040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:05.648 INFO:teuthology.orchestra.run.trial040.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:05.648 INFO:teuthology.orchestra.run.trial040.stdout:Access: 2026-02-21 11:33:43.191829740 +0000 2026-02-21T11:34:05.648 INFO:teuthology.orchestra.run.trial040.stdout:Modify: 2026-02-21 11:31:42.934033638 +0000 2026-02-21T11:34:05.648 INFO:teuthology.orchestra.run.trial040.stdout:Change: 2026-02-21 11:31:42.934033638 +0000 2026-02-21T11:34:05.648 INFO:teuthology.orchestra.run.trial040.stdout: Birth: 2026-02-21 11:31:42.934033638 +0000 2026-02-21T11:34:05.649 DEBUG:teuthology.orchestra.run.trial040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T11:34:05.709 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.709 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.709 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: Reconfiguring mon.b (monmap changed)... 2026-02-21T11:34:05.709 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:34:05.709 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:34:05.709 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.709 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: Reconfiguring daemon mon.b on trial057 2026-02-21T11:34:05.709 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial040=a;trial057=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:05.709 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: Saving service mgr spec with placement trial040=a;trial057=b;count:2 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: Reconfiguring mon.c (monmap changed)... 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: Reconfiguring daemon mon.c on trial157 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:34:05.711 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T11:34:05.711 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:34:05.711 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.711 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: Deploying daemon mgr.b on trial057 2026-02-21T11:34:05.711 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:05 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3081261741' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T11:34:05.711 INFO:teuthology.orchestra.run.trial040.stderr:1+0 records in 2026-02-21T11:34:05.712 INFO:teuthology.orchestra.run.trial040.stderr:1+0 records out 2026-02-21T11:34:05.712 INFO:teuthology.orchestra.run.trial040.stderr:512 bytes copied, 0.000162572 s, 3.1 MB/s 2026-02-21T11:34:05.713 DEBUG:teuthology.orchestra.run.trial040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T11:34:05.769 DEBUG:teuthology.orchestra.run.trial040:> stat /dev/vg_nvme/lv_2 2026-02-21T11:34:05.825 INFO:teuthology.orchestra.run.trial040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T11:34:05.825 INFO:teuthology.orchestra.run.trial040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:05.825 INFO:teuthology.orchestra.run.trial040.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-21T11:34:05.825 INFO:teuthology.orchestra.run.trial040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:05.825 INFO:teuthology.orchestra.run.trial040.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:05.825 INFO:teuthology.orchestra.run.trial040.stdout:Access: 2026-02-21 11:33:43.220829296 +0000 2026-02-21T11:34:05.825 INFO:teuthology.orchestra.run.trial040.stdout:Modify: 2026-02-21 11:31:42.935033624 +0000 2026-02-21T11:34:05.825 INFO:teuthology.orchestra.run.trial040.stdout:Change: 2026-02-21 11:31:42.935033624 +0000 2026-02-21T11:34:05.826 INFO:teuthology.orchestra.run.trial040.stdout: Birth: 2026-02-21 11:31:42.935033624 +0000 2026-02-21T11:34:05.826 DEBUG:teuthology.orchestra.run.trial040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T11:34:05.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: Reconfiguring mon.b (monmap changed)... 2026-02-21T11:34:05.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: Reconfiguring daemon mon.b on trial057 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial040=a;trial057=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: Saving service mgr spec with placement trial040=a;trial057=b;count:2 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: Reconfiguring mon.c (monmap changed)... 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: Reconfiguring daemon mon.c on trial157 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: Deploying daemon mgr.b on trial057 2026-02-21T11:34:05.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:05 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/3081261741' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T11:34:05.889 INFO:teuthology.orchestra.run.trial040.stderr:1+0 records in 2026-02-21T11:34:05.889 INFO:teuthology.orchestra.run.trial040.stderr:1+0 records out 2026-02-21T11:34:05.889 INFO:teuthology.orchestra.run.trial040.stderr:512 bytes copied, 0.000146742 s, 3.5 MB/s 2026-02-21T11:34:05.891 DEBUG:teuthology.orchestra.run.trial040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T11:34:05.947 DEBUG:teuthology.orchestra.run.trial040:> stat /dev/vg_nvme/lv_3 2026-02-21T11:34:05.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: Reconfiguring mon.b (monmap changed)... 2026-02-21T11:34:05.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:34:05.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: Reconfiguring daemon mon.b on trial057 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial040=a;trial057=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: Saving service mgr spec with placement trial040=a;trial057=b;count:2 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: Reconfiguring mon.c (monmap changed)... 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: Reconfiguring daemon mon.c on trial157 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T11:34:05.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:34:05.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:05.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: Deploying daemon mgr.b on trial057 2026-02-21T11:34:05.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:05 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/3081261741' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T11:34:06.003 INFO:teuthology.orchestra.run.trial040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T11:34:06.003 INFO:teuthology.orchestra.run.trial040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:06.003 INFO:teuthology.orchestra.run.trial040.stdout:Device: 6h/6d Inode: 1291 Links: 1 2026-02-21T11:34:06.003 INFO:teuthology.orchestra.run.trial040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:06.003 INFO:teuthology.orchestra.run.trial040.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:06.003 INFO:teuthology.orchestra.run.trial040.stdout:Access: 2026-02-21 11:33:43.250828836 +0000 2026-02-21T11:34:06.003 INFO:teuthology.orchestra.run.trial040.stdout:Modify: 2026-02-21 11:31:42.934033638 +0000 2026-02-21T11:34:06.003 INFO:teuthology.orchestra.run.trial040.stdout:Change: 2026-02-21 11:31:42.934033638 +0000 2026-02-21T11:34:06.003 INFO:teuthology.orchestra.run.trial040.stdout: Birth: 2026-02-21 11:31:42.934033638 +0000 2026-02-21T11:34:06.003 DEBUG:teuthology.orchestra.run.trial040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T11:34:06.066 INFO:teuthology.orchestra.run.trial040.stderr:1+0 records in 2026-02-21T11:34:06.067 INFO:teuthology.orchestra.run.trial040.stderr:1+0 records out 2026-02-21T11:34:06.067 INFO:teuthology.orchestra.run.trial040.stderr:512 bytes copied, 0.000155619 s, 3.3 MB/s 2026-02-21T11:34:06.067 DEBUG:teuthology.orchestra.run.trial040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T11:34:06.125 DEBUG:teuthology.orchestra.run.trial040:> stat /dev/vg_nvme/lv_4 2026-02-21T11:34:06.171 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:06 trial057 podman[43933]: 2026-02-21 11:34:06.123276192 +0000 UTC m=+0.016251266 container create d106a727b9ab6d150c23de00620d63a660c740af942bd572eacc86c293cf8cc6 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2) 2026-02-21T11:34:06.171 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:06 trial057 podman[43933]: 2026-02-21 11:34:06.170934001 +0000 UTC m=+0.063909085 container init d106a727b9ab6d150c23de00620d63a660c740af942bd572eacc86c293cf8cc6 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, io.buildah.version=1.41.3, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, ceph=True, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS) 2026-02-21T11:34:06.180 INFO:teuthology.orchestra.run.trial040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T11:34:06.180 INFO:teuthology.orchestra.run.trial040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:06.180 INFO:teuthology.orchestra.run.trial040.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-21T11:34:06.180 INFO:teuthology.orchestra.run.trial040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:06.180 INFO:teuthology.orchestra.run.trial040.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:06.180 INFO:teuthology.orchestra.run.trial040.stdout:Access: 2026-02-21 11:33:43.281828362 +0000 2026-02-21T11:34:06.180 INFO:teuthology.orchestra.run.trial040.stdout:Modify: 2026-02-21 11:31:42.934033638 +0000 2026-02-21T11:34:06.180 INFO:teuthology.orchestra.run.trial040.stdout:Change: 2026-02-21 11:31:42.934033638 +0000 2026-02-21T11:34:06.180 INFO:teuthology.orchestra.run.trial040.stdout: Birth: 2026-02-21 11:31:42.934033638 +0000 2026-02-21T11:34:06.181 DEBUG:teuthology.orchestra.run.trial040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T11:34:06.245 INFO:teuthology.orchestra.run.trial040.stderr:1+0 records in 2026-02-21T11:34:06.245 INFO:teuthology.orchestra.run.trial040.stderr:1+0 records out 2026-02-21T11:34:06.245 INFO:teuthology.orchestra.run.trial040.stderr:512 bytes copied, 0.000159346 s, 3.2 MB/s 2026-02-21T11:34:06.246 DEBUG:teuthology.orchestra.run.trial040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T11:34:06.303 DEBUG:teuthology.orchestra.run.trial057:> set -ex 2026-02-21T11:34:06.303 DEBUG:teuthology.orchestra.run.trial057:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T11:34:06.318 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-21T11:34:06.318 DEBUG:teuthology.orchestra.run.trial057:> stat /dev/vg_nvme/lv_1 2026-02-21T11:34:06.373 INFO:teuthology.orchestra.run.trial057.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T11:34:06.373 INFO:teuthology.orchestra.run.trial057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:06.374 INFO:teuthology.orchestra.run.trial057.stdout:Device: 6h/6d Inode: 1295 Links: 1 2026-02-21T11:34:06.374 INFO:teuthology.orchestra.run.trial057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:06.374 INFO:teuthology.orchestra.run.trial057.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:06.374 INFO:teuthology.orchestra.run.trial057.stdout:Access: 2026-02-21 11:34:05.995277313 +0000 2026-02-21T11:34:06.374 INFO:teuthology.orchestra.run.trial057.stdout:Modify: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.374 INFO:teuthology.orchestra.run.trial057.stdout:Change: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.374 INFO:teuthology.orchestra.run.trial057.stdout: Birth: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.374 DEBUG:teuthology.orchestra.run.trial057:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T11:34:06.436 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:06 trial057 podman[43933]: 2026-02-21 11:34:06.174151158 +0000 UTC m=+0.067126242 container start d106a727b9ab6d150c23de00620d63a660c740af942bd572eacc86c293cf8cc6 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b, OSD_FLAVOR=default, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T11:34:06.436 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:06 trial057 bash[43933]: d106a727b9ab6d150c23de00620d63a660c740af942bd572eacc86c293cf8cc6 2026-02-21T11:34:06.436 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:06 trial057 podman[43933]: 2026-02-21 11:34:06.116860903 +0000 UTC m=+0.009835997 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa 2026-02-21T11:34:06.436 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:06 trial057 systemd[1]: Started Ceph mgr.b for 135f8644-0f19-11f1-bb8f-d404e6e7d460. 2026-02-21T11:34:06.436 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:06 trial057 ceph-mgr[43980]: -- 10.20.193.57:0/2816925437 <== mon.0 v2:10.20.193.40:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x2e37a00 con 0x2e0b400 2026-02-21T11:34:06.439 INFO:teuthology.orchestra.run.trial057.stderr:1+0 records in 2026-02-21T11:34:06.439 INFO:teuthology.orchestra.run.trial057.stderr:1+0 records out 2026-02-21T11:34:06.439 INFO:teuthology.orchestra.run.trial057.stderr:512 bytes copied, 0.00016115 s, 3.2 MB/s 2026-02-21T11:34:06.440 DEBUG:teuthology.orchestra.run.trial057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T11:34:06.501 DEBUG:teuthology.orchestra.run.trial057:> stat /dev/vg_nvme/lv_2 2026-02-21T11:34:06.559 INFO:teuthology.orchestra.run.trial057.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T11:34:06.560 INFO:teuthology.orchestra.run.trial057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:06.560 INFO:teuthology.orchestra.run.trial057.stdout:Device: 6h/6d Inode: 1318 Links: 1 2026-02-21T11:34:06.560 INFO:teuthology.orchestra.run.trial057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:06.560 INFO:teuthology.orchestra.run.trial057.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:06.560 INFO:teuthology.orchestra.run.trial057.stdout:Access: 2026-02-21 11:34:05.995277313 +0000 2026-02-21T11:34:06.560 INFO:teuthology.orchestra.run.trial057.stdout:Modify: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.560 INFO:teuthology.orchestra.run.trial057.stdout:Change: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.560 INFO:teuthology.orchestra.run.trial057.stdout: Birth: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.561 DEBUG:teuthology.orchestra.run.trial057:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T11:34:06.626 INFO:teuthology.orchestra.run.trial057.stderr:1+0 records in 2026-02-21T11:34:06.626 INFO:teuthology.orchestra.run.trial057.stderr:1+0 records out 2026-02-21T11:34:06.626 INFO:teuthology.orchestra.run.trial057.stderr:512 bytes copied, 0.000159808 s, 3.2 MB/s 2026-02-21T11:34:06.628 DEBUG:teuthology.orchestra.run.trial057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T11:34:06.685 DEBUG:teuthology.orchestra.run.trial057:> stat /dev/vg_nvme/lv_3 2026-02-21T11:34:06.739 INFO:teuthology.orchestra.run.trial057.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T11:34:06.739 INFO:teuthology.orchestra.run.trial057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:06.739 INFO:teuthology.orchestra.run.trial057.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-21T11:34:06.739 INFO:teuthology.orchestra.run.trial057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:06.739 INFO:teuthology.orchestra.run.trial057.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:06.739 INFO:teuthology.orchestra.run.trial057.stdout:Access: 2026-02-21 11:34:05.996277291 +0000 2026-02-21T11:34:06.739 INFO:teuthology.orchestra.run.trial057.stdout:Modify: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.739 INFO:teuthology.orchestra.run.trial057.stdout:Change: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.739 INFO:teuthology.orchestra.run.trial057.stdout: Birth: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.739 DEBUG:teuthology.orchestra.run.trial057:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T11:34:06.803 INFO:teuthology.orchestra.run.trial057.stderr:1+0 records in 2026-02-21T11:34:06.803 INFO:teuthology.orchestra.run.trial057.stderr:1+0 records out 2026-02-21T11:34:06.803 INFO:teuthology.orchestra.run.trial057.stderr:512 bytes copied, 0.000155099 s, 3.3 MB/s 2026-02-21T11:34:06.804 DEBUG:teuthology.orchestra.run.trial057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T11:34:06.860 DEBUG:teuthology.orchestra.run.trial057:> stat /dev/vg_nvme/lv_4 2026-02-21T11:34:06.915 INFO:teuthology.orchestra.run.trial057.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T11:34:06.915 INFO:teuthology.orchestra.run.trial057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:06.915 INFO:teuthology.orchestra.run.trial057.stdout:Device: 6h/6d Inode: 1301 Links: 1 2026-02-21T11:34:06.915 INFO:teuthology.orchestra.run.trial057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:06.915 INFO:teuthology.orchestra.run.trial057.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:06.915 INFO:teuthology.orchestra.run.trial057.stdout:Access: 2026-02-21 11:34:05.996277291 +0000 2026-02-21T11:34:06.915 INFO:teuthology.orchestra.run.trial057.stdout:Modify: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.915 INFO:teuthology.orchestra.run.trial057.stdout:Change: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.915 INFO:teuthology.orchestra.run.trial057.stdout: Birth: 2026-02-21 11:31:42.858466071 +0000 2026-02-21T11:34:06.915 DEBUG:teuthology.orchestra.run.trial057:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T11:34:06.977 INFO:teuthology.orchestra.run.trial057.stderr:1+0 records in 2026-02-21T11:34:06.977 INFO:teuthology.orchestra.run.trial057.stderr:1+0 records out 2026-02-21T11:34:06.977 INFO:teuthology.orchestra.run.trial057.stderr:512 bytes copied, 0.000151924 s, 3.4 MB/s 2026-02-21T11:34:06.978 DEBUG:teuthology.orchestra.run.trial057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T11:34:07.035 DEBUG:teuthology.orchestra.run.trial157:> set -ex 2026-02-21T11:34:07.035 DEBUG:teuthology.orchestra.run.trial157:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T11:34:07.053 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-21T11:34:07.053 DEBUG:teuthology.orchestra.run.trial157:> stat /dev/vg_nvme/lv_1 2026-02-21T11:34:07.109 INFO:teuthology.orchestra.run.trial157.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T11:34:07.109 INFO:teuthology.orchestra.run.trial157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:07.109 INFO:teuthology.orchestra.run.trial157.stdout:Device: 6h/6d Inode: 1308 Links: 1 2026-02-21T11:34:07.109 INFO:teuthology.orchestra.run.trial157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:07.109 INFO:teuthology.orchestra.run.trial157.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:07.109 INFO:teuthology.orchestra.run.trial157.stdout:Access: 2026-02-21 11:33:51.882520270 +0000 2026-02-21T11:34:07.109 INFO:teuthology.orchestra.run.trial157.stdout:Modify: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.109 INFO:teuthology.orchestra.run.trial157.stdout:Change: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.109 INFO:teuthology.orchestra.run.trial157.stdout: Birth: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.109 DEBUG:teuthology.orchestra.run.trial157:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T11:34:07.173 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records in 2026-02-21T11:34:07.174 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records out 2026-02-21T11:34:07.174 INFO:teuthology.orchestra.run.trial157.stderr:512 bytes copied, 0.000168155 s, 3.0 MB/s 2026-02-21T11:34:07.175 DEBUG:teuthology.orchestra.run.trial157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T11:34:07.231 DEBUG:teuthology.orchestra.run.trial157:> stat /dev/vg_nvme/lv_2 2026-02-21T11:34:07.288 INFO:teuthology.orchestra.run.trial157.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T11:34:07.288 INFO:teuthology.orchestra.run.trial157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:07.288 INFO:teuthology.orchestra.run.trial157.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-21T11:34:07.288 INFO:teuthology.orchestra.run.trial157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:07.288 INFO:teuthology.orchestra.run.trial157.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:07.288 INFO:teuthology.orchestra.run.trial157.stdout:Access: 2026-02-21 11:33:51.882520270 +0000 2026-02-21T11:34:07.288 INFO:teuthology.orchestra.run.trial157.stdout:Modify: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.288 INFO:teuthology.orchestra.run.trial157.stdout:Change: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.288 INFO:teuthology.orchestra.run.trial157.stdout: Birth: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.289 DEBUG:teuthology.orchestra.run.trial157:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T11:34:07.353 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records in 2026-02-21T11:34:07.353 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records out 2026-02-21T11:34:07.353 INFO:teuthology.orchestra.run.trial157.stderr:512 bytes copied, 0.000142867 s, 3.6 MB/s 2026-02-21T11:34:07.354 DEBUG:teuthology.orchestra.run.trial157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T11:34:07.412 DEBUG:teuthology.orchestra.run.trial157:> stat /dev/vg_nvme/lv_3 2026-02-21T11:34:07.468 INFO:teuthology.orchestra.run.trial157.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T11:34:07.468 INFO:teuthology.orchestra.run.trial157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:07.468 INFO:teuthology.orchestra.run.trial157.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-21T11:34:07.468 INFO:teuthology.orchestra.run.trial157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:07.468 INFO:teuthology.orchestra.run.trial157.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:07.468 INFO:teuthology.orchestra.run.trial157.stdout:Access: 2026-02-21 11:33:51.882520270 +0000 2026-02-21T11:34:07.468 INFO:teuthology.orchestra.run.trial157.stdout:Modify: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.468 INFO:teuthology.orchestra.run.trial157.stdout:Change: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.469 INFO:teuthology.orchestra.run.trial157.stdout: Birth: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.469 DEBUG:teuthology.orchestra.run.trial157:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:34:07.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:34:07.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:07.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:07.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:07.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:07.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:07 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.503 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records in 2026-02-21T11:34:07.504 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records out 2026-02-21T11:34:07.504 INFO:teuthology.orchestra.run.trial157.stderr:512 bytes copied, 0.000154018 s, 3.3 MB/s 2026-02-21T11:34:07.505 DEBUG:teuthology.orchestra.run.trial157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T11:34:07.561 DEBUG:teuthology.orchestra.run.trial157:> stat /dev/vg_nvme/lv_4 2026-02-21T11:34:07.617 INFO:teuthology.orchestra.run.trial157.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T11:34:07.617 INFO:teuthology.orchestra.run.trial157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:34:07.617 INFO:teuthology.orchestra.run.trial157.stdout:Device: 6h/6d Inode: 1316 Links: 1 2026-02-21T11:34:07.617 INFO:teuthology.orchestra.run.trial157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:34:07.617 INFO:teuthology.orchestra.run.trial157.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:34:07.617 INFO:teuthology.orchestra.run.trial157.stdout:Access: 2026-02-21 11:33:51.883520261 +0000 2026-02-21T11:34:07.617 INFO:teuthology.orchestra.run.trial157.stdout:Modify: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.617 INFO:teuthology.orchestra.run.trial157.stdout:Change: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.617 INFO:teuthology.orchestra.run.trial157.stdout: Birth: 2026-02-21 11:31:43.514690984 +0000 2026-02-21T11:34:07.617 DEBUG:teuthology.orchestra.run.trial157:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: /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-21T11:34:07.631 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: 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-21T11:34:07.631 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: from numpy import show_config as show_numpy_config 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:07.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:07.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:07.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:07.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:07 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.681 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records in 2026-02-21T11:34:07.681 INFO:teuthology.orchestra.run.trial157.stderr:1+0 records out 2026-02-21T11:34:07.681 INFO:teuthology.orchestra.run.trial157.stderr:512 bytes copied, 0.00014949 s, 3.4 MB/s 2026-02-21T11:34:07.682 DEBUG:teuthology.orchestra.run.trial157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:07.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:07 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:07.739 INFO:tasks.cephadm:Deploying osd.0 on trial040 with /dev/vg_nvme/lv_4... 2026-02-21T11:34:07.739 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T11:34:07.858 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:08.555 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:08.571 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch daemon add osd trial040:vg_nvme/lv_4 --skip-validation 2026-02-21T11:34:08.687 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:08.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:08 trial040 ceph-mon[39772]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T11:34:08.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:08 trial040 ceph-mon[39772]: Reconfiguring daemon mgr.a on trial040 2026-02-21T11:34:08.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:08 trial040 ceph-mon[39772]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:08.710 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:08 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:08.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:08 trial157 ceph-mon[43406]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T11:34:08.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:08 trial157 ceph-mon[43406]: Reconfiguring daemon mgr.a on trial040 2026-02-21T11:34:08.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:08 trial157 ceph-mon[43406]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:08.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:08 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:08.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:08 trial057 ceph-mon[42786]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T11:34:08.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:08 trial057 ceph-mon[42786]: Reconfiguring daemon mgr.a on trial040 2026-02-21T11:34:08.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:08 trial057 ceph-mon[42786]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:08.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:08 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial040:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: osd.default does not exist. Creating it now. 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: Creating OSDs with service ID: default on trial040:['vg_nvme/lv_4'] 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: Marking host: trial040 for OSDSpec preview refresh. 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: Saving service osd.default spec with placement trial040 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: Standby manager daemon b started 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T11:34:10.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T11:34:10.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:10.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3610100930' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "77765694-9a88-4f35-a327-4ea936c40af4"} : dispatch 2026-02-21T11:34:10.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3610100930' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77765694-9a88-4f35-a327-4ea936c40af4"}]': finished 2026-02-21T11:34:10.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T11:34:10.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:09 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:10.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial040:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:10.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: osd.default does not exist. Creating it now. 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: Creating OSDs with service ID: default on trial040:['vg_nvme/lv_4'] 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: Marking host: trial040 for OSDSpec preview refresh. 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: Saving service osd.default spec with placement trial040 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:10.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: Standby manager daemon b started 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/3610100930' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "77765694-9a88-4f35-a327-4ea936c40af4"} : dispatch 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/3610100930' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77765694-9a88-4f35-a327-4ea936c40af4"}]': finished 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T11:34:10.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:09 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:10.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial040:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: osd.default does not exist. Creating it now. 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: Creating OSDs with service ID: default on trial040:['vg_nvme/lv_4'] 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: Marking host: trial040 for OSDSpec preview refresh. 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: Saving service osd.default spec with placement trial040 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: Standby manager daemon b started 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.? 10.20.193.57:0/288906383' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/3610100930' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "77765694-9a88-4f35-a327-4ea936c40af4"} : dispatch 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/3610100930' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77765694-9a88-4f35-a327-4ea936c40af4"}]': finished 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T11:34:10.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:09 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:11.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:10 trial040 ceph-mon[39772]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-21T11:34:11.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:10 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T11:34:11.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:10 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1346916250' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:34:11.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:10 trial157 ceph-mon[43406]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-21T11:34:11.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:10 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T11:34:11.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:10 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/1346916250' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:34:11.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:10 trial057 ceph-mon[42786]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-21T11:34:11.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:10 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T11:34:11.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:10 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/1346916250' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:34:12.039 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:11 trial040 ceph-mon[39772]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:12.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:11 trial157 ceph-mon[43406]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:12.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:11 trial057 ceph-mon[42786]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:13.200 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:12 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:34:13.200 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:12 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:13.200 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:12 trial040 ceph-mon[39772]: Deploying daemon osd.0 on trial040 2026-02-21T11:34:13.200 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:12 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:34:13.200 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:12 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:13.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:12 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:34:13.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:12 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:13.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:12 trial157 ceph-mon[43406]: Deploying daemon osd.0 on trial040 2026-02-21T11:34:13.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:12 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:34:13.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:12 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:13.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:12 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:34:13.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:12 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:13.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:12 trial057 ceph-mon[42786]: Deploying daemon osd.0 on trial040 2026-02-21T11:34:13.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:12 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:34:13.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:12 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:14.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:13 trial040 ceph-mon[39772]: Deploying daemon osd.0 on trial040 2026-02-21T11:34:14.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:13 trial040 ceph-mon[39772]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:14.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:13 trial157 ceph-mon[43406]: Deploying daemon osd.0 on trial040 2026-02-21T11:34:14.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:13 trial157 ceph-mon[43406]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:14.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:13 trial057 ceph-mon[42786]: Deploying daemon osd.0 on trial040 2026-02-21T11:34:14.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:13 trial057 ceph-mon[42786]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:15.364 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:15 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:15.364 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:15 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:15.364 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:15 trial040 ceph-mon[39772]: from='osd.0 [v2:10.20.193.40:6802/1129301937,v1:10.20.193.40:6803/1129301937]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:34:15.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:15 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:15.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:15 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:15.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:15 trial057 ceph-mon[42786]: from='osd.0 [v2:10.20.193.40:6802/1129301937,v1:10.20.193.40:6803/1129301937]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:34:15.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:15 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:15.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:15 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:15.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:15 trial157 ceph-mon[43406]: from='osd.0 [v2:10.20.193.40:6802/1129301937,v1:10.20.193.40:6803/1129301937]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:34:16.616 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:16 trial040 ceph-mon[39772]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:16.616 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:16 trial040 ceph-mon[39772]: from='osd.0 [v2:10.20.193.40:6802/1129301937,v1:10.20.193.40:6803/1129301937]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:34:16.616 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:16 trial040 ceph-mon[39772]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T11:34:16.616 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:16 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:16.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:16 trial057 ceph-mon[42786]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:16.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:16 trial057 ceph-mon[42786]: from='osd.0 [v2:10.20.193.40:6802/1129301937,v1:10.20.193.40:6803/1129301937]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:34:16.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:16 trial057 ceph-mon[42786]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T11:34:16.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:16 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:16.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:16 trial157 ceph-mon[43406]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:16.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:16 trial157 ceph-mon[43406]: from='osd.0 [v2:10.20.193.40:6802/1129301937,v1:10.20.193.40:6803/1129301937]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:34:16.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:16 trial157 ceph-mon[43406]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T11:34:16.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:16 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:17.547 INFO:teuthology.orchestra.run.trial040.stdout:Created osd(s) 0 on host 'trial040' 2026-02-21T11:34:17.688 DEBUG:teuthology.orchestra.run.trial040:osd.0> sudo journalctl -f -n 0 -u ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@osd.0.service 2026-02-21T11:34:17.690 INFO:tasks.cephadm:Deploying osd.1 on trial057 with /dev/vg_nvme/lv_4... 2026-02-21T11:34:17.690 DEBUG:teuthology.orchestra.run.trial057:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T11:34:17.809 INFO:teuthology.orchestra.run.trial057.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.b/config 2026-02-21T11:34:17.993 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:17 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:17.994 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:17 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:17.994 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:17 trial057 ceph-mon[42786]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:17.994 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:17 trial057 ceph-mon[42786]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:34:17.994 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:17 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:17.994 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:17 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:18.158 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:17 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:18.158 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:17 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:18.158 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:17 trial040 ceph-mon[39772]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:18.158 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:17 trial040 ceph-mon[39772]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:34:18.158 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:17 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:18.158 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:17 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:18.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:17 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:18.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:17 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:18.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:17 trial157 ceph-mon[43406]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:18.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:17 trial157 ceph-mon[43406]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:34:18.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:17 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:18.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:17 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:18.504 INFO:teuthology.orchestra.run.trial057.stdout: 2026-02-21T11:34:18.520 DEBUG:teuthology.orchestra.run.trial057:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch daemon add osd trial057:vg_nvme/lv_4 --skip-validation 2026-02-21T11:34:18.637 INFO:teuthology.orchestra.run.trial057.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.b/config 2026-02-21T11:34:19.027 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:18 trial040 ceph-mon[39772]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:34:19.027 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:18 trial040 ceph-mon[39772]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T11:34:19.027 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:18 trial040 ceph-mon[39772]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial040", "root=default"]} : dispatch 2026-02-21T11:34:19.027 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:18 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:19.027 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:18 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.027 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:18 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.028 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:18 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:19.028 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:18 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.028 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:18 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.028 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:18 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-osd-0[58306]: 2026-02-21T11:34:18.900+0000 7f36da600640 -1 osd.0 0 waiting for initial osdmap 2026-02-21T11:34:19.028 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:18 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-osd-0[58306]: 2026-02-21T11:34:18.902+0000 7f36d24bf640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T11:34:19.043 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:18 trial057 ceph-mon[42786]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:34:19.043 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:18 trial057 ceph-mon[42786]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T11:34:19.043 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:18 trial057 ceph-mon[42786]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial040", "root=default"]} : dispatch 2026-02-21T11:34:19.043 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:18 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:19.043 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:18 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.043 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:18 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.043 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:18 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:19.044 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:18 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.044 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:18 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:18 trial157 ceph-mon[43406]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:34:19.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:18 trial157 ceph-mon[43406]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T11:34:19.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:18 trial157 ceph-mon[43406]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial040", "root=default"]} : dispatch 2026-02-21T11:34:19.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:18 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:19.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:18 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:18 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:18 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:19.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:18 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:19.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:18 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:20.077 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial057:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:20.077 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: osd.default does not exist. Creating it now. 2026-02-21T11:34:20.077 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: Creating OSDs with service ID: default on trial057:['vg_nvme/lv_4'] 2026-02-21T11:34:20.077 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial040", "root=default"]}]': finished 2026-02-21T11:34:20.077 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: osdmap e8: 1 total, 0 up, 1 in 2026-02-21T11:34:20.077 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: Marking host: trial057 for OSDSpec preview refresh. 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: Saving service osd.default spec with placement trial057 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='client.? 10.20.193.57:0/3990508703' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "db916f72-31a9-4a47-b509-27501aff4550"} : dispatch 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "db916f72-31a9-4a47-b509-27501aff4550"} : dispatch 2026-02-21T11:34:20.078 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db916f72-31a9-4a47-b509-27501aff4550"}]': finished 2026-02-21T11:34:20.079 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295] boot 2026-02-21T11:34:20.079 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T11:34:20.079 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:20.079 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:19 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:20.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial057:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:20.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: osd.default does not exist. Creating it now. 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: Creating OSDs with service ID: default on trial057:['vg_nvme/lv_4'] 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial040", "root=default"]}]': finished 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: osdmap e8: 1 total, 0 up, 1 in 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: Marking host: trial057 for OSDSpec preview refresh. 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: Saving service osd.default spec with placement trial057 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:20.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='client.? 10.20.193.57:0/3990508703' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "db916f72-31a9-4a47-b509-27501aff4550"} : dispatch 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "db916f72-31a9-4a47-b509-27501aff4550"} : dispatch 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db916f72-31a9-4a47-b509-27501aff4550"}]': finished 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295] boot 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:20.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:19 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:20.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial057:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:20.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: osd.default does not exist. Creating it now. 2026-02-21T11:34:20.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: Creating OSDs with service ID: default on trial057:['vg_nvme/lv_4'] 2026-02-21T11:34:20.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial040", "root=default"]}]': finished 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: osdmap e8: 1 total, 0 up, 1 in 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: Marking host: trial057 for OSDSpec preview refresh. 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: Saving service osd.default spec with placement trial057 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:20.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:34:20.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='client.? 10.20.193.57:0/3990508703' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "db916f72-31a9-4a47-b509-27501aff4550"} : dispatch 2026-02-21T11:34:20.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "db916f72-31a9-4a47-b509-27501aff4550"} : dispatch 2026-02-21T11:34:20.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db916f72-31a9-4a47-b509-27501aff4550"}]': finished 2026-02-21T11:34:20.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: osd.0 [v2:10.20.193.40:6802/775568295,v1:10.20.193.40:6803/775568295] boot 2026-02-21T11:34:20.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: osdmap e9: 2 total, 1 up, 2 in 2026-02-21T11:34:20.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:34:20.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:19 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:21.185 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: purged_snaps scrub starts 2026-02-21T11:34:21.186 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: purged_snaps scrub ok 2026-02-21T11:34:21.186 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: Detected new or changed devices on trial040 2026-02-21T11:34:21.186 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.186 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.186 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T11:34:21.186 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: Adjusting osd_memory_target on trial040 to 84047M 2026-02-21T11:34:21.186 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.186 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:21.186 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:21.187 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.187 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:21.187 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:21.187 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:21.187 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:20 trial057 ceph-mon[42786]: from='client.? 10.20.193.57:0/1255988355' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:34:21.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: purged_snaps scrub starts 2026-02-21T11:34:21.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: purged_snaps scrub ok 2026-02-21T11:34:21.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: Detected new or changed devices on trial040 2026-02-21T11:34:21.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T11:34:21.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: Adjusting osd_memory_target on trial040 to 84047M 2026-02-21T11:34:21.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:21.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:21.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:21.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:21.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:21.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:20 trial040 ceph-mon[39772]: from='client.? 10.20.193.57:0/1255988355' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:34:21.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: purged_snaps scrub starts 2026-02-21T11:34:21.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: purged_snaps scrub ok 2026-02-21T11:34:21.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: Detected new or changed devices on trial040 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: Adjusting osd_memory_target on trial040 to 84047M 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:21.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:21.233 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:20 trial157 ceph-mon[43406]: from='client.? 10.20.193.57:0/1255988355' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:34:22.050 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:21 trial057 ceph-mon[42786]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T11:34:22.050 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:21 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:22.050 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:21 trial057 ceph-mon[42786]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:22.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:21 trial040 ceph-mon[39772]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T11:34:22.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:21 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:22.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:21 trial040 ceph-mon[39772]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:22.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:21 trial157 ceph-mon[43406]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T11:34:22.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:21 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:22.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:21 trial157 ceph-mon[43406]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:23.180 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:22 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:34:23.180 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:22 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:23.181 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:22 trial057 ceph-mon[42786]: Deploying daemon osd.1 on trial057 2026-02-21T11:34:23.181 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:22 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:34:23.181 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:22 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:23.181 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:22 trial057 ceph-mon[42786]: Deploying daemon osd.1 on trial057 2026-02-21T11:34:23.218 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:22 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:34:23.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:22 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:23.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:22 trial040 ceph-mon[39772]: Deploying daemon osd.1 on trial057 2026-02-21T11:34:23.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:22 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:34:23.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:22 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:23.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:22 trial040 ceph-mon[39772]: Deploying daemon osd.1 on trial057 2026-02-21T11:34:23.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:22 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:34:23.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:22 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:23.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:22 trial157 ceph-mon[43406]: Deploying daemon osd.1 on trial057 2026-02-21T11:34:23.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:22 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:34:23.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:22 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:23.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:22 trial157 ceph-mon[43406]: Deploying daemon osd.1 on trial057 2026-02-21T11:34:24.104 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:23 trial057 ceph-mon[42786]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:24.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:23 trial040 ceph-mon[39772]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:24.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:23 trial157 ceph-mon[43406]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:25.229 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:25 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:25.229 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:25 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:25.229 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:25 trial057 ceph-mon[42786]: from='osd.1 [v2:10.20.193.57:6800/2065510094,v1:10.20.193.57:6801/2065510094]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:25.229 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:25 trial057 ceph-mon[42786]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:25.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:25 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:25.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:25 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:25.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:25 trial040 ceph-mon[39772]: from='osd.1 [v2:10.20.193.57:6800/2065510094,v1:10.20.193.57:6801/2065510094]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:25.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:25 trial040 ceph-mon[39772]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:25.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:25 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:25.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:25 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:25.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:25 trial157 ceph-mon[43406]: from='osd.1 [v2:10.20.193.57:6800/2065510094,v1:10.20.193.57:6801/2065510094]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:25.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:25 trial157 ceph-mon[43406]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:26.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:26 trial040 ceph-mon[39772]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:34:26.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:26 trial040 ceph-mon[39772]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T11:34:26.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:26 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:26.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:26 trial040 ceph-mon[39772]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:26.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:26 trial157 ceph-mon[43406]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:34:26.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:26 trial157 ceph-mon[43406]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T11:34:26.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:26 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:26.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:26 trial157 ceph-mon[43406]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:26.531 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:26 trial057 ceph-mon[42786]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:34:26.531 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:26 trial057 ceph-mon[42786]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T11:34:26.531 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:26 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:26.531 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:26 trial057 ceph-mon[42786]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:27.362 INFO:teuthology.orchestra.run.trial057.stdout:Created osd(s) 1 on host 'trial057' 2026-02-21T11:34:27.506 DEBUG:teuthology.orchestra.run.trial057:osd.1> sudo journalctl -f -n 0 -u ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@osd.1.service 2026-02-21T11:34:27.508 INFO:tasks.cephadm:Deploying osd.2 on trial157 with /dev/vg_nvme/lv_4... 2026-02-21T11:34:27.508 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T11:34:27.631 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.c/config 2026-02-21T11:34:27.816 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:27 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.817 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:27 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.817 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:27 trial157 ceph-mon[43406]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:27.817 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:27 trial157 ceph-mon[43406]: from='osd.1 [v2:10.20.193.57:6800/152421757,v1:10.20.193.57:6801/152421757]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:27.817 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:27 trial157 ceph-mon[43406]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:27.817 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:27 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.817 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:27 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.831 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:27 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.831 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:27 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.832 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:27 trial057 ceph-mon[42786]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:27.832 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:27 trial057 ceph-mon[42786]: from='osd.1 [v2:10.20.193.57:6800/152421757,v1:10.20.193.57:6801/152421757]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:27.832 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:27 trial057 ceph-mon[42786]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:27.832 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:27 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.832 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:27 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:27 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:27 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:27 trial040 ceph-mon[39772]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:27.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:27 trial040 ceph-mon[39772]: from='osd.1 [v2:10.20.193.57:6800/152421757,v1:10.20.193.57:6801/152421757]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:27.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:27 trial040 ceph-mon[39772]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:34:27.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:27 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:27.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:27 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.330 INFO:teuthology.orchestra.run.trial157.stdout: 2026-02-21T11:34:28.346 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch daemon add osd trial157:vg_nvme/lv_4 --skip-validation 2026-02-21T11:34:28.463 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.c/config 2026-02-21T11:34:28.821 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='osd.1 [v2:10.20.193.57:6800/152421757,v1:10.20.193.57:6801/152421757]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial057", "root=default"]} : dispatch 2026-02-21T11:34:28.821 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:34:28.822 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T11:34:28.822 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:28.822 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial057", "root=default"]} : dispatch 2026-02-21T11:34:28.822 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.822 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.822 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:28.822 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.823 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.823 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.823 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:28 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.826 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='osd.1 [v2:10.20.193.57:6800/152421757,v1:10.20.193.57:6801/152421757]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial057", "root=default"]} : dispatch 2026-02-21T11:34:28.826 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:34:28.826 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T11:34:28.827 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:28.827 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial057", "root=default"]} : dispatch 2026-02-21T11:34:28.827 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.827 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.827 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:28.827 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.827 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.828 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.828 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:28 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.828 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:28 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-osd-1[49291]: 2026-02-21T11:34:28.692+0000 7f4f4f15a640 -1 osd.1 0 waiting for initial osdmap 2026-02-21T11:34:28.828 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:28 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-osd-1[49291]: 2026-02-21T11:34:28.694+0000 7f4f47019640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T11:34:28.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='osd.1 [v2:10.20.193.57:6800/152421757,v1:10.20.193.57:6801/152421757]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial057", "root=default"]} : dispatch 2026-02-21T11:34:28.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:34:28.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T11:34:28.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:28.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial057", "root=default"]} : dispatch 2026-02-21T11:34:28.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:28.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:28.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:28 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial057", "root=default"]}]': finished 2026-02-21T11:34:29.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: osdmap e13: 2 total, 1 up, 2 in 2026-02-21T11:34:29.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:29.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:29.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial157:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:29.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: osd.default does not exist. Creating it now. 2026-02-21T11:34:29.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: Creating OSDs with service ID: default on trial157:['vg_nvme/lv_4'] 2026-02-21T11:34:29.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: Marking host: trial157 for OSDSpec preview refresh. 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: Saving service osd.default spec with placement trial157 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='client.? 10.20.193.157:0/1778052096' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "759c3fb2-37d4-49bf-b5ac-88b4cfea500a"} : dispatch 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "759c3fb2-37d4-49bf-b5ac-88b4cfea500a"} : dispatch 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "759c3fb2-37d4-49bf-b5ac-88b4cfea500a"}]': finished 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: osd.1 [v2:10.20.193.57:6800/152421757,v1:10.20.193.57:6801/152421757] boot 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: osdmap e14: 3 total, 2 up, 3 in 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:29 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.884 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial057", "root=default"]}]': finished 2026-02-21T11:34:29.884 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: osdmap e13: 2 total, 1 up, 2 in 2026-02-21T11:34:29.884 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:29.884 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:29.884 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial157:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:29.884 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: osd.default does not exist. Creating it now. 2026-02-21T11:34:29.884 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: Creating OSDs with service ID: default on trial157:['vg_nvme/lv_4'] 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: Marking host: trial157 for OSDSpec preview refresh. 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: Saving service osd.default spec with placement trial157 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='client.? 10.20.193.157:0/1778052096' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "759c3fb2-37d4-49bf-b5ac-88b4cfea500a"} : dispatch 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "759c3fb2-37d4-49bf-b5ac-88b4cfea500a"} : dispatch 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "759c3fb2-37d4-49bf-b5ac-88b4cfea500a"}]': finished 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: osd.1 [v2:10.20.193.57:6800/152421757,v1:10.20.193.57:6801/152421757] boot 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: osdmap e14: 3 total, 2 up, 3 in 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.885 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:29 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial057", "root=default"]}]': finished 2026-02-21T11:34:29.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: osdmap e13: 2 total, 1 up, 2 in 2026-02-21T11:34:29.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial157:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: osd.default does not exist. Creating it now. 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: Creating OSDs with service ID: default on trial157:['vg_nvme/lv_4'] 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: Marking host: trial157 for OSDSpec preview refresh. 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: Saving service osd.default spec with placement trial157 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:29.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: pgmap v29: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='client.? 10.20.193.157:0/1778052096' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "759c3fb2-37d4-49bf-b5ac-88b4cfea500a"} : dispatch 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "759c3fb2-37d4-49bf-b5ac-88b4cfea500a"} : dispatch 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "759c3fb2-37d4-49bf-b5ac-88b4cfea500a"}]': finished 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: osd.1 [v2:10.20.193.57:6800/152421757,v1:10.20.193.57:6801/152421757] boot 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: osdmap e14: 3 total, 2 up, 3 in 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:29.971 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:29 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:30.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: purged_snaps scrub starts 2026-02-21T11:34:30.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: purged_snaps scrub ok 2026-02-21T11:34:30.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: Detected new or changed devices on trial057 2026-02-21T11:34:30.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:30.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:30.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:30.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: Adjusting osd_memory_target on trial057 to 84047M 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:30.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:30 trial157 ceph-mon[43406]: from='client.? 10.20.193.157:0/3453590280' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: purged_snaps scrub starts 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: purged_snaps scrub ok 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: Detected new or changed devices on trial057 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: Adjusting osd_memory_target on trial057 to 84047M 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:31.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:31.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:31.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:31.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:31.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:30 trial057 ceph-mon[42786]: from='client.? 10.20.193.157:0/3453590280' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:34:31.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: purged_snaps scrub starts 2026-02-21T11:34:31.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: purged_snaps scrub ok 2026-02-21T11:34:31.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: Detected new or changed devices on trial057 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: Adjusting osd_memory_target on trial057 to 84047M 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:31.220 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:31.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:31.221 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:30 trial040 ceph-mon[39772]: from='client.? 10.20.193.157:0/3453590280' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:34:31.819 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:31 trial157 ceph-mon[43406]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T11:34:31.820 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:31 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:31.820 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:31 trial157 ceph-mon[43406]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:32.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:31 trial057 ceph-mon[42786]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T11:34:32.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:31 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:32.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:31 trial057 ceph-mon[42786]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:32.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:31 trial040 ceph-mon[39772]: osdmap e15: 3 total, 2 up, 3 in 2026-02-21T11:34:32.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:31 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:32.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:31 trial040 ceph-mon[39772]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:32.935 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:32 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T11:34:32.935 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:32 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:32.935 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:32 trial157 ceph-mon[43406]: Deploying daemon osd.2 on trial157 2026-02-21T11:34:32.935 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:32 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T11:34:32.935 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:32 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:32.935 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:32 trial157 ceph-mon[43406]: Deploying daemon osd.2 on trial157 2026-02-21T11:34:33.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:32 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T11:34:33.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:32 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:33.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:32 trial057 ceph-mon[42786]: Deploying daemon osd.2 on trial157 2026-02-21T11:34:33.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:32 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T11:34:33.133 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:32 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:33.133 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:32 trial057 ceph-mon[42786]: Deploying daemon osd.2 on trial157 2026-02-21T11:34:33.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:32 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T11:34:33.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:32 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:33.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:32 trial040 ceph-mon[39772]: Deploying daemon osd.2 on trial157 2026-02-21T11:34:33.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:32 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-21T11:34:33.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:32 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:33.219 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:32 trial040 ceph-mon[39772]: Deploying daemon osd.2 on trial157 2026-02-21T11:34:33.898 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:33 trial157 ceph-mon[43406]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:34.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:33 trial057 ceph-mon[42786]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:34.218 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:33 trial040 ceph-mon[39772]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:35.084 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:34 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:35.084 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:34 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:35.084 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:34 trial157 ceph-mon[43406]: from='osd.2 [v2:10.20.193.157:6800/1473370190,v1:10.20.193.157:6801/1473370190]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:35.084 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:34 trial157 ceph-mon[43406]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:35.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:34 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:35.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:34 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:35.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:34 trial057 ceph-mon[42786]: from='osd.2 [v2:10.20.193.157:6800/1473370190,v1:10.20.193.157:6801/1473370190]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:35.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:34 trial057 ceph-mon[42786]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:35.468 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:34 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:35.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:34 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:35.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:34 trial040 ceph-mon[39772]: from='osd.2 [v2:10.20.193.157:6800/1473370190,v1:10.20.193.157:6801/1473370190]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:35.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:34 trial040 ceph-mon[39772]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:36.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:35 trial157 ceph-mon[43406]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T11:34:36.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:35 trial157 ceph-mon[43406]: osdmap e16: 3 total, 2 up, 3 in 2026-02-21T11:34:36.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:35 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:36.232 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:35 trial157 ceph-mon[43406]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:36.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:35 trial057 ceph-mon[42786]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T11:34:36.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:35 trial057 ceph-mon[42786]: osdmap e16: 3 total, 2 up, 3 in 2026-02-21T11:34:36.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:35 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:36.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:35 trial057 ceph-mon[42786]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:36.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:35 trial040 ceph-mon[39772]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T11:34:36.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:35 trial040 ceph-mon[39772]: osdmap e16: 3 total, 2 up, 3 in 2026-02-21T11:34:36.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:35 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:36.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:35 trial040 ceph-mon[39772]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:37.077 INFO:teuthology.orchestra.run.trial157.stdout:Created osd(s) 2 on host 'trial157' 2026-02-21T11:34:37.222 DEBUG:teuthology.orchestra.run.trial157:osd.2> sudo journalctl -f -n 0 -u ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460@osd.2.service 2026-02-21T11:34:37.225 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-21T11:34:37.225 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T11:34:37.347 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:37.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:37 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:37 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:37 trial157 ceph-mon[43406]: from='osd.2 [v2:10.20.193.157:6800/424383651,v1:10.20.193.157:6801/424383651]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:37.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:37 trial157 ceph-mon[43406]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:37.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:37 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:37 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.578 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:37.578 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:37 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.578 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:37 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.579 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:37 trial040 ceph-mon[39772]: from='osd.2 [v2:10.20.193.157:6800/424383651,v1:10.20.193.157:6801/424383651]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:37.579 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:37 trial040 ceph-mon[39772]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:37.579 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:37 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.579 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:37 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:37 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:37 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:37 trial057 ceph-mon[42786]: from='osd.2 [v2:10.20.193.157:6800/424383651,v1:10.20.193.157:6801/424383651]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:37.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:37 trial057 ceph-mon[42786]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-21T11:34:37.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:37 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:37 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:37.716 INFO:teuthology.orchestra.run.trial040.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1771673669,"num_in_osds":3,"osd_in_since":1771673669,"num_remapped_pgs":0} 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='osd.2 [v2:10.20.193.157:6800/424383651,v1:10.20.193.157:6801/424383651]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: osdmap e17: 3 total, 2 up, 3 in 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/4034057448' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.497 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:38 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.497 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:38 trial157 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-osd-2[49509]: 2026-02-21T11:34:38.403+0000 7f3ef13bb640 -1 osd.2 0 waiting for initial osdmap 2026-02-21T11:34:38.497 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:38 trial157 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-osd-2[49509]: 2026-02-21T11:34:38.405+0000 7f3ee927a640 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='osd.2 [v2:10.20.193.157:6800/424383651,v1:10.20.193.157:6801/424383651]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: osdmap e17: 3 total, 2 up, 3 in 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/4034057448' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.523 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:38 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.716 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T11:34:38.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:38.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='osd.2 [v2:10.20.193.157:6800/424383651,v1:10.20.193.157:6801/424383651]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: osdmap e17: 3 total, 2 up, 3 in 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial157", "root=default"]} : dispatch 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/4034057448' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.722 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:38 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:38.834 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:39.075 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:39.215 INFO:teuthology.orchestra.run.trial040.stdout:{"epoch":18,"num_osds":3,"num_up_osds":2,"osd_up_since":1771673669,"num_in_osds":3,"osd_in_since":1771673669,"num_remapped_pgs":0} 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial157", "root=default"]}]': finished 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: osdmap e18: 3 total, 2 up, 3 in 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/1676952763' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:39.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:39.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:39.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:39.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:39 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:39.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial157", "root=default"]}]': finished 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: osdmap e18: 3 total, 2 up, 3 in 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/1676952763' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:39.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:39 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:39.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial157", "root=default"]}]': finished 2026-02-21T11:34:39.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: osdmap e18: 3 total, 2 up, 3 in 2026-02-21T11:34:39.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:39.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1676952763' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:39.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:39.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:39.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:34:39.721 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:39 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:40.217 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T11:34:40.337 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:40.565 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:40.565 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:40 trial040 ceph-mon[39772]: purged_snaps scrub starts 2026-02-21T11:34:40.565 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:40 trial040 ceph-mon[39772]: purged_snaps scrub ok 2026-02-21T11:34:40.565 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:40 trial040 ceph-mon[39772]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:40.565 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:40 trial040 ceph-mon[39772]: Detected new or changed devices on trial157 2026-02-21T11:34:40.566 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:40 trial040 ceph-mon[39772]: Adjusting osd_memory_target on trial157 to 88143M 2026-02-21T11:34:40.566 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:40 trial040 ceph-mon[39772]: osd.2 [v2:10.20.193.157:6800/424383651,v1:10.20.193.157:6801/424383651] boot 2026-02-21T11:34:40.566 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:40 trial040 ceph-mon[39772]: osdmap e19: 3 total, 3 up, 3 in 2026-02-21T11:34:40.566 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:40 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:40.639 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:40 trial157 ceph-mon[43406]: purged_snaps scrub starts 2026-02-21T11:34:40.639 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:40 trial157 ceph-mon[43406]: purged_snaps scrub ok 2026-02-21T11:34:40.640 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:40 trial157 ceph-mon[43406]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:40.640 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:40 trial157 ceph-mon[43406]: Detected new or changed devices on trial157 2026-02-21T11:34:40.640 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:40 trial157 ceph-mon[43406]: Adjusting osd_memory_target on trial157 to 88143M 2026-02-21T11:34:40.640 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:40 trial157 ceph-mon[43406]: osd.2 [v2:10.20.193.157:6800/424383651,v1:10.20.193.157:6801/424383651] boot 2026-02-21T11:34:40.640 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:40 trial157 ceph-mon[43406]: osdmap e19: 3 total, 3 up, 3 in 2026-02-21T11:34:40.640 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:40 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:40.705 INFO:teuthology.orchestra.run.trial040.stdout:{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1771673679,"num_in_osds":3,"osd_in_since":1771673669,"num_remapped_pgs":0} 2026-02-21T11:34:40.706 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T11:34:40.822 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:40.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:40 trial057 ceph-mon[42786]: purged_snaps scrub starts 2026-02-21T11:34:40.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:40 trial057 ceph-mon[42786]: purged_snaps scrub ok 2026-02-21T11:34:40.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:40 trial057 ceph-mon[42786]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:34:40.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:40 trial057 ceph-mon[42786]: Detected new or changed devices on trial157 2026-02-21T11:34:40.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:40 trial057 ceph-mon[42786]: Adjusting osd_memory_target on trial157 to 88143M 2026-02-21T11:34:40.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:40 trial057 ceph-mon[42786]: osd.2 [v2:10.20.193.157:6800/424383651,v1:10.20.193.157:6801/424383651] boot 2026-02-21T11:34:40.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:40 trial057 ceph-mon[42786]: osdmap e19: 3 total, 3 up, 3 in 2026-02-21T11:34:40.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:40 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:34:41.061 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:41.061 INFO:teuthology.orchestra.run.trial040.stdout:{"epoch":20,"fsid":"135f8644-0f19-11f1-bb8f-d404e6e7d460","created":"2026-02-21T11:33:14.787901+0000","modified":"2026-02-21T11:34:40.413956+0000","last_up_change":"2026-02-21T11:34:39.411930+0000","last_in_change":"2026-02-21T11:34:29.501400+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":11,"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":"77765694-9a88-4f35-a327-4ea936c40af4","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.40:6802","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6803","nonce":775568295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6804","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6805","nonce":775568295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6808","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6809","nonce":775568295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6806","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6807","nonce":775568295}]},"public_addr":"10.20.193.40:6803/775568295","cluster_addr":"10.20.193.40:6805/775568295","heartbeat_back_addr":"10.20.193.40:6809/775568295","heartbeat_front_addr":"10.20.193.40:6807/775568295","state":["exists","up"]},{"osd":1,"uuid":"db916f72-31a9-4a47-b509-27501aff4550","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.57:6800","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6801","nonce":152421757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6802","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6803","nonce":152421757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6806","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6807","nonce":152421757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6804","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6805","nonce":152421757}]},"public_addr":"10.20.193.57:6801/152421757","cluster_addr":"10.20.193.57:6803/152421757","heartbeat_back_addr":"10.20.193.57:6807/152421757","heartbeat_front_addr":"10.20.193.57:6805/152421757","state":["exists","up"]},{"osd":2,"uuid":"759c3fb2-37d4-49bf-b5ac-88b4cfea500a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6800","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6801","nonce":424383651}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6802","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6803","nonce":424383651}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6806","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6807","nonce":424383651}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6804","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6805","nonce":424383651}]},"public_addr":"10.20.193.157:6801/424383651","cluster_addr":"10.20.193.157:6803/424383651","heartbeat_back_addr":"10.20.193.157:6807/424383651","heartbeat_front_addr":"10.20.193.157:6805/424383651","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-21T11:34:18.530833+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-21T11:34:28.294406+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-21T11:34:38.087425+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.40:0/2801701590":"2026-02-22T11:33:37.197350+0000","10.20.193.40:0/1844485061":"2026-02-22T11:33:37.197350+0000","10.20.193.40:6801/2343080627":"2026-02-22T11:33:37.197350+0000","10.20.193.40:6800/2343080627":"2026-02-22T11:33:37.197350+0000","10.20.193.40:0/4182874428":"2026-02-22T11:33:37.197350+0000","10.20.193.40:0/16031276":"2026-02-22T11:33:25.885413+0000","10.20.193.40:6801/2669289757":"2026-02-22T11:33:25.885413+0000","10.20.193.40:0/53290147":"2026-02-22T11:33:25.885413+0000","10.20.193.40:0/2579551788":"2026-02-22T11:33:25.885413+0000","10.20.193.40:6800/2669289757":"2026-02-22T11:33:25.885413+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-21T11:34:41.201 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-21T11:34:41.201 INFO:tasks.cephadm:Setting up client nodes... 2026-02-21T11:34:41.202 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-21T11:34:41.317 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:41.432 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:41 trial040 ceph-mon[39772]: osdmap e20: 3 total, 3 up, 3 in 2026-02-21T11:34:41.432 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:41 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3727911684' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:34:41.433 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:41 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/4119297058' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:34:41.433 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:41 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' 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-21T11:34:41.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:41 trial157 ceph-mon[43406]: osdmap e20: 3 total, 3 up, 3 in 2026-02-21T11:34:41.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:41 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/3727911684' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:34:41.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:41 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/4119297058' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:34:41.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:41 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' 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-21T11:34:41.547 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:41.689 INFO:teuthology.orchestra.run.trial040.stdout:[{"version":13,"timestamp":"2026-02-21T11:34:39.364314+0000","name":"","changes":[{"name":"osd/host:trial157/osd_memory_target","new_value":"92424893235"}]}] 2026-02-21T11:34:41.690 INFO:tasks.ceph_manager:config epoch is 13 2026-02-21T11:34:41.690 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-21T11:34:41.690 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-21T11:34:41.690 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-21T11:34:41.808 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:41.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:41 trial057 ceph-mon[42786]: osdmap e20: 3 total, 3 up, 3 in 2026-02-21T11:34:41.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:41 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/3727911684' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:34:41.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:41 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/4119297058' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:34:41.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:41 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' 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-21T11:34:42.077 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:42.216 INFO:teuthology.orchestra.run.trial040.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6800","nonce":150189143},{"type":"v1","addr":"10.20.193.40:6801","nonce":150189143}]},"active_addr":"10.20.193.40:6801/150189143","active_change":"2026-02-21T11:33:37.197441+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14220,"name":"b","mgr_features":4544132024016699391,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often 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.40: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.40:0","nonce":3384349480}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.40:0","nonce":731586956}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.40:0","nonce":1648268894}]}]} 2026-02-21T11:34:42.220 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-21T11:34:42.220 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-21T11:34:42.220 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T11:34:42.338 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:42.575 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:42.575 INFO:teuthology.orchestra.run.trial040.stdout:{"epoch":22,"fsid":"135f8644-0f19-11f1-bb8f-d404e6e7d460","created":"2026-02-21T11:33:14.787901+0000","modified":"2026-02-21T11:34:42.421124+0000","last_up_change":"2026-02-21T11:34:39.411930+0000","last_in_change":"2026-02-21T11:34:29.501400+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":11,"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-21T11:34:41.404203+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":"22","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":"77765694-9a88-4f35-a327-4ea936c40af4","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.40:6802","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6803","nonce":775568295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6804","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6805","nonce":775568295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6808","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6809","nonce":775568295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6806","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6807","nonce":775568295}]},"public_addr":"10.20.193.40:6803/775568295","cluster_addr":"10.20.193.40:6805/775568295","heartbeat_back_addr":"10.20.193.40:6809/775568295","heartbeat_front_addr":"10.20.193.40:6807/775568295","state":["exists","up"]},{"osd":1,"uuid":"db916f72-31a9-4a47-b509-27501aff4550","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6800","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6801","nonce":152421757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6802","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6803","nonce":152421757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6806","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6807","nonce":152421757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6804","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6805","nonce":152421757}]},"public_addr":"10.20.193.57:6801/152421757","cluster_addr":"10.20.193.57:6803/152421757","heartbeat_back_addr":"10.20.193.57:6807/152421757","heartbeat_front_addr":"10.20.193.57:6805/152421757","state":["exists","up"]},{"osd":2,"uuid":"759c3fb2-37d4-49bf-b5ac-88b4cfea500a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6800","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6801","nonce":424383651}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6802","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6803","nonce":424383651}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6806","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6807","nonce":424383651}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6804","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6805","nonce":424383651}]},"public_addr":"10.20.193.157:6801/424383651","cluster_addr":"10.20.193.157:6803/424383651","heartbeat_back_addr":"10.20.193.157:6807/424383651","heartbeat_front_addr":"10.20.193.157:6805/424383651","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-21T11:34:18.530833+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-21T11:34:28.294406+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-21T11:34:38.087425+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.40:0/2801701590":"2026-02-22T11:33:37.197350+0000","10.20.193.40:0/1844485061":"2026-02-22T11:33:37.197350+0000","10.20.193.40:6801/2343080627":"2026-02-22T11:33:37.197350+0000","10.20.193.40:6800/2343080627":"2026-02-22T11:33:37.197350+0000","10.20.193.40:0/4182874428":"2026-02-22T11:33:37.197350+0000","10.20.193.40:0/16031276":"2026-02-22T11:33:25.885413+0000","10.20.193.40:6801/2669289757":"2026-02-22T11:33:25.885413+0000","10.20.193.40:0/53290147":"2026-02-22T11:33:25.885413+0000","10.20.193.40:0/2579551788":"2026-02-22T11:33:25.885413+0000","10.20.193.40:6800/2669289757":"2026-02-22T11:33:25.885413+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-21T11:34:42.673 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 ceph-mon[42786]: pgmap v42: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:42.674 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' 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-21T11:34:42.674 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 ceph-mon[42786]: osdmap e21: 3 total, 3 up, 3 in 2026-02-21T11:34:42.674 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-21T11:34:42.674 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/3463165443' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T11:34:42.674 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:42.674 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:42.674 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/4108460946' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T11:34:42.674 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57498]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-21T11:34:42.674 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57490]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T11:34:42.674 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57490]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.674 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57490]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.674 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57490]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.675 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57494]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T11:34:42.675 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57494]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.675 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57494]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.675 INFO:journalctl@ceph.osd.1.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57494]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.694 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67856]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T11:34:42.694 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67856]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.694 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67856]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.694 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67856]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.694 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67870]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T11:34:42.694 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67870]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.694 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67870]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.694 INFO:journalctl@ceph.osd.0.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67870]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.694 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 ceph-mon[39772]: pgmap v42: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:42.694 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' 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-21T11:34:42.694 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 ceph-mon[39772]: osdmap e21: 3 total, 3 up, 3 in 2026-02-21T11:34:42.694 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-21T11:34:42.694 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/3463165443' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T11:34:42.694 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:42.694 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:42.694 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/4108460946' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T11:34:42.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67885]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-21T11:34:42.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67885]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67885]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67885]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67909]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-21T11:34:42.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67909]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67909]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:42 trial040 sudo[67909]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.716 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-21T11:34:42.716 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T11:34:42.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 ceph-mon[43406]: pgmap v42: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:42.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' 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-21T11:34:42.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 ceph-mon[43406]: osdmap e21: 3 total, 3 up, 3 in 2026-02-21T11:34:42.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-21T11:34:42.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/3463165443' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T11:34:42.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:42.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:42.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/4108460946' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T11:34:42.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54935]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-21T11:34:42.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54935]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54935]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54935]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54939]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-21T11:34:42.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54939]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54939]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54939]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.732 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54927]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-21T11:34:42.732 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54927]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.732 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54927]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.732 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54927]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.732 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54931]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-21T11:34:42.732 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54931]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:42.732 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54931]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:42.732 INFO:journalctl@ceph.osd.2.trial157.stdout:Feb 21 11:34:42 trial157 sudo[54931]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:42.833 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:43.070 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:43.070 INFO:teuthology.orchestra.run.trial040.stdout:{"epoch":22,"fsid":"135f8644-0f19-11f1-bb8f-d404e6e7d460","created":"2026-02-21T11:33:14.787901+0000","modified":"2026-02-21T11:34:42.421124+0000","last_up_change":"2026-02-21T11:34:39.411930+0000","last_in_change":"2026-02-21T11:34:29.501400+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":11,"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-21T11:34:41.404203+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":"22","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":"77765694-9a88-4f35-a327-4ea936c40af4","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.40:6802","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6803","nonce":775568295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6804","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6805","nonce":775568295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6808","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6809","nonce":775568295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.40:6806","nonce":775568295},{"type":"v1","addr":"10.20.193.40:6807","nonce":775568295}]},"public_addr":"10.20.193.40:6803/775568295","cluster_addr":"10.20.193.40:6805/775568295","heartbeat_back_addr":"10.20.193.40:6809/775568295","heartbeat_front_addr":"10.20.193.40:6807/775568295","state":["exists","up"]},{"osd":1,"uuid":"db916f72-31a9-4a47-b509-27501aff4550","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6800","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6801","nonce":152421757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6802","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6803","nonce":152421757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6806","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6807","nonce":152421757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.57:6804","nonce":152421757},{"type":"v1","addr":"10.20.193.57:6805","nonce":152421757}]},"public_addr":"10.20.193.57:6801/152421757","cluster_addr":"10.20.193.57:6803/152421757","heartbeat_back_addr":"10.20.193.57:6807/152421757","heartbeat_front_addr":"10.20.193.57:6805/152421757","state":["exists","up"]},{"osd":2,"uuid":"759c3fb2-37d4-49bf-b5ac-88b4cfea500a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6800","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6801","nonce":424383651}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6802","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6803","nonce":424383651}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6806","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6807","nonce":424383651}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.157:6804","nonce":424383651},{"type":"v1","addr":"10.20.193.157:6805","nonce":424383651}]},"public_addr":"10.20.193.157:6801/424383651","cluster_addr":"10.20.193.157:6803/424383651","heartbeat_back_addr":"10.20.193.157:6807/424383651","heartbeat_front_addr":"10.20.193.157:6805/424383651","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-21T11:34:18.530833+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-21T11:34:28.294406+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-21T11:34:38.087425+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.40:0/2801701590":"2026-02-22T11:33:37.197350+0000","10.20.193.40:0/1844485061":"2026-02-22T11:33:37.197350+0000","10.20.193.40:6801/2343080627":"2026-02-22T11:33:37.197350+0000","10.20.193.40:6800/2343080627":"2026-02-22T11:33:37.197350+0000","10.20.193.40:0/4182874428":"2026-02-22T11:33:37.197350+0000","10.20.193.40:0/16031276":"2026-02-22T11:33:25.885413+0000","10.20.193.40:6801/2669289757":"2026-02-22T11:33:25.885413+0000","10.20.193.40:0/53290147":"2026-02-22T11:33:25.885413+0000","10.20.193.40:0/2579551788":"2026-02-22T11:33:25.885413+0000","10.20.193.40:6800/2669289757":"2026-02-22T11:33:25.885413+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-21T11:34:43.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57498]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:43.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57498]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:43.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57498]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:43.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57502]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-21T11:34:43.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57502]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-21T11:34:43.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57502]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-21T11:34:43.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:42 trial057 sudo[57502]: pam_unix(sudo:session): session closed for user root 2026-02-21T11:34:43.210 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-21T11:34:43.210 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-21T11:34:43.210 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-21T11:34:43.327 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:43.327 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:43.327 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1389991107' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:43 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/263219680' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:34:43.612 INFO:teuthology.orchestra.run.trial040.stdout:60129542148 2026-02-21T11:34:43.613 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T11:34:43.614 INFO:teuthology.orchestra.run.trial040.stdout:38654705670 2026-02-21T11:34:43.615 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T11:34:43.619 INFO:teuthology.orchestra.run.trial040.stdout:81604378627 2026-02-21T11:34:43.620 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-21T11:34:43.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-21T11:34:43.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T11:34:43.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/1389991107' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:34:43.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:43 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/263219680' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:34:43.737 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:43.781 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:43.781 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:43.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: osdmap e22: 3 total, 3 up, 3 in 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/1389991107' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:43.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:34:43.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-21T11:34:43.884 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:43.884 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:43 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/263219680' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:34:43.997 INFO:teuthology.orchestra.run.trial040.stdout:60129542147 2026-02-21T11:34:44.020 INFO:teuthology.orchestra.run.trial040.stdout:38654705669 2026-02-21T11:34:44.021 INFO:teuthology.orchestra.run.trial040.stdout:81604378626 2026-02-21T11:34:44.138 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542147 for osd.1 2026-02-21T11:34:44.164 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705670 got 38654705669 for osd.0 2026-02-21T11:34:44.175 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378627 got 81604378626 for osd.2 2026-02-21T11:34:44.694 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:44 trial040 ceph-mon[39772]: pgmap v45: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:44.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:44 trial040 ceph-mon[39772]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T11:34:44.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:44 trial040 ceph-mon[39772]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-21T11:34:44.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:44 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1894708802' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:34:44.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:44 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/2399306164' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:34:44.695 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:44 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1020040079' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T11:34:44.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:44 trial157 ceph-mon[43406]: pgmap v45: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:44.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:44 trial157 ceph-mon[43406]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T11:34:44.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:44 trial157 ceph-mon[43406]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-21T11:34:44.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:44 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/1894708802' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:34:44.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:44 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/2399306164' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:34:44.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:44 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/1020040079' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T11:34:44.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:44 trial057 ceph-mon[42786]: pgmap v45: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:44.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:44 trial057 ceph-mon[42786]: osdmap e23: 3 total, 3 up, 3 in 2026-02-21T11:34:44.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:44 trial057 ceph-mon[42786]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-21T11:34:44.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:44 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/1894708802' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:34:44.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:44 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/2399306164' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:34:44.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:44 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/1020040079' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T11:34:45.139 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T11:34:45.166 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T11:34:45.176 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-21T11:34:45.260 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:45.300 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:45.304 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:45.506 INFO:teuthology.orchestra.run.trial040.stdout:60129542149 2026-02-21T11:34:45.528 INFO:teuthology.orchestra.run.trial040.stdout:38654705671 2026-02-21T11:34:45.529 INFO:teuthology.orchestra.run.trial040.stdout:81604378627 2026-02-21T11:34:45.648 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542149 for osd.1 2026-02-21T11:34:45.648 DEBUG:teuthology.parallel:result is None 2026-02-21T11:34:45.672 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378627 got 81604378627 for osd.2 2026-02-21T11:34:45.672 DEBUG:teuthology.parallel:result is None 2026-02-21T11:34:45.680 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705670 got 38654705671 for osd.0 2026-02-21T11:34:45.681 DEBUG:teuthology.parallel:result is None 2026-02-21T11:34:45.681 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-21T11:34:45.681 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T11:34:45.836 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:46.067 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:46.067 INFO:teuthology.orchestra.run.trial040.stderr:dumped all 2026-02-21T11:34:46.210 INFO:teuthology.orchestra.run.trial040.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-21T11:34:45.206849+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":85660,"kb_used_data":2308,"kb_used_omap":31,"kb_used_meta":81568,"kb_avail":2201923940,"statfs":{"total":2254857830400,"available":2254770114560,"internally_reserved":0,"allocated":2363392,"data_stored":1951952,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":32521,"internal_metadata":83525879},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":196,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-02-21T11:34:43.415231+0000","last_change":"2026-02-21T11:34:42.415080+0000","last_active":"2026-02-21T11:34:43.415231+0000","last_peered":"2026-02-21T11:34:43.415231+0000","last_clean":"2026-02-21T11:34:43.415231+0000","last_became_active":"2026-02-21T11:34:42.414957+0000","last_became_peered":"2026-02-21T11:34:42.414957+0000","last_unstale":"2026-02-21T11:34:43.415231+0000","last_undegraded":"2026-02-21T11:34:43.415231+0000","last_fullsized":"2026-02-21T11:34:43.415231+0000","mapping_epoch":21,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":22,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T11:34:41.417671+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T11:34:41.417671+0000","last_clean_scrub_stamp":"2026-02-21T11:34:41.417671+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-22T16:39:08.888421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":19,"seq":81604378627,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28548,"kb_used_data":764,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733974652,"statfs":{"total":751619276800,"available":751590043648,"internally_reserved":0,"allocated":782336,"data_stored":648116,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7146,"internal_metadata":27845654},"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":60129542149,"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":10,"kb_used_meta":27189,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651918,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11060,"internal_metadata":27841740},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705671,"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":13,"kb_used_meta":27186,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651918,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":14315,"internal_metadata":27838485},"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-21T11:34:46.211 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T11:34:46.326 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:46.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:46 trial040 ceph-mon[39772]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:46.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:46 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/501485597' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:34:46.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:46 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/4145237612' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:34:46.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:46 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1367178207' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T11:34:46.557 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:46.557 INFO:teuthology.orchestra.run.trial040.stderr:dumped all 2026-02-21T11:34:46.696 INFO:teuthology.orchestra.run.trial040.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-21T11:34:45.206849+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":85660,"kb_used_data":2308,"kb_used_omap":31,"kb_used_meta":81568,"kb_avail":2201923940,"statfs":{"total":2254857830400,"available":2254770114560,"internally_reserved":0,"allocated":2363392,"data_stored":1951952,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":32521,"internal_metadata":83525879},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":196,"reported_epoch":23,"state":"active+clean","last_fresh":"2026-02-21T11:34:43.415231+0000","last_change":"2026-02-21T11:34:42.415080+0000","last_active":"2026-02-21T11:34:43.415231+0000","last_peered":"2026-02-21T11:34:43.415231+0000","last_clean":"2026-02-21T11:34:43.415231+0000","last_became_active":"2026-02-21T11:34:42.414957+0000","last_became_peered":"2026-02-21T11:34:42.414957+0000","last_unstale":"2026-02-21T11:34:43.415231+0000","last_undegraded":"2026-02-21T11:34:43.415231+0000","last_fullsized":"2026-02-21T11:34:43.415231+0000","mapping_epoch":21,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":22,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-21T11:34:41.417671+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-21T11:34:41.417671+0000","last_clean_scrub_stamp":"2026-02-21T11:34:41.417671+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-22T16:39:08.888421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":19,"seq":81604378627,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28548,"kb_used_data":764,"kb_used_omap":6,"kb_used_meta":27193,"kb_avail":733974652,"statfs":{"total":751619276800,"available":751590043648,"internally_reserved":0,"allocated":782336,"data_stored":648116,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7146,"internal_metadata":27845654},"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":60129542149,"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":10,"kb_used_meta":27189,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651918,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11060,"internal_metadata":27841740},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705671,"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":13,"kb_used_meta":27186,"kb_avail":733974644,"statfs":{"total":751619276800,"available":751590035456,"internally_reserved":0,"allocated":790528,"data_stored":651918,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":14315,"internal_metadata":27838485},"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-21T11:34:46.696 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-21T11:34:46.696 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-21T11:34:46.696 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-21T11:34:46.697 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph health --format=json 2026-02-21T11:34:46.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:46 trial157 ceph-mon[43406]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:46.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:46 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/501485597' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:34:46.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:46 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/4145237612' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:34:46.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:46 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/1367178207' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T11:34:46.812 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:34:46.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:46 trial057 ceph-mon[42786]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:46.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:46 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/501485597' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:34:46.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:46 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/4145237612' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:34:46.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:46 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/1367178207' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-21T11:34:47.068 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:34:47.068 INFO:teuthology.orchestra.run.trial040.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-21T11:34:47.208 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-21T11:34:47.208 INFO:tasks.cephadm:Setup complete, yielding 2026-02-21T11:34:47.208 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-21T11:34:47.219 INFO:tasks.cephadm:Running commands on role host.c host ubuntu@trial157.front.sepia.ceph.com 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- bash -c 'set -ex 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> # Deploy monitoring stack 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> ceph orch apply node-exporter 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> ceph orch apply grafana 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> ceph orch apply alertmanager 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> ceph orch apply prometheus 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> sleep 240 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> # generate SSL certificate 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> openssl req -x509 -newkey rsa:4096 -keyout /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj "/CN=*" 2026-02-21T11:34:47.220 DEBUG:teuthology.orchestra.run.trial157:> # Generate a mgmt.spec template 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> cat << EOT > /tmp/mgmt.spec 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> service_type: mgmt-gateway 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> service_id: foo 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> placement: 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> hosts: 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> - ${HOSTNAME} 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> spec: 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> ssl_protocols: 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> - TLSv1.2 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> - TLSv1.3 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> ssl_ciphers: 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> - AES128-SHA 2026-02-21T11:34:47.221 DEBUG:teuthology.orchestra.run.trial157:> - AES256-SHA 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> enable_health_check_endpoint: True 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> EOT 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> # Add generated certificates to spec file 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> echo " ssl_cert: |" >> /tmp/mgmt.spec 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/cert.pem >> /tmp/mgmt.spec 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> echo " ssl_key: |" >> /tmp/mgmt.spec 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/key.pem >> /tmp/mgmt.spec 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> # Apply spec 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> ceph orch apply -i /tmp/mgmt.spec 2026-02-21T11:34:47.222 DEBUG:teuthology.orchestra.run.trial157:> ' 2026-02-21T11:34:47.345 INFO:teuthology.orchestra.run.trial157.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.c/config 2026-02-21T11:34:47.426 INFO:teuthology.orchestra.run.trial157.stderr:+ ceph orch apply node-exporter 2026-02-21T11:34:47.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:47 trial040 ceph-mon[39772]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:34:47.469 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:47 trial040 ceph-mon[39772]: from='client.? 10.20.193.40:0/1851933258' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T11:34:47.590 INFO:teuthology.orchestra.run.trial157.stdout:Scheduled node-exporter update... 2026-02-21T11:34:47.591 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:47 trial157 ceph-mon[43406]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:34:47.591 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:47 trial157 ceph-mon[43406]: from='client.? 10.20.193.40:0/1851933258' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T11:34:47.598 INFO:teuthology.orchestra.run.trial157.stderr:+ ceph orch apply grafana 2026-02-21T11:34:47.763 INFO:teuthology.orchestra.run.trial157.stdout:Scheduled grafana update... 2026-02-21T11:34:47.771 INFO:teuthology.orchestra.run.trial157.stderr:+ ceph orch apply alertmanager 2026-02-21T11:34:47.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:47 trial057 ceph-mon[42786]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:34:47.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:47 trial057 ceph-mon[42786]: from='client.? 10.20.193.40:0/1851933258' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T11:34:47.942 INFO:teuthology.orchestra.run.trial157.stdout:Scheduled alertmanager update... 2026-02-21T11:34:47.951 INFO:teuthology.orchestra.run.trial157.stderr:+ ceph orch apply prometheus 2026-02-21T11:34:48.112 INFO:teuthology.orchestra.run.trial157.stdout:Scheduled prometheus update... 2026-02-21T11:34:48.122 INFO:teuthology.orchestra.run.trial157.stderr:+ sleep 240 2026-02-21T11:34:48.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:48 trial040 ceph-mon[39772]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:34:48.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:48 trial040 ceph-mon[39772]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:48.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:48.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:48 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:48 trial157 ceph-mon[43406]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:34:48.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:48 trial157 ceph-mon[43406]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:48.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:48 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:48 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:48.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:48 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:48 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:48 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:48 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:48 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:48 trial057 ceph-mon[42786]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:34:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:48 trial057 ceph-mon[42786]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:48 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:48 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:34:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:48 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:48 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:48 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:48 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:48 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.640 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='client.24280 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.640 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: Saving service node-exporter spec with placement * 2026-02-21T11:34:49.640 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.640 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: Saving service grafana spec with placement count:1 2026-02-21T11:34:49.640 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='client.24292 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.640 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: Saving service alertmanager spec with placement count:1 2026-02-21T11:34:49.640 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='client.24298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.640 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: Saving service prometheus spec with placement count:1 2026-02-21T11:34:49.641 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.641 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.641 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:49.641 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:49.641 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.641 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:49.641 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.641 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:49 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='client.24280 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: Saving service node-exporter spec with placement * 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: Saving service grafana spec with placement count:1 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='client.24292 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: Saving service alertmanager spec with placement count:1 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='client.24298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: Saving service prometheus spec with placement count:1 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:49.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:49.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:49.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:49 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='client.24280 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: Saving service node-exporter spec with placement * 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: Saving service grafana spec with placement count:1 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='client.24292 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: Saving service alertmanager spec with placement count:1 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='client.24298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: Saving service prometheus spec with placement count:1 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:34:49.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:49.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:49 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:50.712 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:50 trial057 ceph-mon[42786]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:50.712 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:50 trial057 ceph-mon[42786]: Deploying daemon node-exporter.trial040 on trial040 2026-02-21T11:34:50.712 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:50 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:50.712 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:50 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:50.712 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:50 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:50.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:50 trial040 ceph-mon[39772]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:50 trial040 ceph-mon[39772]: Deploying daemon node-exporter.trial040 on trial040 2026-02-21T11:34:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:50 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:50.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:50 trial157 ceph-mon[43406]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:50.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:50 trial157 ceph-mon[43406]: Deploying daemon node-exporter.trial040 on trial040 2026-02-21T11:34:50.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:50 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:50.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:50 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:50.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:50 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:51.499 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:51 trial057 ceph-mon[42786]: Deploying daemon node-exporter.trial057 on trial057 2026-02-21T11:34:51.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:51 trial040 ceph-mon[39772]: Deploying daemon node-exporter.trial057 on trial057 2026-02-21T11:34:51.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:51 trial157 ceph-mon[43406]: Deploying daemon node-exporter.trial057 on trial057 2026-02-21T11:34:52.662 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:52 trial157 ceph-mon[43406]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:52.662 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:52 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:52.662 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:52 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:52.662 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:52 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:52.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:52 trial040 ceph-mon[39772]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:52.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:52 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:52.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:52 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:52.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:52 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:52.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:52 trial057 ceph-mon[42786]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:52.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:52 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:52.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:52 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:52.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:52 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: Deploying daemon node-exporter.trial157 on trial157 2026-02-21T11:34:53.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T11:34:53.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:53 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: Deploying daemon node-exporter.trial157 on trial157 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T11:34:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:53 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: Deploying daemon node-exporter.trial157 on trial157 2026-02-21T11:34:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:53.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T11:34:53.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:53 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:54.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:54 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T11:34:54.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:54 trial040 ceph-mon[39772]: Deploying daemon grafana.trial040 on trial040 2026-02-21T11:34:54.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:54 trial040 ceph-mon[39772]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:54.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:54 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T11:34:54.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:54 trial157 ceph-mon[43406]: Deploying daemon grafana.trial040 on trial040 2026-02-21T11:34:54.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:54 trial157 ceph-mon[43406]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:54.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:54 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T11:34:54.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:54 trial057 ceph-mon[42786]: Deploying daemon grafana.trial040 on trial040 2026-02-21T11:34:54.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:54 trial057 ceph-mon[42786]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:56.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:56 trial040 ceph-mon[39772]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:56.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:56 trial157 ceph-mon[43406]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:56.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:56 trial057 ceph-mon[42786]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:58.649 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:58 trial040 ceph-mon[39772]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:58.649 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:58 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.649 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:58 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.649 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:58 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.649 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:58 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.649 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:58 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.649 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:58 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.649 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:58 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:58 trial157 ceph-mon[43406]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:58 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:58 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:58 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:58 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:58 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:58 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:58 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:58 trial057 ceph-mon[42786]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:34:58.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:58 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:58 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:58 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:58 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:58 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:58 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:58.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:58 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:34:59.495 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:34:59 trial040 ceph-mon[39772]: Deploying daemon alertmanager.trial157 on trial157 2026-02-21T11:34:59.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:34:59 trial157 ceph-mon[43406]: Deploying daemon alertmanager.trial157 on trial157 2026-02-21T11:34:59.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:34:59 trial057 ceph-mon[42786]: Deploying daemon alertmanager.trial157 on trial157 2026-02-21T11:35:00.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:00 trial040 ceph-mon[39772]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:00.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:00 trial157 ceph-mon[43406]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:00.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:00 trial057 ceph-mon[42786]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: Deploying daemon prometheus.trial057 on trial057 2026-02-21T11:35:01.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:01 trial040 ceph-mon[39772]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: Deploying daemon prometheus.trial057 on trial057 2026-02-21T11:35:01.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:01 trial157 ceph-mon[43406]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:02.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:02.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:02.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:02.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:02.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:02.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:02.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:02.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:02.131 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: Deploying daemon prometheus.trial057 on trial057 2026-02-21T11:35:02.132 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:01 trial057 ceph-mon[42786]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:03.425 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:03 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:03.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:03 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:03.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:03 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:04 trial040 ceph-mon[39772]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:04.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:04 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-21T11:35:04.719 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:04 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ignoring --setuser ceph since I am not root 2026-02-21T11:35:04.719 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:04 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ignoring --setgroup ceph since I am not root 2026-02-21T11:35:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:04 trial157 ceph-mon[43406]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:04 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-21T11:35:04.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:04 trial057 ceph-mon[42786]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:04.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' 2026-02-21T11:35:04.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:04 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-21T11:35:04.882 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:04 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: ignoring --setuser ceph since I am not root 2026-02-21T11:35:04.882 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:04 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: ignoring --setgroup ceph since I am not root 2026-02-21T11:35:04.882 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:04 trial057 ceph-mgr[43980]: -- 10.20.193.57:0/3755207479 <== mon.2 v2:10.20.193.57:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x2ce3a00 con 0x2cb7800 2026-02-21T11:35:05.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:05 trial157 ceph-mon[43406]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-21T11:35:05.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:05 trial157 ceph-mon[43406]: mgrmap e16: a(active, since 87s), standbys: b 2026-02-21T11:35:05.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:05 trial057 ceph-mon[42786]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-21T11:35:05.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:05 trial057 ceph-mon[42786]: mgrmap e16: a(active, since 87s), standbys: b 2026-02-21T11:35:05.881 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:05 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: /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-21T11:35:05.881 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:05 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: 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-21T11:35:05.881 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:05 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: from numpy import show_config as show_numpy_config 2026-02-21T11:35:05.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:05 trial040 ceph-mon[39772]: from='mgr.14152 10.20.193.40:0/3605270363' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-21T11:35:05.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:05 trial040 ceph-mon[39772]: mgrmap e16: a(active, since 87s), standbys: b 2026-02-21T11:35:05.970 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:05 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: /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-21T11:35:05.970 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:05 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: 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-21T11:35:05.970 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:05 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: from numpy import show_config as show_numpy_config 2026-02-21T11:35:07.493 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: [21/Feb/2026:11:35:07] ENGINE Bus STARTING 2026-02-21T11:35:07.494 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: CherryPy Checker: 2026-02-21T11:35:07.494 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: The Application mounted at '' has an empty config. 2026-02-21T11:35:07.494 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: 2026-02-21T11:35:07.494 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: [21/Feb/2026:11:35:07] ENGINE Serving on http://:::9283 2026-02-21T11:35:07.494 INFO:journalctl@ceph.mgr.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-b[43954]: [21/Feb/2026:11:35:07] ENGINE Bus STARTED 2026-02-21T11:35:07.494 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T11:35:07.494 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T11:35:07.494 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: Standby manager daemon b restarted 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: Standby manager daemon b started 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: Active manager daemon a restarted 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: Activating manager daemon a 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: osdmap e24: 3 total, 3 up, 3 in 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: mgrmap e17: a(active, starting, since 0.00498628s), standbys: b 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:35:07.495 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T11:35:07.496 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:35:07.496 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:35:07.496 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:35:07.496 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:35:07.496 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:35:07.496 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:35:07.496 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:07 trial057 ceph-mon[42786]: Manager daemon a is now available 2026-02-21T11:35:07.541 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T11:35:07.541 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T11:35:07.541 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T11:35:07.541 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T11:35:07.541 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: Standby manager daemon b restarted 2026-02-21T11:35:07.541 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: Standby manager daemon b started 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: Active manager daemon a restarted 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: Activating manager daemon a 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: osdmap e24: 3 total, 3 up, 3 in 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: mgrmap e17: a(active, starting, since 0.00498628s), standbys: b 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:35:07.542 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:35:07.543 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:35:07.543 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:35:07.543 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:35:07.543 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:07 trial157 ceph-mon[43406]: Manager daemon a is now available 2026-02-21T11:35:07.558 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T11:35:07.558 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T11:35:07.558 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T11:35:07.558 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.? 10.20.193.57:0/1599689870' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T11:35:07.558 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: Standby manager daemon b restarted 2026-02-21T11:35:07.558 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: Standby manager daemon b started 2026-02-21T11:35:07.558 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: Active manager daemon a restarted 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: Activating manager daemon a 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: osdmap e24: 3 total, 3 up, 3 in 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: mgrmap e17: a(active, starting, since 0.00498628s), standbys: b 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-21T11:35:07.559 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:35:07.560 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:35:07.560 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:35:07.560 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:07 trial040 ceph-mon[39772]: Manager daemon a is now available 2026-02-21T11:35:08.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: [21/Feb/2026:11:35:08] ENGINE Bus STARTING 2026-02-21T11:35:08.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: CherryPy Checker: 2026-02-21T11:35:08.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: The Application mounted at '' has an empty config. 2026-02-21T11:35:08.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: 2026-02-21T11:35:08.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: [21/Feb/2026:11:35:08] ENGINE Serving on http://:::9283 2026-02-21T11:35:08.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: [21/Feb/2026:11:35:08] ENGINE Bus STARTED 2026-02-21T11:35:08.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:35:08.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:08.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T11:35:08.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:35:08.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:35:08.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:08 trial040 ceph-mon[39772]: mgrmap e18: a(active, since 1.009s), standbys: b 2026-02-21T11:35:08.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:35:08.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:08.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T11:35:08.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:35:08.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:35:08.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:08 trial157 ceph-mon[43406]: mgrmap e18: a(active, since 1.009s), standbys: b 2026-02-21T11:35:08.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:08.633 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:08 trial057 ceph-mon[42786]: mgrmap e18: a(active, since 1.009s), standbys: b 2026-02-21T11:35:09.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: [21/Feb/2026:11:35:07] ENGINE Bus STARTING 2026-02-21T11:35:09.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: [21/Feb/2026:11:35:07] ENGINE Serving on http://10.20.193.40:8765 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: [21/Feb/2026:11:35:07] ENGINE Serving on https://10.20.193.40:7150 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: [21/Feb/2026:11:35:07] ENGINE Bus STARTED 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: [21/Feb/2026:11:35:07] ENGINE Client ('10.20.193.40', 44064) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:35:09.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:35:09.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:35:09.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:09 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: [21/Feb/2026:11:35:07] ENGINE Bus STARTING 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: [21/Feb/2026:11:35:07] ENGINE Serving on http://10.20.193.40:8765 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: [21/Feb/2026:11:35:07] ENGINE Serving on https://10.20.193.40:7150 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: [21/Feb/2026:11:35:07] ENGINE Bus STARTED 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: [21/Feb/2026:11:35:07] ENGINE Client ('10.20.193.40', 44064) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:35:09.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:09 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-21T11:35:09.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: [21/Feb/2026:11:35:07] ENGINE Bus STARTING 2026-02-21T11:35:09.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: [21/Feb/2026:11:35:07] ENGINE Serving on http://10.20.193.40:8765 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: [21/Feb/2026:11:35:07] ENGINE Serving on https://10.20.193.40:7150 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: [21/Feb/2026:11:35:07] ENGINE Bus STARTED 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: [21/Feb/2026:11:35:07] ENGINE Client ('10.20.193.40', 44064) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.984 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.984 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.984 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.984 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:09.984 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:35:09.984 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:09 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-21T11:35:10.785 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Adjusting osd_memory_target on trial157 to 86095M 2026-02-21T11:35:10.785 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Adjusting osd_memory_target on trial057 to 81999M 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Adjusting osd_memory_target on trial040 to 81999M 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial040:/etc/ceph/ceph.conf 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial057:/etc/ceph/ceph.conf 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial157:/etc/ceph/ceph.conf 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial057:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial040:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial157:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:35:10.786 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:35:10.787 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:35:10.787 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:35:10.787 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:10.787 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-21T11:35:10.787 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-21T11:35:10.787 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:10.787 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:10 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T11:35:10.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Adjusting osd_memory_target on trial157 to 86095M 2026-02-21T11:35:10.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Adjusting osd_memory_target on trial057 to 81999M 2026-02-21T11:35:10.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Adjusting osd_memory_target on trial040 to 81999M 2026-02-21T11:35:10.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial040:/etc/ceph/ceph.conf 2026-02-21T11:35:10.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial057:/etc/ceph/ceph.conf 2026-02-21T11:35:10.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial157:/etc/ceph/ceph.conf 2026-02-21T11:35:10.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:35:10.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:35:10.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:35:10.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial057:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial040:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial157:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:10.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:10 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T11:35:10.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Adjusting osd_memory_target on trial157 to 86095M 2026-02-21T11:35:10.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Adjusting osd_memory_target on trial057 to 81999M 2026-02-21T11:35:10.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Adjusting osd_memory_target on trial040 to 81999M 2026-02-21T11:35:10.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial040:/etc/ceph/ceph.conf 2026-02-21T11:35:10.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial057:/etc/ceph/ceph.conf 2026-02-21T11:35:10.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial157:/etc/ceph/ceph.conf 2026-02-21T11:35:10.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:35:10.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:35:10.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.conf 2026-02-21T11:35:10.982 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial057:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial040:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial157:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial057:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial157:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: Updating trial040:/var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:10.983 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:10 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-21T11:35:11.674 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:11 trial040 ceph-mon[39772]: Reconfiguring grafana.trial040 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial057', 'secure_monitoring_stack:False'] (diff {'prometheus.trial057'}) 2026-02-21T11:35:11.674 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:11 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T11:35:11.674 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:11 trial040 ceph-mon[39772]: Reconfiguring daemon grafana.trial040 on trial040 2026-02-21T11:35:11.674 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:11 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:11.674 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:11 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:11.803 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:11 trial157 ceph-mon[43406]: Reconfiguring grafana.trial040 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial057', 'secure_monitoring_stack:False'] (diff {'prometheus.trial057'}) 2026-02-21T11:35:11.803 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:11 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T11:35:11.803 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:11 trial157 ceph-mon[43406]: Reconfiguring daemon grafana.trial040 on trial040 2026-02-21T11:35:11.803 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:11 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:11.803 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:11 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:11.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:11 trial057 ceph-mon[42786]: Reconfiguring grafana.trial040 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial057', 'secure_monitoring_stack:False'] (diff {'prometheus.trial057'}) 2026-02-21T11:35:11.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:11 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-21T11:35:11.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:11 trial057 ceph-mon[42786]: Reconfiguring daemon grafana.trial040 on trial040 2026-02-21T11:35:11.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:11 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:11.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:11 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: Reconfiguring alertmanager.trial157 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial157', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial157'}) 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: Reconfiguring daemon alertmanager.trial157 on trial157 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-21T11:35:12.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial040:3000"} : dispatch 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial040:3000"}]: dispatch 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial057:9095"} : dispatch 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial057:9095"}]: dispatch 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-21T11:35:12.734 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-21T11:35:12.734 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial157:9093"} : dispatch 2026-02-21T11:35:12.734 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial157:9093"}]: dispatch 2026-02-21T11:35:12.734 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:12 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: Reconfiguring alertmanager.trial157 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial157', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial157'}) 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: Reconfiguring daemon alertmanager.trial157 on trial157 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-21T11:35:12.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial040:3000"} : dispatch 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial040:3000"}]: dispatch 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial057:9095"} : dispatch 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial057:9095"}]: dispatch 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-21T11:35:12.883 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-21T11:35:12.884 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial157:9093"} : dispatch 2026-02-21T11:35:12.884 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial157:9093"}]: dispatch 2026-02-21T11:35:12.884 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:12 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: Reconfiguring alertmanager.trial157 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial157', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial157'}) 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: Reconfiguring daemon alertmanager.trial157 on trial157 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial040:3000"} : dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial040:3000"}]: dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial057:9095"} : dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial057:9095"}]: dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial157:9093"} : dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial157:9093"}]: dispatch 2026-02-21T11:35:12.896 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.219 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: [21/Feb/2026:11:35:12] ENGINE Bus STOPPING 2026-02-21T11:35:13.219 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: [21/Feb/2026:11:35:12] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-21T11:35:13.219 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: [21/Feb/2026:11:35:12] ENGINE Bus STOPPED 2026-02-21T11:35:13.219 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:12 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: [21/Feb/2026:11:35:12] ENGINE Bus STARTING 2026-02-21T11:35:13.219 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: [21/Feb/2026:11:35:13] ENGINE Serving on http://:::9283 2026-02-21T11:35:13.219 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: [21/Feb/2026:11:35:13] ENGINE Bus STARTED 2026-02-21T11:35:13.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: Certificate for "cephadm-signed_agent_cert (trial040)" is still valid for 1824 days. 2026-02-21T11:35:13.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: Certificate for "cephadm-signed_grafana_cert (trial040)" is still valid for 1094 days. 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:35:13.732 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:35:13.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.733 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:13 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:35:13.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: Certificate for "cephadm-signed_agent_cert (trial040)" is still valid for 1824 days. 2026-02-21T11:35:13.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: Certificate for "cephadm-signed_grafana_cert (trial040)" is still valid for 1094 days. 2026-02-21T11:35:13.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:35:13.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T11:35:13.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T11:35:13.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:13.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:35:13.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:35:13.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:13 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: Certificate for "cephadm-signed_agent_cert (trial040)" is still valid for 1824 days. 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: Certificate for "cephadm-signed_grafana_cert (trial040)" is still valid for 1094 days. 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:35:13.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:13 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:35:16.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:16 trial057 ceph-mon[42786]: 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-21T11:35:16.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:16 trial040 ceph-mon[39772]: 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-21T11:35:16.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:16 trial157 ceph-mon[43406]: 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-21T11:35:17.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:17 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:35:17] "GET /metrics HTTP/1.1" 200 3772 "" "Prometheus/3.6.0" 2026-02-21T11:35:18.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:18 trial057 ceph-mon[42786]: 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-21T11:35:18.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:18 trial040 ceph-mon[39772]: 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-21T11:35:18.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:18 trial157 ceph-mon[43406]: 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-21T11:35:20.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:20 trial057 ceph-mon[42786]: 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-21T11:35:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:20 trial040 ceph-mon[39772]: 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-21T11:35:20.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:20 trial157 ceph-mon[43406]: 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-21T11:35:22.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:22 trial057 ceph-mon[42786]: 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-21T11:35:22.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:22 trial040 ceph-mon[39772]: 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-21T11:35:22.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:22 trial157 ceph-mon[43406]: 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-21T11:35:23.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:23 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:23.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:23 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:23.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:23 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:24.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:24 trial057 ceph-mon[42786]: 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-21T11:35:24.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:24 trial040 ceph-mon[39772]: 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-21T11:35:24.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:24 trial157 ceph-mon[43406]: 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-21T11:35:26.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:26 trial057 ceph-mon[42786]: 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-21T11:35:26.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:26 trial040 ceph-mon[39772]: 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-21T11:35:26.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:26 trial157 ceph-mon[43406]: 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-21T11:35:27.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:27 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:35:27] "GET /metrics HTTP/1.1" 200 4005 "" "Prometheus/3.6.0" 2026-02-21T11:35:28.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:28 trial057 ceph-mon[42786]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:28.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:28 trial040 ceph-mon[39772]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:28.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:28 trial157 ceph-mon[43406]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:30.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:30 trial057 ceph-mon[42786]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:30.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:30 trial040 ceph-mon[39772]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:30.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:30 trial157 ceph-mon[43406]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:32.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:32 trial057 ceph-mon[42786]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:32.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:32 trial040 ceph-mon[39772]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:32.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:32 trial157 ceph-mon[43406]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:34.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:34 trial057 ceph-mon[42786]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:34.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:34 trial040 ceph-mon[39772]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:34.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:34 trial157 ceph-mon[43406]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:36.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:36 trial057 ceph-mon[42786]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:36.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:36 trial040 ceph-mon[39772]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:36.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:36 trial157 ceph-mon[43406]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:37.468 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:37 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:35:37] "GET /metrics HTTP/1.1" 200 4005 "" "Prometheus/3.6.0" 2026-02-21T11:35:38.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:38 trial057 ceph-mon[42786]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:38.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:38 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:38.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:38 trial040 ceph-mon[39772]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:38.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:38 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:38.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:38 trial157 ceph-mon[43406]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:38.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:38 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:40.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:40 trial057 ceph-mon[42786]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:40.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:40 trial040 ceph-mon[39772]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:40.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:40 trial157 ceph-mon[43406]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:42.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:42 trial057 ceph-mon[42786]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:42.632 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:42 trial157 ceph-mon[43406]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:42.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:42 trial040 ceph-mon[39772]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:44.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:44 trial057 ceph-mon[42786]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:44 trial040 ceph-mon[39772]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:44.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:44 trial157 ceph-mon[43406]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:46.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:46 trial057 ceph-mon[42786]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:46.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:46 trial040 ceph-mon[39772]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:46.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:46 trial157 ceph-mon[43406]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:47.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:47 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:35:47] "GET /metrics HTTP/1.1" 200 4012 "" "Prometheus/3.6.0" 2026-02-21T11:35:48.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:48 trial057 ceph-mon[42786]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:48.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:48 trial040 ceph-mon[39772]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:48.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:48 trial157 ceph-mon[43406]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:50.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:50 trial057 ceph-mon[42786]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:50 trial040 ceph-mon[39772]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:50.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:50 trial157 ceph-mon[43406]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:52.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:52 trial057 ceph-mon[42786]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:52.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:52 trial040 ceph-mon[39772]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:52.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:52 trial157 ceph-mon[43406]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:53.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:53 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:53.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:53 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:53.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:53 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:35:54.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:54 trial057 ceph-mon[42786]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:54.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:54 trial040 ceph-mon[39772]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:54.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:54 trial157 ceph-mon[43406]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:56.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:56 trial057 ceph-mon[42786]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:56.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:56 trial040 ceph-mon[39772]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:56.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:56 trial157 ceph-mon[43406]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:57.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:35:57 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:35:57] "GET /metrics HTTP/1.1" 200 3998 "" "Prometheus/3.6.0" 2026-02-21T11:35:58.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:35:58 trial057 ceph-mon[42786]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:58.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:35:58 trial040 ceph-mon[39772]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:35:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:35:58 trial157 ceph-mon[43406]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:00.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:00 trial057 ceph-mon[42786]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:00.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:00 trial040 ceph-mon[39772]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:00.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:00 trial157 ceph-mon[43406]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:02.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:02 trial057 ceph-mon[42786]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:02.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:02 trial040 ceph-mon[39772]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:02.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:02 trial157 ceph-mon[43406]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:04.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:04 trial057 ceph-mon[42786]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:04.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:04 trial040 ceph-mon[39772]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:04 trial157 ceph-mon[43406]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:06.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:06 trial057 ceph-mon[42786]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:06.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:06 trial040 ceph-mon[39772]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:06.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:06 trial157 ceph-mon[43406]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:07.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:36:07 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:36:07] "GET /metrics HTTP/1.1" 200 3998 "" "Prometheus/3.6.0" 2026-02-21T11:36:08.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:08 trial057 ceph-mon[42786]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:08.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:08.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:08 trial040 ceph-mon[39772]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:08.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:08.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:08 trial157 ceph-mon[43406]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:08.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:10.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:10 trial057 ceph-mon[42786]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:10.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:10 trial040 ceph-mon[39772]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:10.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:10 trial157 ceph-mon[43406]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:12.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:12 trial057 ceph-mon[42786]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:12.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:12 trial040 ceph-mon[39772]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:12.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:12 trial157 ceph-mon[43406]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:14.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:14 trial057 ceph-mon[42786]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:14.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:36:14.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:36:14.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:36:14.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:36:14.632 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:36:14.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:14 trial040 ceph-mon[39772]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:14.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:36:14.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:36:14.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:36:14.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:36:14.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:36:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:14 trial157 ceph-mon[43406]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:36:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:36:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:36:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:36:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:36:16.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:16 trial057 ceph-mon[42786]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:16.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:16 trial040 ceph-mon[39772]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:16.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:16 trial157 ceph-mon[43406]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:17.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:36:17 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:36:17] "GET /metrics HTTP/1.1" 200 4006 "" "Prometheus/3.6.0" 2026-02-21T11:36:18.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:18 trial040 ceph-mon[39772]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:18.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:18 trial157 ceph-mon[43406]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:18.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:18 trial057 ceph-mon[42786]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:20.683 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:20 trial057 ceph-mon[42786]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:20 trial040 ceph-mon[39772]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:20.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:20 trial157 ceph-mon[43406]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:22.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:22 trial040 ceph-mon[39772]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:22.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:22 trial157 ceph-mon[43406]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:22.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:22 trial057 ceph-mon[42786]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:23.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:23 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:23.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:23 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:23.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:23 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:24.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:24 trial040 ceph-mon[39772]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:24.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:24 trial157 ceph-mon[43406]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:24.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:24 trial057 ceph-mon[42786]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:26.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:26 trial040 ceph-mon[39772]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:26.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:26 trial157 ceph-mon[43406]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:26.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:26 trial057 ceph-mon[42786]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:27.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:36:27 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:36:27] "GET /metrics HTTP/1.1" 200 3996 "" "Prometheus/3.6.0" 2026-02-21T11:36:28.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:28 trial040 ceph-mon[39772]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:28.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:28 trial157 ceph-mon[43406]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:28.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:28 trial057 ceph-mon[42786]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:30.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:30 trial040 ceph-mon[39772]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:30.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:30 trial157 ceph-mon[43406]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:30.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:30 trial057 ceph-mon[42786]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:32.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:32 trial040 ceph-mon[39772]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:32.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:32 trial157 ceph-mon[43406]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:32.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:32 trial057 ceph-mon[42786]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:34.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:34 trial040 ceph-mon[39772]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:34.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:34 trial157 ceph-mon[43406]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:34.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:34 trial057 ceph-mon[42786]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:36.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:36 trial040 ceph-mon[39772]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:36.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:36 trial157 ceph-mon[43406]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:36.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:36 trial057 ceph-mon[42786]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:37.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:36:37 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:36:37] "GET /metrics HTTP/1.1" 200 3996 "" "Prometheus/3.6.0" 2026-02-21T11:36:38.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:38 trial040 ceph-mon[39772]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:38.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:38 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:38.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:38 trial157 ceph-mon[43406]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:38.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:38 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:38.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:38 trial057 ceph-mon[42786]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:38.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:38 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:40.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:40 trial040 ceph-mon[39772]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:40.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:40 trial157 ceph-mon[43406]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:40.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:40 trial057 ceph-mon[42786]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:42.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:42 trial040 ceph-mon[39772]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:42.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:42 trial157 ceph-mon[43406]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:42.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:42 trial057 ceph-mon[42786]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:44.718 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:44 trial040 ceph-mon[39772]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:44.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:44 trial157 ceph-mon[43406]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:44.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:44 trial057 ceph-mon[42786]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:46.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:46 trial040 ceph-mon[39772]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:46.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:46 trial157 ceph-mon[43406]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:46.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:46 trial057 ceph-mon[42786]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:47.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:36:47 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:36:47] "GET /metrics HTTP/1.1" 200 3999 "" "Prometheus/3.6.0" 2026-02-21T11:36:48.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:48 trial040 ceph-mon[39772]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:48.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:48 trial157 ceph-mon[43406]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:48 trial057 ceph-mon[42786]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:50.683 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:50 trial057 ceph-mon[42786]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:50 trial040 ceph-mon[39772]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:50.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:50 trial157 ceph-mon[43406]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:52.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:52 trial040 ceph-mon[39772]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:52.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:52 trial157 ceph-mon[43406]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:52.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:52 trial057 ceph-mon[42786]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:53.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:53 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:53.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:53 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:53 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:36:54.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:54 trial040 ceph-mon[39772]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:54.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:54 trial157 ceph-mon[43406]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:54.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:54 trial057 ceph-mon[42786]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:56.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:56 trial040 ceph-mon[39772]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:56.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:56 trial157 ceph-mon[43406]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:56.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:56 trial057 ceph-mon[42786]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:57.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:36:57 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:36:57] "GET /metrics HTTP/1.1" 200 4002 "" "Prometheus/3.6.0" 2026-02-21T11:36:58.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:36:58 trial040 ceph-mon[39772]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:36:58 trial157 ceph-mon[43406]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:36:58.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:36:58 trial057 ceph-mon[42786]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:00.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:00 trial040 ceph-mon[39772]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:00.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:00 trial157 ceph-mon[43406]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:00.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:00 trial057 ceph-mon[42786]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:02.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:02 trial040 ceph-mon[39772]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:02.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:02 trial157 ceph-mon[43406]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:02.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:02 trial057 ceph-mon[42786]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:04.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:04 trial040 ceph-mon[39772]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:04.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:04 trial157 ceph-mon[43406]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:04.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:04 trial057 ceph-mon[42786]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:06.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:06 trial040 ceph-mon[39772]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:06.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:06 trial157 ceph-mon[43406]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:06.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:06 trial057 ceph-mon[42786]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:07.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:37:07 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:37:07] "GET /metrics HTTP/1.1" 200 4002 "" "Prometheus/3.6.0" 2026-02-21T11:37:08.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:08 trial040 ceph-mon[39772]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:08.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:08.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:08 trial157 ceph-mon[43406]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:08.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:08.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:08 trial057 ceph-mon[42786]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:08.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:10.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:10 trial040 ceph-mon[39772]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:10.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:10 trial157 ceph-mon[43406]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:10.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:10 trial057 ceph-mon[42786]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:12.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:12 trial040 ceph-mon[39772]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:12.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:12 trial157 ceph-mon[43406]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:12.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:12 trial057 ceph-mon[42786]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:14.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:14 trial040 ceph-mon[39772]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:14.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:37:14.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:37:14.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:37:14.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:37:14.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:37:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:14 trial157 ceph-mon[43406]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:37:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:37:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:37:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:37:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:37:14.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:14 trial057 ceph-mon[42786]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:14.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:37:14.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:37:14.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:37:14.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:37:14.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:37:16.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:16 trial040 ceph-mon[39772]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:16.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:16 trial157 ceph-mon[43406]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:16.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:16 trial057 ceph-mon[42786]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:17.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:37:17 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:37:17] "GET /metrics HTTP/1.1" 200 3998 "" "Prometheus/3.6.0" 2026-02-21T11:37:18.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:18 trial040 ceph-mon[39772]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:18.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:18 trial157 ceph-mon[43406]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:18.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:18 trial057 ceph-mon[42786]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:20.683 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:20 trial057 ceph-mon[42786]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:20.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:20 trial040 ceph-mon[39772]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:20.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:20 trial157 ceph-mon[43406]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:22.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:22 trial040 ceph-mon[39772]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:22.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:22 trial157 ceph-mon[43406]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:22.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:22 trial057 ceph-mon[42786]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:23.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:23 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:23.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:23 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:23.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:23 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:24.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:24 trial040 ceph-mon[39772]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:24.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:24 trial157 ceph-mon[43406]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:24.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:24 trial057 ceph-mon[42786]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:26.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:26 trial040 ceph-mon[39772]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:26.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:26 trial157 ceph-mon[43406]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:26.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:26 trial057 ceph-mon[42786]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:27.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:37:27 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:37:27] "GET /metrics HTTP/1.1" 200 3996 "" "Prometheus/3.6.0" 2026-02-21T11:37:28.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:28 trial040 ceph-mon[39772]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:28.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:28 trial157 ceph-mon[43406]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:28.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:28 trial057 ceph-mon[42786]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:30.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:30 trial040 ceph-mon[39772]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:30.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:30 trial157 ceph-mon[43406]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:30.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:30 trial057 ceph-mon[42786]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:32.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:32 trial040 ceph-mon[39772]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:32.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:32 trial157 ceph-mon[43406]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:32.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:32 trial057 ceph-mon[42786]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:34.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:34 trial040 ceph-mon[39772]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:34.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:34 trial157 ceph-mon[43406]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:34.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:34 trial057 ceph-mon[42786]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:36.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:36 trial040 ceph-mon[39772]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:36.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:36 trial157 ceph-mon[43406]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:36.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:36 trial057 ceph-mon[42786]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:37.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:37:37 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:37:37] "GET /metrics HTTP/1.1" 200 3996 "" "Prometheus/3.6.0" 2026-02-21T11:37:38.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:38 trial040 ceph-mon[39772]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:38.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:38 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:38.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:38 trial157 ceph-mon[43406]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:38.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:38 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:38.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:38 trial057 ceph-mon[42786]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:38.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:38 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:40.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:40 trial040 ceph-mon[39772]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:40.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:40 trial157 ceph-mon[43406]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:40.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:40 trial057 ceph-mon[42786]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:42.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:42 trial040 ceph-mon[39772]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:42.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:42 trial157 ceph-mon[43406]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:42.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:42 trial057 ceph-mon[42786]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:44.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:44 trial040 ceph-mon[39772]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:44.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:44 trial157 ceph-mon[43406]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:44.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:44 trial057 ceph-mon[42786]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:46.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:46 trial040 ceph-mon[39772]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:46.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:46 trial157 ceph-mon[43406]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:46.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:46 trial057 ceph-mon[42786]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:47.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:37:47 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:37:47] "GET /metrics HTTP/1.1" 200 4004 "" "Prometheus/3.6.0" 2026-02-21T11:37:48.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:48 trial040 ceph-mon[39772]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:48.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:48 trial157 ceph-mon[43406]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:48 trial057 ceph-mon[42786]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:50.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:50 trial040 ceph-mon[39772]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:50.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:50 trial157 ceph-mon[43406]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:50.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:50 trial057 ceph-mon[42786]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:52.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:52 trial040 ceph-mon[39772]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:52.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:52 trial157 ceph-mon[43406]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:52.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:52 trial057 ceph-mon[42786]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:53.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:53 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:53.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:53 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:53.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:53 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:37:54.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:54 trial040 ceph-mon[39772]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:54.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:54 trial157 ceph-mon[43406]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:54.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:54 trial057 ceph-mon[42786]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:56.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:56 trial040 ceph-mon[39772]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:56.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:56 trial157 ceph-mon[43406]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:56.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:56 trial057 ceph-mon[42786]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:57.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:37:57 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:37:57] "GET /metrics HTTP/1.1" 200 3993 "" "Prometheus/3.6.0" 2026-02-21T11:37:58.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:37:58 trial040 ceph-mon[39772]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:58.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:37:58 trial157 ceph-mon[43406]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:37:58.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:37:58 trial057 ceph-mon[42786]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:00.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:00 trial040 ceph-mon[39772]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:00.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:00 trial157 ceph-mon[43406]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:00.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:00 trial057 ceph-mon[42786]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:02.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:02 trial040 ceph-mon[39772]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:02.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:02 trial157 ceph-mon[43406]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:02.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:02 trial057 ceph-mon[42786]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:04.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:04 trial040 ceph-mon[39772]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:04.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:04 trial157 ceph-mon[43406]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:04.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:04 trial057 ceph-mon[42786]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:06.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:06 trial040 ceph-mon[39772]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:06.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:06 trial157 ceph-mon[43406]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:06.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:06 trial057 ceph-mon[42786]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:07.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:38:07 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:38:07] "GET /metrics HTTP/1.1" 200 3993 "" "Prometheus/3.6.0" 2026-02-21T11:38:08.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:08 trial040 ceph-mon[39772]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:08.720 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:08 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:08.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:08 trial157 ceph-mon[43406]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:08.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:08 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:08.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:08 trial057 ceph-mon[42786]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:08.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:08 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:10.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:10 trial040 ceph-mon[39772]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:10.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:10 trial157 ceph-mon[43406]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:10.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:10 trial057 ceph-mon[42786]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:12.719 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:12 trial040 ceph-mon[39772]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:12.730 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:12 trial157 ceph-mon[43406]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:12.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:12 trial057 ceph-mon[42786]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:14 trial157 ceph-mon[43406]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:38:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:38:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:38:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:14.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:14 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:38:14.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:14 trial057 ceph-mon[42786]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:14.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:38:14.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:38:14.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:38:14.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:14.882 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:14 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:38:14.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:14 trial040 ceph-mon[39772]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:14.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:38:14.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:38:14.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:38:14.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:14.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:14 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:38:16.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:16 trial157 ceph-mon[43406]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:16.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:16 trial057 ceph-mon[42786]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:16.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:16 trial040 ceph-mon[39772]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:17.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:38:17 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:38:17] "GET /metrics HTTP/1.1" 200 4004 "" "Prometheus/3.6.0" 2026-02-21T11:38:18.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:18 trial157 ceph-mon[43406]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:18.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:18 trial057 ceph-mon[42786]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:18.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:18 trial040 ceph-mon[39772]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:20.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:20 trial157 ceph-mon[43406]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:20.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:20 trial057 ceph-mon[42786]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:20.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:20 trial040 ceph-mon[39772]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:22.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:22 trial157 ceph-mon[43406]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:22.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:22 trial057 ceph-mon[42786]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:22.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:22 trial040 ceph-mon[39772]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:23.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:23 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:23.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:23 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:23.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:23 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:24.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:24 trial157 ceph-mon[43406]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:24.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:24 trial057 ceph-mon[42786]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:24.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:24 trial040 ceph-mon[39772]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:26.731 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:26 trial157 ceph-mon[43406]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:26.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:26 trial057 ceph-mon[42786]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:26.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:26 trial040 ceph-mon[39772]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:27.469 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:38:27 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:38:27] "GET /metrics HTTP/1.1" 200 4003 "" "Prometheus/3.6.0" 2026-02-21T11:38:28.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:28 trial057 ceph-mon[42786]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:28.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:28 trial040 ceph-mon[39772]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:28.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:28 trial157 ceph-mon[43406]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:30.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:30 trial057 ceph-mon[42786]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:30.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:30 trial040 ceph-mon[39772]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:30.980 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:30 trial157 ceph-mon[43406]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:32.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:32 trial057 ceph-mon[42786]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:32.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:32 trial040 ceph-mon[39772]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:32.980 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:32 trial157 ceph-mon[43406]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:34.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:34 trial057 ceph-mon[42786]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:34.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:34 trial040 ceph-mon[39772]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:34.980 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:34 trial157 ceph-mon[43406]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:36.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:36 trial057 ceph-mon[42786]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:36.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:36 trial040 ceph-mon[39772]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:36.980 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:36 trial157 ceph-mon[43406]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:37.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:38:37 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:38:37] "GET /metrics HTTP/1.1" 200 4003 "" "Prometheus/3.6.0" 2026-02-21T11:38:37.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:37 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:37.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:37 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:37.980 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:37 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:38.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:38 trial057 ceph-mon[42786]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:38.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:38 trial040 ceph-mon[39772]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:38.980 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:38 trial157 ceph-mon[43406]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:40.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:40 trial057 ceph-mon[42786]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:40.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:40 trial040 ceph-mon[39772]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:40.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:40 trial157 ceph-mon[43406]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:42.771 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:42 trial040 ceph-mon[39772]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:42.782 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:42 trial157 ceph-mon[43406]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:42.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:42 trial057 ceph-mon[42786]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:44.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:44 trial057 ceph-mon[42786]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:44.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:44 trial040 ceph-mon[39772]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:44.980 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:44 trial157 ceph-mon[43406]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:46.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:46 trial057 ceph-mon[42786]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:46.970 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:46 trial040 ceph-mon[39772]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:46.980 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:46 trial157 ceph-mon[43406]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:47.470 INFO:journalctl@ceph.mgr.a.trial040.stdout:Feb 21 11:38:47 trial040 ceph-135f8644-0f19-11f1-bb8f-d404e6e7d460-mgr-a[40073]: ::ffff:10.20.193.57 - - [21/Feb/2026:11:38:47] "GET /metrics HTTP/1.1" 200 4002 "" "Prometheus/3.6.0" 2026-02-21T11:38:48.125 INFO:teuthology.orchestra.run.trial157.stderr:+ openssl req -x509 -newkey rsa:4096 -keyout /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj '/CN=*' 2026-02-21T11:38:48.723 INFO:teuthology.orchestra.run.trial157.stderr:.+.....+.+++++++++++++++++++++++++++++++++++++++++++++*..+.........+........+++++++++++++++++++++++++++++++++++++++++++++*........+.+............+...+...+.....+....+......+......+...........+....+...+...............+..+.+...+...........+...+.+.....+......+......+.............+.....+....+.....+..................+.......+............+......+....................+....+......+.........+.....+.........+......+....+.............................+...+....+...+.....+...............+...+....+......+..+......+.+...+..+.........+........................+.......+..............+..........+..............+......+.......+........+............+.............+.........+..+................+...+..+.........+...+.............+..+.+.....+.+...+............+.........+..+..........+..+...+............+..........+...+...+..+....+.....+...+.+.................+...+.+...........+....+.....+...............+...................+.....+.......+..+......+....+......+......+.....+.+...................................+......................+.....+.+..+....+........+.+.........+..+.........+.......+.........+..........................+...+......+.+............+..+....+...............+......+.....+...+.............+....................+.............+.........+..+.+.....+............+......+.........+......+................+.....................+.....+..........+............+...+..............................+..+......+.........+......+..........+......+......+............+......+...........+....+.........+......+..+....+......+............+.................+...+.+.....+.+.....+.+..................+.........+......+...........+...+......+...............+.+......+...+.....+......+.+...+..........................+.............+...............+..+......+....+..................+..+..........+.....+.............+...........+.+.....+................+.........+...+.....+.+.....+..........+.....+.........+......+.......+............+..+.+..+............+................+.........+...+..+....+............+..+...+.........+.........+........................+............+.+........+............+.......+.....+......+.+......+..................+...............+.....+.+.....+...+................+..+...+......+......+....+...+.....+..........+...+..+...........................+....+...........+...+.......+...+...+........+.......+.....+....+.....+....+.................+....+.........+......+........+...+..........+.....+...............+...+.......+.....+.........+...+.+...............+.....+.+.....+.+..+............+...+............+.+..+......+.+...+......+.....+......+.+..+.+.........+........+.......+......+.........+............+.........+..+....+...+..+.........+....+...............+...+..+...+.............+.............................+......+.+......+...............+..+......+.+.........+..+...+............+.............+......+......+.....+..........+...+.....+......+...+......+.+......+.........+.....+............................+......+.........+...............+...+........+................+.....+......+....+...........+.........+...+..........+.....+...+...................+...+..+............................+..+.+..+...+.......+..+.+.....+.......+...+.........+.....+...+......+.+...........+...+....+.....+.+.....+......+....+.........+...+...............+.....+.......+............+...+......+.....+.+........+......+.......+..+.............+..+..........+........+...+.+...+...........+.......+..+.....................+++++ 2026-02-21T11:38:48.858 INFO:teuthology.orchestra.run.trial157.stderr:...........+++++++++++++++++++++++++++++++++++++++++++++*...+......+......+++++++++++++++++++++++++++++++++++++++++++++*....+.....+.......+...............+..+.......+...+...........+............+...............+....+..................+......+..+...+.+.....+....+....................+....+.....+.......+.....+.........+..........+..+.......+........+...+.+...............+.....+...+...............+..........+........+...............+..........+...+...........+......+...+.........+.+.....+...............................+.....+.+........+.+.....+.........+......+.+.........+........+.......+...+...............+.....+.....................+......+...............+.+...............+.....+....+.....+..........+...+...+.....+....+...+.....+.......+......+..+.......+......+.....+...+............+.........+....+.........+..+......+...............+...+....+......+.....+.+.........+..+...+.......+...............+............+++++ 2026-02-21T11:38:48.858 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:48 trial157 ceph-mon[43406]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:48.869 INFO:teuthology.orchestra.run.trial157.stderr:----- 2026-02-21T11:38:48.871 INFO:teuthology.orchestra.run.trial157.stderr:+ cat 2026-02-21T11:38:48.873 INFO:teuthology.orchestra.run.trial157.stderr:+ echo ' ssl_cert: |' 2026-02-21T11:38:48.873 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.873 INFO:teuthology.orchestra.run.trial157.stderr:+ echo -----BEGIN CERTIFICATE----- 2026-02-21T11:38:48.873 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.874 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.874 INFO:teuthology.orchestra.run.trial157.stderr:+ echo MIIE+TCCAuGgAwIBAgIUWblWfoD2+/iJRw4utxVz1JKh8r4wDQYJKoZIhvcNAQEL 2026-02-21T11:38:48.874 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.875 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.875 INFO:teuthology.orchestra.run.trial157.stderr:+ echo BQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjExMTM4NDhaFw0yNjAzMjMxMTM4NDha 2026-02-21T11:38:48.875 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.876 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.876 INFO:teuthology.orchestra.run.trial157.stderr:+ echo MAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCe 2026-02-21T11:38:48.876 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.877 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.877 INFO:teuthology.orchestra.run.trial157.stderr:+ echo hrNyyxaxW9IrgZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV 2026-02-21T11:38:48.877 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.877 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.878 INFO:teuthology.orchestra.run.trial157.stderr:+ echo 8qJcG0SIS60cTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHu 2026-02-21T11:38:48.878 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.878 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.879 INFO:teuthology.orchestra.run.trial157.stderr:+ echo TTP9ixgeN15kXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeL 2026-02-21T11:38:48.879 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.879 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.879 INFO:teuthology.orchestra.run.trial157.stderr:+ echo NGm+7JR21tazbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsf 2026-02-21T11:38:48.880 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.880 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.880 INFO:teuthology.orchestra.run.trial157.stderr:+ echo lPM4Sce2FLn1fKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66 2026-02-21T11:38:48.880 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:48 trial057 ceph-mon[42786]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:48.881 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.881 INFO:teuthology.orchestra.run.trial157.stderr:+ echo vU2l67SeYak9KM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzU 2026-02-21T11:38:48.881 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.882 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.882 INFO:teuthology.orchestra.run.trial157.stderr:+ echo WmQpoeMwDDr0ClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oD 2026-02-21T11:38:48.882 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.883 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.883 INFO:teuthology.orchestra.run.trial157.stderr:+ echo cL5L2Y6kYLqAA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJr 2026-02-21T11:38:48.883 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.884 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.884 INFO:teuthology.orchestra.run.trial157.stderr:+ echo IdEwaAcUs6z7IQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78 2026-02-21T11:38:48.884 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.885 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.885 INFO:teuthology.orchestra.run.trial157.stderr:+ echo /wqpd6uY0eMEjBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI 2026-02-21T11:38:48.885 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.885 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.886 INFO:teuthology.orchestra.run.trial157.stderr:+ echo 3JDhRgyuSBKtHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABo1MwUTAdBgNVHQ4E 2026-02-21T11:38:48.886 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.886 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.886 INFO:teuthology.orchestra.run.trial157.stderr:+ echo FgQUK7gUIrp15wknK3kZZrC2JFFxwJkwHwYDVR0jBBgwFoAUK7gUIrp15wknK3kZ 2026-02-21T11:38:48.887 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.887 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.887 INFO:teuthology.orchestra.run.trial157.stderr:+ echo ZrC2JFFxwJkwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAiEx4 2026-02-21T11:38:48.887 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.888 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.888 INFO:teuthology.orchestra.run.trial157.stderr:+ echo ufJwSJjsR2t6YdssxvwhNfoKJtC9XjFKBRKGRX9pJeSa2zGG5GQ/WReyfa5I2Au8 2026-02-21T11:38:48.888 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.889 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.889 INFO:teuthology.orchestra.run.trial157.stderr:+ echo tHyMCankhuFlyztgQnTyb3NndSy2D6Aen3jYT0P66u1x6GrIE2BkBKUtueE/WSME 2026-02-21T11:38:48.890 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.890 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.890 INFO:teuthology.orchestra.run.trial157.stderr:+ echo uGqAzRSjCQY9K0UADpAZcjan1/pIEqJgLolb6M+dGWJXu/VmGRTJHiNVeF3ywhwY 2026-02-21T11:38:48.890 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.891 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.891 INFO:teuthology.orchestra.run.trial157.stderr:+ echo nElM9pGzybhUjEianUXdcehDKb+7W800usFJmdNRwkvDtZIChwbtQrIsbSy4W7rH 2026-02-21T11:38:48.891 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.892 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.892 INFO:teuthology.orchestra.run.trial157.stderr:+ echo Y2DWlJAU02jdtiCLzMxw/XyfalS6P8JVYbYm4Ee7Ij9bSm3ftCf4YGCH/jIqA/yJ 2026-02-21T11:38:48.892 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.893 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.893 INFO:teuthology.orchestra.run.trial157.stderr:+ echo qYDQVuPtfFpNQKbBh3CyNpAFQFFz6tEkoxnWVP6cpg1tkuiz6LCsFmzNUomewkRe 2026-02-21T11:38:48.893 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.894 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.894 INFO:teuthology.orchestra.run.trial157.stderr:+ echo hyjVWeHc3nHyMKk1QHr3VPcIleuWCFFwm94wZ2nxf0ud6c5pYZIOpiyAGbFnUl6Z 2026-02-21T11:38:48.894 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.895 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.895 INFO:teuthology.orchestra.run.trial157.stderr:+ echo L7u63J+67Kg9f+r2TOFXxziX4MQ3A8FOkR7MHJyrc+2+MUMffV9liQksvNHMurrN 2026-02-21T11:38:48.895 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.896 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.896 INFO:teuthology.orchestra.run.trial157.stderr:+ echo AgTaEcllAoyYQ5QVMZUtHaXS7kSWEiUnpepxu0CORNJ3dtJ9recrXMNnGpN6bJ5V 2026-02-21T11:38:48.896 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.897 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.897 INFO:teuthology.orchestra.run.trial157.stderr:+ echo m/2UGHbbCwt/HU+g7FO7Jqdy9zkMTyfRIbdqQe6+Ljm+YUPV/W2U0LNFdPBrKi02 2026-02-21T11:38:48.897 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.898 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.898 INFO:teuthology.orchestra.run.trial157.stderr:+ echo 9tyd5qpbyl8oX0R77ChAxR0sTm/hm+g4QezMdxw= 2026-02-21T11:38:48.898 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.899 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.900 INFO:teuthology.orchestra.run.trial157.stderr:+ echo -----END CERTIFICATE----- 2026-02-21T11:38:48.900 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.900 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.900 INFO:teuthology.orchestra.run.trial157.stderr:+ echo ' ssl_key: |' 2026-02-21T11:38:48.900 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.900 INFO:teuthology.orchestra.run.trial157.stderr:+ echo -----BEGIN PRIVATE KEY----- 2026-02-21T11:38:48.900 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.901 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.901 INFO:teuthology.orchestra.run.trial157.stderr:+ echo MIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQCehrNyyxaxW9Ir 2026-02-21T11:38:48.901 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.902 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.902 INFO:teuthology.orchestra.run.trial157.stderr:+ echo gZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV8qJcG0SIS60c 2026-02-21T11:38:48.902 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.902 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.902 INFO:teuthology.orchestra.run.trial157.stderr:+ echo TocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHuTTP9ixgeN15k 2026-02-21T11:38:48.902 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.903 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.903 INFO:teuthology.orchestra.run.trial157.stderr:+ echo XsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeLNGm+7JR21taz 2026-02-21T11:38:48.903 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.904 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.904 INFO:teuthology.orchestra.run.trial157.stderr:+ echo bWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsflPM4Sce2FLn1 2026-02-21T11:38:48.904 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.905 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.905 INFO:teuthology.orchestra.run.trial157.stderr:+ echo fKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66vU2l67SeYak9 2026-02-21T11:38:48.905 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.906 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.906 INFO:teuthology.orchestra.run.trial157.stderr:+ echo KM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzUWmQpoeMwDDr0 2026-02-21T11:38:48.906 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.907 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.907 INFO:teuthology.orchestra.run.trial157.stderr:+ echo ClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oDcL5L2Y6kYLqA 2026-02-21T11:38:48.907 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.907 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.908 INFO:teuthology.orchestra.run.trial157.stderr:+ echo A9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJrIdEwaAcUs6z7 2026-02-21T11:38:48.908 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.908 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.908 INFO:teuthology.orchestra.run.trial157.stderr:+ echo IQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78/wqpd6uY0eME 2026-02-21T11:38:48.909 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.909 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.909 INFO:teuthology.orchestra.run.trial157.stderr:+ echo jBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI3JDhRgyuSBKt 2026-02-21T11:38:48.909 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.910 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.910 INFO:teuthology.orchestra.run.trial157.stderr:+ echo Hm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABAoIB/3vYwFjuUMw+7/MNSS2OZsgA 2026-02-21T11:38:48.910 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.911 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.911 INFO:teuthology.orchestra.run.trial157.stderr:+ echo wGGR6NcunrUoXzxN08jxUX/8krazM9+jNbOYi+m0AxMie7V5mBDjDlsO/nJpNZWV 2026-02-21T11:38:48.911 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.912 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.912 INFO:teuthology.orchestra.run.trial157.stderr:+ echo BDb7KlkP7IgHA+YmFCoj3tvGtCvyW8GlgUXTwNne76M8rWFnSXBR0WyYniU9IzLO 2026-02-21T11:38:48.912 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.912 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.913 INFO:teuthology.orchestra.run.trial157.stderr:+ echo TZlHGE4xkRuNOKlaN+IpbIYCWojEFHXx6av1aMLGYJ5gVDzUlyhAr3t+AHfsrKZ0 2026-02-21T11:38:48.913 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.913 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.914 INFO:teuthology.orchestra.run.trial157.stderr:+ echo gIsZi8x3Rk+bOX4f7mYLHvfZ0knKEpjrGYAtYF9Yxtflhh5zhZK6no0q1hXuDpkL 2026-02-21T11:38:48.914 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.914 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.914 INFO:teuthology.orchestra.run.trial157.stderr:+ echo QCeSPib4JQHrvlHz1ssfv+sBqW/nuneoDlMrTLeUTe2V9xOpEXKq2YzuVDrtFNtl 2026-02-21T11:38:48.915 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.915 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.915 INFO:teuthology.orchestra.run.trial157.stderr:+ echo dIauB4OZQzEYoOoaeAwXXB/Ar2qIyWm+FVT4M8y2I8tF9AX4H2Ms/VHD5VstLlQ6 2026-02-21T11:38:48.916 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.916 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.916 INFO:teuthology.orchestra.run.trial157.stderr:+ echo FjrmI1NoUdh8WqQRUcZA3gh6UZq/yCN1F7zVaMa6mAxfir05XwDgk8aobGlXb64r 2026-02-21T11:38:48.916 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.917 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.917 INFO:teuthology.orchestra.run.trial157.stderr:+ echo fKTHjpist1n9N9TV1QrXpmJGJbbDK3E7yXWSjYT0h/oYIZRjP5m+hwV4pSVHhebY 2026-02-21T11:38:48.917 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.917 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.918 INFO:teuthology.orchestra.run.trial157.stderr:+ echo EY4L7Kp73tzmibP0As9bLl2PxcQM39KheTQIjCY2b3YNJlXdJ9Q/xnD4KGZSrR/2 2026-02-21T11:38:48.918 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.918 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.919 INFO:teuthology.orchestra.run.trial157.stderr:+ echo 8y9T8F35ZAONjwr9IKDDNSShsXrwOY5b6f/DeEuGelNM3ImgA0lIVXQHJaNdhlRj 2026-02-21T11:38:48.919 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.919 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.920 INFO:teuthology.orchestra.run.trial157.stderr:+ echo gWiiltQNrBsY8AC/zCECggEBANKrhhL5oguu+Rve2Oj+ICjoaFaJD2G8xJAIDCln 2026-02-21T11:38:48.920 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.920 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.920 INFO:teuthology.orchestra.run.trial157.stderr:+ echo Vw90RG1OyTikP2TMktNDyfYvlCli4YQI0bXoOXxkr3weM+4cRHatuPKTNleUrJKn 2026-02-21T11:38:48.920 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.921 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.921 INFO:teuthology.orchestra.run.trial157.stderr:+ echo CKoQOfxHuj9DBr+QrvnqM6+uTNhRIIb3FopleMMV3YjKYHJ/u5m3yZ3UEJ/9TdQP 2026-02-21T11:38:48.921 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.922 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.922 INFO:teuthology.orchestra.run.trial157.stderr:+ echo P052+BBLPiiu91Q3HVTuT+3GNUlmx/QWy8vnS6QrMryB/5GbMDC0vlj9Dc1f3afY 2026-02-21T11:38:48.922 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.923 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.923 INFO:teuthology.orchestra.run.trial157.stderr:+ echo nCcikGeRwJyDinaC/uNq8kTQpZNadefYqRjHjjTK50txtTGF1PyWc1aAESpNKZyD 2026-02-21T11:38:48.923 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.924 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.924 INFO:teuthology.orchestra.run.trial157.stderr:+ echo H/+E057XEmU9GbioULOUct53tSLxQDjrvPVi11lSzfvX/bMCggEBAMCi507rRjCn 2026-02-21T11:38:48.924 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.925 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.925 INFO:teuthology.orchestra.run.trial157.stderr:+ echo TPKBeblU8AFWM4Dd2lQTfeJcyFvbB1c4jh4MCXhrSJeWtLqlESuj4KasYvEHmD1M 2026-02-21T11:38:48.925 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.925 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.926 INFO:teuthology.orchestra.run.trial157.stderr:+ echo 3B6sVcC0lbJEmVEx6r9D45BpS+UEkkB8odElyPExuXi9dduQYkw2uW8zt/DRjt1G 2026-02-21T11:38:48.926 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.927 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.927 INFO:teuthology.orchestra.run.trial157.stderr:+ echo VMIOc/J3jEWV4O1SrOO1Zj6eiaVmsf3oVhuf9rQLVGwYufWCCmmjN8Bx4dOZhvAF 2026-02-21T11:38:48.927 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.927 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.927 INFO:teuthology.orchestra.run.trial157.stderr:+ echo NBhx5FImB8A7RyGPVxKWl49ZycE+4Pu0hZGSA7f3zx5xDvIqYCc8lUEl4z0SGIwg 2026-02-21T11:38:48.928 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.928 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.928 INFO:teuthology.orchestra.run.trial157.stderr:+ echo xnkKPQ5g/r01QNGb8HwXjj9YMIQv2aeJMvcWLPm00FeU8G8zYmtBoitFB1bDiini 2026-02-21T11:38:48.928 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.929 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.929 INFO:teuthology.orchestra.run.trial157.stderr:+ echo YO3dLjXFVGMCggEBAL+xBUlkzndVGiSrDLJM8hRnDPGYu19StYTdXbua5ZQRVmYj 2026-02-21T11:38:48.929 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.930 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.930 INFO:teuthology.orchestra.run.trial157.stderr:+ echo 52LbyTc+Emeb6jxRpL5X1B4hLDkaepxevXLxxIzoOb/HaV+IZk0g4jp7NJ4SL8EH 2026-02-21T11:38:48.930 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.930 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.931 INFO:teuthology.orchestra.run.trial157.stderr:+ echo v0frBEvxKdYLrkYwEopOn4tPb7o0hML2tWLPyxzEb356xkEPgqUhhtzrls4d4LBq 2026-02-21T11:38:48.931 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.931 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.932 INFO:teuthology.orchestra.run.trial157.stderr:+ echo 1r+MHU8K62ypgB86WKhWlqDa0UvTRXe3Ou5eV581F49qFz2/3PxAO9+LcOMHR2CG 2026-02-21T11:38:48.932 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.932 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.933 INFO:teuthology.orchestra.run.trial157.stderr:+ echo Nj30T1xw698hJBtLwy2mhVyWP59ljVcqPXXfnGDYhyni+EYAOB5GohNhGQ+W3DxP 2026-02-21T11:38:48.933 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.933 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.934 INFO:teuthology.orchestra.run.trial157.stderr:+ echo NNTb2Pi2ZuBQtokJYc/Ot4JTtteNvafwea+sJJMCggEAVmY6PKlFl/jRiEsOH1O7 2026-02-21T11:38:48.934 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.934 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.934 INFO:teuthology.orchestra.run.trial157.stderr:+ echo Ob5B52CZ1e/QHEDlFF3Okw4on81iSgJEUskjUjtK0jn0Po0+60Auxf+9EnzVEVNt 2026-02-21T11:38:48.934 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.935 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.935 INFO:teuthology.orchestra.run.trial157.stderr:+ echo eMFPyp0K3rJCVLkFczhzqDy+DyJVV+ineUHwpIPDss8wqHGX5Ij4/MHYrhjxZCS+ 2026-02-21T11:38:48.935 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.936 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.936 INFO:teuthology.orchestra.run.trial157.stderr:+ echo Y09vzMGyDYeEzj0pG2hOGMWmKUm7ytDyEnGcpkKnDO5JySTK1q8bWHfc/8HFWBr6 2026-02-21T11:38:48.936 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.937 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.937 INFO:teuthology.orchestra.run.trial157.stderr:+ echo ivuLUcAKm6mzXHY3CVd8bShwZ/QHevHIkay/uVnMOozvnIKzwuZk4CSrIAq5i8Nx 2026-02-21T11:38:48.937 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.938 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.938 INFO:teuthology.orchestra.run.trial157.stderr:+ echo PceuxNSeLeoawMp7KC6V/pCIrU3i6jRw5XdFx3pSgCy14ZZaTk3xoAuK0eTMHw3c 2026-02-21T11:38:48.938 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.939 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.939 INFO:teuthology.orchestra.run.trial157.stderr:+ echo ZQKCAQAKsbZsmjw3GKM9oe+fnAT0irN6Iz2mDNAj2Y2YV9/BmW8CdNFQI7UiTCA3 2026-02-21T11:38:48.939 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.939 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.940 INFO:teuthology.orchestra.run.trial157.stderr:+ echo 9Lt+6EwJGAE7lbl2mO/H/3o/HPoenXAym/j019PMTfjFYzOJdCsmPy0+ejTWxsHV 2026-02-21T11:38:48.940 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.940 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.941 INFO:teuthology.orchestra.run.trial157.stderr:+ echo Q1MLg3zVaggEDWG1flKi1KKjN9HgrtiyyMIDpR0sZcHzSRVZR1QiEvpkZIckhYzK 2026-02-21T11:38:48.941 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.942 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.942 INFO:teuthology.orchestra.run.trial157.stderr:+ echo +rOC8LP/KYzcpcUQH1RIbcbi8XMnCTkGZZyFvZR1b7SC/NOgCzGGZx/XBxBpneMw 2026-02-21T11:38:48.942 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.942 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.943 INFO:teuthology.orchestra.run.trial157.stderr:+ echo k9btpmtfORDtfflLFZPm/E0d5tz6SiJd8e7z9Us7smIq0bWqO/E7C+z0bM/s8+lM 2026-02-21T11:38:48.943 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.943 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.943 INFO:teuthology.orchestra.run.trial157.stderr:+ echo IucqKo5Wjx9xOw0xT8+MptDHPSdj 2026-02-21T11:38:48.944 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.944 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.944 INFO:teuthology.orchestra.run.trial157.stderr:+ echo -----END PRIVATE KEY----- 2026-02-21T11:38:48.944 INFO:teuthology.orchestra.run.trial157.stderr:+ sed -e 's/^/ /' 2026-02-21T11:38:48.945 INFO:teuthology.orchestra.run.trial157.stderr:+ read LINE 2026-02-21T11:38:48.945 INFO:teuthology.orchestra.run.trial157.stderr:+ ceph orch apply -i /tmp/mgmt.spec 2026-02-21T11:38:48.969 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:48 trial040 ceph-mon[39772]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:49.114 INFO:teuthology.orchestra.run.trial157.stdout:Scheduled mgmt-gateway update... 2026-02-21T11:38:49.275 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-21T11:38:49.291 INFO:tasks.cephadm:Waiting for ceph service mgmt-gateway to start (timeout 300)... 2026-02-21T11:38:49.292 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:38:49.416 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:38:49.651 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:38:49.652 INFO:teuthology.orchestra.run.trial040.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:34:47.945791Z", "last_refresh": "2026-02-21T11:35:13.373627Z", "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-21T11:34:47.768094Z", "last_refresh": "2026-02-21T11:35:13.440823Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-21T11:38:49.121150Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial157"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUWblWfoD2+/iJRw4utxVz1JKh8r4wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjExMTM4NDhaFw0yNjAzMjMxMTM4NDha\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCe\nhrNyyxaxW9IrgZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV\n8qJcG0SIS60cTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHu\nTTP9ixgeN15kXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeL\nNGm+7JR21tazbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsf\nlPM4Sce2FLn1fKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66\nvU2l67SeYak9KM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzU\nWmQpoeMwDDr0ClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oD\ncL5L2Y6kYLqAA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJr\nIdEwaAcUs6z7IQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78\n/wqpd6uY0eMEjBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI\n3JDhRgyuSBKtHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABo1MwUTAdBgNVHQ4E\nFgQUK7gUIrp15wknK3kZZrC2JFFxwJkwHwYDVR0jBBgwFoAUK7gUIrp15wknK3kZ\nZrC2JFFxwJkwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAiEx4\nufJwSJjsR2t6YdssxvwhNfoKJtC9XjFKBRKGRX9pJeSa2zGG5GQ/WReyfa5I2Au8\ntHyMCankhuFlyztgQnTyb3NndSy2D6Aen3jYT0P66u1x6GrIE2BkBKUtueE/WSME\nuGqAzRSjCQY9K0UADpAZcjan1/pIEqJgLolb6M+dGWJXu/VmGRTJHiNVeF3ywhwY\nnElM9pGzybhUjEianUXdcehDKb+7W800usFJmdNRwkvDtZIChwbtQrIsbSy4W7rH\nY2DWlJAU02jdtiCLzMxw/XyfalS6P8JVYbYm4Ee7Ij9bSm3ftCf4YGCH/jIqA/yJ\nqYDQVuPtfFpNQKbBh3CyNpAFQFFz6tEkoxnWVP6cpg1tkuiz6LCsFmzNUomewkRe\nhyjVWeHc3nHyMKk1QHr3VPcIleuWCFFwm94wZ2nxf0ud6c5pYZIOpiyAGbFnUl6Z\nL7u63J+67Kg9f+r2TOFXxziX4MQ3A8FOkR7MHJyrc+2+MUMffV9liQksvNHMurrN\nAgTaEcllAoyYQ5QVMZUtHaXS7kSWEiUnpepxu0CORNJ3dtJ9recrXMNnGpN6bJ5V\nm/2UGHbbCwt/HU+g7FO7Jqdy9zkMTyfRIbdqQe6+Ljm+YUPV/W2U0LNFdPBrKi02\n9tyd5qpbyl8oX0R77ChAxR0sTm/hm+g4QezMdxw=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQCehrNyyxaxW9Ir\ngZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV8qJcG0SIS60c\nTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHuTTP9ixgeN15k\nXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeLNGm+7JR21taz\nbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsflPM4Sce2FLn1\nfKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66vU2l67SeYak9\nKM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzUWmQpoeMwDDr0\nClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oDcL5L2Y6kYLqA\nA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJrIdEwaAcUs6z7\nIQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78/wqpd6uY0eME\njBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI3JDhRgyuSBKt\nHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABAoIB/3vYwFjuUMw+7/MNSS2OZsgA\nwGGR6NcunrUoXzxN08jxUX/8krazM9+jNbOYi+m0AxMie7V5mBDjDlsO/nJpNZWV\nBDb7KlkP7IgHA+YmFCoj3tvGtCvyW8GlgUXTwNne76M8rWFnSXBR0WyYniU9IzLO\nTZlHGE4xkRuNOKlaN+IpbIYCWojEFHXx6av1aMLGYJ5gVDzUlyhAr3t+AHfsrKZ0\ngIsZi8x3Rk+bOX4f7mYLHvfZ0knKEpjrGYAtYF9Yxtflhh5zhZK6no0q1hXuDpkL\nQCeSPib4JQHrvlHz1ssfv+sBqW/nuneoDlMrTLeUTe2V9xOpEXKq2YzuVDrtFNtl\ndIauB4OZQzEYoOoaeAwXXB/Ar2qIyWm+FVT4M8y2I8tF9AX4H2Ms/VHD5VstLlQ6\nFjrmI1NoUdh8WqQRUcZA3gh6UZq/yCN1F7zVaMa6mAxfir05XwDgk8aobGlXb64r\nfKTHjpist1n9N9TV1QrXpmJGJbbDK3E7yXWSjYT0h/oYIZRjP5m+hwV4pSVHhebY\nEY4L7Kp73tzmibP0As9bLl2PxcQM39KheTQIjCY2b3YNJlXdJ9Q/xnD4KGZSrR/2\n8y9T8F35ZAONjwr9IKDDNSShsXrwOY5b6f/DeEuGelNM3ImgA0lIVXQHJaNdhlRj\ngWiiltQNrBsY8AC/zCECggEBANKrhhL5oguu+Rve2Oj+ICjoaFaJD2G8xJAIDCln\nVw90RG1OyTikP2TMktNDyfYvlCli4YQI0bXoOXxkr3weM+4cRHatuPKTNleUrJKn\nCKoQOfxHuj9DBr+QrvnqM6+uTNhRIIb3FopleMMV3YjKYHJ/u5m3yZ3UEJ/9TdQP\nP052+BBLPiiu91Q3HVTuT+3GNUlmx/QWy8vnS6QrMryB/5GbMDC0vlj9Dc1f3afY\nnCcikGeRwJyDinaC/uNq8kTQpZNadefYqRjHjjTK50txtTGF1PyWc1aAESpNKZyD\nH/+E057XEmU9GbioULOUct53tSLxQDjrvPVi11lSzfvX/bMCggEBAMCi507rRjCn\nTPKBeblU8AFWM4Dd2lQTfeJcyFvbB1c4jh4MCXhrSJeWtLqlESuj4KasYvEHmD1M\n3B6sVcC0lbJEmVEx6r9D45BpS+UEkkB8odElyPExuXi9dduQYkw2uW8zt/DRjt1G\nVMIOc/J3jEWV4O1SrOO1Zj6eiaVmsf3oVhuf9rQLVGwYufWCCmmjN8Bx4dOZhvAF\nNBhx5FImB8A7RyGPVxKWl49ZycE+4Pu0hZGSA7f3zx5xDvIqYCc8lUEl4z0SGIwg\nxnkKPQ5g/r01QNGb8HwXjj9YMIQv2aeJMvcWLPm00FeU8G8zYmtBoitFB1bDiini\nYO3dLjXFVGMCggEBAL+xBUlkzndVGiSrDLJM8hRnDPGYu19StYTdXbua5ZQRVmYj\n52LbyTc+Emeb6jxRpL5X1B4hLDkaepxevXLxxIzoOb/HaV+IZk0g4jp7NJ4SL8EH\nv0frBEvxKdYLrkYwEopOn4tPb7o0hML2tWLPyxzEb356xkEPgqUhhtzrls4d4LBq\n1r+MHU8K62ypgB86WKhWlqDa0UvTRXe3Ou5eV581F49qFz2/3PxAO9+LcOMHR2CG\nNj30T1xw698hJBtLwy2mhVyWP59ljVcqPXXfnGDYhyni+EYAOB5GohNhGQ+W3DxP\nNNTb2Pi2ZuBQtokJYc/Ot4JTtteNvafwea+sJJMCggEAVmY6PKlFl/jRiEsOH1O7\nOb5B52CZ1e/QHEDlFF3Okw4on81iSgJEUskjUjtK0jn0Po0+60Auxf+9EnzVEVNt\neMFPyp0K3rJCVLkFczhzqDy+DyJVV+ineUHwpIPDss8wqHGX5Ij4/MHYrhjxZCS+\nY09vzMGyDYeEzj0pG2hOGMWmKUm7ytDyEnGcpkKnDO5JySTK1q8bWHfc/8HFWBr6\nivuLUcAKm6mzXHY3CVd8bShwZ/QHevHIkay/uVnMOozvnIKzwuZk4CSrIAq5i8Nx\nPceuxNSeLeoawMp7KC6V/pCIrU3i6jRw5XdFx3pSgCy14ZZaTk3xoAuK0eTMHw3c\nZQKCAQAKsbZsmjw3GKM9oe+fnAT0irN6Iz2mDNAj2Y2YV9/BmW8CdNFQI7UiTCA3\n9Lt+6EwJGAE7lbl2mO/H/3o/HPoenXAym/j019PMTfjFYzOJdCsmPy0+ejTWxsHV\nQ1MLg3zVaggEDWG1flKi1KKjN9HgrtiyyMIDpR0sZcHzSRVZR1QiEvpkZIckhYzK\n+rOC8LP/KYzcpcUQH1RIbcbi8XMnCTkGZZyFvZR1b7SC/NOgCzGGZx/XBxBpneMw\nk9btpmtfORDtfflLFZPm/E0d5tz6SiJd8e7z9Us7smIq0bWqO/E7C+z0bM/s8+lM\nIucqKo5Wjx9xOw0xT8+MptDHPSdj\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-21T11:38:49.119197Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial040=a", "trial057=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:34:04.937461Z", "last_refresh": "2026-02-21T11:35:08.177516Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial040:10.20.193.40=a", "trial057:10.20.193.57=b", "trial157:10.20.193.157=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:33:49.892491Z", "last_refresh": "2026-02-21T11:35:08.177469Z", "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-21T11:34:47.597180Z", "last_refresh": "2026-02-21T11:35:08.177579Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial157"}, "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-21T11:34:28.708042Z", "last_refresh": "2026-02-21T11:35:08.177548Z", "running": 3, "size": 3}}, {"events": ["2026-02-21T11:35:10.130819Z 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-21T11:34:48.118894Z", "last_refresh": "2026-02-21T11:35:08.177607Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-21T11:38:49.794 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-21T11:38:50.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:38:50.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: Saving service mgmt-gateway spec with placement trial157 2026-02-21T11:38:50.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.382 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.383 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:50 trial057 ceph-mon[42786]: Deploying daemon mgmt-gateway.trial157 on trial157 2026-02-21T11:38:50.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:38:50.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: Saving service mgmt-gateway spec with placement trial157 2026-02-21T11:38:50.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:38:50.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.471 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:50 trial040 ceph-mon[39772]: Deploying daemon mgmt-gateway.trial157 on trial157 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: Saving service mgmt-gateway spec with placement trial157 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:50.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:50.482 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:50 trial157 ceph-mon[43406]: Deploying daemon mgmt-gateway.trial157 on trial157 2026-02-21T11:38:50.795 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:38:50.913 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:38:51.151 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:38:51.151 INFO:teuthology.orchestra.run.trial040.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:34:47.945791Z", "last_refresh": "2026-02-21T11:35:13.373627Z", "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-21T11:34:47.768094Z", "last_refresh": "2026-02-21T11:35:13.440823Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-21T11:38:49.121150Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial157"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUWblWfoD2+/iJRw4utxVz1JKh8r4wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjExMTM4NDhaFw0yNjAzMjMxMTM4NDha\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCe\nhrNyyxaxW9IrgZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV\n8qJcG0SIS60cTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHu\nTTP9ixgeN15kXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeL\nNGm+7JR21tazbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsf\nlPM4Sce2FLn1fKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66\nvU2l67SeYak9KM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzU\nWmQpoeMwDDr0ClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oD\ncL5L2Y6kYLqAA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJr\nIdEwaAcUs6z7IQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78\n/wqpd6uY0eMEjBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI\n3JDhRgyuSBKtHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABo1MwUTAdBgNVHQ4E\nFgQUK7gUIrp15wknK3kZZrC2JFFxwJkwHwYDVR0jBBgwFoAUK7gUIrp15wknK3kZ\nZrC2JFFxwJkwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAiEx4\nufJwSJjsR2t6YdssxvwhNfoKJtC9XjFKBRKGRX9pJeSa2zGG5GQ/WReyfa5I2Au8\ntHyMCankhuFlyztgQnTyb3NndSy2D6Aen3jYT0P66u1x6GrIE2BkBKUtueE/WSME\nuGqAzRSjCQY9K0UADpAZcjan1/pIEqJgLolb6M+dGWJXu/VmGRTJHiNVeF3ywhwY\nnElM9pGzybhUjEianUXdcehDKb+7W800usFJmdNRwkvDtZIChwbtQrIsbSy4W7rH\nY2DWlJAU02jdtiCLzMxw/XyfalS6P8JVYbYm4Ee7Ij9bSm3ftCf4YGCH/jIqA/yJ\nqYDQVuPtfFpNQKbBh3CyNpAFQFFz6tEkoxnWVP6cpg1tkuiz6LCsFmzNUomewkRe\nhyjVWeHc3nHyMKk1QHr3VPcIleuWCFFwm94wZ2nxf0ud6c5pYZIOpiyAGbFnUl6Z\nL7u63J+67Kg9f+r2TOFXxziX4MQ3A8FOkR7MHJyrc+2+MUMffV9liQksvNHMurrN\nAgTaEcllAoyYQ5QVMZUtHaXS7kSWEiUnpepxu0CORNJ3dtJ9recrXMNnGpN6bJ5V\nm/2UGHbbCwt/HU+g7FO7Jqdy9zkMTyfRIbdqQe6+Ljm+YUPV/W2U0LNFdPBrKi02\n9tyd5qpbyl8oX0R77ChAxR0sTm/hm+g4QezMdxw=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQCehrNyyxaxW9Ir\ngZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV8qJcG0SIS60c\nTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHuTTP9ixgeN15k\nXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeLNGm+7JR21taz\nbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsflPM4Sce2FLn1\nfKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66vU2l67SeYak9\nKM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzUWmQpoeMwDDr0\nClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oDcL5L2Y6kYLqA\nA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJrIdEwaAcUs6z7\nIQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78/wqpd6uY0eME\njBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI3JDhRgyuSBKt\nHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABAoIB/3vYwFjuUMw+7/MNSS2OZsgA\nwGGR6NcunrUoXzxN08jxUX/8krazM9+jNbOYi+m0AxMie7V5mBDjDlsO/nJpNZWV\nBDb7KlkP7IgHA+YmFCoj3tvGtCvyW8GlgUXTwNne76M8rWFnSXBR0WyYniU9IzLO\nTZlHGE4xkRuNOKlaN+IpbIYCWojEFHXx6av1aMLGYJ5gVDzUlyhAr3t+AHfsrKZ0\ngIsZi8x3Rk+bOX4f7mYLHvfZ0knKEpjrGYAtYF9Yxtflhh5zhZK6no0q1hXuDpkL\nQCeSPib4JQHrvlHz1ssfv+sBqW/nuneoDlMrTLeUTe2V9xOpEXKq2YzuVDrtFNtl\ndIauB4OZQzEYoOoaeAwXXB/Ar2qIyWm+FVT4M8y2I8tF9AX4H2Ms/VHD5VstLlQ6\nFjrmI1NoUdh8WqQRUcZA3gh6UZq/yCN1F7zVaMa6mAxfir05XwDgk8aobGlXb64r\nfKTHjpist1n9N9TV1QrXpmJGJbbDK3E7yXWSjYT0h/oYIZRjP5m+hwV4pSVHhebY\nEY4L7Kp73tzmibP0As9bLl2PxcQM39KheTQIjCY2b3YNJlXdJ9Q/xnD4KGZSrR/2\n8y9T8F35ZAONjwr9IKDDNSShsXrwOY5b6f/DeEuGelNM3ImgA0lIVXQHJaNdhlRj\ngWiiltQNrBsY8AC/zCECggEBANKrhhL5oguu+Rve2Oj+ICjoaFaJD2G8xJAIDCln\nVw90RG1OyTikP2TMktNDyfYvlCli4YQI0bXoOXxkr3weM+4cRHatuPKTNleUrJKn\nCKoQOfxHuj9DBr+QrvnqM6+uTNhRIIb3FopleMMV3YjKYHJ/u5m3yZ3UEJ/9TdQP\nP052+BBLPiiu91Q3HVTuT+3GNUlmx/QWy8vnS6QrMryB/5GbMDC0vlj9Dc1f3afY\nnCcikGeRwJyDinaC/uNq8kTQpZNadefYqRjHjjTK50txtTGF1PyWc1aAESpNKZyD\nH/+E057XEmU9GbioULOUct53tSLxQDjrvPVi11lSzfvX/bMCggEBAMCi507rRjCn\nTPKBeblU8AFWM4Dd2lQTfeJcyFvbB1c4jh4MCXhrSJeWtLqlESuj4KasYvEHmD1M\n3B6sVcC0lbJEmVEx6r9D45BpS+UEkkB8odElyPExuXi9dduQYkw2uW8zt/DRjt1G\nVMIOc/J3jEWV4O1SrOO1Zj6eiaVmsf3oVhuf9rQLVGwYufWCCmmjN8Bx4dOZhvAF\nNBhx5FImB8A7RyGPVxKWl49ZycE+4Pu0hZGSA7f3zx5xDvIqYCc8lUEl4z0SGIwg\nxnkKPQ5g/r01QNGb8HwXjj9YMIQv2aeJMvcWLPm00FeU8G8zYmtBoitFB1bDiini\nYO3dLjXFVGMCggEBAL+xBUlkzndVGiSrDLJM8hRnDPGYu19StYTdXbua5ZQRVmYj\n52LbyTc+Emeb6jxRpL5X1B4hLDkaepxevXLxxIzoOb/HaV+IZk0g4jp7NJ4SL8EH\nv0frBEvxKdYLrkYwEopOn4tPb7o0hML2tWLPyxzEb356xkEPgqUhhtzrls4d4LBq\n1r+MHU8K62ypgB86WKhWlqDa0UvTRXe3Ou5eV581F49qFz2/3PxAO9+LcOMHR2CG\nNj30T1xw698hJBtLwy2mhVyWP59ljVcqPXXfnGDYhyni+EYAOB5GohNhGQ+W3DxP\nNNTb2Pi2ZuBQtokJYc/Ot4JTtteNvafwea+sJJMCggEAVmY6PKlFl/jRiEsOH1O7\nOb5B52CZ1e/QHEDlFF3Okw4on81iSgJEUskjUjtK0jn0Po0+60Auxf+9EnzVEVNt\neMFPyp0K3rJCVLkFczhzqDy+DyJVV+ineUHwpIPDss8wqHGX5Ij4/MHYrhjxZCS+\nY09vzMGyDYeEzj0pG2hOGMWmKUm7ytDyEnGcpkKnDO5JySTK1q8bWHfc/8HFWBr6\nivuLUcAKm6mzXHY3CVd8bShwZ/QHevHIkay/uVnMOozvnIKzwuZk4CSrIAq5i8Nx\nPceuxNSeLeoawMp7KC6V/pCIrU3i6jRw5XdFx3pSgCy14ZZaTk3xoAuK0eTMHw3c\nZQKCAQAKsbZsmjw3GKM9oe+fnAT0irN6Iz2mDNAj2Y2YV9/BmW8CdNFQI7UiTCA3\n9Lt+6EwJGAE7lbl2mO/H/3o/HPoenXAym/j019PMTfjFYzOJdCsmPy0+ejTWxsHV\nQ1MLg3zVaggEDWG1flKi1KKjN9HgrtiyyMIDpR0sZcHzSRVZR1QiEvpkZIckhYzK\n+rOC8LP/KYzcpcUQH1RIbcbi8XMnCTkGZZyFvZR1b7SC/NOgCzGGZx/XBxBpneMw\nk9btpmtfORDtfflLFZPm/E0d5tz6SiJd8e7z9Us7smIq0bWqO/E7C+z0bM/s8+lM\nIucqKo5Wjx9xOw0xT8+MptDHPSdj\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-21T11:38:49.119197Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial040=a", "trial057=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:34:04.937461Z", "last_refresh": "2026-02-21T11:35:08.177516Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial040:10.20.193.40=a", "trial057:10.20.193.57=b", "trial157:10.20.193.157=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:33:49.892491Z", "last_refresh": "2026-02-21T11:35:08.177469Z", "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-21T11:34:47.597180Z", "last_refresh": "2026-02-21T11:35:08.177579Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial157"}, "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-21T11:34:28.708042Z", "last_refresh": "2026-02-21T11:35:08.177548Z", "running": 3, "size": 3}}, {"events": ["2026-02-21T11:35:10.130819Z 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-21T11:34:48.118894Z", "last_refresh": "2026-02-21T11:35:08.177607Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-21T11:38:51.290 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-21T11:38:51.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:51 trial057 ceph-mon[42786]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:51.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:51 trial040 ceph-mon[39772]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:51.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:51 trial157 ceph-mon[43406]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:52.292 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:38:52.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:52 trial057 ceph-mon[42786]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:52.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:52 trial057 ceph-mon[42786]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:52.411 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:38:52.433 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:52 trial040 ceph-mon[39772]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:52.433 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:52 trial040 ceph-mon[39772]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:52.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:52 trial157 ceph-mon[43406]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:52.481 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:52 trial157 ceph-mon[43406]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:52.647 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:38:52.647 INFO:teuthology.orchestra.run.trial040.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:34:47.945791Z", "last_refresh": "2026-02-21T11:35:13.373627Z", "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-21T11:34:47.768094Z", "last_refresh": "2026-02-21T11:35:13.440823Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-21T11:38:49.121150Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial157"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUWblWfoD2+/iJRw4utxVz1JKh8r4wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjExMTM4NDhaFw0yNjAzMjMxMTM4NDha\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCe\nhrNyyxaxW9IrgZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV\n8qJcG0SIS60cTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHu\nTTP9ixgeN15kXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeL\nNGm+7JR21tazbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsf\nlPM4Sce2FLn1fKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66\nvU2l67SeYak9KM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzU\nWmQpoeMwDDr0ClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oD\ncL5L2Y6kYLqAA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJr\nIdEwaAcUs6z7IQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78\n/wqpd6uY0eMEjBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI\n3JDhRgyuSBKtHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABo1MwUTAdBgNVHQ4E\nFgQUK7gUIrp15wknK3kZZrC2JFFxwJkwHwYDVR0jBBgwFoAUK7gUIrp15wknK3kZ\nZrC2JFFxwJkwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAiEx4\nufJwSJjsR2t6YdssxvwhNfoKJtC9XjFKBRKGRX9pJeSa2zGG5GQ/WReyfa5I2Au8\ntHyMCankhuFlyztgQnTyb3NndSy2D6Aen3jYT0P66u1x6GrIE2BkBKUtueE/WSME\nuGqAzRSjCQY9K0UADpAZcjan1/pIEqJgLolb6M+dGWJXu/VmGRTJHiNVeF3ywhwY\nnElM9pGzybhUjEianUXdcehDKb+7W800usFJmdNRwkvDtZIChwbtQrIsbSy4W7rH\nY2DWlJAU02jdtiCLzMxw/XyfalS6P8JVYbYm4Ee7Ij9bSm3ftCf4YGCH/jIqA/yJ\nqYDQVuPtfFpNQKbBh3CyNpAFQFFz6tEkoxnWVP6cpg1tkuiz6LCsFmzNUomewkRe\nhyjVWeHc3nHyMKk1QHr3VPcIleuWCFFwm94wZ2nxf0ud6c5pYZIOpiyAGbFnUl6Z\nL7u63J+67Kg9f+r2TOFXxziX4MQ3A8FOkR7MHJyrc+2+MUMffV9liQksvNHMurrN\nAgTaEcllAoyYQ5QVMZUtHaXS7kSWEiUnpepxu0CORNJ3dtJ9recrXMNnGpN6bJ5V\nm/2UGHbbCwt/HU+g7FO7Jqdy9zkMTyfRIbdqQe6+Ljm+YUPV/W2U0LNFdPBrKi02\n9tyd5qpbyl8oX0R77ChAxR0sTm/hm+g4QezMdxw=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQCehrNyyxaxW9Ir\ngZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV8qJcG0SIS60c\nTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHuTTP9ixgeN15k\nXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeLNGm+7JR21taz\nbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsflPM4Sce2FLn1\nfKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66vU2l67SeYak9\nKM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzUWmQpoeMwDDr0\nClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oDcL5L2Y6kYLqA\nA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJrIdEwaAcUs6z7\nIQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78/wqpd6uY0eME\njBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI3JDhRgyuSBKt\nHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABAoIB/3vYwFjuUMw+7/MNSS2OZsgA\nwGGR6NcunrUoXzxN08jxUX/8krazM9+jNbOYi+m0AxMie7V5mBDjDlsO/nJpNZWV\nBDb7KlkP7IgHA+YmFCoj3tvGtCvyW8GlgUXTwNne76M8rWFnSXBR0WyYniU9IzLO\nTZlHGE4xkRuNOKlaN+IpbIYCWojEFHXx6av1aMLGYJ5gVDzUlyhAr3t+AHfsrKZ0\ngIsZi8x3Rk+bOX4f7mYLHvfZ0knKEpjrGYAtYF9Yxtflhh5zhZK6no0q1hXuDpkL\nQCeSPib4JQHrvlHz1ssfv+sBqW/nuneoDlMrTLeUTe2V9xOpEXKq2YzuVDrtFNtl\ndIauB4OZQzEYoOoaeAwXXB/Ar2qIyWm+FVT4M8y2I8tF9AX4H2Ms/VHD5VstLlQ6\nFjrmI1NoUdh8WqQRUcZA3gh6UZq/yCN1F7zVaMa6mAxfir05XwDgk8aobGlXb64r\nfKTHjpist1n9N9TV1QrXpmJGJbbDK3E7yXWSjYT0h/oYIZRjP5m+hwV4pSVHhebY\nEY4L7Kp73tzmibP0As9bLl2PxcQM39KheTQIjCY2b3YNJlXdJ9Q/xnD4KGZSrR/2\n8y9T8F35ZAONjwr9IKDDNSShsXrwOY5b6f/DeEuGelNM3ImgA0lIVXQHJaNdhlRj\ngWiiltQNrBsY8AC/zCECggEBANKrhhL5oguu+Rve2Oj+ICjoaFaJD2G8xJAIDCln\nVw90RG1OyTikP2TMktNDyfYvlCli4YQI0bXoOXxkr3weM+4cRHatuPKTNleUrJKn\nCKoQOfxHuj9DBr+QrvnqM6+uTNhRIIb3FopleMMV3YjKYHJ/u5m3yZ3UEJ/9TdQP\nP052+BBLPiiu91Q3HVTuT+3GNUlmx/QWy8vnS6QrMryB/5GbMDC0vlj9Dc1f3afY\nnCcikGeRwJyDinaC/uNq8kTQpZNadefYqRjHjjTK50txtTGF1PyWc1aAESpNKZyD\nH/+E057XEmU9GbioULOUct53tSLxQDjrvPVi11lSzfvX/bMCggEBAMCi507rRjCn\nTPKBeblU8AFWM4Dd2lQTfeJcyFvbB1c4jh4MCXhrSJeWtLqlESuj4KasYvEHmD1M\n3B6sVcC0lbJEmVEx6r9D45BpS+UEkkB8odElyPExuXi9dduQYkw2uW8zt/DRjt1G\nVMIOc/J3jEWV4O1SrOO1Zj6eiaVmsf3oVhuf9rQLVGwYufWCCmmjN8Bx4dOZhvAF\nNBhx5FImB8A7RyGPVxKWl49ZycE+4Pu0hZGSA7f3zx5xDvIqYCc8lUEl4z0SGIwg\nxnkKPQ5g/r01QNGb8HwXjj9YMIQv2aeJMvcWLPm00FeU8G8zYmtBoitFB1bDiini\nYO3dLjXFVGMCggEBAL+xBUlkzndVGiSrDLJM8hRnDPGYu19StYTdXbua5ZQRVmYj\n52LbyTc+Emeb6jxRpL5X1B4hLDkaepxevXLxxIzoOb/HaV+IZk0g4jp7NJ4SL8EH\nv0frBEvxKdYLrkYwEopOn4tPb7o0hML2tWLPyxzEb356xkEPgqUhhtzrls4d4LBq\n1r+MHU8K62ypgB86WKhWlqDa0UvTRXe3Ou5eV581F49qFz2/3PxAO9+LcOMHR2CG\nNj30T1xw698hJBtLwy2mhVyWP59ljVcqPXXfnGDYhyni+EYAOB5GohNhGQ+W3DxP\nNNTb2Pi2ZuBQtokJYc/Ot4JTtteNvafwea+sJJMCggEAVmY6PKlFl/jRiEsOH1O7\nOb5B52CZ1e/QHEDlFF3Okw4on81iSgJEUskjUjtK0jn0Po0+60Auxf+9EnzVEVNt\neMFPyp0K3rJCVLkFczhzqDy+DyJVV+ineUHwpIPDss8wqHGX5Ij4/MHYrhjxZCS+\nY09vzMGyDYeEzj0pG2hOGMWmKUm7ytDyEnGcpkKnDO5JySTK1q8bWHfc/8HFWBr6\nivuLUcAKm6mzXHY3CVd8bShwZ/QHevHIkay/uVnMOozvnIKzwuZk4CSrIAq5i8Nx\nPceuxNSeLeoawMp7KC6V/pCIrU3i6jRw5XdFx3pSgCy14ZZaTk3xoAuK0eTMHw3c\nZQKCAQAKsbZsmjw3GKM9oe+fnAT0irN6Iz2mDNAj2Y2YV9/BmW8CdNFQI7UiTCA3\n9Lt+6EwJGAE7lbl2mO/H/3o/HPoenXAym/j019PMTfjFYzOJdCsmPy0+ejTWxsHV\nQ1MLg3zVaggEDWG1flKi1KKjN9HgrtiyyMIDpR0sZcHzSRVZR1QiEvpkZIckhYzK\n+rOC8LP/KYzcpcUQH1RIbcbi8XMnCTkGZZyFvZR1b7SC/NOgCzGGZx/XBxBpneMw\nk9btpmtfORDtfflLFZPm/E0d5tz6SiJd8e7z9Us7smIq0bWqO/E7C+z0bM/s8+lM\nIucqKo5Wjx9xOw0xT8+MptDHPSdj\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-21T11:38:49.119197Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial040=a", "trial057=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:34:04.937461Z", "last_refresh": "2026-02-21T11:35:08.177516Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial040:10.20.193.40=a", "trial057:10.20.193.57=b", "trial157:10.20.193.157=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:33:49.892491Z", "last_refresh": "2026-02-21T11:35:08.177469Z", "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-21T11:34:47.597180Z", "last_refresh": "2026-02-21T11:35:08.177579Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial157"}, "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-21T11:34:28.708042Z", "last_refresh": "2026-02-21T11:35:08.177548Z", "running": 3, "size": 3}}, {"events": ["2026-02-21T11:35:10.130819Z 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-21T11:34:48.118894Z", "last_refresh": "2026-02-21T11:35:08.177607Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-21T11:38:52.787 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-21T11:38:53.381 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:53 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:53.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:53 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:53.480 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:53 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-21T11:38:53.788 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:38:53.905 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:38:54.137 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:38:54.137 INFO:teuthology.orchestra.run.trial040.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:34:47.945791Z", "last_refresh": "2026-02-21T11:35:13.373627Z", "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-21T11:34:47.768094Z", "last_refresh": "2026-02-21T11:35:13.440823Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-21T11:38:49.121150Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial157"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUWblWfoD2+/iJRw4utxVz1JKh8r4wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjExMTM4NDhaFw0yNjAzMjMxMTM4NDha\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCe\nhrNyyxaxW9IrgZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV\n8qJcG0SIS60cTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHu\nTTP9ixgeN15kXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeL\nNGm+7JR21tazbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsf\nlPM4Sce2FLn1fKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66\nvU2l67SeYak9KM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzU\nWmQpoeMwDDr0ClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oD\ncL5L2Y6kYLqAA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJr\nIdEwaAcUs6z7IQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78\n/wqpd6uY0eMEjBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI\n3JDhRgyuSBKtHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABo1MwUTAdBgNVHQ4E\nFgQUK7gUIrp15wknK3kZZrC2JFFxwJkwHwYDVR0jBBgwFoAUK7gUIrp15wknK3kZ\nZrC2JFFxwJkwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAiEx4\nufJwSJjsR2t6YdssxvwhNfoKJtC9XjFKBRKGRX9pJeSa2zGG5GQ/WReyfa5I2Au8\ntHyMCankhuFlyztgQnTyb3NndSy2D6Aen3jYT0P66u1x6GrIE2BkBKUtueE/WSME\nuGqAzRSjCQY9K0UADpAZcjan1/pIEqJgLolb6M+dGWJXu/VmGRTJHiNVeF3ywhwY\nnElM9pGzybhUjEianUXdcehDKb+7W800usFJmdNRwkvDtZIChwbtQrIsbSy4W7rH\nY2DWlJAU02jdtiCLzMxw/XyfalS6P8JVYbYm4Ee7Ij9bSm3ftCf4YGCH/jIqA/yJ\nqYDQVuPtfFpNQKbBh3CyNpAFQFFz6tEkoxnWVP6cpg1tkuiz6LCsFmzNUomewkRe\nhyjVWeHc3nHyMKk1QHr3VPcIleuWCFFwm94wZ2nxf0ud6c5pYZIOpiyAGbFnUl6Z\nL7u63J+67Kg9f+r2TOFXxziX4MQ3A8FOkR7MHJyrc+2+MUMffV9liQksvNHMurrN\nAgTaEcllAoyYQ5QVMZUtHaXS7kSWEiUnpepxu0CORNJ3dtJ9recrXMNnGpN6bJ5V\nm/2UGHbbCwt/HU+g7FO7Jqdy9zkMTyfRIbdqQe6+Ljm+YUPV/W2U0LNFdPBrKi02\n9tyd5qpbyl8oX0R77ChAxR0sTm/hm+g4QezMdxw=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQCehrNyyxaxW9Ir\ngZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV8qJcG0SIS60c\nTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHuTTP9ixgeN15k\nXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeLNGm+7JR21taz\nbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsflPM4Sce2FLn1\nfKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66vU2l67SeYak9\nKM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzUWmQpoeMwDDr0\nClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oDcL5L2Y6kYLqA\nA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJrIdEwaAcUs6z7\nIQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78/wqpd6uY0eME\njBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI3JDhRgyuSBKt\nHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABAoIB/3vYwFjuUMw+7/MNSS2OZsgA\nwGGR6NcunrUoXzxN08jxUX/8krazM9+jNbOYi+m0AxMie7V5mBDjDlsO/nJpNZWV\nBDb7KlkP7IgHA+YmFCoj3tvGtCvyW8GlgUXTwNne76M8rWFnSXBR0WyYniU9IzLO\nTZlHGE4xkRuNOKlaN+IpbIYCWojEFHXx6av1aMLGYJ5gVDzUlyhAr3t+AHfsrKZ0\ngIsZi8x3Rk+bOX4f7mYLHvfZ0knKEpjrGYAtYF9Yxtflhh5zhZK6no0q1hXuDpkL\nQCeSPib4JQHrvlHz1ssfv+sBqW/nuneoDlMrTLeUTe2V9xOpEXKq2YzuVDrtFNtl\ndIauB4OZQzEYoOoaeAwXXB/Ar2qIyWm+FVT4M8y2I8tF9AX4H2Ms/VHD5VstLlQ6\nFjrmI1NoUdh8WqQRUcZA3gh6UZq/yCN1F7zVaMa6mAxfir05XwDgk8aobGlXb64r\nfKTHjpist1n9N9TV1QrXpmJGJbbDK3E7yXWSjYT0h/oYIZRjP5m+hwV4pSVHhebY\nEY4L7Kp73tzmibP0As9bLl2PxcQM39KheTQIjCY2b3YNJlXdJ9Q/xnD4KGZSrR/2\n8y9T8F35ZAONjwr9IKDDNSShsXrwOY5b6f/DeEuGelNM3ImgA0lIVXQHJaNdhlRj\ngWiiltQNrBsY8AC/zCECggEBANKrhhL5oguu+Rve2Oj+ICjoaFaJD2G8xJAIDCln\nVw90RG1OyTikP2TMktNDyfYvlCli4YQI0bXoOXxkr3weM+4cRHatuPKTNleUrJKn\nCKoQOfxHuj9DBr+QrvnqM6+uTNhRIIb3FopleMMV3YjKYHJ/u5m3yZ3UEJ/9TdQP\nP052+BBLPiiu91Q3HVTuT+3GNUlmx/QWy8vnS6QrMryB/5GbMDC0vlj9Dc1f3afY\nnCcikGeRwJyDinaC/uNq8kTQpZNadefYqRjHjjTK50txtTGF1PyWc1aAESpNKZyD\nH/+E057XEmU9GbioULOUct53tSLxQDjrvPVi11lSzfvX/bMCggEBAMCi507rRjCn\nTPKBeblU8AFWM4Dd2lQTfeJcyFvbB1c4jh4MCXhrSJeWtLqlESuj4KasYvEHmD1M\n3B6sVcC0lbJEmVEx6r9D45BpS+UEkkB8odElyPExuXi9dduQYkw2uW8zt/DRjt1G\nVMIOc/J3jEWV4O1SrOO1Zj6eiaVmsf3oVhuf9rQLVGwYufWCCmmjN8Bx4dOZhvAF\nNBhx5FImB8A7RyGPVxKWl49ZycE+4Pu0hZGSA7f3zx5xDvIqYCc8lUEl4z0SGIwg\nxnkKPQ5g/r01QNGb8HwXjj9YMIQv2aeJMvcWLPm00FeU8G8zYmtBoitFB1bDiini\nYO3dLjXFVGMCggEBAL+xBUlkzndVGiSrDLJM8hRnDPGYu19StYTdXbua5ZQRVmYj\n52LbyTc+Emeb6jxRpL5X1B4hLDkaepxevXLxxIzoOb/HaV+IZk0g4jp7NJ4SL8EH\nv0frBEvxKdYLrkYwEopOn4tPb7o0hML2tWLPyxzEb356xkEPgqUhhtzrls4d4LBq\n1r+MHU8K62ypgB86WKhWlqDa0UvTRXe3Ou5eV581F49qFz2/3PxAO9+LcOMHR2CG\nNj30T1xw698hJBtLwy2mhVyWP59ljVcqPXXfnGDYhyni+EYAOB5GohNhGQ+W3DxP\nNNTb2Pi2ZuBQtokJYc/Ot4JTtteNvafwea+sJJMCggEAVmY6PKlFl/jRiEsOH1O7\nOb5B52CZ1e/QHEDlFF3Okw4on81iSgJEUskjUjtK0jn0Po0+60Auxf+9EnzVEVNt\neMFPyp0K3rJCVLkFczhzqDy+DyJVV+ineUHwpIPDss8wqHGX5Ij4/MHYrhjxZCS+\nY09vzMGyDYeEzj0pG2hOGMWmKUm7ytDyEnGcpkKnDO5JySTK1q8bWHfc/8HFWBr6\nivuLUcAKm6mzXHY3CVd8bShwZ/QHevHIkay/uVnMOozvnIKzwuZk4CSrIAq5i8Nx\nPceuxNSeLeoawMp7KC6V/pCIrU3i6jRw5XdFx3pSgCy14ZZaTk3xoAuK0eTMHw3c\nZQKCAQAKsbZsmjw3GKM9oe+fnAT0irN6Iz2mDNAj2Y2YV9/BmW8CdNFQI7UiTCA3\n9Lt+6EwJGAE7lbl2mO/H/3o/HPoenXAym/j019PMTfjFYzOJdCsmPy0+ejTWxsHV\nQ1MLg3zVaggEDWG1flKi1KKjN9HgrtiyyMIDpR0sZcHzSRVZR1QiEvpkZIckhYzK\n+rOC8LP/KYzcpcUQH1RIbcbi8XMnCTkGZZyFvZR1b7SC/NOgCzGGZx/XBxBpneMw\nk9btpmtfORDtfflLFZPm/E0d5tz6SiJd8e7z9Us7smIq0bWqO/E7C+z0bM/s8+lM\nIucqKo5Wjx9xOw0xT8+MptDHPSdj\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-21T11:38:49.119197Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial040=a", "trial057=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:34:04.937461Z", "last_refresh": "2026-02-21T11:35:08.177516Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial040:10.20.193.40=a", "trial057:10.20.193.57=b", "trial157:10.20.193.157=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:33:49.892491Z", "last_refresh": "2026-02-21T11:35:08.177469Z", "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-21T11:34:47.597180Z", "last_refresh": "2026-02-21T11:35:08.177579Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial157"}, "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-21T11:34:28.708042Z", "last_refresh": "2026-02-21T11:35:08.177548Z", "running": 3, "size": 3}}, {"events": ["2026-02-21T11:35:10.130819Z 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-21T11:34:48.118894Z", "last_refresh": "2026-02-21T11:35:08.177607Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-21T11:38:54.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:54 trial157 ceph-mon[43406]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:54.231 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:54 trial157 ceph-mon[43406]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:54.279 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-21T11:38:54.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:54 trial040 ceph-mon[39772]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:54.470 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:54 trial040 ceph-mon[39772]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:54.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:54 trial057 ceph-mon[42786]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:54.631 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:54 trial057 ceph-mon[42786]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-21T11:38:55.281 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:38:55.399 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:38:55.633 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:38:55.633 INFO:teuthology.orchestra.run.trial040.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:34:47.945791Z", "last_refresh": "2026-02-21T11:38:55.189295Z", "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-21T11:34:47.768094Z", "last_refresh": "2026-02-21T11:35:13.440823Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-21T11:38:54.496963Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial157"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUWblWfoD2+/iJRw4utxVz1JKh8r4wDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjExMTM4NDhaFw0yNjAzMjMxMTM4NDha\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCe\nhrNyyxaxW9IrgZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV\n8qJcG0SIS60cTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHu\nTTP9ixgeN15kXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeL\nNGm+7JR21tazbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsf\nlPM4Sce2FLn1fKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66\nvU2l67SeYak9KM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzU\nWmQpoeMwDDr0ClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oD\ncL5L2Y6kYLqAA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJr\nIdEwaAcUs6z7IQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78\n/wqpd6uY0eMEjBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI\n3JDhRgyuSBKtHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABo1MwUTAdBgNVHQ4E\nFgQUK7gUIrp15wknK3kZZrC2JFFxwJkwHwYDVR0jBBgwFoAUK7gUIrp15wknK3kZ\nZrC2JFFxwJkwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAiEx4\nufJwSJjsR2t6YdssxvwhNfoKJtC9XjFKBRKGRX9pJeSa2zGG5GQ/WReyfa5I2Au8\ntHyMCankhuFlyztgQnTyb3NndSy2D6Aen3jYT0P66u1x6GrIE2BkBKUtueE/WSME\nuGqAzRSjCQY9K0UADpAZcjan1/pIEqJgLolb6M+dGWJXu/VmGRTJHiNVeF3ywhwY\nnElM9pGzybhUjEianUXdcehDKb+7W800usFJmdNRwkvDtZIChwbtQrIsbSy4W7rH\nY2DWlJAU02jdtiCLzMxw/XyfalS6P8JVYbYm4Ee7Ij9bSm3ftCf4YGCH/jIqA/yJ\nqYDQVuPtfFpNQKbBh3CyNpAFQFFz6tEkoxnWVP6cpg1tkuiz6LCsFmzNUomewkRe\nhyjVWeHc3nHyMKk1QHr3VPcIleuWCFFwm94wZ2nxf0ud6c5pYZIOpiyAGbFnUl6Z\nL7u63J+67Kg9f+r2TOFXxziX4MQ3A8FOkR7MHJyrc+2+MUMffV9liQksvNHMurrN\nAgTaEcllAoyYQ5QVMZUtHaXS7kSWEiUnpepxu0CORNJ3dtJ9recrXMNnGpN6bJ5V\nm/2UGHbbCwt/HU+g7FO7Jqdy9zkMTyfRIbdqQe6+Ljm+YUPV/W2U0LNFdPBrKi02\n9tyd5qpbyl8oX0R77ChAxR0sTm/hm+g4QezMdxw=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQCehrNyyxaxW9Ir\ngZTGMqlkW4/aAu6a/084CQ/dBnr+bO6lgqdL3pzk6ljBB/9fCiTV8qJcG0SIS60c\nTocMCczLQMTcKCqpQFkUavCLutoAR7mZJdb5JxQZmzbvyP5O4QHuTTP9ixgeN15k\nXsYRvIWuAewJtBaBpjyLq/DpscQkU5fqy1zbCHdUgwm/1d0UtzeLNGm+7JR21taz\nbWt4OchqZ9//fY3zNyJGP2fOhvFPU910caaT+1eI8s/leXFX9zsflPM4Sce2FLn1\nfKgA+xAJFtiS+NQgRX/4Z1x37kiig0FVcqmHIDY8pxHlaHq8AU66vU2l67SeYak9\nKM5JSVvjd4vEmF15rfiQwVioDQ4izVNdQ/U1gt+NXUTs6IDLFzzUWmQpoeMwDDr0\nClhfEJfxfqwDKLw4um8CKB9DN6cQwnrVQzQ5iqeY7rAj5KiLu6oDcL5L2Y6kYLqA\nA9BvSH/uvDaG44+G+0Vvs/Ny1G1JvhcuWaQMJoIL3Z9J2sGUgjJrIdEwaAcUs6z7\nIQ1Ncd4jRLA2ujjqS/h2e9i+FfhdjLTUbppDRf8A44EfGWmkgk78/wqpd6uY0eME\njBwxweiu2beUYTxJNoR5uhXnnJnkboU0UdPQJrHbCj9pEzgrkQEI3JDhRgyuSBKt\nHm3OQ4hPg8LR+zO2Bk+p5z4xjYTYOQIDAQABAoIB/3vYwFjuUMw+7/MNSS2OZsgA\nwGGR6NcunrUoXzxN08jxUX/8krazM9+jNbOYi+m0AxMie7V5mBDjDlsO/nJpNZWV\nBDb7KlkP7IgHA+YmFCoj3tvGtCvyW8GlgUXTwNne76M8rWFnSXBR0WyYniU9IzLO\nTZlHGE4xkRuNOKlaN+IpbIYCWojEFHXx6av1aMLGYJ5gVDzUlyhAr3t+AHfsrKZ0\ngIsZi8x3Rk+bOX4f7mYLHvfZ0knKEpjrGYAtYF9Yxtflhh5zhZK6no0q1hXuDpkL\nQCeSPib4JQHrvlHz1ssfv+sBqW/nuneoDlMrTLeUTe2V9xOpEXKq2YzuVDrtFNtl\ndIauB4OZQzEYoOoaeAwXXB/Ar2qIyWm+FVT4M8y2I8tF9AX4H2Ms/VHD5VstLlQ6\nFjrmI1NoUdh8WqQRUcZA3gh6UZq/yCN1F7zVaMa6mAxfir05XwDgk8aobGlXb64r\nfKTHjpist1n9N9TV1QrXpmJGJbbDK3E7yXWSjYT0h/oYIZRjP5m+hwV4pSVHhebY\nEY4L7Kp73tzmibP0As9bLl2PxcQM39KheTQIjCY2b3YNJlXdJ9Q/xnD4KGZSrR/2\n8y9T8F35ZAONjwr9IKDDNSShsXrwOY5b6f/DeEuGelNM3ImgA0lIVXQHJaNdhlRj\ngWiiltQNrBsY8AC/zCECggEBANKrhhL5oguu+Rve2Oj+ICjoaFaJD2G8xJAIDCln\nVw90RG1OyTikP2TMktNDyfYvlCli4YQI0bXoOXxkr3weM+4cRHatuPKTNleUrJKn\nCKoQOfxHuj9DBr+QrvnqM6+uTNhRIIb3FopleMMV3YjKYHJ/u5m3yZ3UEJ/9TdQP\nP052+BBLPiiu91Q3HVTuT+3GNUlmx/QWy8vnS6QrMryB/5GbMDC0vlj9Dc1f3afY\nnCcikGeRwJyDinaC/uNq8kTQpZNadefYqRjHjjTK50txtTGF1PyWc1aAESpNKZyD\nH/+E057XEmU9GbioULOUct53tSLxQDjrvPVi11lSzfvX/bMCggEBAMCi507rRjCn\nTPKBeblU8AFWM4Dd2lQTfeJcyFvbB1c4jh4MCXhrSJeWtLqlESuj4KasYvEHmD1M\n3B6sVcC0lbJEmVEx6r9D45BpS+UEkkB8odElyPExuXi9dduQYkw2uW8zt/DRjt1G\nVMIOc/J3jEWV4O1SrOO1Zj6eiaVmsf3oVhuf9rQLVGwYufWCCmmjN8Bx4dOZhvAF\nNBhx5FImB8A7RyGPVxKWl49ZycE+4Pu0hZGSA7f3zx5xDvIqYCc8lUEl4z0SGIwg\nxnkKPQ5g/r01QNGb8HwXjj9YMIQv2aeJMvcWLPm00FeU8G8zYmtBoitFB1bDiini\nYO3dLjXFVGMCggEBAL+xBUlkzndVGiSrDLJM8hRnDPGYu19StYTdXbua5ZQRVmYj\n52LbyTc+Emeb6jxRpL5X1B4hLDkaepxevXLxxIzoOb/HaV+IZk0g4jp7NJ4SL8EH\nv0frBEvxKdYLrkYwEopOn4tPb7o0hML2tWLPyxzEb356xkEPgqUhhtzrls4d4LBq\n1r+MHU8K62ypgB86WKhWlqDa0UvTRXe3Ou5eV581F49qFz2/3PxAO9+LcOMHR2CG\nNj30T1xw698hJBtLwy2mhVyWP59ljVcqPXXfnGDYhyni+EYAOB5GohNhGQ+W3DxP\nNNTb2Pi2ZuBQtokJYc/Ot4JTtteNvafwea+sJJMCggEAVmY6PKlFl/jRiEsOH1O7\nOb5B52CZ1e/QHEDlFF3Okw4on81iSgJEUskjUjtK0jn0Po0+60Auxf+9EnzVEVNt\neMFPyp0K3rJCVLkFczhzqDy+DyJVV+ineUHwpIPDss8wqHGX5Ij4/MHYrhjxZCS+\nY09vzMGyDYeEzj0pG2hOGMWmKUm7ytDyEnGcpkKnDO5JySTK1q8bWHfc/8HFWBr6\nivuLUcAKm6mzXHY3CVd8bShwZ/QHevHIkay/uVnMOozvnIKzwuZk4CSrIAq5i8Nx\nPceuxNSeLeoawMp7KC6V/pCIrU3i6jRw5XdFx3pSgCy14ZZaTk3xoAuK0eTMHw3c\nZQKCAQAKsbZsmjw3GKM9oe+fnAT0irN6Iz2mDNAj2Y2YV9/BmW8CdNFQI7UiTCA3\n9Lt+6EwJGAE7lbl2mO/H/3o/HPoenXAym/j019PMTfjFYzOJdCsmPy0+ejTWxsHV\nQ1MLg3zVaggEDWG1flKi1KKjN9HgrtiyyMIDpR0sZcHzSRVZR1QiEvpkZIckhYzK\n+rOC8LP/KYzcpcUQH1RIbcbi8XMnCTkGZZyFvZR1b7SC/NOgCzGGZx/XBxBpneMw\nk9btpmtfORDtfflLFZPm/E0d5tz6SiJd8e7z9Us7smIq0bWqO/E7C+z0bM/s8+lM\nIucqKo5Wjx9xOw0xT8+MptDHPSdj\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-21T11:38:49.119197Z", "last_refresh": "2026-02-21T11:38:55.189330Z", "running": 1, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial040=a", "trial057=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:34:04.937461Z", "last_refresh": "2026-02-21T11:35:08.177516Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial040:10.20.193.40=a", "trial057:10.20.193.57=b", "trial157:10.20.193.157=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:33:49.892491Z", "last_refresh": "2026-02-21T11:35:08.177469Z", "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-21T11:34:47.597180Z", "last_refresh": "2026-02-21T11:35:08.177579Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial157"}, "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-21T11:34:28.708042Z", "last_refresh": "2026-02-21T11:35:08.177548Z", "running": 3, "size": 3}}, {"events": ["2026-02-21T11:35:10.130819Z 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-21T11:34:48.118894Z", "last_refresh": "2026-02-21T11:35:08.177607Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-21T11:38:55.633 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:55.634 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.634 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.634 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.634 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.634 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:38:55.634 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.634 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.634 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:38:55.634 INFO:journalctl@ceph.mon.a.trial040.stdout:Feb 21 11:38:55 trial040 ceph-mon[39772]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:38:55.775 INFO:tasks.cephadm:mgmt-gateway has 1/1 2026-02-21T11:38:55.776 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-21T11:38:55.792 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial040.front.sepia.ceph.com 2026-02-21T11:38:55.792 DEBUG:teuthology.orchestra.run.trial040:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 135f8644-0f19-11f1-bb8f-d404e6e7d460 -- bash -c 'set -ex 2026-02-21T11:38:55.792 DEBUG:teuthology.orchestra.run.trial040:> 2026-02-21T11:38:55.792 DEBUG:teuthology.orchestra.run.trial040:> # Function to wait for a service to be healthy and log response on error 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> wait_for_service() { 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> local name="$1" 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> local url="$2" 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> local jq_filter="$3" 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> echo "Waiting for service $name to be healthy at $url..." 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> for i in {1..30}; do 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> local response 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> response=$(curl -k -s -u admin:admin "$url") 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> if echo "$response" | jq -e "$jq_filter" > /dev/null; then 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> echo "Service $name is healthy." 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> return 0 2026-02-21T11:38:55.793 DEBUG:teuthology.orchestra.run.trial040:> fi 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> echo "Attempt $i: service $name not ready yet" 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> sleep 10 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> done 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> echo "Timeout waiting for $name at $url" 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> echo "Last HTTP response:" 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> echo "$response" 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> echo "jq output:" 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> echo "$response" | jq "$jq_filter" || echo "(jq parse error or no match)" 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> return 1 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> } 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> # retrieve mgmt hostname and ip 2026-02-21T11:38:55.794 DEBUG:teuthology.orchestra.run.trial040:> MGMT_GTW_HOST=$(ceph orch ps --daemon-type mgmt-gateway -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> 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-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> # check mgmt-gateway health 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> curl -k -s https://${MGMT_GTW_IP}/health 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> curl -k -s https://${MGMT_GTW_IP}:29443/health 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> # wait for monitoring services 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> wait_for_service "Grafana" "https://${MGMT_GTW_IP}/grafana/api/health" '"'"'.database == "ok"'"'"' || exit 1 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> wait_for_service "Prometheus" "https://${MGMT_GTW_IP}/prometheus/api/v1/status/config" '"'"'.status == "success"'"'"' || exit 1 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> wait_for_service "Alertmanager" "https://${MGMT_GTW_IP}/alertmanager/api/v2/status" '"'"'.cluster.status == "ready"'"'"' || exit 1 2026-02-21T11:38:55.795 DEBUG:teuthology.orchestra.run.trial040:> ' 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:38:55.881 INFO:journalctl@ceph.mon.b.trial057.stdout:Feb 21 11:38:55 trial057 ceph-mon[42786]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:38:55.912 INFO:teuthology.orchestra.run.trial040.stderr:Inferring config /var/lib/ceph/135f8644-0f19-11f1-bb8f-d404e6e7d460/mon.a/config 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:38:55.981 INFO:journalctl@ceph.mon.c.trial157.stdout:Feb 21 11:38:55 trial157 ceph-mon[43406]: from='mgr.14448 10.20.193.40:0/3457121693' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:38:55.990 INFO:teuthology.orchestra.run.trial040.stderr:++ ceph orch ps --daemon-type mgmt-gateway -f json 2026-02-21T11:38:55.990 INFO:teuthology.orchestra.run.trial040.stderr:++ jq -e '.[]' 2026-02-21T11:38:55.990 INFO:teuthology.orchestra.run.trial040.stderr:++ jq -r .hostname 2026-02-21T11:38:56.155 INFO:teuthology.orchestra.run.trial040.stderr:+ MGMT_GTW_HOST=trial157 2026-02-21T11:38:56.155 INFO:teuthology.orchestra.run.trial040.stderr:++ ceph orch host ls -f json 2026-02-21T11:38:56.156 INFO:teuthology.orchestra.run.trial040.stderr:++ jq -r --arg MGMT_GTW_HOST trial157 '.[] | select(.hostname==$MGMT_GTW_HOST) | .addr' 2026-02-21T11:38:56.318 INFO:teuthology.orchestra.run.trial040.stderr:+ MGMT_GTW_IP=10.20.193.157 2026-02-21T11:38:56.318 INFO:teuthology.orchestra.run.trial040.stderr:+ curl -k -s https://10.20.193.157/health 2026-02-21T11:38:56.328 INFO:teuthology.orchestra.run.trial040.stderr:+ curl -k -s https://10.20.193.157:29443/health 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stdout:OK 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stdout:400 No required SSL certificate was sent 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stdout:

400 Bad Request

2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stdout:
No required SSL certificate was sent
2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stdout:
nginx/1.26.1
2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stdout: 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stderr:+ wait_for_service Grafana https://10.20.193.157/grafana/api/health '.database == "ok"' 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stderr:+ local name=Grafana 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stderr:+ local url=https://10.20.193.157/grafana/api/health 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stderr:+ local 'jq_filter=.database == "ok"' 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stdout:Waiting for service Grafana to be healthy at https://10.20.193.157/grafana/api/health... 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stderr:+ echo 'Waiting for service Grafana to be healthy at https://10.20.193.157/grafana/api/health...' 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stderr:+ for i in {1..30} 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stderr:+ local response 2026-02-21T11:38:56.338 INFO:teuthology.orchestra.run.trial040.stderr:++ curl -k -s -u admin:admin https://10.20.193.157/grafana/api/health 2026-02-21T11:38:56.366 INFO:teuthology.orchestra.run.trial040.stderr:+ response=' 2026-02-21T11:38:56.366 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.366 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.366 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.366 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.366 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: Grafana 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.367 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.368 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.369 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.383 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.383 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.383 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.383 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.383 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.383 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.383 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr:

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

2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr:
    2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr:
  1. This could be caused by your reverse proxy settings.
  2. 2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr:
  3. If you host grafana under a subpath make sure your grafana.ini root_url setting 2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr: includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
  4. 2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr:
  5. If you have a local dev build make sure you build frontend using: yarn start, or 2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr: yarn build.
  6. 2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr:
  7. Sometimes restarting grafana-server can help.
  8. 2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr:
  9. Check if you are using a non-supported browser. For more information, refer to the list of 2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.384 INFO:teuthology.orchestra.run.trial040.stderr: supported browsers .
  10. 2026-02-21T11:38:56.385 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.385 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.385 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.385 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.388 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.388 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.388 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.388 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.388 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.393 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.393 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.393 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.393 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.393 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.393 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.394 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.394 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.394 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.394 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.395 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.395 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.395 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.395 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.396 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.396 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.396 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.396 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.397 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.397 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.397 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.397 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.397 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.397 INFO:teuthology.orchestra.run.trial040.stderr:' 2026-02-21T11:38:56.397 INFO:teuthology.orchestra.run.trial040.stderr:+ jq -e '.database == "ok"' 2026-02-21T11:38:56.397 INFO:teuthology.orchestra.run.trial040.stderr:+ echo ' 2026-02-21T11:38:56.397 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: Grafana 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.398 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.399 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.400 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.400 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.400 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.400 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.400 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.400 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.400 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.400 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr: 2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr:
2026-02-21T11:38:56.411 INFO:teuthology.orchestra.run.trial040.stderr:

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

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