2026-02-24T17:28:25.936 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-24T17:28:25.950 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-24T17:28:26.046 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-24_16:03:54-rados-wip-yuri8-testing-2026-02-23-2128-distro-default-trial/68497 branch: wip-yuri8-testing-2026-02-23-2128 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_mgmt_gateway} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '68497' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-24_16:03:54-rados-wip-yuri8-testing-2026-02-23-2128-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri8-testing-2026-02-23-2128 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: 618c318a7a0b287ab5aeff207b7bf1d73ef45044 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 618c318a7a0b287ab5aeff207b7bf1d73ef45044 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2026-02-23-2128 sha1: 618c318a7a0b287ab5aeff207b7bf1d73ef45044 owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 6922 sha1: 618c318a7a0b287ab5aeff207b7bf1d73ef45044 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2026-02-23-2128 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_618c318a7a0b287ab5aeff207b7bf1d73ef45044/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 618c318a7a0b287ab5aeff207b7bf1d73ef45044 targets: trial026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCd0b7yx0uNx68r2DHu40sQuMrpikvwOuIqbdbA4uLnPIa7jd0HTsncpyfU0FSRVkkatkPz52qYwEvZSvrgbFTs= trial056.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGiQbHwl/5SnvtCBcXZc0b/vV0eeQ7ylprYnsx2lnw41SgxILnVvws6DsO0g2ao+QeyrVZH2PR8bj7Gu8pMZmww= trial064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCWhuBXrZJUtwha5Z0d7UeQpQR0HFZv3NqSR67t/hrZv4L5Fn6STc68zyF9il1uhRAj4hUcGt2RlK+EOfDHm2Kk= 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-24_16:03:54 tube: trial user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.904699 2026-02-24T17:28:26.046 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_618c318a7a0b287ab5aeff207b7bf1d73ef45044/qa; will attempt to use it 2026-02-24T17:28:26.047 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_618c318a7a0b287ab5aeff207b7bf1d73ef45044/qa/tasks 2026-02-24T17:28:26.047 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-24T17:28:26.048 INFO:teuthology.task.internal:Checking packages... 2026-02-24T17:28:26.048 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '618c318a7a0b287ab5aeff207b7bf1d73ef45044' 2026-02-24T17:28:26.048 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-24T17:28:26.048 INFO:teuthology.packaging:ref: None 2026-02-24T17:28:26.048 INFO:teuthology.packaging:tag: None 2026-02-24T17:28:26.049 INFO:teuthology.packaging:branch: wip-yuri8-testing-2026-02-23-2128 2026-02-24T17:28:26.049 INFO:teuthology.packaging:sha1: 618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:28:26.049 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri8-testing-2026-02-23-2128 2026-02-24T17:28:26.167 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5507.g618c318a 2026-02-24T17:28:26.168 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-24T17:28:26.180 INFO:teuthology.task.internal:no buildpackages task found 2026-02-24T17:28:26.180 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-24T17:28:26.194 INFO:teuthology.task.internal:Saving configuration 2026-02-24T17:28:26.206 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-24T17:28:26.219 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-24T17:28:26.297 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial026.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-24_16:03:54-rados-wip-yuri8-testing-2026-02-23-2128-distro-default-trial/68497', '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-24 17:24:28.314966', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCd0b7yx0uNx68r2DHu40sQuMrpikvwOuIqbdbA4uLnPIa7jd0HTsncpyfU0FSRVkkatkPz52qYwEvZSvrgbFTs='} 2026-02-24T17:28:26.475 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial056.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-24_16:03:54-rados-wip-yuri8-testing-2026-02-23-2128-distro-default-trial/68497', '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-24 17:24:28.315702', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGiQbHwl/5SnvtCBcXZc0b/vV0eeQ7ylprYnsx2lnw41SgxILnVvws6DsO0g2ao+QeyrVZH2PR8bj7Gu8pMZmww='} 2026-02-24T17:28:26.533 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial064.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-24_16:03:54-rados-wip-yuri8-testing-2026-02-23-2128-distro-default-trial/68497', '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-24 17:24:28.316114', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCWhuBXrZJUtwha5Z0d7UeQpQR0HFZv3NqSR67t/hrZv4L5Fn6STc68zyF9il1uhRAj4hUcGt2RlK+EOfDHm2Kk='} 2026-02-24T17:28:26.534 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-24T17:28:26.545 INFO:teuthology.task.internal:roles: ubuntu@trial026.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-24T17:28:26.545 INFO:teuthology.task.internal:roles: ubuntu@trial056.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-24T17:28:26.545 INFO:teuthology.task.internal:roles: ubuntu@trial064.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2026-02-24T17:28:26.545 INFO:teuthology.run_tasks:Running task console_log... 2026-02-24T17:28:26.744 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x75ea63519760>, signals=[15]) 2026-02-24T17:28:26.745 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-24T17:28:26.756 INFO:teuthology.task.internal:Opening connections... 2026-02-24T17:28:26.756 DEBUG:teuthology.task.internal:connecting to ubuntu@trial026.front.sepia.ceph.com 2026-02-24T17:28:26.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:28:26.820 DEBUG:teuthology.task.internal:connecting to ubuntu@trial056.front.sepia.ceph.com 2026-02-24T17:28:26.821 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial056.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:28:26.882 DEBUG:teuthology.task.internal:connecting to ubuntu@trial064.front.sepia.ceph.com 2026-02-24T17:28:26.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:28:26.941 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-24T17:28:26.953 DEBUG:teuthology.orchestra.run.trial026:> uname -m 2026-02-24T17:28:26.969 INFO:teuthology.orchestra.run.trial026.stdout:x86_64 2026-02-24T17:28:26.969 DEBUG:teuthology.orchestra.run.trial026:> cat /etc/os-release 2026-02-24T17:28:27.025 INFO:teuthology.orchestra.run.trial026.stdout:NAME="CentOS Stream" 2026-02-24T17:28:27.025 INFO:teuthology.orchestra.run.trial026.stdout:VERSION="9" 2026-02-24T17:28:27.025 INFO:teuthology.orchestra.run.trial026.stdout:ID="centos" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:ID_LIKE="rhel fedora" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:VERSION_ID="9" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:PLATFORM_ID="platform:el9" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:ANSI_COLOR="0;31" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:LOGO="fedora-logo-icon" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:HOME_URL="https://centos.org/" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-24T17:28:27.026 INFO:teuthology.orchestra.run.trial026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-24T17:28:27.027 INFO:teuthology.lock.ops:Updating trial026.front.sepia.ceph.com on lock server 2026-02-24T17:28:27.103 DEBUG:teuthology.orchestra.run.trial056:> uname -m 2026-02-24T17:28:27.119 INFO:teuthology.orchestra.run.trial056.stdout:x86_64 2026-02-24T17:28:27.119 DEBUG:teuthology.orchestra.run.trial056:> cat /etc/os-release 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:NAME="CentOS Stream" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:VERSION="9" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:ID="centos" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:ID_LIKE="rhel fedora" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:VERSION_ID="9" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:PLATFORM_ID="platform:el9" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:ANSI_COLOR="0;31" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:LOGO="fedora-logo-icon" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:HOME_URL="https://centos.org/" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-24T17:28:27.176 INFO:teuthology.orchestra.run.trial056.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-24T17:28:27.177 INFO:teuthology.lock.ops:Updating trial056.front.sepia.ceph.com on lock server 2026-02-24T17:28:27.276 DEBUG:teuthology.orchestra.run.trial064:> uname -m 2026-02-24T17:28:27.291 INFO:teuthology.orchestra.run.trial064.stdout:x86_64 2026-02-24T17:28:27.291 DEBUG:teuthology.orchestra.run.trial064:> cat /etc/os-release 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:NAME="CentOS Stream" 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:VERSION="9" 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:ID="centos" 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:ID_LIKE="rhel fedora" 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:VERSION_ID="9" 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:PLATFORM_ID="platform:el9" 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:ANSI_COLOR="0;31" 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:LOGO="fedora-logo-icon" 2026-02-24T17:28:27.346 INFO:teuthology.orchestra.run.trial064.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-24T17:28:27.347 INFO:teuthology.orchestra.run.trial064.stdout:HOME_URL="https://centos.org/" 2026-02-24T17:28:27.347 INFO:teuthology.orchestra.run.trial064.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-24T17:28:27.347 INFO:teuthology.orchestra.run.trial064.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-24T17:28:27.347 INFO:teuthology.orchestra.run.trial064.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-24T17:28:27.347 INFO:teuthology.lock.ops:Updating trial064.front.sepia.ceph.com on lock server 2026-02-24T17:28:27.429 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-24T17:28:27.445 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-24T17:28:27.456 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-24T17:28:27.456 DEBUG:teuthology.orchestra.run.trial026:> test '!' -e /home/ubuntu/cephtest 2026-02-24T17:28:27.458 DEBUG:teuthology.orchestra.run.trial056:> test '!' -e /home/ubuntu/cephtest 2026-02-24T17:28:27.460 DEBUG:teuthology.orchestra.run.trial064:> test '!' -e /home/ubuntu/cephtest 2026-02-24T17:28:27.475 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-24T17:28:27.486 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-24T17:28:27.486 DEBUG:teuthology.orchestra.run.trial026:> test -z $(ls -A /var/lib/ceph) 2026-02-24T17:28:27.514 DEBUG:teuthology.orchestra.run.trial056:> test -z $(ls -A /var/lib/ceph) 2026-02-24T17:28:27.517 DEBUG:teuthology.orchestra.run.trial064:> test -z $(ls -A /var/lib/ceph) 2026-02-24T17:28:27.534 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-24T17:28:27.763 INFO:teuthology.run_tasks:Running task kernel... 2026-02-24T17:28:27.782 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-24T17:28:27.782 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-24T17:28:27.783 DEBUG:teuthology.orchestra.run.trial026:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-24T17:28:27.783 DEBUG:teuthology.orchestra.run.trial056:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-24T17:28:27.783 DEBUG:teuthology.orchestra.run.trial064:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-24T17:28:27.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T17:28:27.798 DEBUG:teuthology.orchestra.run.trial026:> uname -r 2026-02-24T17:28:27.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T17:28:27.798 DEBUG:teuthology.orchestra.run.trial064:> uname -r 2026-02-24T17:28:27.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T17:28:27.799 DEBUG:teuthology.orchestra.run.trial056:> uname -r 2026-02-24T17:28:27.854 INFO:teuthology.orchestra.run.trial026.stdout:5.14.0-681.el9.x86_64 2026-02-24T17:28:27.854 INFO:teuthology.task.kernel:Running kernel on trial026: 5.14.0-681.el9.x86_64 2026-02-24T17:28:27.854 DEBUG:teuthology.orchestra.run.trial026:> sudo yum install -y kernel 2026-02-24T17:28:27.854 INFO:teuthology.orchestra.run.trial064.stdout:5.14.0-681.el9.x86_64 2026-02-24T17:28:27.855 INFO:teuthology.task.kernel:Running kernel on trial064: 5.14.0-681.el9.x86_64 2026-02-24T17:28:27.855 DEBUG:teuthology.orchestra.run.trial064:> sudo yum install -y kernel 2026-02-24T17:28:27.855 INFO:teuthology.orchestra.run.trial056.stdout:5.14.0-681.el9.x86_64 2026-02-24T17:28:27.855 INFO:teuthology.task.kernel:Running kernel on trial056: 5.14.0-681.el9.x86_64 2026-02-24T17:28:27.855 DEBUG:teuthology.orchestra.run.trial056:> sudo yum install -y kernel 2026-02-24T17:28:28.516 INFO:teuthology.orchestra.run.trial026.stdout:CentOS Stream 9 - BaseOS 32 MB/s | 8.9 MB 00:00 2026-02-24T17:28:29.138 INFO:teuthology.orchestra.run.trial064.stdout:CentOS Stream 9 - BaseOS 9.9 MB/s | 8.9 MB 00:00 2026-02-24T17:28:29.705 INFO:teuthology.orchestra.run.trial056.stdout:CentOS Stream 9 - BaseOS 6.1 MB/s | 8.9 MB 00:01 2026-02-24T17:28:32.050 INFO:teuthology.orchestra.run.trial026.stdout:CentOS Stream 9 - AppStream 9.0 MB/s | 27 MB 00:02 2026-02-24T17:28:32.869 INFO:teuthology.orchestra.run.trial056.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-24T17:28:32.949 INFO:teuthology.orchestra.run.trial064.stdout:CentOS Stream 9 - AppStream 8.2 MB/s | 27 MB 00:03 2026-02-24T17:28:35.456 INFO:teuthology.orchestra.run.trial026.stdout:CentOS Stream 9 - CRB 7.7 MB/s | 8.0 MB 00:01 2026-02-24T17:28:36.204 INFO:teuthology.orchestra.run.trial056.stdout:CentOS Stream 9 - CRB 8.5 MB/s | 8.0 MB 00:00 2026-02-24T17:28:37.093 INFO:teuthology.orchestra.run.trial064.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 8.0 MB 00:01 2026-02-24T17:28:37.294 INFO:teuthology.orchestra.run.trial026.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-24T17:28:37.921 INFO:teuthology.orchestra.run.trial026.stdout:Extra Packages for Enterprise Linux 36 MB/s | 20 MB 00:00 2026-02-24T17:28:38.026 INFO:teuthology.orchestra.run.trial056.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 20 kB 00:01 2026-02-24T17:28:39.122 INFO:teuthology.orchestra.run.trial056.stdout:Extra Packages for Enterprise Linux 20 MB/s | 20 MB 00:01 2026-02-24T17:28:39.155 INFO:teuthology.orchestra.run.trial064.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 20 kB 00:01 2026-02-24T17:28:41.187 INFO:teuthology.orchestra.run.trial026.stdout:lab-extras 1.1 MB/s | 50 kB 00:00 2026-02-24T17:28:42.199 INFO:teuthology.orchestra.run.trial026.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-24T17:28:42.199 INFO:teuthology.orchestra.run.trial026.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-24T17:28:42.219 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:28:42.220 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:28:42.220 INFO:teuthology.orchestra.run.trial026.stdout: Package Architecture Version Repository Size 2026-02-24T17:28:42.220 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:28:42.220 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout:Installing dependencies: 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout:Install 4 Packages 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:28:42.221 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 89 M 2026-02-24T17:28:42.222 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 135 M 2026-02-24T17:28:42.222 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:28:42.293 INFO:teuthology.orchestra.run.trial056.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-24T17:28:42.502 INFO:teuthology.orchestra.run.trial026.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 4.2 MB/s | 901 kB 00:00 2026-02-24T17:28:42.659 INFO:teuthology.orchestra.run.trial026.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 47 MB/s | 17 MB 00:00 2026-02-24T17:28:42.844 INFO:teuthology.orchestra.run.trial026.stdout:(3/4): kernel-modules-core-5.14.0-686.el9.x86_6 91 MB/s | 31 MB 00:00 2026-02-24T17:28:42.896 INFO:teuthology.orchestra.run.trial026.stdout:(4/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 66 MB/s | 40 MB 00:00 2026-02-24T17:28:42.896 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:28:42.896 INFO:teuthology.orchestra.run.trial026.stdout:Total 132 MB/s | 89 MB 00:00 2026-02-24T17:28:43.087 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:28:43.293 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:28:43.293 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:28:43.302 INFO:teuthology.orchestra.run.trial056.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-24T17:28:43.302 INFO:teuthology.orchestra.run.trial056.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-24T17:28:43.322 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout: Package Architecture Version Repository Size 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout:Installing dependencies: 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-24T17:28:43.323 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:28:43.324 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:28:43.324 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:28:43.324 INFO:teuthology.orchestra.run.trial056.stdout:Install 4 Packages 2026-02-24T17:28:43.324 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:28:43.324 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 89 M 2026-02-24T17:28:43.324 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 135 M 2026-02-24T17:28:43.324 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:28:43.543 INFO:teuthology.orchestra.run.trial064.stdout:Extra Packages for Enterprise Linux 4.7 MB/s | 20 MB 00:04 2026-02-24T17:28:43.676 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:28:43.676 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:28:44.333 INFO:teuthology.orchestra.run.trial056.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 972 kB/s | 901 kB 00:00 2026-02-24T17:28:44.785 INFO:teuthology.orchestra.run.trial056.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 12 MB/s | 17 MB 00:01 2026-02-24T17:28:44.786 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:28:45.079 INFO:teuthology.orchestra.run.trial026.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-24T17:28:45.101 INFO:teuthology.orchestra.run.trial026.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T17:28:45.324 INFO:teuthology.orchestra.run.trial056.stdout:(3/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 21 MB/s | 40 MB 00:01 2026-02-24T17:28:46.037 INFO:teuthology.orchestra.run.trial056.stdout:(4/4): kernel-modules-core-5.14.0-686.el9.x86_6 18 MB/s | 31 MB 00:01 2026-02-24T17:28:46.037 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:28:46.038 INFO:teuthology.orchestra.run.trial056.stdout:Total 33 MB/s | 89 MB 00:02 2026-02-24T17:28:46.240 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:28:46.440 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:28:46.440 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:28:46.772 INFO:teuthology.orchestra.run.trial064.stdout:lab-extras 2.1 MB/s | 50 kB 00:00 2026-02-24T17:28:46.828 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:28:46.828 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:28:47.687 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T17:28:47.720 INFO:teuthology.orchestra.run.trial026.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T17:28:47.782 INFO:teuthology.orchestra.run.trial064.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-24T17:28:47.782 INFO:teuthology.orchestra.run.trial064.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-24T17:28:47.802 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:28:47.803 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:28:47.803 INFO:teuthology.orchestra.run.trial064.stdout: Package Architecture Version Repository Size 2026-02-24T17:28:47.803 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:28:47.803 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:28:47.803 INFO:teuthology.orchestra.run.trial064.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-24T17:28:47.803 INFO:teuthology.orchestra.run.trial064.stdout:Installing dependencies: 2026-02-24T17:28:47.804 INFO:teuthology.orchestra.run.trial064.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-24T17:28:47.804 INFO:teuthology.orchestra.run.trial064.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-24T17:28:47.804 INFO:teuthology.orchestra.run.trial064.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-24T17:28:47.804 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:28:47.804 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:28:47.804 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:28:47.804 INFO:teuthology.orchestra.run.trial064.stdout:Install 4 Packages 2026-02-24T17:28:47.804 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:28:47.805 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 89 M 2026-02-24T17:28:47.805 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 135 M 2026-02-24T17:28:47.805 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:28:47.933 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:28:48.222 INFO:teuthology.orchestra.run.trial056.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-24T17:28:48.244 INFO:teuthology.orchestra.run.trial056.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T17:28:48.396 INFO:teuthology.orchestra.run.trial064.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 3.8 MB/s | 901 kB 00:00 2026-02-24T17:28:48.735 INFO:teuthology.orchestra.run.trial064.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 30 MB/s | 17 MB 00:00 2026-02-24T17:28:49.029 INFO:teuthology.orchestra.run.trial064.stdout:(3/4): kernel-modules-core-5.14.0-686.el9.x86_6 49 MB/s | 31 MB 00:00 2026-02-24T17:28:49.157 INFO:teuthology.orchestra.run.trial064.stdout:(4/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 40 MB/s | 40 MB 00:00 2026-02-24T17:28:49.159 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:28:49.159 INFO:teuthology.orchestra.run.trial064.stdout:Total 66 MB/s | 89 MB 00:01 2026-02-24T17:28:49.349 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:28:49.560 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:28:49.560 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:28:49.945 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:28:49.946 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:28:50.772 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T17:28:50.772 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T17:28:50.779 INFO:teuthology.orchestra.run.trial026.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:28:50.805 INFO:teuthology.orchestra.run.trial056.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T17:28:51.071 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:28:51.375 INFO:teuthology.orchestra.run.trial064.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-24T17:28:51.397 INFO:teuthology.orchestra.run.trial064.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T17:28:53.843 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T17:28:53.849 INFO:teuthology.orchestra.run.trial056.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:28:53.902 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:28:53.960 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T17:28:53.994 INFO:teuthology.orchestra.run.trial064.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T17:28:56.899 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:28:57.029 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T17:28:57.035 INFO:teuthology.orchestra.run.trial064.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:00.082 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:11.485 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:11.507 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:11.699 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:11.699 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-24T17:29:11.699 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T17:29:11.699 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T17:29:11.757 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:11.757 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:29:11.757 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:29:11.757 INFO:teuthology.orchestra.run.trial026.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-24T17:29:11.757 INFO:teuthology.orchestra.run.trial026.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-24T17:29:11.757 INFO:teuthology.orchestra.run.trial026.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-24T17:29:11.757 INFO:teuthology.orchestra.run.trial026.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-24T17:29:11.757 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:29:11.757 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:29:11.817 DEBUG:teuthology.orchestra.run.trial026:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T17:29:11.846 INFO:teuthology.orchestra.run.trial026.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T17:29:11.847 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T17:29:11.847 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-681.el9.x86_64 Expected: 5.14.0-686.el9.x86_64 2026-02-24T17:29:11.847 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-24T17:29:11.847 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-24T17:29:11.848 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-24T17:29:11.848 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial026.front.sepia.ceph.com, path=None, version=distro) 2026-02-24T17:29:11.848 DEBUG:teuthology.orchestra.run.trial026:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T17:29:11.911 INFO:teuthology.orchestra.run.trial026.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T17:29:11.912 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T17:29:11.912 DEBUG:teuthology.orchestra.run.trial026:> sudo rpm -qi grub2-tools 2026-02-24T17:29:11.980 INFO:teuthology.orchestra.run.trial026.stdout:Name : grub2-tools 2026-02-24T17:29:11.980 INFO:teuthology.orchestra.run.trial026.stdout:Epoch : 1 2026-02-24T17:29:11.980 INFO:teuthology.orchestra.run.trial026.stdout:Version : 2.06 2026-02-24T17:29:11.980 INFO:teuthology.orchestra.run.trial026.stdout:Release : 120.el9 2026-02-24T17:29:11.980 INFO:teuthology.orchestra.run.trial026.stdout:Architecture: x86_64 2026-02-24T17:29:11.980 INFO:teuthology.orchestra.run.trial026.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Group : Unspecified 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Size : 9108611 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:License : GPLv3+ 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Packager : builder@centos.org 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Vendor : CentOS 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Summary : Support tools for GRUB. 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:Description : 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:hardware devices. 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:29:11.981 INFO:teuthology.orchestra.run.trial026.stdout:This subpackage provides tools for support of all platforms. 2026-02-24T17:29:11.983 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-24T17:29:11.983 INFO:teuthology.task.kernel:Updating grub on trial026 to boot 5.14.0-686.el9.x86_64 2026-02-24T17:29:11.984 DEBUG:teuthology.orchestra.run.trial026:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-24T17:29:12.046 INFO:teuthology.orchestra.run.trial026.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-24T17:29:12.048 DEBUG:teuthology.orchestra.run.trial026:> sudo command -v grubby && echo yes || echo no 2026-02-24T17:29:12.112 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/grubby 2026-02-24T17:29:12.114 INFO:teuthology.orchestra.run.trial026.stdout:yes 2026-02-24T17:29:12.114 DEBUG:teuthology.orchestra.run.trial026:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-686.el9.x86_64" | head -n 1 2026-02-24T17:29:12.177 INFO:teuthology.orchestra.run.trial026.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-24T17:29:12.178 DEBUG:teuthology.orchestra.run.trial026:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-24T17:29:12.250 DEBUG:teuthology.orchestra.run.trial026:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-24T17:29:12.455 INFO:teuthology.orchestra.run.trial026.stderr:Generating grub configuration file ... 2026-02-24T17:29:12.523 INFO:teuthology.orchestra.run.trial026.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-24T17:29:12.530 INFO:teuthology.orchestra.run.trial026.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-24T17:29:12.778 INFO:teuthology.orchestra.run.trial026.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-24T17:29:12.785 INFO:teuthology.orchestra.run.trial026.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-24T17:29:12.819 INFO:teuthology.orchestra.run.trial026.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-24T17:29:12.825 INFO:teuthology.orchestra.run.trial026.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-24T17:29:12.857 INFO:teuthology.orchestra.run.trial026.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-24T17:29:12.863 INFO:teuthology.orchestra.run.trial026.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-24T17:29:12.886 INFO:teuthology.orchestra.run.trial026.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-24T17:29:12.892 INFO:teuthology.orchestra.run.trial026.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-24T17:29:12.978 INFO:teuthology.orchestra.run.trial026.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T17:29:12.987 INFO:teuthology.orchestra.run.trial026.stderr:done 2026-02-24T17:29:12.989 DEBUG:teuthology.orchestra.run.trial026:> test -d /sys/firmware/efi 2026-02-24T17:29:13.005 DEBUG:teuthology.orchestra.run.trial026:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-24T17:29:13.072 INFO:teuthology.orchestra.run.trial026.stdout:/boot/efi/EFI/BOOT 2026-02-24T17:29:13.072 INFO:teuthology.orchestra.run.trial026.stdout:/boot/efi/EFI/centos 2026-02-24T17:29:13.074 DEBUG:teuthology.orchestra.run.trial026:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-24T17:29:13.139 INFO:teuthology.orchestra.run.trial026.stdout:no 2026-02-24T17:29:13.140 DEBUG:teuthology.orchestra.run.trial026:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-24T17:29:13.203 INFO:teuthology.orchestra.run.trial026.stdout:yes 2026-02-24T17:29:13.204 DEBUG:teuthology.orchestra.run.trial026:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-24T17:29:13.267 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial026 2026-02-24T17:29:13.267 DEBUG:teuthology.orchestra.run.trial026:> sudo bash -c ' 2026-02-24T17:29:13.267 DEBUG:teuthology.orchestra.run.trial026:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-24T17:29:13.267 DEBUG:teuthology.orchestra.run.trial026:> ' 2026-02-24T17:29:14.203 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:14.225 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:14.300 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:14.300 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-24T17:29:14.301 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T17:29:14.301 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T17:29:14.358 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:14.359 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:29:14.359 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:29:14.359 INFO:teuthology.orchestra.run.trial056.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-24T17:29:14.359 INFO:teuthology.orchestra.run.trial056.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-24T17:29:14.359 INFO:teuthology.orchestra.run.trial056.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-24T17:29:14.359 INFO:teuthology.orchestra.run.trial056.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-24T17:29:14.359 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:29:14.359 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:29:14.421 DEBUG:teuthology.orchestra.run.trial056:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T17:29:14.450 INFO:teuthology.orchestra.run.trial056.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T17:29:14.451 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T17:29:14.451 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-681.el9.x86_64 Expected: 5.14.0-686.el9.x86_64 2026-02-24T17:29:14.451 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-24T17:29:14.451 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-24T17:29:14.452 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-24T17:29:14.452 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial056.front.sepia.ceph.com, path=None, version=distro) 2026-02-24T17:29:14.452 DEBUG:teuthology.orchestra.run.trial056:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T17:29:14.516 INFO:teuthology.orchestra.run.trial056.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T17:29:14.517 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T17:29:14.517 DEBUG:teuthology.orchestra.run.trial056:> sudo rpm -qi grub2-tools 2026-02-24T17:29:14.586 INFO:teuthology.orchestra.run.trial056.stdout:Name : grub2-tools 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Epoch : 1 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Version : 2.06 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Release : 120.el9 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Architecture: x86_64 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Group : Unspecified 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Size : 9108611 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:License : GPLv3+ 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Packager : builder@centos.org 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Vendor : CentOS 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Summary : Support tools for GRUB. 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:Description : 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:hardware devices. 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:29:14.587 INFO:teuthology.orchestra.run.trial056.stdout:This subpackage provides tools for support of all platforms. 2026-02-24T17:29:14.588 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-24T17:29:14.588 INFO:teuthology.task.kernel:Updating grub on trial056 to boot 5.14.0-686.el9.x86_64 2026-02-24T17:29:14.588 DEBUG:teuthology.orchestra.run.trial056:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-24T17:29:14.651 INFO:teuthology.orchestra.run.trial056.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-24T17:29:14.653 DEBUG:teuthology.orchestra.run.trial056:> sudo command -v grubby && echo yes || echo no 2026-02-24T17:29:14.717 INFO:teuthology.orchestra.run.trial056.stdout:/sbin/grubby 2026-02-24T17:29:14.717 INFO:teuthology.orchestra.run.trial056.stdout:yes 2026-02-24T17:29:14.718 DEBUG:teuthology.orchestra.run.trial056:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-686.el9.x86_64" | head -n 1 2026-02-24T17:29:14.782 INFO:teuthology.orchestra.run.trial056.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-24T17:29:14.783 DEBUG:teuthology.orchestra.run.trial056:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-24T17:29:14.854 DEBUG:teuthology.orchestra.run.trial056:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-24T17:29:15.058 INFO:teuthology.orchestra.run.trial056.stderr:Generating grub configuration file ... 2026-02-24T17:29:15.125 INFO:teuthology.orchestra.run.trial056.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-24T17:29:15.132 INFO:teuthology.orchestra.run.trial056.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-24T17:29:15.384 INFO:teuthology.orchestra.run.trial056.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-24T17:29:15.391 INFO:teuthology.orchestra.run.trial056.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-24T17:29:15.425 INFO:teuthology.orchestra.run.trial056.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-24T17:29:15.431 INFO:teuthology.orchestra.run.trial056.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-24T17:29:15.462 INFO:teuthology.orchestra.run.trial056.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-24T17:29:15.468 INFO:teuthology.orchestra.run.trial056.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-24T17:29:15.490 INFO:teuthology.orchestra.run.trial056.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-24T17:29:15.496 INFO:teuthology.orchestra.run.trial056.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-24T17:29:15.580 INFO:teuthology.orchestra.run.trial056.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T17:29:15.588 INFO:teuthology.orchestra.run.trial056.stderr:done 2026-02-24T17:29:15.590 DEBUG:teuthology.orchestra.run.trial056:> test -d /sys/firmware/efi 2026-02-24T17:29:15.607 DEBUG:teuthology.orchestra.run.trial056:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-24T17:29:15.672 INFO:teuthology.orchestra.run.trial056.stdout:/boot/efi/EFI/BOOT 2026-02-24T17:29:15.672 INFO:teuthology.orchestra.run.trial056.stdout:/boot/efi/EFI/centos 2026-02-24T17:29:15.674 DEBUG:teuthology.orchestra.run.trial056:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-24T17:29:15.740 INFO:teuthology.orchestra.run.trial056.stdout:no 2026-02-24T17:29:15.740 DEBUG:teuthology.orchestra.run.trial056:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-24T17:29:15.804 INFO:teuthology.orchestra.run.trial056.stdout:yes 2026-02-24T17:29:15.804 DEBUG:teuthology.orchestra.run.trial056:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-24T17:29:15.868 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial056 2026-02-24T17:29:15.868 DEBUG:teuthology.orchestra.run.trial056:> sudo bash -c ' 2026-02-24T17:29:15.869 DEBUG:teuthology.orchestra.run.trial056:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-24T17:29:15.869 DEBUG:teuthology.orchestra.run.trial056:> ' 2026-02-24T17:29:17.477 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:17.498 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:17.685 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:17.685 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-24T17:29:17.685 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-24T17:29:17.685 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-24T17:29:17.742 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-24T17:29:17.743 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:29:17.743 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:29:17.743 INFO:teuthology.orchestra.run.trial064.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-24T17:29:17.743 INFO:teuthology.orchestra.run.trial064.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-24T17:29:17.743 INFO:teuthology.orchestra.run.trial064.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-24T17:29:17.743 INFO:teuthology.orchestra.run.trial064.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-24T17:29:17.743 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:29:17.743 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:29:17.804 DEBUG:teuthology.orchestra.run.trial064:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T17:29:17.832 INFO:teuthology.orchestra.run.trial064.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T17:29:17.833 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T17:29:17.833 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-681.el9.x86_64 Expected: 5.14.0-686.el9.x86_64 2026-02-24T17:29:17.833 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-24T17:29:17.833 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-24T17:29:17.833 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2026-02-24T17:29:17.833 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial064.front.sepia.ceph.com, path=None, version=distro) 2026-02-24T17:29:17.833 DEBUG:teuthology.orchestra.run.trial064:> rpm -q kernel | sort -rV | head -n 1 2026-02-24T17:29:17.898 INFO:teuthology.orchestra.run.trial064.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-24T17:29:17.898 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-24T17:29:17.898 DEBUG:teuthology.orchestra.run.trial064:> sudo rpm -qi grub2-tools 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Name : grub2-tools 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Epoch : 1 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Version : 2.06 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Release : 120.el9 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Architecture: x86_64 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Group : Unspecified 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Size : 9108611 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:License : GPLv3+ 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-24T17:29:17.967 INFO:teuthology.orchestra.run.trial064.stdout:Packager : builder@centos.org 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout:Vendor : CentOS 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout:Summary : Support tools for GRUB. 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout:Description : 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout:hardware devices. 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:29:17.968 INFO:teuthology.orchestra.run.trial064.stdout:This subpackage provides tools for support of all platforms. 2026-02-24T17:29:17.969 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-24T17:29:17.969 INFO:teuthology.task.kernel:Updating grub on trial064 to boot 5.14.0-686.el9.x86_64 2026-02-24T17:29:17.969 DEBUG:teuthology.orchestra.run.trial064:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-24T17:29:18.032 INFO:teuthology.orchestra.run.trial064.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-24T17:29:18.033 DEBUG:teuthology.orchestra.run.trial064:> sudo command -v grubby && echo yes || echo no 2026-02-24T17:29:18.096 INFO:teuthology.orchestra.run.trial064.stdout:/sbin/grubby 2026-02-24T17:29:18.098 INFO:teuthology.orchestra.run.trial064.stdout:yes 2026-02-24T17:29:18.098 DEBUG:teuthology.orchestra.run.trial064:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-686.el9.x86_64" | head -n 1 2026-02-24T17:29:18.162 INFO:teuthology.orchestra.run.trial064.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-24T17:29:18.163 DEBUG:teuthology.orchestra.run.trial064:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-24T17:29:18.236 DEBUG:teuthology.orchestra.run.trial064:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-24T17:29:18.442 INFO:teuthology.orchestra.run.trial064.stderr:Generating grub configuration file ... 2026-02-24T17:29:18.510 INFO:teuthology.orchestra.run.trial064.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-24T17:29:18.517 INFO:teuthology.orchestra.run.trial064.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-24T17:29:18.766 INFO:teuthology.orchestra.run.trial064.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-24T17:29:18.773 INFO:teuthology.orchestra.run.trial064.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-24T17:29:18.809 INFO:teuthology.orchestra.run.trial064.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-24T17:29:18.816 INFO:teuthology.orchestra.run.trial064.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-24T17:29:18.848 INFO:teuthology.orchestra.run.trial064.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-24T17:29:18.855 INFO:teuthology.orchestra.run.trial064.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-24T17:29:18.878 INFO:teuthology.orchestra.run.trial064.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-24T17:29:18.884 INFO:teuthology.orchestra.run.trial064.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-24T17:29:18.970 INFO:teuthology.orchestra.run.trial064.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T17:29:18.978 INFO:teuthology.orchestra.run.trial064.stderr:done 2026-02-24T17:29:18.979 DEBUG:teuthology.orchestra.run.trial064:> test -d /sys/firmware/efi 2026-02-24T17:29:18.994 DEBUG:teuthology.orchestra.run.trial064:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-24T17:29:19.061 INFO:teuthology.orchestra.run.trial064.stdout:/boot/efi/EFI/BOOT 2026-02-24T17:29:19.061 INFO:teuthology.orchestra.run.trial064.stdout:/boot/efi/EFI/centos 2026-02-24T17:29:19.062 DEBUG:teuthology.orchestra.run.trial064:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-24T17:29:19.126 INFO:teuthology.orchestra.run.trial064.stdout:no 2026-02-24T17:29:19.127 DEBUG:teuthology.orchestra.run.trial064:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-24T17:29:19.191 INFO:teuthology.orchestra.run.trial064.stdout:yes 2026-02-24T17:29:19.192 DEBUG:teuthology.orchestra.run.trial064:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-24T17:29:19.255 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial064 2026-02-24T17:29:19.255 DEBUG:teuthology.orchestra.run.trial064:> sudo bash -c ' 2026-02-24T17:29:19.255 DEBUG:teuthology.orchestra.run.trial064:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-24T17:29:19.255 DEBUG:teuthology.orchestra.run.trial064:> ' 2026-02-24T17:29:43.309 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-24T17:29:43.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial026.front.sepia.ceph.com' 2026-02-24T17:29:43.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:29:45.911 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-24T17:29:45.912 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial056.front.sepia.ceph.com' 2026-02-24T17:29:45.913 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial056.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:29:49.299 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2026-02-24T17:29:49.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial064.front.sepia.ceph.com' 2026-02-24T17:29:49.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:29:57.568 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.26 2026-02-24T17:30:03.584 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.64 2026-02-24T17:30:06.571 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial026.front.sepia.ceph.com' 2026-02-24T17:30:06.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:30:12.590 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial064.front.sepia.ceph.com' 2026-02-24T17:30:12.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:30:42.574 DEBUG:teuthology.orchestra.run.trial026:> true 2026-02-24T17:30:42.728 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial026.front.sepia.ceph.com' 2026-02-24T17:30:42.728 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-686.el9.x86_64"... 2026-02-24T17:30:42.728 DEBUG:teuthology.orchestra.run.trial026:> uname -r 2026-02-24T17:30:42.784 INFO:teuthology.orchestra.run.trial026.stdout:5.14.0-686.el9.x86_64 2026-02-24T17:30:42.784 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-686.el9.x86_64 vs 5.14.0-686.el9.x86_64 2026-02-24T17:30:42.784 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-24T17:30:42.784 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-24T17:30:43.786 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-24T17:30:43.786 DEBUG:teuthology.orchestra.run.trial026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-24T17:30:43.816 INFO:teuthology.orchestra.run.trial026.stdout:ttyS1 2026-02-24T17:30:43.834 DEBUG:teuthology.parallel:result is None 2026-02-24T17:30:45.915 DEBUG:teuthology.orchestra.remote:timed out 2026-02-24T17:30:48.724 DEBUG:teuthology.orchestra.run.trial064:> true 2026-02-24T17:30:48.877 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial064.front.sepia.ceph.com' 2026-02-24T17:30:48.877 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-686.el9.x86_64"... 2026-02-24T17:30:48.877 DEBUG:teuthology.orchestra.run.trial064:> uname -r 2026-02-24T17:30:48.934 INFO:teuthology.orchestra.run.trial064.stdout:5.14.0-686.el9.x86_64 2026-02-24T17:30:48.935 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-686.el9.x86_64 vs 5.14.0-686.el9.x86_64 2026-02-24T17:30:48.935 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-24T17:30:48.935 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-24T17:30:49.936 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-24T17:30:49.936 DEBUG:teuthology.orchestra.run.trial064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-24T17:30:49.966 INFO:teuthology.orchestra.run.trial064.stdout:ttyS1 2026-02-24T17:30:49.992 DEBUG:teuthology.parallel:result is None 2026-02-24T17:30:54.916 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial056.front.sepia.ceph.com' 2026-02-24T17:30:54.917 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial056.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:30:55.051 DEBUG:teuthology.orchestra.run.trial056:> true 2026-02-24T17:30:55.209 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial056.front.sepia.ceph.com' 2026-02-24T17:30:55.209 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-686.el9.x86_64"... 2026-02-24T17:30:55.210 DEBUG:teuthology.orchestra.run.trial056:> uname -r 2026-02-24T17:30:55.264 INFO:teuthology.orchestra.run.trial056.stdout:5.14.0-686.el9.x86_64 2026-02-24T17:30:55.264 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-686.el9.x86_64 vs 5.14.0-686.el9.x86_64 2026-02-24T17:30:55.264 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-24T17:30:55.264 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-24T17:30:56.265 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-24T17:30:56.266 DEBUG:teuthology.orchestra.run.trial056:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-24T17:30:56.299 INFO:teuthology.orchestra.run.trial056.stdout:ttyS1 2026-02-24T17:30:56.324 DEBUG:teuthology.parallel:result is None 2026-02-24T17:30:56.324 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-24T17:30:56.336 INFO:teuthology.task.internal:Creating test directory... 2026-02-24T17:30:56.337 DEBUG:teuthology.orchestra.run.trial026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-24T17:30:56.340 DEBUG:teuthology.orchestra.run.trial056:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-24T17:30:56.368 DEBUG:teuthology.orchestra.run.trial064:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-24T17:30:56.386 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-24T17:30:56.401 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-24T17:30:56.414 INFO:teuthology.task.internal:Creating archive directory... 2026-02-24T17:30:56.415 DEBUG:teuthology.orchestra.run.trial026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-24T17:30:56.417 DEBUG:teuthology.orchestra.run.trial056:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-24T17:30:56.424 DEBUG:teuthology.orchestra.run.trial064:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-24T17:30:56.455 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-24T17:30:56.471 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-24T17:30:56.471 DEBUG:teuthology.orchestra.run.trial026:> 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-24T17:30:56.474 DEBUG:teuthology.orchestra.run.trial056:> 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-24T17:30:56.481 DEBUG:teuthology.orchestra.run.trial064:> 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-24T17:30:56.495 INFO:teuthology.orchestra.run.trial026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T17:30:56.503 INFO:teuthology.orchestra.run.trial056.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T17:30:56.503 INFO:teuthology.orchestra.run.trial026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T17:30:56.506 INFO:teuthology.orchestra.run.trial064.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T17:30:56.512 INFO:teuthology.orchestra.run.trial056.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T17:30:56.515 INFO:teuthology.orchestra.run.trial064.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T17:30:56.517 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-24T17:30:56.528 INFO:teuthology.task.internal:Configuring sudo... 2026-02-24T17:30:56.528 DEBUG:teuthology.orchestra.run.trial026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-24T17:30:56.548 DEBUG:teuthology.orchestra.run.trial056:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-24T17:30:56.556 DEBUG:teuthology.orchestra.run.trial064:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-24T17:30:56.581 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-24T17:30:56.596 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-24T17:30:56.596 DEBUG:teuthology.orchestra.run.trial026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-24T17:30:56.613 DEBUG:teuthology.orchestra.run.trial056:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-24T17:30:56.620 DEBUG:teuthology.orchestra.run.trial064:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-24T17:30:56.637 DEBUG:teuthology.orchestra.run.trial026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T17:30:56.754 DEBUG:teuthology.orchestra.run.trial026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T17:30:56.780 DEBUG:teuthology.orchestra.run.trial026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T17:30:56.916 DEBUG:teuthology.orchestra.run.trial026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T17:30:56.941 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:30:56.941 DEBUG:teuthology.orchestra.run.trial026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-24T17:30:57.004 DEBUG:teuthology.orchestra.run.trial056:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T17:30:57.090 DEBUG:teuthology.orchestra.run.trial056:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T17:30:57.114 DEBUG:teuthology.orchestra.run.trial056:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T17:30:57.249 DEBUG:teuthology.orchestra.run.trial056:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T17:30:57.273 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:30:57.273 DEBUG:teuthology.orchestra.run.trial056:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-24T17:30:57.337 DEBUG:teuthology.orchestra.run.trial064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T17:30:57.447 DEBUG:teuthology.orchestra.run.trial064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T17:30:57.472 DEBUG:teuthology.orchestra.run.trial064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T17:30:57.615 DEBUG:teuthology.orchestra.run.trial064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T17:30:57.640 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:30:57.640 DEBUG:teuthology.orchestra.run.trial064:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-24T17:30:57.704 DEBUG:teuthology.orchestra.run.trial026:> sudo service rsyslog restart 2026-02-24T17:30:57.707 DEBUG:teuthology.orchestra.run.trial056:> sudo service rsyslog restart 2026-02-24T17:30:57.710 DEBUG:teuthology.orchestra.run.trial064:> sudo service rsyslog restart 2026-02-24T17:30:57.734 INFO:teuthology.orchestra.run.trial026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-24T17:30:57.736 INFO:teuthology.orchestra.run.trial056.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-24T17:30:57.772 INFO:teuthology.orchestra.run.trial064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-24T17:30:58.296 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-24T17:30:58.310 INFO:teuthology.task.internal:Starting timer... 2026-02-24T17:30:58.311 INFO:teuthology.run_tasks:Running task pcp... 2026-02-24T17:30:58.325 INFO:teuthology.run_tasks:Running task selinux... 2026-02-24T17:30:58.337 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-24T17:30:58.337 DEBUG:teuthology.orchestra.run.trial026:> sudo service auditd rotate 2026-02-24T17:30:58.367 INFO:teuthology.orchestra.run.trial026.stdout:Rotating logs: 2026-02-24T17:30:58.369 DEBUG:teuthology.orchestra.run.trial056:> sudo service auditd rotate 2026-02-24T17:30:58.398 INFO:teuthology.orchestra.run.trial056.stdout:Rotating logs: 2026-02-24T17:30:58.400 DEBUG:teuthology.orchestra.run.trial064:> sudo service auditd rotate 2026-02-24T17:30:58.430 INFO:teuthology.orchestra.run.trial064.stdout:Rotating logs: 2026-02-24T17:30:58.432 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-24T17:30:58.432 DEBUG:teuthology.orchestra.run.trial026:> /usr/sbin/getenforce 2026-02-24T17:30:58.448 INFO:teuthology.orchestra.run.trial026.stdout:Permissive 2026-02-24T17:30:58.448 DEBUG:teuthology.orchestra.run.trial056:> /usr/sbin/getenforce 2026-02-24T17:30:58.465 INFO:teuthology.orchestra.run.trial056.stdout:Permissive 2026-02-24T17:30:58.465 DEBUG:teuthology.orchestra.run.trial064:> /usr/sbin/getenforce 2026-02-24T17:30:58.489 INFO:teuthology.orchestra.run.trial064.stdout:Permissive 2026-02-24T17:30:58.489 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial026.front.sepia.ceph.com': 'permissive', 'ubuntu@trial056.front.sepia.ceph.com': 'permissive', 'ubuntu@trial064.front.sepia.ceph.com': 'permissive'} 2026-02-24T17:30:58.490 DEBUG:teuthology.orchestra.run.trial026:> 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-24T17:30:58.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T17:30:58.515 DEBUG:teuthology.orchestra.run.trial056:> 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-24T17:30:58.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T17:30:58.540 DEBUG:teuthology.orchestra.run.trial064:> 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-24T17:30:58.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T17:30:58.566 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-24T17:30:58.566 DEBUG:teuthology.orchestra.run.trial026:> sudo /usr/sbin/setenforce permissive 2026-02-24T17:30:58.590 DEBUG:teuthology.orchestra.run.trial056:> sudo /usr/sbin/setenforce permissive 2026-02-24T17:30:58.614 DEBUG:teuthology.orchestra.run.trial064:> sudo /usr/sbin/setenforce permissive 2026-02-24T17:30:58.639 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-24T17:30:58.654 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-24T17:30:58.667 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-24T17:30:58.668 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial026.front.sepia.ceph.com,trial056.front.sepia.ceph.com,trial064.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-24T17:33:42.936 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial026.front.sepia.ceph.com'), Remote(name='ubuntu@trial056.front.sepia.ceph.com'), Remote(name='ubuntu@trial064.front.sepia.ceph.com')] 2026-02-24T17:33:42.939 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial026.front.sepia.ceph.com' 2026-02-24T17:33:42.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:33:43.037 DEBUG:teuthology.orchestra.run.trial026:> true 2026-02-24T17:33:43.115 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial026.front.sepia.ceph.com' 2026-02-24T17:33:43.115 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial056.front.sepia.ceph.com' 2026-02-24T17:33:43.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial056.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:33:43.197 DEBUG:teuthology.orchestra.run.trial056:> true 2026-02-24T17:33:43.272 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial056.front.sepia.ceph.com' 2026-02-24T17:33:43.273 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial064.front.sepia.ceph.com' 2026-02-24T17:33:43.273 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T17:33:43.342 DEBUG:teuthology.orchestra.run.trial064:> true 2026-02-24T17:33:43.418 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial064.front.sepia.ceph.com' 2026-02-24T17:33:43.419 INFO:teuthology.run_tasks:Running task clock... 2026-02-24T17:33:43.433 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-24T17:33:43.433 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-24T17:33:43.433 DEBUG:teuthology.orchestra.run.trial026:> 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-24T17:33:43.435 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-24T17:33:43.436 DEBUG:teuthology.orchestra.run.trial056:> 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-24T17:33:43.437 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-24T17:33:43.437 DEBUG:teuthology.orchestra.run.trial064:> 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-24T17:33:43.462 INFO:teuthology.orchestra.run.trial026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-24T17:33:43.463 INFO:teuthology.orchestra.run.trial056.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-24T17:33:43.474 INFO:teuthology.orchestra.run.trial026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-24T17:33:43.475 INFO:teuthology.orchestra.run.trial056.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-24T17:33:43.484 INFO:teuthology.orchestra.run.trial064.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-24T17:33:43.495 INFO:teuthology.orchestra.run.trial026.stderr:sudo: ntpd: command not found 2026-02-24T17:33:43.496 INFO:teuthology.orchestra.run.trial064.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-24T17:33:43.497 INFO:teuthology.orchestra.run.trial056.stderr:sudo: ntpd: command not found 2026-02-24T17:33:43.506 INFO:teuthology.orchestra.run.trial026.stdout:506 Cannot talk to daemon 2026-02-24T17:33:43.506 INFO:teuthology.orchestra.run.trial056.stdout:506 Cannot talk to daemon 2026-02-24T17:33:43.517 INFO:teuthology.orchestra.run.trial064.stderr:sudo: ntpd: command not found 2026-02-24T17:33:43.517 INFO:teuthology.orchestra.run.trial026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-24T17:33:43.518 INFO:teuthology.orchestra.run.trial056.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-24T17:33:43.527 INFO:teuthology.orchestra.run.trial064.stdout:506 Cannot talk to daemon 2026-02-24T17:33:43.530 INFO:teuthology.orchestra.run.trial056.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-24T17:33:43.530 INFO:teuthology.orchestra.run.trial026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-24T17:33:43.539 INFO:teuthology.orchestra.run.trial064.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-24T17:33:43.550 INFO:teuthology.orchestra.run.trial064.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-24T17:33:43.578 INFO:teuthology.orchestra.run.trial026.stderr:bash: line 1: ntpq: command not found 2026-02-24T17:33:43.579 INFO:teuthology.orchestra.run.trial026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-24T17:33:43.580 INFO:teuthology.orchestra.run.trial026.stdout:=============================================================================== 2026-02-24T17:33:43.581 INFO:teuthology.orchestra.run.trial056.stderr:bash: line 1: ntpq: command not found 2026-02-24T17:33:43.601 INFO:teuthology.orchestra.run.trial064.stderr:bash: line 1: ntpq: command not found 2026-02-24T17:33:43.865 INFO:teuthology.orchestra.run.trial056.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-24T17:33:43.865 INFO:teuthology.orchestra.run.trial056.stdout:=============================================================================== 2026-02-24T17:33:43.865 INFO:teuthology.orchestra.run.trial056.stdout:^? clock02.cymru.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T17:33:43.866 INFO:teuthology.orchestra.run.trial056.stdout:^? ntp1.glypnod.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T17:33:43.866 INFO:teuthology.orchestra.run.trial056.stdout:^? ntp2.zeus.frumentum.media 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T17:33:43.866 INFO:teuthology.orchestra.run.trial056.stdout:^? 144.202.41.38.vultruserc> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T17:33:43.868 INFO:teuthology.orchestra.run.trial064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-24T17:33:43.868 INFO:teuthology.orchestra.run.trial064.stdout:=============================================================================== 2026-02-24T17:33:43.868 INFO:teuthology.orchestra.run.trial064.stdout:^? clock02.cymru.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T17:33:43.868 INFO:teuthology.orchestra.run.trial064.stdout:^? ntp1.glypnod.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T17:33:43.868 INFO:teuthology.orchestra.run.trial064.stdout:^? ntp2.zeus.frumentum.media 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T17:33:43.868 INFO:teuthology.orchestra.run.trial064.stdout:^? 144.202.41.38.vultruserc> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-24T17:33:43.869 INFO:teuthology.run_tasks:Running task pexec... 2026-02-24T17:33:43.887 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-24T17:33:43.888 DEBUG:teuthology.orchestra.run.trial026:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-24T17:33:43.888 DEBUG:teuthology.orchestra.run.trial056:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-24T17:33:43.888 DEBUG:teuthology.orchestra.run.trial064:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-24T17:33:43.890 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial026.front.sepia.ceph.com 2026-02-24T17:33:43.890 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-24T17:33:43.890 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-24T17:33:43.890 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-24T17:33:43.890 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-24T17:33:43.910 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial064.front.sepia.ceph.com 2026-02-24T17:33:43.910 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-24T17:33:43.910 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-24T17:33:43.910 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-24T17:33:43.910 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-24T17:33:43.911 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial056.front.sepia.ceph.com 2026-02-24T17:33:43.911 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-24T17:33:43.911 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-24T17:33:43.911 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-24T17:33:43.911 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-24T17:33:44.069 INFO:teuthology.orchestra.run.trial026.stdout:No match for argument: nvme-cli 2026-02-24T17:33:44.069 INFO:teuthology.orchestra.run.trial026.stderr:No packages marked for removal. 2026-02-24T17:33:44.071 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:33:44.072 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:33:44.072 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:33:44.086 INFO:teuthology.orchestra.run.trial064.stdout:No match for argument: nvme-cli 2026-02-24T17:33:44.087 INFO:teuthology.orchestra.run.trial064.stderr:No packages marked for removal. 2026-02-24T17:33:44.088 INFO:teuthology.orchestra.run.trial056.stdout:No match for argument: nvme-cli 2026-02-24T17:33:44.088 INFO:teuthology.orchestra.run.trial056.stderr:No packages marked for removal. 2026-02-24T17:33:44.089 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:33:44.090 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:33:44.090 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:33:44.090 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:33:44.091 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:33:44.091 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:33:44.388 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:00:32 ago on Tue 24 Feb 2026 05:33:12 PM UTC. 2026-02-24T17:33:44.396 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:00:29 ago on Tue 24 Feb 2026 05:33:15 PM UTC. 2026-02-24T17:33:44.399 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:29 ago on Tue 24 Feb 2026 05:33:15 PM UTC. 2026-02-24T17:33:44.470 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:33:44.471 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:33:44.471 INFO:teuthology.orchestra.run.trial026.stdout: Package Arch Version Repository Size 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout:Installing dependencies: 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-24T17:33:44.472 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:33:44.473 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:33:44.473 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:33:44.473 INFO:teuthology.orchestra.run.trial026.stdout:Install 7 Packages 2026-02-24T17:33:44.473 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:33:44.473 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 6.3 M 2026-02-24T17:33:44.473 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 24 M 2026-02-24T17:33:44.473 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:33:44.477 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout: Package Arch Version Repository Size 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout:Installing dependencies: 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-24T17:33:44.478 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:33:44.479 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:33:44.479 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:33:44.479 INFO:teuthology.orchestra.run.trial064.stdout:Install 7 Packages 2026-02-24T17:33:44.479 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:33:44.479 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 6.3 M 2026-02-24T17:33:44.479 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 24 M 2026-02-24T17:33:44.479 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:33:44.481 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout: Package Arch Version Repository Size 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout:Installing dependencies: 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-24T17:33:44.482 INFO:teuthology.orchestra.run.trial056.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-24T17:33:44.483 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:33:44.483 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:33:44.483 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:33:44.483 INFO:teuthology.orchestra.run.trial056.stdout:Install 7 Packages 2026-02-24T17:33:44.483 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:33:44.483 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 6.3 M 2026-02-24T17:33:44.483 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 24 M 2026-02-24T17:33:44.483 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:33:44.744 INFO:teuthology.orchestra.run.trial056.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 429 kB/s | 44 kB 00:00 2026-02-24T17:33:44.758 INFO:teuthology.orchestra.run.trial056.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 615 kB/s | 72 kB 00:00 2026-02-24T17:33:44.800 INFO:teuthology.orchestra.run.trial056.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-24T17:33:44.824 INFO:teuthology.orchestra.run.trial056.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-24T17:33:44.857 INFO:teuthology.orchestra.run.trial056.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.3 MB/s | 1.2 MB 00:00 2026-02-24T17:33:44.902 INFO:teuthology.orchestra.run.trial056.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.0 MB/s | 837 kB 00:00 2026-02-24T17:33:45.110 INFO:teuthology.orchestra.run.trial064.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 641 kB/s | 44 kB 00:00 2026-02-24T17:33:45.110 INFO:teuthology.orchestra.run.trial064.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.0 MB/s | 72 kB 00:00 2026-02-24T17:33:45.154 INFO:teuthology.orchestra.run.trial064.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.9 MB/s | 84 kB 00:00 2026-02-24T17:33:45.155 INFO:teuthology.orchestra.run.trial064.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.3 MB/s | 150 kB 00:00 2026-02-24T17:33:45.167 INFO:teuthology.orchestra.run.trial026.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 80 kB/s | 44 kB 00:00 2026-02-24T17:33:45.168 INFO:teuthology.orchestra.run.trial026.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 131 kB/s | 72 kB 00:00 2026-02-24T17:33:45.194 INFO:teuthology.orchestra.run.trial064.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 7.6 MB/s | 1.2 MB 00:00 2026-02-24T17:33:45.206 INFO:teuthology.orchestra.run.trial064.stdout:(6/7): runc-1.4.0-1.el9.x86_64.rpm 78 MB/s | 4.0 MB 00:00 2026-02-24T17:33:45.221 INFO:teuthology.orchestra.run.trial064.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 12 MB/s | 837 kB 00:00 2026-02-24T17:33:45.221 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:33:45.221 INFO:teuthology.orchestra.run.trial064.stdout:Total 8.4 MB/s | 6.3 MB 00:00 2026-02-24T17:33:45.290 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:33:45.298 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:33:45.298 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:33:45.330 INFO:teuthology.orchestra.run.trial026.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 519 kB/s | 84 kB 00:00 2026-02-24T17:33:45.373 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:33:45.374 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:33:45.407 INFO:teuthology.orchestra.run.trial026.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 630 kB/s | 150 kB 00:00 2026-02-24T17:33:45.519 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:33:45.526 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-24T17:33:45.535 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-24T17:33:45.542 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T17:33:45.547 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T17:33:45.548 INFO:teuthology.orchestra.run.trial064.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T17:33:45.593 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T17:33:45.706 INFO:teuthology.orchestra.run.trial064.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-24T17:33:45.709 INFO:teuthology.orchestra.run.trial064.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T17:33:45.784 INFO:teuthology.orchestra.run.trial026.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.0 MB/s | 1.2 MB 00:01 2026-02-24T17:33:45.979 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T17:33:45.979 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-24T17:33:45.979 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:33:46.240 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-24T17:33:46.240 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-24T17:33:46.240 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T17:33:46.240 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T17:33:46.240 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-24T17:33:46.240 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-24T17:33:46.299 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-24T17:33:46.300 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:33:46.300 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:33:46.300 INFO:teuthology.orchestra.run.trial064.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-24T17:33:46.300 INFO:teuthology.orchestra.run.trial064.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-24T17:33:46.300 INFO:teuthology.orchestra.run.trial064.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-24T17:33:46.300 INFO:teuthology.orchestra.run.trial064.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-24T17:33:46.300 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:33:46.300 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:33:46.351 DEBUG:teuthology.parallel:result is None 2026-02-24T17:33:46.358 INFO:teuthology.orchestra.run.trial026.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 815 kB/s | 837 kB 00:01 2026-02-24T17:33:47.252 INFO:teuthology.orchestra.run.trial026.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 2.1 MB/s | 4.0 MB 00:01 2026-02-24T17:33:47.254 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:33:47.254 INFO:teuthology.orchestra.run.trial026.stdout:Total 2.3 MB/s | 6.3 MB 00:02 2026-02-24T17:33:47.320 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:33:47.328 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:33:47.328 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:33:47.404 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:33:47.404 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:33:47.549 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:33:47.556 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-24T17:33:47.564 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-24T17:33:47.570 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T17:33:47.575 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T17:33:47.576 INFO:teuthology.orchestra.run.trial026.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T17:33:47.627 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T17:33:47.738 INFO:teuthology.orchestra.run.trial026.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-24T17:33:47.740 INFO:teuthology.orchestra.run.trial026.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T17:33:48.014 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T17:33:48.014 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-24T17:33:48.015 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:33:48.277 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-24T17:33:48.277 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-24T17:33:48.277 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T17:33:48.277 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T17:33:48.277 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-24T17:33:48.277 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-24T17:33:48.337 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-24T17:33:48.338 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:33:48.338 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:33:48.338 INFO:teuthology.orchestra.run.trial026.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-24T17:33:48.338 INFO:teuthology.orchestra.run.trial026.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-24T17:33:48.338 INFO:teuthology.orchestra.run.trial026.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-24T17:33:48.338 INFO:teuthology.orchestra.run.trial026.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-24T17:33:48.338 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:33:48.338 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:33:48.392 DEBUG:teuthology.parallel:result is None 2026-02-24T17:33:49.946 INFO:teuthology.orchestra.run.trial056.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 790 kB/s | 4.0 MB 00:05 2026-02-24T17:33:49.947 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:33:49.947 INFO:teuthology.orchestra.run.trial056.stdout:Total 1.1 MB/s | 6.3 MB 00:05 2026-02-24T17:33:50.015 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:33:50.022 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:33:50.022 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:33:50.098 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:33:50.098 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:33:50.244 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:33:50.252 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-24T17:33:50.261 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-24T17:33:50.268 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T17:33:50.273 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T17:33:50.274 INFO:teuthology.orchestra.run.trial056.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T17:33:50.317 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-24T17:33:50.429 INFO:teuthology.orchestra.run.trial056.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-24T17:33:50.431 INFO:teuthology.orchestra.run.trial056.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T17:33:50.708 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-24T17:33:50.709 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-24T17:33:50.709 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:33:50.964 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-24T17:33:50.964 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-24T17:33:50.964 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-24T17:33:50.964 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-24T17:33:50.964 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-24T17:33:50.965 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-24T17:33:51.022 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-24T17:33:51.022 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:33:51.022 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:33:51.022 INFO:teuthology.orchestra.run.trial056.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-24T17:33:51.022 INFO:teuthology.orchestra.run.trial056.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-24T17:33:51.022 INFO:teuthology.orchestra.run.trial056.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-24T17:33:51.022 INFO:teuthology.orchestra.run.trial056.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-24T17:33:51.022 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:33:51.023 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:33:51.075 DEBUG:teuthology.parallel:result is None 2026-02-24T17:33:51.075 INFO:teuthology.run_tasks:Running task install... 2026-02-24T17:33:51.089 DEBUG:teuthology.task.install:project ceph 2026-02-24T17:33:51.089 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '618c318a7a0b287ab5aeff207b7bf1d73ef45044'}} 2026-02-24T17:33:51.090 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '618c318a7a0b287ab5aeff207b7bf1d73ef45044'} 2026-02-24T17:33:51.090 INFO:teuthology.task.install:Using flavor: default 2026-02-24T17:33:51.097 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-24T17:33:51.097 INFO:teuthology.task.install:extra packages: [] 2026-02-24T17:33:51.098 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': '618c318a7a0b287ab5aeff207b7bf1d73ef45044', 'tag': None, 'wait_for_package': False} 2026-02-24T17:33:51.098 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:33:51.101 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': '618c318a7a0b287ab5aeff207b7bf1d73ef45044', 'tag': None, 'wait_for_package': False} 2026-02-24T17:33:51.101 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:33:51.102 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': '618c318a7a0b287ab5aeff207b7bf1d73ef45044', 'tag': None, 'wait_for_package': False} 2026-02-24T17:33:51.103 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:33:51.340 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/flavors/default/ 2026-02-24T17:33:51.340 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5507.g618c318a 2026-02-24T17:33:51.346 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/flavors/default/ 2026-02-24T17:33:51.346 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5507.g618c318a 2026-02-24T17:33:51.349 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/flavors/default/ 2026-02-24T17:33:51.349 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5507.g618c318a 2026-02-24T17:33:51.537 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/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-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/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-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-24T17:33:51.538 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:33:51.538 DEBUG:teuthology.orchestra.run.trial026:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-24T17:33:51.545 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/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-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/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-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-24T17:33:51.546 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:33:51.546 DEBUG:teuthology.orchestra.run.trial064:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-24T17:33:51.547 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/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-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/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-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-24T17:33:51.547 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:33:51.547 DEBUG:teuthology.orchestra.run.trial056:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-24T17:33:51.563 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-24T17:33:51.563 DEBUG:teuthology.orchestra.run.trial026:> 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/618c318a7a0b287ab5aeff207b7bf1d73ef45044/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-24T17:33:51.572 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-24T17:33:51.573 DEBUG:teuthology.orchestra.run.trial056:> 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/618c318a7a0b287ab5aeff207b7bf1d73ef45044/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-24T17:33:51.574 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-24T17:33:51.574 DEBUG:teuthology.orchestra.run.trial064:> 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/618c318a7a0b287ab5aeff207b7bf1d73ef45044/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-24T17:33:51.627 DEBUG:teuthology.orchestra.run.trial026:> 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-24T17:33:51.637 DEBUG:teuthology.orchestra.run.trial056:> 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-24T17:33:51.638 DEBUG:teuthology.orchestra.run.trial064:> 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-24T17:33:51.702 DEBUG:teuthology.orchestra.run.trial026:> 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-24T17:33:51.711 DEBUG:teuthology.orchestra.run.trial056:> 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-24T17:33:51.713 DEBUG:teuthology.orchestra.run.trial064:> 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-24T17:33:51.767 INFO:teuthology.orchestra.run.trial026.stdout:check_obsoletes = 1 2026-02-24T17:33:51.768 DEBUG:teuthology.orchestra.run.trial026:> sudo yum clean all 2026-02-24T17:33:51.773 INFO:teuthology.orchestra.run.trial056.stdout:check_obsoletes = 1 2026-02-24T17:33:51.774 DEBUG:teuthology.orchestra.run.trial056:> sudo yum clean all 2026-02-24T17:33:51.776 INFO:teuthology.orchestra.run.trial064.stdout:check_obsoletes = 1 2026-02-24T17:33:51.777 DEBUG:teuthology.orchestra.run.trial064:> sudo yum clean all 2026-02-24T17:33:51.920 INFO:teuthology.orchestra.run.trial056.stdout:41 files removed 2026-02-24T17:33:51.920 INFO:teuthology.orchestra.run.trial026.stdout:41 files removed 2026-02-24T17:33:51.926 INFO:teuthology.orchestra.run.trial064.stdout:41 files removed 2026-02-24T17:33:51.934 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-radosgw 2026-02-24T17:33:51.936 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-radosgw 2026-02-24T17:33:51.940 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-radosgw 2026-02-24T17:33:52.213 INFO:teuthology.orchestra.run.trial056.stdout:ceph packages for x86_64 703 kB/s | 94 kB 00:00 2026-02-24T17:33:52.215 INFO:teuthology.orchestra.run.trial064.stdout:ceph packages for x86_64 724 kB/s | 94 kB 00:00 2026-02-24T17:33:52.221 INFO:teuthology.orchestra.run.trial026.stdout:ceph packages for x86_64 720 kB/s | 94 kB 00:00 2026-02-24T17:33:52.359 INFO:teuthology.orchestra.run.trial056.stdout:ceph noarch packages 208 kB/s | 24 kB 00:00 2026-02-24T17:33:52.362 INFO:teuthology.orchestra.run.trial064.stdout:ceph noarch packages 207 kB/s | 24 kB 00:00 2026-02-24T17:33:52.367 INFO:teuthology.orchestra.run.trial026.stdout:ceph noarch packages 209 kB/s | 24 kB 00:00 2026-02-24T17:33:52.488 INFO:teuthology.orchestra.run.trial056.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-24T17:33:52.493 INFO:teuthology.orchestra.run.trial064.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-24T17:33:52.497 INFO:teuthology.orchestra.run.trial026.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-24T17:33:53.459 INFO:teuthology.orchestra.run.trial064.stdout:CentOS Stream 9 - BaseOS 9.4 MB/s | 8.9 MB 00:00 2026-02-24T17:33:53.664 INFO:teuthology.orchestra.run.trial056.stdout:CentOS Stream 9 - BaseOS 7.7 MB/s | 8.9 MB 00:01 2026-02-24T17:33:54.134 INFO:teuthology.orchestra.run.trial026.stdout:CentOS Stream 9 - BaseOS 5.5 MB/s | 8.9 MB 00:01 2026-02-24T17:33:55.068 INFO:teuthology.orchestra.run.trial026.stdout:CentOS Stream 9 - AppStream 66 MB/s | 27 MB 00:00 2026-02-24T17:33:56.538 INFO:teuthology.orchestra.run.trial064.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-24T17:33:58.371 INFO:teuthology.orchestra.run.trial026.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 8.0 MB 00:00 2026-02-24T17:33:59.239 INFO:teuthology.orchestra.run.trial026.stdout:CentOS Stream 9 - Extras packages 147 kB/s | 20 kB 00:00 2026-02-24T17:34:00.185 INFO:teuthology.orchestra.run.trial064.stdout:CentOS Stream 9 - CRB 6.5 MB/s | 8.0 MB 00:01 2026-02-24T17:34:00.393 INFO:teuthology.orchestra.run.trial026.stdout:Extra Packages for Enterprise Linux 19 MB/s | 20 MB 00:01 2026-02-24T17:34:01.948 INFO:teuthology.orchestra.run.trial064.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 20 kB 00:01 2026-02-24T17:34:02.474 INFO:teuthology.orchestra.run.trial064.stdout:Extra Packages for Enterprise Linux 44 MB/s | 20 MB 00:00 2026-02-24T17:34:03.535 INFO:teuthology.orchestra.run.trial026.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-24T17:34:04.751 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout: Package Arch Version Repository Size 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout: ceph-radosgw x86_64 2:20.3.0-5507.g618c318a.el9 ceph 13 M 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout:Upgrading: 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout: librados2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 3.5 M 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout: librbd1 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 2.8 M 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout:Installing dependencies: 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout: ceph-base x86_64 2:20.3.0-5507.g618c318a.el9 ceph 5.2 M 2026-02-24T17:34:04.752 INFO:teuthology.orchestra.run.trial026.stdout: ceph-common x86_64 2:20.3.0-5507.g618c318a.el9 ceph 24 M 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: ceph-selinux x86_64 2:20.3.0-5507.g618c318a.el9 ceph 25 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: libcephfs2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 909 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: libradosstriper1 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 248 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: librgw2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 6.5 M 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: python3-ceph-argparse x86_64 2:20.3.0-5507.g618c318a.el9 ceph 45 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: python3-ceph-common x86_64 2:20.3.0-5507.g618c318a.el9 ceph 186 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: python3-cephfs x86_64 2:20.3.0-5507.g618c318a.el9 ceph 204 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: python3-rados x86_64 2:20.3.0-5507.g618c318a.el9 ceph 324 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: python3-rbd x86_64 2:20.3.0-5507.g618c318a.el9 ceph 305 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: python3-rgw x86_64 2:20.3.0-5507.g618c318a.el9 ceph 100 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-24T17:34:04.753 INFO:teuthology.orchestra.run.trial026.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout:Installing weak dependencies: 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout: libcephfs-daemon x86_64 2:20.3.0-5507.g618c318a.el9 ceph 39 k 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 26 k 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout:Install 34 Packages 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout:Upgrade 2 Packages 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 67 M 2026-02-24T17:34:04.754 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:34:05.189 INFO:teuthology.orchestra.run.trial056.stdout:CentOS Stream 9 - AppStream 2.5 MB/s | 27 MB 00:10 2026-02-24T17:34:05.681 INFO:teuthology.orchestra.run.trial064.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-24T17:34:05.749 INFO:teuthology.orchestra.run.trial026.stdout:(1/36): ceph-base-20.3.0-5507.g618c318a.el9.x86 10 MB/s | 5.2 MB 00:00 2026-02-24T17:34:05.791 INFO:teuthology.orchestra.run.trial026.stdout:(2/36): ceph-selinux-20.3.0-5507.g618c318a.el9. 598 kB/s | 25 kB 00:00 2026-02-24T17:34:05.836 INFO:teuthology.orchestra.run.trial026.stdout:(3/36): libcephfs-daemon-20.3.0-5507.g618c318a. 850 kB/s | 39 kB 00:00 2026-02-24T17:34:05.883 INFO:teuthology.orchestra.run.trial026.stdout:(4/36): libcephfs-proxy2-20.3.0-5507.g618c318a. 556 kB/s | 26 kB 00:00 2026-02-24T17:34:05.940 INFO:teuthology.orchestra.run.trial026.stdout:(5/36): ceph-radosgw-20.3.0-5507.g618c318a.el9. 19 MB/s | 13 MB 00:00 2026-02-24T17:34:05.948 INFO:teuthology.orchestra.run.trial026.stdout:(6/36): libcephfs2-20.3.0-5507.g618c318a.el9.x8 14 MB/s | 909 kB 00:00 2026-02-24T17:34:05.971 INFO:teuthology.orchestra.run.trial026.stdout:(7/36): libradosstriper1-20.3.0-5507.g618c318a. 7.7 MB/s | 248 kB 00:00 2026-02-24T17:34:06.015 INFO:teuthology.orchestra.run.trial026.stdout:(8/36): python3-ceph-argparse-20.3.0-5507.g618c 1.0 MB/s | 45 kB 00:00 2026-02-24T17:34:06.063 INFO:teuthology.orchestra.run.trial026.stdout:(9/36): python3-ceph-common-20.3.0-5507.g618c31 3.8 MB/s | 186 kB 00:00 2026-02-24T17:34:06.114 INFO:teuthology.orchestra.run.trial026.stdout:(10/36): python3-cephfs-20.3.0-5507.g618c318a.e 3.9 MB/s | 204 kB 00:00 2026-02-24T17:34:06.169 INFO:teuthology.orchestra.run.trial026.stdout:(11/36): python3-rados-20.3.0-5507.g618c318a.el 5.7 MB/s | 324 kB 00:00 2026-02-24T17:34:06.198 INFO:teuthology.orchestra.run.trial026.stdout:(12/36): librgw2-20.3.0-5507.g618c318a.el9.x86_ 26 MB/s | 6.5 MB 00:00 2026-02-24T17:34:06.220 INFO:teuthology.orchestra.run.trial026.stdout:(13/36): python3-rbd-20.3.0-5507.g618c318a.el9. 5.9 MB/s | 305 kB 00:00 2026-02-24T17:34:06.231 INFO:teuthology.orchestra.run.trial026.stdout:(14/36): python3-rgw-20.3.0-5507.g618c318a.el9. 3.0 MB/s | 100 kB 00:00 2026-02-24T17:34:06.294 INFO:teuthology.orchestra.run.trial026.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 447 kB/s | 33 kB 00:00 2026-02-24T17:34:06.317 INFO:teuthology.orchestra.run.trial026.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.1 MB/s | 93 kB 00:00 2026-02-24T17:34:06.342 INFO:teuthology.orchestra.run.trial026.stdout:(17/36): boost-program-options-1.75.0-13.el9.x8 2.1 MB/s | 104 kB 00:00 2026-02-24T17:34:06.380 INFO:teuthology.orchestra.run.trial026.stdout:(18/36): ceph-common-20.3.0-5507.g618c318a.el9. 21 MB/s | 24 MB 00:01 2026-02-24T17:34:06.381 INFO:teuthology.orchestra.run.trial026.stdout:(19/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 4.0 MB/s | 160 kB 00:00 2026-02-24T17:34:06.392 INFO:teuthology.orchestra.run.trial026.stdout:(20/36): libnbd-1.20.3-4.el9.x86_64.rpm 2.1 MB/s | 164 kB 00:00 2026-02-24T17:34:06.409 INFO:teuthology.orchestra.run.trial026.stdout:(21/36): librdkafka-1.6.1-102.el9.x86_64.rpm 23 MB/s | 662 kB 00:00 2026-02-24T17:34:06.412 INFO:teuthology.orchestra.run.trial026.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 14 MB/s | 292 kB 00:00 2026-02-24T17:34:06.413 INFO:teuthology.orchestra.run.trial026.stdout:(23/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.4 MB/s | 45 kB 00:00 2026-02-24T17:34:06.421 INFO:teuthology.orchestra.run.trial026.stdout:(24/36): qatlib-25.08.0-2.el9.x86_64.rpm 21 MB/s | 240 kB 00:00 2026-02-24T17:34:06.423 INFO:teuthology.orchestra.run.trial026.stdout:(25/36): qatlib-service-25.08.0-2.el9.x86_64.rp 3.4 MB/s | 37 kB 00:00 2026-02-24T17:34:06.430 INFO:teuthology.orchestra.run.trial026.stdout:(26/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 3.8 MB/s | 66 kB 00:00 2026-02-24T17:34:06.598 INFO:teuthology.orchestra.run.trial026.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 148 kB/s | 25 kB 00:00 2026-02-24T17:34:06.675 INFO:teuthology.orchestra.run.trial026.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 643 kB/s | 49 kB 00:00 2026-02-24T17:34:06.725 INFO:teuthology.orchestra.run.trial026.stdout:(29/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.0 MB/s | 308 kB 00:00 2026-02-24T17:34:06.730 INFO:teuthology.orchestra.run.trial026.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 1.2 MB/s | 67 kB 00:00 2026-02-24T17:34:06.823 INFO:teuthology.orchestra.run.trial026.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 2.0 MB/s | 191 kB 00:00 2026-02-24T17:34:06.839 INFO:teuthology.orchestra.run.trial026.stdout:(32/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 7.1 MB/s | 838 kB 00:00 2026-02-24T17:34:06.868 INFO:teuthology.orchestra.run.trial026.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 9.9 MB/s | 4.4 MB 00:00 2026-02-24T17:34:06.901 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:34:06.902 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:34:06.902 INFO:teuthology.orchestra.run.trial064.stdout: Package Arch Version Repository Size 2026-02-24T17:34:06.902 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:34:06.903 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:34:06.903 INFO:teuthology.orchestra.run.trial064.stdout: ceph-radosgw x86_64 2:20.3.0-5507.g618c318a.el9 ceph 13 M 2026-02-24T17:34:06.903 INFO:teuthology.orchestra.run.trial064.stdout:Upgrading: 2026-02-24T17:34:06.903 INFO:teuthology.orchestra.run.trial064.stdout: librados2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 3.5 M 2026-02-24T17:34:06.903 INFO:teuthology.orchestra.run.trial064.stdout: librbd1 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 2.8 M 2026-02-24T17:34:06.903 INFO:teuthology.orchestra.run.trial064.stdout:Installing dependencies: 2026-02-24T17:34:06.903 INFO:teuthology.orchestra.run.trial064.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-24T17:34:06.903 INFO:teuthology.orchestra.run.trial064.stdout: ceph-base x86_64 2:20.3.0-5507.g618c318a.el9 ceph 5.2 M 2026-02-24T17:34:06.904 INFO:teuthology.orchestra.run.trial064.stdout: ceph-common x86_64 2:20.3.0-5507.g618c318a.el9 ceph 24 M 2026-02-24T17:34:06.904 INFO:teuthology.orchestra.run.trial064.stdout: ceph-selinux x86_64 2:20.3.0-5507.g618c318a.el9 ceph 25 k 2026-02-24T17:34:06.904 INFO:teuthology.orchestra.run.trial064.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-24T17:34:06.904 INFO:teuthology.orchestra.run.trial064.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-24T17:34:06.904 INFO:teuthology.orchestra.run.trial064.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-24T17:34:06.904 INFO:teuthology.orchestra.run.trial064.stdout: libcephfs2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 909 k 2026-02-24T17:34:06.904 INFO:teuthology.orchestra.run.trial064.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-24T17:34:06.904 INFO:teuthology.orchestra.run.trial064.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-24T17:34:06.905 INFO:teuthology.orchestra.run.trial064.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-24T17:34:06.905 INFO:teuthology.orchestra.run.trial064.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-24T17:34:06.905 INFO:teuthology.orchestra.run.trial064.stdout: libradosstriper1 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 248 k 2026-02-24T17:34:06.905 INFO:teuthology.orchestra.run.trial064.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-24T17:34:06.905 INFO:teuthology.orchestra.run.trial064.stdout: librgw2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 6.5 M 2026-02-24T17:34:06.905 INFO:teuthology.orchestra.run.trial064.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-24T17:34:06.905 INFO:teuthology.orchestra.run.trial064.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-24T17:34:06.905 INFO:teuthology.orchestra.run.trial064.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-24T17:34:06.906 INFO:teuthology.orchestra.run.trial064.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-24T17:34:06.906 INFO:teuthology.orchestra.run.trial064.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-24T17:34:06.906 INFO:teuthology.orchestra.run.trial064.stdout: python3-ceph-argparse x86_64 2:20.3.0-5507.g618c318a.el9 ceph 45 k 2026-02-24T17:34:06.906 INFO:teuthology.orchestra.run.trial064.stdout: python3-ceph-common x86_64 2:20.3.0-5507.g618c318a.el9 ceph 186 k 2026-02-24T17:34:06.906 INFO:teuthology.orchestra.run.trial064.stdout: python3-cephfs x86_64 2:20.3.0-5507.g618c318a.el9 ceph 204 k 2026-02-24T17:34:06.906 INFO:teuthology.orchestra.run.trial064.stdout: python3-rados x86_64 2:20.3.0-5507.g618c318a.el9 ceph 324 k 2026-02-24T17:34:06.906 INFO:teuthology.orchestra.run.trial064.stdout: python3-rbd x86_64 2:20.3.0-5507.g618c318a.el9 ceph 305 k 2026-02-24T17:34:06.906 INFO:teuthology.orchestra.run.trial064.stdout: python3-rgw x86_64 2:20.3.0-5507.g618c318a.el9 ceph 100 k 2026-02-24T17:34:06.906 INFO:teuthology.orchestra.run.trial064.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-24T17:34:06.907 INFO:teuthology.orchestra.run.trial064.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-24T17:34:06.907 INFO:teuthology.orchestra.run.trial064.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-24T17:34:06.907 INFO:teuthology.orchestra.run.trial064.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-24T17:34:06.907 INFO:teuthology.orchestra.run.trial064.stdout:Installing weak dependencies: 2026-02-24T17:34:06.907 INFO:teuthology.orchestra.run.trial064.stdout: libcephfs-daemon x86_64 2:20.3.0-5507.g618c318a.el9 ceph 39 k 2026-02-24T17:34:06.907 INFO:teuthology.orchestra.run.trial064.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 26 k 2026-02-24T17:34:06.907 INFO:teuthology.orchestra.run.trial064.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-24T17:34:06.908 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:06.908 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:34:06.908 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:34:06.908 INFO:teuthology.orchestra.run.trial064.stdout:Install 34 Packages 2026-02-24T17:34:06.908 INFO:teuthology.orchestra.run.trial064.stdout:Upgrade 2 Packages 2026-02-24T17:34:06.908 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:06.909 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 67 M 2026-02-24T17:34:06.909 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:34:06.917 INFO:teuthology.orchestra.run.trial026.stdout:(34/36): librados2-20.3.0-5507.g618c318a.el9.x8 45 MB/s | 3.5 MB 00:00 2026-02-24T17:34:06.957 INFO:teuthology.orchestra.run.trial026.stdout:(35/36): librbd1-20.3.0-5507.g618c318a.el9.x86_ 32 MB/s | 2.8 MB 00:00 2026-02-24T17:34:06.978 INFO:teuthology.orchestra.run.trial026.stdout:(36/36): thrift-0.15.0-4.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2026-02-24T17:34:06.981 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:06.981 INFO:teuthology.orchestra.run.trial026.stdout:Total 30 MB/s | 67 MB 00:02 2026-02-24T17:34:07.070 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:34:07.088 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:34:07.088 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:34:07.332 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:34:07.333 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:34:07.638 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:34:07.758 INFO:teuthology.orchestra.run.trial064.stdout:(1/36): ceph-base-20.3.0-5507.g618c318a.el9.x86 15 MB/s | 5.2 MB 00:00 2026-02-24T17:34:07.789 INFO:teuthology.orchestra.run.trial026.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-24T17:34:07.793 INFO:teuthology.orchestra.run.trial026.stdout: Upgrading : librados2-2:20.3.0-5507.g618c318a.el9.x86_64 2/38 2026-02-24T17:34:07.801 INFO:teuthology.orchestra.run.trial064.stdout:(2/36): ceph-selinux-20.3.0-5507.g618c318a.el9. 592 kB/s | 25 kB 00:00 2026-02-24T17:34:07.845 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: librados2-2:20.3.0-5507.g618c318a.el9.x86_64 2/38 2026-02-24T17:34:07.846 INFO:teuthology.orchestra.run.trial064.stdout:(3/36): libcephfs-daemon-20.3.0-5507.g618c318a. 848 kB/s | 39 kB 00:00 2026-02-24T17:34:07.847 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 3/38 2026-02-24T17:34:07.859 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 3/38 2026-02-24T17:34:07.862 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libcephfs-daemon-2:20.3.0-5507.g618c318a.el9.x86_6 4/38 2026-02-24T17:34:07.862 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_6 5/38 2026-02-24T17:34:07.889 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_6 5/38 2026-02-24T17:34:07.892 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 6/38 2026-02-24T17:34:07.894 INFO:teuthology.orchestra.run.trial064.stdout:(4/36): libcephfs-proxy2-20.3.0-5507.g618c318a. 549 kB/s | 26 kB 00:00 2026-02-24T17:34:07.899 INFO:teuthology.orchestra.run.trial026.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-24T17:34:07.902 INFO:teuthology.orchestra.run.trial026.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-24T17:34:07.906 INFO:teuthology.orchestra.run.trial026.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-24T17:34:07.910 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-24T17:34:07.921 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-ceph-argparse-2:20.3.0-5507.g618c318a.el9. 11/38 2026-02-24T17:34:07.932 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 12/38 2026-02-24T17:34:07.933 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_6 13/38 2026-02-24T17:34:07.954 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_6 13/38 2026-02-24T17:34:07.958 INFO:teuthology.orchestra.run.trial026.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-24T17:34:07.958 INFO:teuthology.orchestra.run.trial064.stdout:(5/36): libcephfs2-20.3.0-5507.g618c318a.el9.x8 14 MB/s | 909 kB 00:00 2026-02-24T17:34:07.988 INFO:teuthology.orchestra.run.trial026.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-24T17:34:07.991 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-24T17:34:07.999 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-24T17:34:08.001 INFO:teuthology.orchestra.run.trial026.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-24T17:34:08.005 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-24T17:34:08.005 INFO:teuthology.orchestra.run.trial064.stdout:(6/36): ceph-radosgw-20.3.0-5507.g618c318a.el9. 22 MB/s | 13 MB 00:00 2026-02-24T17:34:08.007 INFO:teuthology.orchestra.run.trial064.stdout:(7/36): libradosstriper1-20.3.0-5507.g618c318a. 5.0 MB/s | 248 kB 00:00 2026-02-24T17:34:08.030 INFO:teuthology.orchestra.run.trial064.stdout:(8/36): python3-ceph-argparse-20.3.0-5507.g618c 1.9 MB/s | 45 kB 00:00 2026-02-24T17:34:08.086 INFO:teuthology.orchestra.run.trial064.stdout:(9/36): python3-ceph-common-20.3.0-5507.g618c31 3.2 MB/s | 186 kB 00:00 2026-02-24T17:34:08.125 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-24T17:34:08.127 INFO:teuthology.orchestra.run.trial026.stdout: Upgrading : librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 21/38 2026-02-24T17:34:08.136 INFO:teuthology.orchestra.run.trial064.stdout:(10/36): python3-cephfs-20.3.0-5507.g618c318a.e 4.0 MB/s | 204 kB 00:00 2026-02-24T17:34:08.152 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 21/38 2026-02-24T17:34:08.154 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 22/38 2026-02-24T17:34:08.161 INFO:teuthology.orchestra.run.trial026.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-24T17:34:08.202 INFO:teuthology.orchestra.run.trial064.stdout:(11/36): python3-rados-20.3.0-5507.g618c318a.el 4.9 MB/s | 324 kB 00:00 2026-02-24T17:34:08.239 INFO:teuthology.orchestra.run.trial064.stdout:(12/36): librgw2-20.3.0-5507.g618c318a.el9.x86_ 28 MB/s | 6.5 MB 00:00 2026-02-24T17:34:08.254 INFO:teuthology.orchestra.run.trial064.stdout:(13/36): python3-rbd-20.3.0-5507.g618c318a.el9. 5.8 MB/s | 305 kB 00:00 2026-02-24T17:34:08.275 INFO:teuthology.orchestra.run.trial064.stdout:(14/36): python3-rgw-20.3.0-5507.g618c318a.el9. 2.8 MB/s | 100 kB 00:00 2026-02-24T17:34:08.282 INFO:teuthology.orchestra.run.trial064.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 1.2 MB/s | 33 kB 00:00 2026-02-24T17:34:08.315 INFO:teuthology.orchestra.run.trial064.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 2.3 MB/s | 93 kB 00:00 2026-02-24T17:34:08.356 INFO:teuthology.orchestra.run.trial064.stdout:(17/36): boost-program-options-1.75.0-13.el9.x8 1.4 MB/s | 104 kB 00:00 2026-02-24T17:34:08.408 INFO:teuthology.orchestra.run.trial064.stdout:(18/36): ceph-common-20.3.0-5507.g618c318a.el9. 24 MB/s | 24 MB 00:01 2026-02-24T17:34:08.444 INFO:teuthology.orchestra.run.trial026.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-24T17:34:08.444 INFO:teuthology.orchestra.run.trial064.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 1.2 MB/s | 164 kB 00:00 2026-02-24T17:34:08.445 INFO:teuthology.orchestra.run.trial026.stdout: Installing : librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 25/38 2026-02-24T17:34:08.446 INFO:teuthology.orchestra.run.trial064.stdout:(20/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 160 kB 00:00 2026-02-24T17:34:08.460 INFO:teuthology.orchestra.run.trial064.stdout:(21/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 867 kB/s | 45 kB 00:00 2026-02-24T17:34:08.461 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 25/38 2026-02-24T17:34:08.465 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 26/38 2026-02-24T17:34:08.470 INFO:teuthology.orchestra.run.trial026.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-24T17:34:08.472 INFO:teuthology.orchestra.run.trial026.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-24T17:34:08.473 INFO:teuthology.orchestra.run.trial026.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-24T17:34:08.490 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-24T17:34:08.493 INFO:teuthology.orchestra.run.trial026.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-24T17:34:08.520 INFO:teuthology.orchestra.run.trial064.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.9 MB/s | 292 kB 00:00 2026-02-24T17:34:08.526 INFO:teuthology.orchestra.run.trial026.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-24T17:34:08.528 INFO:teuthology.orchestra.run.trial064.stdout:(23/36): qatlib-25.08.0-2.el9.x86_64.rpm 3.5 MB/s | 240 kB 00:00 2026-02-24T17:34:08.529 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-ceph-common-2:20.3.0-5507.g618c318a.el9.x8 32/38 2026-02-24T17:34:08.530 INFO:teuthology.orchestra.run.trial064.stdout:(24/36): librdkafka-1.6.1-102.el9.x86_64.rpm 7.6 MB/s | 662 kB 00:00 2026-02-24T17:34:08.570 INFO:teuthology.orchestra.run.trial064.stdout:(25/36): qatlib-service-25.08.0-2.el9.x86_64.rp 739 kB/s | 37 kB 00:00 2026-02-24T17:34:08.581 INFO:teuthology.orchestra.run.trial064.stdout:(26/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.2 MB/s | 66 kB 00:00 2026-02-24T17:34:08.627 INFO:teuthology.orchestra.run.trial056.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 8.0 MB 00:01 2026-02-24T17:34:08.655 INFO:teuthology.orchestra.run.trial064.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 334 kB/s | 25 kB 00:00 2026-02-24T17:34:08.678 INFO:teuthology.orchestra.run.trial064.stdout:(28/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.0 MB/s | 308 kB 00:00 2026-02-24T17:34:08.703 INFO:teuthology.orchestra.run.trial064.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2026-02-24T17:34:08.706 INFO:teuthology.orchestra.run.trial064.stdout:(30/36): liboath-2.6.12-1.el9.x86_64.rpm 971 kB/s | 49 kB 00:00 2026-02-24T17:34:08.752 INFO:teuthology.orchestra.run.trial064.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 17 MB/s | 838 kB 00:00 2026-02-24T17:34:08.758 INFO:teuthology.orchestra.run.trial064.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 3.6 MB/s | 191 kB 00:00 2026-02-24T17:34:08.799 INFO:teuthology.orchestra.run.trial064.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 19 MB/s | 4.4 MB 00:00 2026-02-24T17:34:08.830 INFO:teuthology.orchestra.run.trial064.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 21 MB/s | 1.6 MB 00:00 2026-02-24T17:34:08.848 INFO:teuthology.orchestra.run.trial064.stdout:(35/36): librados2-20.3.0-5507.g618c318a.el9.x8 39 MB/s | 3.5 MB 00:00 2026-02-24T17:34:08.879 INFO:teuthology.orchestra.run.trial064.stdout:(36/36): librbd1-20.3.0-5507.g618c318a.el9.x86_ 36 MB/s | 2.8 MB 00:00 2026-02-24T17:34:08.880 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:08.880 INFO:teuthology.orchestra.run.trial064.stdout:Total 34 MB/s | 67 MB 00:01 2026-02-24T17:34:08.972 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:34:08.990 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:34:08.990 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:34:09.237 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:34:09.237 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:34:09.446 INFO:teuthology.orchestra.run.trial056.stdout:CentOS Stream 9 - Extras packages 244 kB/s | 20 kB 00:00 2026-02-24T17:34:09.544 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:34:09.617 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 33/38 2026-02-24T17:34:09.619 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 33/38 2026-02-24T17:34:09.696 INFO:teuthology.orchestra.run.trial064.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-24T17:34:09.700 INFO:teuthology.orchestra.run.trial064.stdout: Upgrading : librados2-2:20.3.0-5507.g618c318a.el9.x86_64 2/38 2026-02-24T17:34:09.749 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: librados2-2:20.3.0-5507.g618c318a.el9.x86_64 2/38 2026-02-24T17:34:09.750 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 3/38 2026-02-24T17:34:09.762 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 3/38 2026-02-24T17:34:09.764 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libcephfs-daemon-2:20.3.0-5507.g618c318a.el9.x86_6 4/38 2026-02-24T17:34:09.764 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_6 5/38 2026-02-24T17:34:09.791 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_6 5/38 2026-02-24T17:34:09.793 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 6/38 2026-02-24T17:34:09.802 INFO:teuthology.orchestra.run.trial064.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-24T17:34:09.804 INFO:teuthology.orchestra.run.trial064.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-24T17:34:09.807 INFO:teuthology.orchestra.run.trial064.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-24T17:34:09.811 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-24T17:34:09.822 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-ceph-argparse-2:20.3.0-5507.g618c318a.el9. 11/38 2026-02-24T17:34:09.834 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 12/38 2026-02-24T17:34:09.834 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_6 13/38 2026-02-24T17:34:09.857 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_6 13/38 2026-02-24T17:34:09.861 INFO:teuthology.orchestra.run.trial064.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-24T17:34:09.881 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 33/38 2026-02-24T17:34:09.884 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 34/38 2026-02-24T17:34:09.891 INFO:teuthology.orchestra.run.trial064.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-24T17:34:09.895 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-24T17:34:09.901 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-24T17:34:09.903 INFO:teuthology.orchestra.run.trial064.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-24T17:34:09.907 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-24T17:34:09.921 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 34/38 2026-02-24T17:34:09.921 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-24T17:34:09.921 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-24T17:34:09.921 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:09.924 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 35/38 2026-02-24T17:34:10.028 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-24T17:34:10.029 INFO:teuthology.orchestra.run.trial064.stdout: Upgrading : librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 21/38 2026-02-24T17:34:10.055 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 21/38 2026-02-24T17:34:10.057 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 22/38 2026-02-24T17:34:10.063 INFO:teuthology.orchestra.run.trial064.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-24T17:34:10.346 INFO:teuthology.orchestra.run.trial064.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-24T17:34:10.348 INFO:teuthology.orchestra.run.trial064.stdout: Installing : librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 25/38 2026-02-24T17:34:10.364 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 25/38 2026-02-24T17:34:10.368 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 26/38 2026-02-24T17:34:10.373 INFO:teuthology.orchestra.run.trial064.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-24T17:34:10.375 INFO:teuthology.orchestra.run.trial064.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-24T17:34:10.376 INFO:teuthology.orchestra.run.trial064.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-24T17:34:10.393 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-24T17:34:10.397 INFO:teuthology.orchestra.run.trial064.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-24T17:34:10.431 INFO:teuthology.orchestra.run.trial064.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-24T17:34:10.433 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-ceph-common-2:20.3.0-5507.g618c318a.el9.x8 32/38 2026-02-24T17:34:10.455 INFO:teuthology.orchestra.run.trial056.stdout:Extra Packages for Enterprise Linux 22 MB/s | 20 MB 00:00 2026-02-24T17:34:11.525 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 33/38 2026-02-24T17:34:11.527 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 33/38 2026-02-24T17:34:11.786 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 33/38 2026-02-24T17:34:11.789 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 34/38 2026-02-24T17:34:11.829 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 34/38 2026-02-24T17:34:11.829 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-24T17:34:11.829 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-24T17:34:11.829 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:11.832 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 35/38 2026-02-24T17:34:13.656 INFO:teuthology.orchestra.run.trial056.stdout:lab-extras 1.6 MB/s | 50 kB 00:00 2026-02-24T17:34:14.453 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 35/38 2026-02-24T17:34:14.453 INFO:teuthology.orchestra.run.trial026.stdout:skipping the directory /sys 2026-02-24T17:34:14.453 INFO:teuthology.orchestra.run.trial026.stdout:skipping the directory /proc 2026-02-24T17:34:14.454 INFO:teuthology.orchestra.run.trial026.stdout:skipping the directory /mnt 2026-02-24T17:34:14.454 INFO:teuthology.orchestra.run.trial026.stdout:skipping the directory /var/tmp 2026-02-24T17:34:14.454 INFO:teuthology.orchestra.run.trial026.stdout:skipping the directory /home 2026-02-24T17:34:14.454 INFO:teuthology.orchestra.run.trial026.stdout:skipping the directory /root 2026-02-24T17:34:14.454 INFO:teuthology.orchestra.run.trial026.stdout:skipping the directory /tmp 2026-02-24T17:34:14.454 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:14.868 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:14.869 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:14.869 INFO:teuthology.orchestra.run.trial056.stdout: Package Arch Version Repository Size 2026-02-24T17:34:14.869 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:14.869 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:34:14.869 INFO:teuthology.orchestra.run.trial056.stdout: ceph-radosgw x86_64 2:20.3.0-5507.g618c318a.el9 ceph 13 M 2026-02-24T17:34:14.869 INFO:teuthology.orchestra.run.trial056.stdout:Upgrading: 2026-02-24T17:34:14.870 INFO:teuthology.orchestra.run.trial056.stdout: librados2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 3.5 M 2026-02-24T17:34:14.870 INFO:teuthology.orchestra.run.trial056.stdout: librbd1 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 2.8 M 2026-02-24T17:34:14.870 INFO:teuthology.orchestra.run.trial056.stdout:Installing dependencies: 2026-02-24T17:34:14.870 INFO:teuthology.orchestra.run.trial056.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-24T17:34:14.870 INFO:teuthology.orchestra.run.trial056.stdout: ceph-base x86_64 2:20.3.0-5507.g618c318a.el9 ceph 5.2 M 2026-02-24T17:34:14.870 INFO:teuthology.orchestra.run.trial056.stdout: ceph-common x86_64 2:20.3.0-5507.g618c318a.el9 ceph 24 M 2026-02-24T17:34:14.870 INFO:teuthology.orchestra.run.trial056.stdout: ceph-selinux x86_64 2:20.3.0-5507.g618c318a.el9 ceph 25 k 2026-02-24T17:34:14.870 INFO:teuthology.orchestra.run.trial056.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-24T17:34:14.870 INFO:teuthology.orchestra.run.trial056.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: libcephfs2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 909 k 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: libradosstriper1 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 248 k 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: librgw2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 6.5 M 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-24T17:34:14.871 INFO:teuthology.orchestra.run.trial056.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: python3-ceph-argparse x86_64 2:20.3.0-5507.g618c318a.el9 ceph 45 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: python3-ceph-common x86_64 2:20.3.0-5507.g618c318a.el9 ceph 186 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: python3-cephfs x86_64 2:20.3.0-5507.g618c318a.el9 ceph 204 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: python3-rados x86_64 2:20.3.0-5507.g618c318a.el9 ceph 324 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: python3-rbd x86_64 2:20.3.0-5507.g618c318a.el9 ceph 305 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: python3-rgw x86_64 2:20.3.0-5507.g618c318a.el9 ceph 100 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-24T17:34:14.872 INFO:teuthology.orchestra.run.trial056.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout:Installing weak dependencies: 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout: libcephfs-daemon x86_64 2:20.3.0-5507.g618c318a.el9 ceph 39 k 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5507.g618c318a.el9 ceph 26 k 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout:Install 34 Packages 2026-02-24T17:34:14.873 INFO:teuthology.orchestra.run.trial056.stdout:Upgrade 2 Packages 2026-02-24T17:34:14.874 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:14.874 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 67 M 2026-02-24T17:34:14.874 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:34:15.031 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 36/38 2026-02-24T17:34:15.056 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 36/38 2026-02-24T17:34:15.056 INFO:teuthology.orchestra.run.trial026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:34:15.056 INFO:teuthology.orchestra.run.trial026.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-24T17:34:15.056 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-24T17:34:15.056 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-24T17:34:15.056 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:15.058 INFO:teuthology.orchestra.run.trial026.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-24T17:34:15.070 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-24T17:34:15.070 INFO:teuthology.orchestra.run.trial026.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-24T17:34:15.126 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-24T17:34:15.126 INFO:teuthology.orchestra.run.trial026.stdout:Creating group 'qat' with GID 992. 2026-02-24T17:34:15.127 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:15.418 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 1/38 2026-02-24T17:34:15.418 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 2/38 2026-02-24T17:34:15.418 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 3/38 2026-02-24T17:34:15.418 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 4/38 2026-02-24T17:34:15.418 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libcephfs-daemon-2:20.3.0-5507.g618c318a.el9.x86_6 5/38 2026-02-24T17:34:15.418 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_6 6/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 7/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_6 8/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 9/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5507.g618c318a.el9. 10/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-ceph-common-2:20.3.0-5507.g618c318a.el9.x8 11/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 12/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 13/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 14/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 15/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-24T17:34:15.419 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-24T17:34:15.420 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-24T17:34:15.421 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-24T17:34:15.421 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-24T17:34:15.421 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-24T17:34:15.421 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : librados2-2:20.3.0-5507.g618c318a.el9.x86_64 35/38 2026-02-24T17:34:15.421 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-24T17:34:15.421 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 37/38 2026-02-24T17:34:15.485 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-24T17:34:15.485 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:15.485 INFO:teuthology.orchestra.run.trial026.stdout:Upgraded: 2026-02-24T17:34:15.485 INFO:teuthology.orchestra.run.trial026.stdout: librados2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.485 INFO:teuthology.orchestra.run.trial026.stdout: librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout: ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout: ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout: ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout: ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-24T17:34:15.486 INFO:teuthology.orchestra.run.trial026.stdout: libcephfs-daemon-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.487 INFO:teuthology.orchestra.run.trial026.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: python3-ceph-argparse-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: python3-ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:15.488 INFO:teuthology.orchestra.run.trial026.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-24T17:34:15.489 INFO:teuthology.orchestra.run.trial026.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-24T17:34:15.489 INFO:teuthology.orchestra.run.trial026.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-24T17:34:15.489 INFO:teuthology.orchestra.run.trial026.stdout: re2-1:20211101-20.el9.x86_64 2026-02-24T17:34:15.489 INFO:teuthology.orchestra.run.trial026.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-24T17:34:15.489 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:15.489 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:34:15.526 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-test 2026-02-24T17:34:15.687 INFO:teuthology.orchestra.run.trial056.stdout:(1/36): ceph-base-20.3.0-5507.g618c318a.el9.x86 14 MB/s | 5.2 MB 00:00 2026-02-24T17:34:15.738 INFO:teuthology.orchestra.run.trial056.stdout:(2/36): ceph-selinux-20.3.0-5507.g618c318a.el9. 495 kB/s | 25 kB 00:00 2026-02-24T17:34:15.789 INFO:teuthology.orchestra.run.trial056.stdout:(3/36): libcephfs-daemon-20.3.0-5507.g618c318a. 758 kB/s | 39 kB 00:00 2026-02-24T17:34:15.841 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:00:12 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:34:15.842 INFO:teuthology.orchestra.run.trial056.stdout:(4/36): libcephfs-proxy2-20.3.0-5507.g618c318a. 499 kB/s | 26 kB 00:00 2026-02-24T17:34:15.915 INFO:teuthology.orchestra.run.trial056.stdout:(5/36): libcephfs2-20.3.0-5507.g618c318a.el9.x8 12 MB/s | 909 kB 00:00 2026-02-24T17:34:15.927 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:34:15.928 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:34:15.928 INFO:teuthology.orchestra.run.trial026.stdout: Package Arch Version Repository Size 2026-02-24T17:34:15.928 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:34:15.928 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:34:15.928 INFO:teuthology.orchestra.run.trial026.stdout: ceph-test x86_64 2:20.3.0-5507.g618c318a.el9 ceph 76 M 2026-02-24T17:34:15.928 INFO:teuthology.orchestra.run.trial026.stdout:Installing dependencies: 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: libcephsqlite x86_64 2:20.3.0-5507.g618c318a.el9 ceph 159 k 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:34:15.929 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:34:15.930 INFO:teuthology.orchestra.run.trial026.stdout:Install 10 Packages 2026-02-24T17:34:15.930 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:15.930 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 80 M 2026-02-24T17:34:15.930 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 331 M 2026-02-24T17:34:15.931 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:34:15.949 INFO:teuthology.orchestra.run.trial056.stdout:(6/36): ceph-radosgw-20.3.0-5507.g618c318a.el9. 21 MB/s | 13 MB 00:00 2026-02-24T17:34:15.952 INFO:teuthology.orchestra.run.trial056.stdout:(7/36): libradosstriper1-20.3.0-5507.g618c318a. 6.6 MB/s | 248 kB 00:00 2026-02-24T17:34:16.005 INFO:teuthology.orchestra.run.trial056.stdout:(8/36): python3-ceph-argparse-20.3.0-5507.g618c 845 kB/s | 45 kB 00:00 2026-02-24T17:34:16.060 INFO:teuthology.orchestra.run.trial056.stdout:(9/36): python3-ceph-common-20.3.0-5507.g618c31 3.3 MB/s | 186 kB 00:00 2026-02-24T17:34:16.118 INFO:teuthology.orchestra.run.trial056.stdout:(10/36): python3-cephfs-20.3.0-5507.g618c318a.e 3.4 MB/s | 204 kB 00:00 2026-02-24T17:34:16.158 INFO:teuthology.orchestra.run.trial056.stdout:(11/36): librgw2-20.3.0-5507.g618c318a.el9.x86_ 31 MB/s | 6.5 MB 00:00 2026-02-24T17:34:16.161 INFO:teuthology.orchestra.run.trial056.stdout:(12/36): python3-rados-20.3.0-5507.g618c318a.el 7.4 MB/s | 324 kB 00:00 2026-02-24T17:34:16.186 INFO:teuthology.orchestra.run.trial056.stdout:(13/36): python3-rbd-20.3.0-5507.g618c318a.el9. 11 MB/s | 305 kB 00:00 2026-02-24T17:34:16.188 INFO:teuthology.orchestra.run.trial056.stdout:(14/36): python3-rgw-20.3.0-5507.g618c318a.el9. 3.6 MB/s | 100 kB 00:00 2026-02-24T17:34:16.302 INFO:teuthology.orchestra.run.trial026.stdout:(1/10): libcephsqlite-20.3.0-5507.g618c318a.el9 904 kB/s | 159 kB 00:00 2026-02-24T17:34:16.308 INFO:teuthology.orchestra.run.trial056.stdout:(15/36): ceph-common-20.3.0-5507.g618c318a.el9. 24 MB/s | 24 MB 00:00 2026-02-24T17:34:16.345 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 35/38 2026-02-24T17:34:16.345 INFO:teuthology.orchestra.run.trial064.stdout:skipping the directory /sys 2026-02-24T17:34:16.345 INFO:teuthology.orchestra.run.trial064.stdout:skipping the directory /proc 2026-02-24T17:34:16.345 INFO:teuthology.orchestra.run.trial064.stdout:skipping the directory /mnt 2026-02-24T17:34:16.345 INFO:teuthology.orchestra.run.trial064.stdout:skipping the directory /var/tmp 2026-02-24T17:34:16.345 INFO:teuthology.orchestra.run.trial064.stdout:skipping the directory /home 2026-02-24T17:34:16.346 INFO:teuthology.orchestra.run.trial064.stdout:skipping the directory /root 2026-02-24T17:34:16.346 INFO:teuthology.orchestra.run.trial064.stdout:skipping the directory /tmp 2026-02-24T17:34:16.346 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:16.704 INFO:teuthology.orchestra.run.trial026.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 57 kB/s | 23 kB 00:00 2026-02-24T17:34:16.709 INFO:teuthology.orchestra.run.trial056.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 259 kB/s | 104 kB 00:00 2026-02-24T17:34:16.740 INFO:teuthology.orchestra.run.trial056.stdout:(17/36): mailcap-2.1.49-5.el9.noarch.rpm 60 kB/s | 33 kB 00:00 2026-02-24T17:34:16.866 INFO:teuthology.orchestra.run.trial026.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 580 kB/s | 94 kB 00:00 2026-02-24T17:34:16.867 INFO:teuthology.orchestra.run.trial056.stdout:(18/36): pciutils-3.7.0-7.el9.x86_64.rpm 137 kB/s | 93 kB 00:00 2026-02-24T17:34:16.888 INFO:teuthology.orchestra.run.trial056.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 919 kB/s | 164 kB 00:00 2026-02-24T17:34:16.923 INFO:teuthology.orchestra.run.trial026.stdout:(4/10): libxslt-1.1.34-12.el9.x86_64.rpm 4.0 MB/s | 233 kB 00:00 2026-02-24T17:34:16.925 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 36/38 2026-02-24T17:34:16.949 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 36/38 2026-02-24T17:34:16.949 INFO:teuthology.orchestra.run.trial064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:34:16.950 INFO:teuthology.orchestra.run.trial064.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-24T17:34:16.950 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-24T17:34:16.950 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-24T17:34:16.950 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:16.951 INFO:teuthology.orchestra.run.trial064.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-24T17:34:16.957 INFO:teuthology.orchestra.run.trial026.stdout:(5/10): protobuf-3.14.0-17.el9.x86_64.rpm 30 MB/s | 1.0 MB 00:00 2026-02-24T17:34:16.964 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-24T17:34:16.964 INFO:teuthology.orchestra.run.trial064.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-24T17:34:16.971 INFO:teuthology.orchestra.run.trial026.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 21 MB/s | 303 kB 00:00 2026-02-24T17:34:16.985 INFO:teuthology.orchestra.run.trial026.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 4.5 MB/s | 64 kB 00:00 2026-02-24T17:34:17.022 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-24T17:34:17.022 INFO:teuthology.orchestra.run.trial064.stdout:Creating group 'qat' with GID 992. 2026-02-24T17:34:17.022 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:17.124 INFO:teuthology.orchestra.run.trial056.stdout:(20/36): librdkafka-1.6.1-102.el9.x86_64.rpm 2.7 MB/s | 662 kB 00:00 2026-02-24T17:34:17.180 INFO:teuthology.orchestra.run.trial056.stdout:(21/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 145 kB/s | 45 kB 00:00 2026-02-24T17:34:17.185 INFO:teuthology.orchestra.run.trial056.stdout:(22/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 359 kB/s | 160 kB 00:00 2026-02-24T17:34:17.221 INFO:teuthology.orchestra.run.trial056.stdout:(23/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 292 kB 00:00 2026-02-24T17:34:17.276 INFO:teuthology.orchestra.run.trial056.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 413 kB/s | 37 kB 00:00 2026-02-24T17:34:17.303 INFO:teuthology.orchestra.run.trial056.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 815 kB/s | 66 kB 00:00 2026-02-24T17:34:17.305 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 1/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 2/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 3/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 4/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libcephfs-daemon-2:20.3.0-5507.g618c318a.el9.x86_6 5/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_6 6/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 7/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_6 8/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 9/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5507.g618c318a.el9. 10/38 2026-02-24T17:34:17.306 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-ceph-common-2:20.3.0-5507.g618c318a.el9.x8 11/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 12/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 13/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 14/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 15/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-24T17:34:17.307 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-24T17:34:17.308 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : librados2-2:20.3.0-5507.g618c318a.el9.x86_64 35/38 2026-02-24T17:34:17.309 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-24T17:34:17.309 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 37/38 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout:Upgraded: 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: librados2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: libcephfs-daemon-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-24T17:34:17.371 INFO:teuthology.orchestra.run.trial064.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: python3-ceph-argparse-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: python3-ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: re2-1:20211101-20.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:17.372 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:34:17.413 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-test 2026-02-24T17:34:17.439 INFO:teuthology.orchestra.run.trial056.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.8 MB/s | 308 kB 00:00 2026-02-24T17:34:17.452 INFO:teuthology.orchestra.run.trial056.stdout:(27/36): qatlib-25.08.0-2.el9.x86_64.rpm 880 kB/s | 240 kB 00:00 2026-02-24T17:34:17.460 INFO:teuthology.orchestra.run.trial056.stdout:(28/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.1 MB/s | 25 kB 00:00 2026-02-24T17:34:17.482 INFO:teuthology.orchestra.run.trial056.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 2.9 MB/s | 67 kB 00:00 2026-02-24T17:34:17.545 INFO:teuthology.orchestra.run.trial056.stdout:(30/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 13 MB/s | 838 kB 00:00 2026-02-24T17:34:17.552 INFO:teuthology.orchestra.run.trial056.stdout:(31/36): libarrow-9.0.0-15.el9.x86_64.rpm 18 MB/s | 4.4 MB 00:00 2026-02-24T17:34:17.556 INFO:teuthology.orchestra.run.trial056.stdout:(32/36): liboath-2.6.12-1.el9.x86_64.rpm 472 kB/s | 49 kB 00:00 2026-02-24T17:34:17.568 INFO:teuthology.orchestra.run.trial056.stdout:(33/36): re2-20211101-20.el9.x86_64.rpm 8.1 MB/s | 191 kB 00:00 2026-02-24T17:34:17.590 INFO:teuthology.orchestra.run.trial056.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 42 MB/s | 1.6 MB 00:00 2026-02-24T17:34:17.713 INFO:teuthology.orchestra.run.trial026.stdout:(8/10): ceph-test-20.3.0-5507.g618c318a.el9.x86 48 MB/s | 76 MB 00:01 2026-02-24T17:34:17.719 INFO:teuthology.orchestra.run.trial056.stdout:(35/36): librbd1-20.3.0-5507.g618c318a.el9.x86_ 19 MB/s | 2.8 MB 00:00 2026-02-24T17:34:17.731 INFO:teuthology.orchestra.run.trial056.stdout:(36/36): librados2-20.3.0-5507.g618c318a.el9.x8 20 MB/s | 3.5 MB 00:00 2026-02-24T17:34:17.733 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:00:12 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:34:17.735 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:17.735 INFO:teuthology.orchestra.run.trial056.stdout:Total 23 MB/s | 67 MB 00:02 2026-02-24T17:34:17.817 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:34:17.817 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:34:17.817 INFO:teuthology.orchestra.run.trial064.stdout: Package Arch Version Repository Size 2026-02-24T17:34:17.817 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:34:17.817 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:34:17.817 INFO:teuthology.orchestra.run.trial064.stdout: ceph-test x86_64 2:20.3.0-5507.g618c318a.el9 ceph 76 M 2026-02-24T17:34:17.817 INFO:teuthology.orchestra.run.trial064.stdout:Installing dependencies: 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: libcephsqlite x86_64 2:20.3.0-5507.g618c318a.el9 ceph 159 k 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout:Install 10 Packages 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 80 M 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 331 M 2026-02-24T17:34:17.818 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:34:17.822 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:34:17.839 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:34:17.839 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:34:18.085 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:34:18.085 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:34:18.091 INFO:teuthology.orchestra.run.trial026.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 110 kB/s | 122 kB 00:01 2026-02-24T17:34:18.349 INFO:teuthology.orchestra.run.trial064.stdout:(1/10): libcephsqlite-20.3.0-5507.g618c318a.el9 1.8 MB/s | 159 kB 00:00 2026-02-24T17:34:18.392 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:34:18.547 INFO:teuthology.orchestra.run.trial056.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-24T17:34:18.551 INFO:teuthology.orchestra.run.trial056.stdout: Upgrading : librados2-2:20.3.0-5507.g618c318a.el9.x86_64 2/38 2026-02-24T17:34:18.599 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: librados2-2:20.3.0-5507.g618c318a.el9.x86_64 2/38 2026-02-24T17:34:18.600 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 3/38 2026-02-24T17:34:18.613 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 3/38 2026-02-24T17:34:18.616 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libcephfs-daemon-2:20.3.0-5507.g618c318a.el9.x86_6 4/38 2026-02-24T17:34:18.616 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_6 5/38 2026-02-24T17:34:18.643 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_6 5/38 2026-02-24T17:34:18.645 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 6/38 2026-02-24T17:34:18.653 INFO:teuthology.orchestra.run.trial056.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-24T17:34:18.655 INFO:teuthology.orchestra.run.trial056.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-24T17:34:18.659 INFO:teuthology.orchestra.run.trial056.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-24T17:34:18.663 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-24T17:34:18.674 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-ceph-argparse-2:20.3.0-5507.g618c318a.el9. 11/38 2026-02-24T17:34:18.686 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 12/38 2026-02-24T17:34:18.686 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_6 13/38 2026-02-24T17:34:18.708 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_6 13/38 2026-02-24T17:34:18.711 INFO:teuthology.orchestra.run.trial056.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-24T17:34:18.741 INFO:teuthology.orchestra.run.trial056.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-24T17:34:18.745 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-24T17:34:18.752 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-24T17:34:18.754 INFO:teuthology.orchestra.run.trial056.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-24T17:34:18.758 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-24T17:34:18.881 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-24T17:34:18.882 INFO:teuthology.orchestra.run.trial056.stdout: Upgrading : librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 21/38 2026-02-24T17:34:18.908 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 21/38 2026-02-24T17:34:18.911 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 22/38 2026-02-24T17:34:18.917 INFO:teuthology.orchestra.run.trial056.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-24T17:34:18.917 INFO:teuthology.orchestra.run.trial064.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 40 kB/s | 23 kB 00:00 2026-02-24T17:34:19.203 INFO:teuthology.orchestra.run.trial056.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-24T17:34:19.204 INFO:teuthology.orchestra.run.trial056.stdout: Installing : librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 25/38 2026-02-24T17:34:19.222 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 25/38 2026-02-24T17:34:19.226 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 26/38 2026-02-24T17:34:19.230 INFO:teuthology.orchestra.run.trial056.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-24T17:34:19.233 INFO:teuthology.orchestra.run.trial056.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-24T17:34:19.233 INFO:teuthology.orchestra.run.trial056.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-24T17:34:19.251 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-24T17:34:19.254 INFO:teuthology.orchestra.run.trial056.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-24T17:34:19.269 INFO:teuthology.orchestra.run.trial064.stdout:(3/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 2.1 MB/s | 2.1 MB 00:01 2026-02-24T17:34:19.288 INFO:teuthology.orchestra.run.trial056.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-24T17:34:19.289 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-ceph-common-2:20.3.0-5507.g618c318a.el9.x8 32/38 2026-02-24T17:34:19.448 INFO:teuthology.orchestra.run.trial026.stdout:(10/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 647 kB/s | 2.1 MB 00:03 2026-02-24T17:34:19.451 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:19.451 INFO:teuthology.orchestra.run.trial026.stdout:Total 23 MB/s | 80 MB 00:03 2026-02-24T17:34:19.512 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:34:19.524 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:34:19.524 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:34:19.575 INFO:teuthology.orchestra.run.trial064.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 143 kB/s | 94 kB 00:00 2026-02-24T17:34:19.774 INFO:teuthology.orchestra.run.trial064.stdout:(5/10): ceph-test-20.3.0-5507.g618c318a.el9.x86 50 MB/s | 76 MB 00:01 2026-02-24T17:34:19.802 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:34:19.803 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:34:20.108 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:34:20.116 INFO:teuthology.orchestra.run.trial026.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-24T17:34:20.125 INFO:teuthology.orchestra.run.trial026.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-24T17:34:20.130 INFO:teuthology.orchestra.run.trial026.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-24T17:34:20.134 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-24T17:34:20.139 INFO:teuthology.orchestra.run.trial026.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-24T17:34:20.140 INFO:teuthology.orchestra.run.trial026.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-24T17:34:20.150 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-24T17:34:20.158 INFO:teuthology.orchestra.run.trial026.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-24T17:34:20.159 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 9/10 2026-02-24T17:34:20.396 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 33/38 2026-02-24T17:34:20.399 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 33/38 2026-02-24T17:34:20.663 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 33/38 2026-02-24T17:34:20.666 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 34/38 2026-02-24T17:34:20.708 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 34/38 2026-02-24T17:34:20.708 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-24T17:34:20.709 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-24T17:34:20.709 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:20.712 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 35/38 2026-02-24T17:34:23.506 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 9/10 2026-02-24T17:34:23.525 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 10/10 2026-02-24T17:34:23.816 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 10/10 2026-02-24T17:34:23.817 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 1/10 2026-02-24T17:34:23.817 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 2/10 2026-02-24T17:34:23.817 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-24T17:34:23.817 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-24T17:34:23.817 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-24T17:34:23.817 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-24T17:34:23.817 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-24T17:34:23.817 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-24T17:34:23.817 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-24T17:34:23.876 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-24T17:34:23.876 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:23.876 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:34:23.876 INFO:teuthology.orchestra.run.trial026.stdout: ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:23.876 INFO:teuthology.orchestra.run.trial026.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-24T17:34:23.876 INFO:teuthology.orchestra.run.trial026.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-24T17:34:23.876 INFO:teuthology.orchestra.run.trial026.stdout: libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:23.876 INFO:teuthology.orchestra.run.trial026.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-24T17:34:23.877 INFO:teuthology.orchestra.run.trial026.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-24T17:34:23.877 INFO:teuthology.orchestra.run.trial026.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-24T17:34:23.877 INFO:teuthology.orchestra.run.trial026.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-24T17:34:23.877 INFO:teuthology.orchestra.run.trial026.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-24T17:34:23.877 INFO:teuthology.orchestra.run.trial026.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-24T17:34:23.877 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:23.877 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:34:23.916 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph 2026-02-24T17:34:24.229 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:00:21 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:34:24.316 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:34:24.319 INFO:teuthology.orchestra.run.trial026.stdout:======================================================================================= 2026-02-24T17:34:24.319 INFO:teuthology.orchestra.run.trial026.stdout: Package Arch Version Repository Size 2026-02-24T17:34:24.319 INFO:teuthology.orchestra.run.trial026.stdout:======================================================================================= 2026-02-24T17:34:24.319 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: ceph x86_64 2:20.3.0-5507.g618c318a.el9 ceph 6.5 k 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout:Installing dependencies: 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 57 k 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mds x86_64 2:20.3.0-5507.g618c318a.el9 ceph 2.4 M 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr x86_64 2:20.3.0-5507.g618c318a.el9 ceph 950 k 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 298 k 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mon x86_64 2:20.3.0-5507.g618c318a.el9 ceph 5.0 M 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: ceph-osd x86_64 2:20.3.0-5507.g618c318a.el9 ceph 167 k 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: ceph-osd-classic x86_64 2:20.3.0-5507.g618c318a.el9 ceph 16 M 2026-02-24T17:34:24.320 INFO:teuthology.orchestra.run.trial026.stdout: ceph-osd-crimson x86_64 2:20.3.0-5507.g618c318a.el9 ceph 19 M 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 17 k 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: cephadm noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 1.0 M 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-24T17:34:24.321 INFO:teuthology.orchestra.run.trial026.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-24T17:34:24.322 INFO:teuthology.orchestra.run.trial026.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-24T17:34:24.323 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-24T17:34:24.324 INFO:teuthology.orchestra.run.trial026.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-24T17:34:24.325 INFO:teuthology.orchestra.run.trial026.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-24T17:34:24.326 INFO:teuthology.orchestra.run.trial026.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout:Installing weak dependencies: 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 184 k 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 15 M 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 7.4 M 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 22 k 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-rook noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 50 k 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: ceph-volume noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 301 k 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-24T17:34:24.327 INFO:teuthology.orchestra.run.trial026.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-24T17:34:24.328 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:24.328 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:34:24.328 INFO:teuthology.orchestra.run.trial026.stdout:======================================================================================= 2026-02-24T17:34:24.328 INFO:teuthology.orchestra.run.trial026.stdout:Install 95 Packages 2026-02-24T17:34:24.328 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:34:24.329 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 123 M 2026-02-24T17:34:24.329 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 656 M 2026-02-24T17:34:24.329 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:34:24.722 INFO:teuthology.orchestra.run.trial026.stdout:(1/95): ceph-20.3.0-5507.g618c318a.el9.x86_64.r 127 kB/s | 6.5 kB 00:00 2026-02-24T17:34:24.812 INFO:teuthology.orchestra.run.trial026.stdout:(2/95): ceph-mgr-20.3.0-5507.g618c318a.el9.x86_ 6.5 MB/s | 950 kB 00:00 2026-02-24T17:34:24.840 INFO:teuthology.orchestra.run.trial026.stdout:(3/95): ceph-mds-20.3.0-5507.g618c318a.el9.x86_ 14 MB/s | 2.4 MB 00:00 2026-02-24T17:34:24.842 INFO:teuthology.orchestra.run.trial026.stdout:(4/95): ceph-osd-20.3.0-5507.g618c318a.el9.x86_ 5.5 MB/s | 167 kB 00:00 2026-02-24T17:34:24.975 INFO:teuthology.orchestra.run.trial026.stdout:(5/95): ceph-mon-20.3.0-5507.g618c318a.el9.x86_ 20 MB/s | 5.0 MB 00:00 2026-02-24T17:34:25.017 INFO:teuthology.orchestra.run.trial026.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5507.g61 1.3 MB/s | 57 kB 00:00 2026-02-24T17:34:25.063 INFO:teuthology.orchestra.run.trial026.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5507.g618c318a. 3.9 MB/s | 184 kB 00:00 2026-02-24T17:34:25.252 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 35/38 2026-02-24T17:34:25.252 INFO:teuthology.orchestra.run.trial056.stdout:skipping the directory /sys 2026-02-24T17:34:25.252 INFO:teuthology.orchestra.run.trial056.stdout:skipping the directory /proc 2026-02-24T17:34:25.252 INFO:teuthology.orchestra.run.trial056.stdout:skipping the directory /mnt 2026-02-24T17:34:25.252 INFO:teuthology.orchestra.run.trial056.stdout:skipping the directory /var/tmp 2026-02-24T17:34:25.252 INFO:teuthology.orchestra.run.trial056.stdout:skipping the directory /home 2026-02-24T17:34:25.252 INFO:teuthology.orchestra.run.trial056.stdout:skipping the directory /root 2026-02-24T17:34:25.252 INFO:teuthology.orchestra.run.trial056.stdout:skipping the directory /tmp 2026-02-24T17:34:25.252 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:25.488 INFO:teuthology.orchestra.run.trial026.stdout:(8/95): ceph-osd-classic-20.3.0-5507.g618c318a. 24 MB/s | 16 MB 00:00 2026-02-24T17:34:25.816 INFO:teuthology.orchestra.run.trial026.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-55 23 MB/s | 7.4 MB 00:00 2026-02-24T17:34:25.839 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 36/38 2026-02-24T17:34:25.845 INFO:teuthology.orchestra.run.trial026.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5507.g618c31 759 kB/s | 22 kB 00:00 2026-02-24T17:34:25.862 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 36/38 2026-02-24T17:34:25.862 INFO:teuthology.orchestra.run.trial056.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:34:25.862 INFO:teuthology.orchestra.run.trial056.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-24T17:34:25.862 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-24T17:34:25.862 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-24T17:34:25.862 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:25.864 INFO:teuthology.orchestra.run.trial056.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-24T17:34:25.876 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-24T17:34:25.876 INFO:teuthology.orchestra.run.trial056.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-24T17:34:25.877 INFO:teuthology.orchestra.run.trial026.stdout:(11/95): ceph-mgr-dashboard-20.3.0-5507.g618c31 18 MB/s | 15 MB 00:00 2026-02-24T17:34:25.878 INFO:teuthology.orchestra.run.trial026.stdout:(12/95): ceph-mgr-modules-core-20.3.0-5507.g618 8.8 MB/s | 298 kB 00:00 2026-02-24T17:34:25.889 INFO:teuthology.orchestra.run.trial026.stdout:(13/95): ceph-mgr-rook-20.3.0-5507.g618c318a.el 4.1 MB/s | 50 kB 00:00 2026-02-24T17:34:25.913 INFO:teuthology.orchestra.run.trial026.stdout:(14/95): ceph-osd-crimson-20.3.0-5507.g618c318a 18 MB/s | 19 MB 00:01 2026-02-24T17:34:25.914 INFO:teuthology.orchestra.run.trial026.stdout:(15/95): ceph-prometheus-alerts-20.3.0-5507.g61 488 kB/s | 17 kB 00:00 2026-02-24T17:34:25.915 INFO:teuthology.orchestra.run.trial026.stdout:(16/95): ceph-volume-20.3.0-5507.g618c318a.el9. 11 MB/s | 301 kB 00:00 2026-02-24T17:34:25.931 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-24T17:34:25.931 INFO:teuthology.orchestra.run.trial056.stdout:Creating group 'qat' with GID 992. 2026-02-24T17:34:25.931 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:25.938 INFO:teuthology.orchestra.run.trial026.stdout:(17/95): cephadm-20.3.0-5507.g618c318a.el9.noar 42 MB/s | 1.0 MB 00:00 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 1/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 2/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 3/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 4/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libcephfs-daemon-2:20.3.0-5507.g618c318a.el9.x86_6 5/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_6 6/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 7/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_6 8/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 9/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5507.g618c318a.el9. 10/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-ceph-common-2:20.3.0-5507.g618c318a.el9.x8 11/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 12/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 13/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 14/38 2026-02-24T17:34:26.210 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 15/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-24T17:34:26.211 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-24T17:34:26.212 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-24T17:34:26.212 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-24T17:34:26.212 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : librados2-2:20.3.0-5507.g618c318a.el9.x86_64 35/38 2026-02-24T17:34:26.212 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-24T17:34:26.212 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 37/38 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout:Upgraded: 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: librados2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: ceph-radosgw-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: ceph-selinux-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: libcephfs-daemon-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: libcephfs-proxy2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: libradosstriper1-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: librgw2-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.279 INFO:teuthology.orchestra.run.trial056.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: python3-ceph-argparse-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: python3-ceph-common-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: re2-1:20211101-20.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:26.280 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:26.320 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-test 2026-02-24T17:34:26.636 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:13 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout: Package Arch Version Repository Size 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout: ceph-test x86_64 2:20.3.0-5507.g618c318a.el9 ceph 76 M 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout:Installing dependencies: 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-24T17:34:26.719 INFO:teuthology.orchestra.run.trial056.stdout: libcephsqlite x86_64 2:20.3.0-5507.g618c318a.el9 ceph 159 k 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout:Install 10 Packages 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 80 M 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 331 M 2026-02-24T17:34:26.720 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:34:27.296 INFO:teuthology.orchestra.run.trial056.stdout:(1/10): libcephsqlite-20.3.0-5507.g618c318a.el9 1.8 MB/s | 159 kB 00:00 2026-02-24T17:34:27.540 INFO:teuthology.orchestra.run.trial056.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 94 kB/s | 23 kB 00:00 2026-02-24T17:34:27.774 INFO:teuthology.orchestra.run.trial056.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 401 kB/s | 94 kB 00:00 2026-02-24T17:34:27.961 INFO:teuthology.orchestra.run.trial056.stdout:(4/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 2.8 MB/s | 2.1 MB 00:00 2026-02-24T17:34:28.712 INFO:teuthology.orchestra.run.trial056.stdout:(5/10): ceph-test-20.3.0-5507.g618c318a.el9.x86 51 MB/s | 76 MB 00:01 2026-02-24T17:34:29.118 INFO:teuthology.orchestra.run.trial056.stdout:(6/10): libxslt-1.1.34-12.el9.x86_64.rpm 173 kB/s | 233 kB 00:01 2026-02-24T17:34:29.431 INFO:teuthology.orchestra.run.trial056.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 204 kB/s | 64 kB 00:00 2026-02-24T17:34:29.582 INFO:teuthology.orchestra.run.trial056.stdout:(8/10): socat-1.7.4.1-8.el9.x86_64.rpm 349 kB/s | 303 kB 00:00 2026-02-24T17:34:29.694 INFO:teuthology.orchestra.run.trial056.stdout:(9/10): protobuf-3.14.0-17.el9.x86_64.rpm 593 kB/s | 1.0 MB 00:01 2026-02-24T17:34:29.820 INFO:teuthology.orchestra.run.trial056.stdout:(10/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 312 kB/s | 122 kB 00:00 2026-02-24T17:34:29.824 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:29.824 INFO:teuthology.orchestra.run.trial056.stdout:Total 26 MB/s | 80 MB 00:03 2026-02-24T17:34:29.886 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:34:29.896 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:34:29.896 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:34:30.174 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:34:30.174 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:34:30.480 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:34:30.488 INFO:teuthology.orchestra.run.trial056.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-24T17:34:30.497 INFO:teuthology.orchestra.run.trial056.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-24T17:34:30.502 INFO:teuthology.orchestra.run.trial056.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-24T17:34:30.506 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-24T17:34:30.511 INFO:teuthology.orchestra.run.trial056.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-24T17:34:30.513 INFO:teuthology.orchestra.run.trial056.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-24T17:34:30.523 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-24T17:34:30.531 INFO:teuthology.orchestra.run.trial056.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-24T17:34:30.532 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 9/10 2026-02-24T17:34:33.877 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 9/10 2026-02-24T17:34:33.896 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 10/10 2026-02-24T17:34:34.222 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 10/10 2026-02-24T17:34:34.222 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 1/10 2026-02-24T17:34:34.222 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 2/10 2026-02-24T17:34:34.222 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-24T17:34:34.223 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-24T17:34:34.223 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-24T17:34:34.223 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-24T17:34:34.223 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-24T17:34:34.223 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-24T17:34:34.223 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-24T17:34:34.281 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-24T17:34:34.281 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout: ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout: libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-24T17:34:34.282 INFO:teuthology.orchestra.run.trial056.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-24T17:34:34.283 INFO:teuthology.orchestra.run.trial056.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-24T17:34:34.283 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:34.283 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:34.317 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph 2026-02-24T17:34:34.626 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:21 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:34.712 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout:======================================================================================= 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout: Package Arch Version Repository Size 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout:======================================================================================= 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout: ceph x86_64 2:20.3.0-5507.g618c318a.el9 ceph 6.5 k 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout:Installing dependencies: 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 57 k 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mds x86_64 2:20.3.0-5507.g618c318a.el9 ceph 2.4 M 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr x86_64 2:20.3.0-5507.g618c318a.el9 ceph 950 k 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 298 k 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mon x86_64 2:20.3.0-5507.g618c318a.el9 ceph 5.0 M 2026-02-24T17:34:34.715 INFO:teuthology.orchestra.run.trial056.stdout: ceph-osd x86_64 2:20.3.0-5507.g618c318a.el9 ceph 167 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: ceph-osd-classic x86_64 2:20.3.0-5507.g618c318a.el9 ceph 16 M 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: ceph-osd-crimson x86_64 2:20.3.0-5507.g618c318a.el9 ceph 19 M 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 17 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: cephadm noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 1.0 M 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-24T17:34:34.716 INFO:teuthology.orchestra.run.trial056.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout:Installing weak dependencies: 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 184 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 15 M 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 7.4 M 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 22 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-rook noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 50 k 2026-02-24T17:34:34.717 INFO:teuthology.orchestra.run.trial056.stdout: ceph-volume noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 301 k 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout:======================================================================================= 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout:Install 95 Packages 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 123 M 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 656 M 2026-02-24T17:34:34.718 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:34:35.483 INFO:teuthology.orchestra.run.trial056.stdout:(1/95): ceph-20.3.0-5507.g618c318a.el9.x86_64.r 30 kB/s | 6.5 kB 00:00 2026-02-24T17:34:35.787 INFO:teuthology.orchestra.run.trial056.stdout:(2/95): ceph-mgr-20.3.0-5507.g618c318a.el9.x86_ 1.8 MB/s | 950 kB 00:00 2026-02-24T17:34:35.828 INFO:teuthology.orchestra.run.trial056.stdout:(3/95): ceph-mds-20.3.0-5507.g618c318a.el9.x86_ 4.2 MB/s | 2.4 MB 00:00 2026-02-24T17:34:35.838 INFO:teuthology.orchestra.run.trial056.stdout:(4/95): ceph-osd-20.3.0-5507.g618c318a.el9.x86_ 3.2 MB/s | 167 kB 00:00 2026-02-24T17:34:36.105 INFO:teuthology.orchestra.run.trial056.stdout:(5/95): ceph-mon-20.3.0-5507.g618c318a.el9.x86_ 8.0 MB/s | 5.0 MB 00:00 2026-02-24T17:34:36.156 INFO:teuthology.orchestra.run.trial056.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5507.g61 1.1 MB/s | 57 kB 00:00 2026-02-24T17:34:36.225 INFO:teuthology.orchestra.run.trial056.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5507.g618c318a. 2.6 MB/s | 184 kB 00:00 2026-02-24T17:34:36.458 INFO:teuthology.orchestra.run.trial056.stdout:(8/95): ceph-osd-classic-20.3.0-5507.g618c318a. 25 MB/s | 16 MB 00:00 2026-02-24T17:34:36.831 INFO:teuthology.orchestra.run.trial056.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-55 20 MB/s | 7.4 MB 00:00 2026-02-24T17:34:36.883 INFO:teuthology.orchestra.run.trial056.stdout:(10/95): ceph-osd-crimson-20.3.0-5507.g618c318a 18 MB/s | 19 MB 00:01 2026-02-24T17:34:36.884 INFO:teuthology.orchestra.run.trial056.stdout:(11/95): ceph-mgr-k8sevents-20.3.0-5507.g618c31 422 kB/s | 22 kB 00:00 2026-02-24T17:34:36.902 INFO:teuthology.orchestra.run.trial056.stdout:(12/95): ceph-mgr-modules-core-20.3.0-5507.g618 15 MB/s | 298 kB 00:00 2026-02-24T17:34:36.907 INFO:teuthology.orchestra.run.trial056.stdout:(13/95): ceph-mgr-rook-20.3.0-5507.g618c318a.el 2.1 MB/s | 50 kB 00:00 2026-02-24T17:34:36.920 INFO:teuthology.orchestra.run.trial056.stdout:(14/95): ceph-prometheus-alerts-20.3.0-5507.g61 969 kB/s | 17 kB 00:00 2026-02-24T17:34:36.942 INFO:teuthology.orchestra.run.trial056.stdout:(15/95): ceph-mgr-dashboard-20.3.0-5507.g618c31 21 MB/s | 15 MB 00:00 2026-02-24T17:34:36.943 INFO:teuthology.orchestra.run.trial056.stdout:(16/95): ceph-volume-20.3.0-5507.g618c318a.el9. 8.2 MB/s | 301 kB 00:00 2026-02-24T17:34:36.954 INFO:teuthology.orchestra.run.trial056.stdout:(17/95): cephadm-20.3.0-5507.g618c318a.el9.noar 30 MB/s | 1.0 MB 00:00 2026-02-24T17:34:37.313 INFO:teuthology.orchestra.run.trial056.stdout:(18/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 109 kB/s | 40 kB 00:00 2026-02-24T17:34:37.390 INFO:teuthology.orchestra.run.trial056.stdout:(19/95): libconfig-1.7.2-9.el9.x86_64.rpm 165 kB/s | 72 kB 00:00 2026-02-24T17:34:37.566 INFO:teuthology.orchestra.run.trial056.stdout:(20/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 562 kB/s | 351 kB 00:00 2026-02-24T17:34:37.621 INFO:teuthology.orchestra.run.trial056.stdout:(21/95): libquadmath-11.5.0-14.el9.x86_64.rpm 798 kB/s | 184 kB 00:00 2026-02-24T17:34:37.683 INFO:teuthology.orchestra.run.trial056.stdout:(22/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.1 MB/s | 253 kB 00:00 2026-02-24T17:34:37.751 INFO:teuthology.orchestra.run.trial056.stdout:(23/95): libgfortran-11.5.0-14.el9.x86_64.rpm 1.8 MB/s | 794 kB 00:00 2026-02-24T17:34:37.777 INFO:teuthology.orchestra.run.trial056.stdout:(24/95): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 106 kB 00:00 2026-02-24T17:34:37.839 INFO:teuthology.orchestra.run.trial056.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 1.5 MB/s | 135 kB 00:00 2026-02-24T17:34:37.874 INFO:teuthology.orchestra.run.trial056.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 1.3 MB/s | 126 kB 00:00 2026-02-24T17:34:37.930 INFO:teuthology.orchestra.run.trial056.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 2.3 MB/s | 218 kB 00:00 2026-02-24T17:34:37.937 INFO:teuthology.orchestra.run.trial056.stdout:(28/95): python3-cryptography-36.0.1-5.el9.x86_ 3.9 MB/s | 1.2 MB 00:00 2026-02-24T17:34:37.979 INFO:teuthology.orchestra.run.trial056.stdout:(29/95): unzip-6.0-59.el9.x86_64.rpm 1.7 MB/s | 182 kB 00:00 2026-02-24T17:34:38.023 INFO:teuthology.orchestra.run.trial056.stdout:(30/95): flexiblas-3.0.4-9.el9.x86_64.rpm 346 kB/s | 30 kB 00:00 2026-02-24T17:34:38.026 INFO:teuthology.orchestra.run.trial056.stdout:(31/95): zip-3.0-35.el9.x86_64.rpm 2.7 MB/s | 266 kB 00:00 2026-02-24T17:34:38.056 INFO:teuthology.orchestra.run.trial056.stdout:(32/95): flexiblas-openblas-openmp-3.0.4-9.el9. 461 kB/s | 15 kB 00:00 2026-02-24T17:34:38.149 INFO:teuthology.orchestra.run.trial056.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 2.0 MB/s | 188 kB 00:00 2026-02-24T17:34:38.176 INFO:teuthology.orchestra.run.trial056.stdout:(34/95): openblas-0.3.29-1.el9.x86_64.rpm 1.5 MB/s | 42 kB 00:00 2026-02-24T17:34:38.181 INFO:teuthology.orchestra.run.trial056.stdout:(35/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 1.6 MB/s | 246 kB 00:00 2026-02-24T17:34:38.223 INFO:teuthology.orchestra.run.trial056.stdout:(36/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 12 MB/s | 3.0 MB 00:00 2026-02-24T17:34:38.251 INFO:teuthology.orchestra.run.trial056.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 8.5 MB/s | 244 kB 00:00 2026-02-24T17:34:38.279 INFO:teuthology.orchestra.run.trial056.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 8.7 MB/s | 249 kB 00:00 2026-02-24T17:34:38.305 INFO:teuthology.orchestra.run.trial056.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 1.8 MB/s | 48 kB 00:00 2026-02-24T17:34:38.332 INFO:teuthology.orchestra.run.trial056.stdout:(40/95): python3-libstoragemgmt-1.10.1-1.el9.x8 6.4 MB/s | 177 kB 00:00 2026-02-24T17:34:38.357 INFO:teuthology.orchestra.run.trial056.stdout:(41/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 29 MB/s | 5.3 MB 00:00 2026-02-24T17:34:38.365 INFO:teuthology.orchestra.run.trial056.stdout:(42/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 37 MB/s | 1.2 MB 00:00 2026-02-24T17:34:38.379 INFO:teuthology.orchestra.run.trial056.stdout:(43/95): python3-babel-2.9.1-2.el9.noarch.rpm 30 MB/s | 6.0 MB 00:00 2026-02-24T17:34:38.383 INFO:teuthology.orchestra.run.trial056.stdout:(44/95): python3-markupsafe-1.1.1-12.el9.x86_64 1.3 MB/s | 35 kB 00:00 2026-02-24T17:34:38.408 INFO:teuthology.orchestra.run.trial056.stdout:(45/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 15 MB/s | 442 kB 00:00 2026-02-24T17:34:38.409 INFO:teuthology.orchestra.run.trial056.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 2.8 MB/s | 77 kB 00:00 2026-02-24T17:34:38.436 INFO:teuthology.orchestra.run.trial056.stdout:(47/95): python3-protobuf-3.14.0-17.el9.noarch. 9.3 MB/s | 267 kB 00:00 2026-02-24T17:34:38.438 INFO:teuthology.orchestra.run.trial056.stdout:(48/95): python3-pyasn1-0.4.8-7.el9.noarch.rpm 5.5 MB/s | 157 kB 00:00 2026-02-24T17:34:38.447 INFO:teuthology.orchestra.run.trial056.stdout:(49/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 75 MB/s | 6.1 MB 00:00 2026-02-24T17:34:38.464 INFO:teuthology.orchestra.run.trial056.stdout:(50/95): python3-pyasn1-modules-0.4.8-7.el9.noa 9.6 MB/s | 277 kB 00:00 2026-02-24T17:34:38.465 INFO:teuthology.orchestra.run.trial056.stdout:(51/95): python3-requests-oauthlib-1.3.0-12.el9 1.9 MB/s | 54 kB 00:00 2026-02-24T17:34:38.490 INFO:teuthology.orchestra.run.trial056.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 1.6 MB/s | 42 kB 00:00 2026-02-24T17:34:38.493 INFO:teuthology.orchestra.run.trial056.stdout:(53/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 6.8 MB/s | 189 kB 00:00 2026-02-24T17:34:38.509 INFO:teuthology.orchestra.run.trial056.stdout:(54/95): lua-devel-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 22 kB 00:00 2026-02-24T17:34:38.516 INFO:teuthology.orchestra.run.trial056.stdout:(55/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 3.4 MB/s | 90 kB 00:00 2026-02-24T17:34:38.528 INFO:teuthology.orchestra.run.trial056.stdout:(56/95): protobuf-compiler-3.14.0-17.el9.x86_64 45 MB/s | 862 kB 00:00 2026-02-24T17:34:38.556 INFO:teuthology.orchestra.run.trial056.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 714 kB/s | 19 kB 00:00 2026-02-24T17:34:38.572 INFO:teuthology.orchestra.run.trial056.stdout:(58/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 9.7 MB/s | 551 kB 00:00 2026-02-24T17:34:38.573 INFO:teuthology.orchestra.run.trial056.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 8.4 MB/s | 151 kB 00:00 2026-02-24T17:34:38.579 INFO:teuthology.orchestra.run.trial056.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 5.3 MB/s | 29 kB 00:00 2026-02-24T17:34:38.584 INFO:teuthology.orchestra.run.trial056.stdout:(61/95): python3-asyncssh-2.13.2-5.el9.noarch.r 48 MB/s | 548 kB 00:00 2026-02-24T17:34:38.585 INFO:teuthology.orchestra.run.trial056.stdout:(62/95): python3-backports-tarfile-1.2.0-1.el9. 8.9 MB/s | 60 kB 00:00 2026-02-24T17:34:38.591 INFO:teuthology.orchestra.run.trial056.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 5.5 MB/s | 43 kB 00:00 2026-02-24T17:34:38.592 INFO:teuthology.orchestra.run.trial056.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 4.5 MB/s | 32 kB 00:00 2026-02-24T17:34:38.597 INFO:teuthology.orchestra.run.trial056.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 2.5 MB/s | 14 kB 00:00 2026-02-24T17:34:38.600 INFO:teuthology.orchestra.run.trial056.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 22 MB/s | 173 kB 00:00 2026-02-24T17:34:38.604 INFO:teuthology.orchestra.run.trial056.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 52 MB/s | 358 kB 00:00 2026-02-24T17:34:38.607 INFO:teuthology.orchestra.run.trial056.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 36 MB/s | 254 kB 00:00 2026-02-24T17:34:38.615 INFO:teuthology.orchestra.run.trial056.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 18 MB/s | 144 kB 00:00 2026-02-24T17:34:38.620 INFO:teuthology.orchestra.run.trial056.stdout:(70/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 129 MB/s | 2.0 MB 00:00 2026-02-24T17:34:38.644 INFO:teuthology.orchestra.run.trial056.stdout:(71/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 98 MB/s | 19 MB 00:00 2026-02-24T17:34:38.644 INFO:teuthology.orchestra.run.trial056.stdout:(72/95): python3-influxdb-5.3.1-1.el9.noarch.rp 4.6 MB/s | 139 kB 00:00 2026-02-24T17:34:38.645 INFO:teuthology.orchestra.run.trial056.stdout:(73/95): python3-isodate-0.6.1-3.el9.noarch.rpm 2.2 MB/s | 56 kB 00:00 2026-02-24T17:34:38.649 INFO:teuthology.orchestra.run.trial056.stdout:(74/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 2.2 MB/s | 11 kB 00:00 2026-02-24T17:34:38.651 INFO:teuthology.orchestra.run.trial056.stdout:(75/95): python3-jaraco-classes-3.2.1-5.el9.noa 3.1 MB/s | 18 kB 00:00 2026-02-24T17:34:38.651 INFO:teuthology.orchestra.run.trial056.stdout:(76/95): python3-jaraco-collections-3.0.0-8.el9 3.8 MB/s | 23 kB 00:00 2026-02-24T17:34:38.654 INFO:teuthology.orchestra.run.trial056.stdout:(77/95): python3-jaraco-context-6.0.1-3.el9.noa 3.8 MB/s | 20 kB 00:00 2026-02-24T17:34:38.656 INFO:teuthology.orchestra.run.trial056.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 4.9 MB/s | 26 kB 00:00 2026-02-24T17:34:38.657 INFO:teuthology.orchestra.run.trial056.stdout:(79/95): python3-jaraco-functools-3.5.0-2.el9.n 3.0 MB/s | 19 kB 00:00 2026-02-24T17:34:38.662 INFO:teuthology.orchestra.run.trial056.stdout:(80/95): python3-more-itertools-8.12.0-2.el9.no 13 MB/s | 79 kB 00:00 2026-02-24T17:34:38.663 INFO:teuthology.orchestra.run.trial056.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 15 MB/s | 86 kB 00:00 2026-02-24T17:34:38.668 INFO:teuthology.orchestra.run.trial056.stdout:(82/95): python3-kubernetes-26.1.0-3.el9.noarch 73 MB/s | 1.0 MB 00:00 2026-02-24T17:34:38.669 INFO:teuthology.orchestra.run.trial056.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 2.4 MB/s | 16 kB 00:00 2026-02-24T17:34:38.670 INFO:teuthology.orchestra.run.trial056.stdout:(84/95): python3-natsort-7.1.1-5.el9.noarch.rpm 7.5 MB/s | 58 kB 00:00 2026-02-24T17:34:38.675 INFO:teuthology.orchestra.run.trial056.stdout:(85/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 13 MB/s | 90 kB 00:00 2026-02-24T17:34:38.676 INFO:teuthology.orchestra.run.trial056.stdout:(86/95): python3-repoze-lru-0.7-16.el9.noarch.r 4.5 MB/s | 31 kB 00:00 2026-02-24T17:34:38.677 INFO:teuthology.orchestra.run.trial056.stdout:(87/95): python3-routes-2.5.1-5.el9.noarch.rpm 24 MB/s | 188 kB 00:00 2026-02-24T17:34:38.681 INFO:teuthology.orchestra.run.trial056.stdout:(88/95): python3-rsa-4.9-2.el9.noarch.rpm 11 MB/s | 59 kB 00:00 2026-02-24T17:34:38.683 INFO:teuthology.orchestra.run.trial056.stdout:(89/95): python3-saml-1.16.0-1.el9.noarch.rpm 17 MB/s | 125 kB 00:00 2026-02-24T17:34:38.684 INFO:teuthology.orchestra.run.trial056.stdout:(90/95): python3-tempora-5.0.0-2.el9.noarch.rpm 5.1 MB/s | 36 kB 00:00 2026-02-24T17:34:38.687 INFO:teuthology.orchestra.run.trial056.stdout:(91/95): python3-typing-extensions-4.15.0-1.el9 13 MB/s | 86 kB 00:00 2026-02-24T17:34:38.689 INFO:teuthology.orchestra.run.trial056.stdout:(92/95): python3-websocket-client-1.2.3-2.el9.n 15 MB/s | 90 kB 00:00 2026-02-24T17:34:38.690 INFO:teuthology.orchestra.run.trial056.stdout:(93/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 8.1 MB/s | 48 kB 00:00 2026-02-24T17:34:38.693 INFO:teuthology.orchestra.run.trial056.stdout:(94/95): python3-xmltodict-0.12.0-15.el9.noarch 4.3 MB/s | 22 kB 00:00 2026-02-24T17:34:38.696 INFO:teuthology.orchestra.run.trial056.stdout:(95/95): python3-zc-lockfile-2.0-10.el9.noarch. 3.0 MB/s | 20 kB 00:00 2026-02-24T17:34:38.699 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:38.699 INFO:teuthology.orchestra.run.trial056.stdout:Total 31 MB/s | 123 MB 00:03 2026-02-24T17:34:39.101 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:34:39.141 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:34:39.141 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:34:39.640 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:34:39.640 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:34:40.163 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:34:40.165 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-24T17:34:40.169 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-24T17:34:40.190 INFO:teuthology.orchestra.run.trial056.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-24T17:34:40.201 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 4/95 2026-02-24T17:34:40.233 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-24T17:34:40.239 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-24T17:34:40.241 INFO:teuthology.orchestra.run.trial056.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-24T17:34:40.246 INFO:teuthology.orchestra.run.trial056.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-24T17:34:40.269 INFO:teuthology.orchestra.run.trial056.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-24T17:34:40.281 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-24T17:34:40.284 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-24T17:34:40.290 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-24T17:34:40.292 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-24T17:34:40.303 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-24T17:34:40.309 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-24T17:34:40.333 INFO:teuthology.orchestra.run.trial056.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-24T17:34:40.336 INFO:teuthology.orchestra.run.trial056.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-24T17:34:40.385 INFO:teuthology.orchestra.run.trial056.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-24T17:34:40.398 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 19/95 2026-02-24T17:34:40.400 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-24T17:34:40.404 INFO:teuthology.orchestra.run.trial056.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-24T17:34:40.410 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-24T17:34:40.414 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-24T17:34:40.417 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-24T17:34:40.432 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-24T17:34:40.436 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-24T17:34:40.441 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-24T17:34:40.452 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-24T17:34:40.462 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-24T17:34:40.468 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-24T17:34:40.487 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-24T17:34:40.499 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-24T17:34:40.514 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-24T17:34:40.519 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-24T17:34:40.527 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-24T17:34:40.567 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-24T17:34:40.890 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-24T17:34:40.900 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-24T17:34:40.904 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-24T17:34:40.909 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-24T17:34:40.911 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-24T17:34:40.938 INFO:teuthology.orchestra.run.trial056.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-24T17:34:40.981 INFO:teuthology.orchestra.run.trial056.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-24T17:34:40.991 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-24T17:34:40.996 INFO:teuthology.orchestra.run.trial056.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-24T17:34:41.000 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-24T17:34:41.006 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-24T17:34:41.009 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-24T17:34:41.016 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-24T17:34:41.019 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-24T17:34:41.047 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-24T17:34:41.056 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-24T17:34:41.062 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-24T17:34:41.069 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-24T17:34:41.103 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-24T17:34:41.324 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-24T17:34:41.348 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-24T17:34:41.352 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-24T17:34:41.410 INFO:teuthology.orchestra.run.trial056.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-24T17:34:41.412 INFO:teuthology.orchestra.run.trial056.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-24T17:34:41.432 INFO:teuthology.orchestra.run.trial056.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-24T17:34:41.754 INFO:teuthology.orchestra.run.trial056.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-24T17:34:41.826 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-24T17:34:42.488 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-24T17:34:42.507 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-24T17:34:42.520 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-24T17:34:42.535 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-24T17:34:42.610 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-24T17:34:42.619 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-24T17:34:42.642 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-24T17:34:42.671 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-24T17:34:42.720 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-24T17:34:42.726 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-24T17:34:42.730 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-24T17:34:42.732 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-24T17:34:42.750 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-24T17:34:42.751 INFO:teuthology.orchestra.run.trial056.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-24T17:34:42.751 INFO:teuthology.orchestra.run.trial056.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-24T17:34:42.751 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:42.759 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-24T17:34:42.786 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-24T17:34:42.786 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-24T17:34:42.786 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:42.822 INFO:teuthology.orchestra.run.trial056.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-24T17:34:43.467 INFO:teuthology.orchestra.run.trial056.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-24T17:34:44.256 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_6 79/95 2026-02-24T17:34:44.319 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_6 80/95 2026-02-24T17:34:44.321 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 81/95 2026-02-24T17:34:44.335 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 81/95 2026-02-24T17:34:44.336 INFO:teuthology.orchestra.run.trial056.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:34:44.336 INFO:teuthology.orchestra.run.trial056.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-24T17:34:44.336 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:44.346 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 82/95 2026-02-24T17:34:44.369 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 82/95 2026-02-24T17:34:44.369 INFO:teuthology.orchestra.run.trial056.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:34:44.370 INFO:teuthology.orchestra.run.trial056.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-24T17:34:44.370 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-24T17:34:44.370 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-24T17:34:44.370 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:44.425 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: cephadm-2:20.3.0-5507.g618c318a.el9.noarch 83/95 2026-02-24T17:34:44.428 INFO:teuthology.orchestra.run.trial056.stdout: Installing : cephadm-2:20.3.0-5507.g618c318a.el9.noarch 83/95 2026-02-24T17:34:44.437 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5507.g618c318a.el9 84/95 2026-02-24T17:34:44.461 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5507.g618c318a.el 85/95 2026-02-24T17:34:44.462 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarc 86/95 2026-02-24T17:34:46.061 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarc 86/95 2026-02-24T17:34:46.068 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noa 87/95 2026-02-24T17:34:46.536 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noa 87/95 2026-02-24T17:34:46.537 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c3 88/95 2026-02-24T17:34:46.549 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c3 88/95 2026-02-24T17:34:46.549 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noa 89/95 2026-02-24T17:34:46.611 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noa 89/95 2026-02-24T17:34:46.655 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5507.g618c318a.el9. 90/95 2026-02-24T17:34:46.657 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 91/95 2026-02-24T17:34:46.678 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 91/95 2026-02-24T17:34:46.678 INFO:teuthology.orchestra.run.trial056.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:34:46.678 INFO:teuthology.orchestra.run.trial056.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-24T17:34:46.679 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-24T17:34:46.679 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-24T17:34:46.679 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:46.691 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 92/95 2026-02-24T17:34:46.920 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 92/95 2026-02-24T17:34:46.921 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 93/95 2026-02-24T17:34:46.944 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 93/95 2026-02-24T17:34:46.944 INFO:teuthology.orchestra.run.trial056.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:34:46.944 INFO:teuthology.orchestra.run.trial056.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-24T17:34:46.944 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-24T17:34:46.944 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-24T17:34:46.944 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:47.046 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 94/95 2026-02-24T17:34:47.067 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 94/95 2026-02-24T17:34:47.067 INFO:teuthology.orchestra.run.trial056.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:34:47.067 INFO:teuthology.orchestra.run.trial056.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-24T17:34:47.067 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-24T17:34:47.067 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-24T17:34:47.067 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:47.068 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-2:20.3.0-5507.g618c318a.el9.x86_64 95/95 2026-02-24T17:34:47.075 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_6 95/95 2026-02-24T17:34:47.099 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_6 95/95 2026-02-24T17:34:47.843 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-2:20.3.0-5507.g618c318a.el9.x86_64 95/95 2026-02-24T17:34:47.843 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-2:20.3.0-5507.g618c318a.el9.x86_64 1/95 2026-02-24T17:34:47.843 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 2/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 3/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 4/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 5/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_6 6/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_6 7/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5507.g618c318a.el 8/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarc 9/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noa 10/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c3 11/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noa 12/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5507.g618c318a.el9. 13/95 2026-02-24T17:34:47.844 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 14/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5507.g618c318a.el9 15/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 16/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : cephadm-2:20.3.0-5507.g618c318a.el9.noarch 17/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-24T17:34:47.845 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-24T17:34:47.846 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 49/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 50/95 2026-02-24T17:34:47.847 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-24T17:34:47.848 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-24T17:34:47.849 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-24T17:34:47.850 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-24T17:34:47.851 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-24T17:34:47.851 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-24T17:34:47.851 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-24T17:34:47.851 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-24T17:34:47.851 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-24T17:34:47.851 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-24T17:34:47.851 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-24T17:34:47.910 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-24T17:34:47.910 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: ceph-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: ceph-grafana-dashboards-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.911 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-modules-core-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: ceph-prometheus-alerts-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: cephadm-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-24T17:34:47.912 INFO:teuthology.orchestra.run.trial056.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-24T17:34:47.913 INFO:teuthology.orchestra.run.trial056.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-24T17:34:47.913 INFO:teuthology.orchestra.run.trial056.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-24T17:34:47.913 INFO:teuthology.orchestra.run.trial056.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-24T17:34:47.913 INFO:teuthology.orchestra.run.trial056.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-24T17:34:47.913 INFO:teuthology.orchestra.run.trial056.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-24T17:34:47.913 INFO:teuthology.orchestra.run.trial056.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-24T17:34:47.913 INFO:teuthology.orchestra.run.trial056.stdout: lua-5.4.4-4.el9.x86_64 2026-02-24T17:34:47.913 INFO:teuthology.orchestra.run.trial056.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-24T17:34:47.913 INFO:teuthology.orchestra.run.trial056.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-24T17:34:47.914 INFO:teuthology.orchestra.run.trial056.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-24T17:34:47.915 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-24T17:34:47.916 INFO:teuthology.orchestra.run.trial056.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-ply-3.11-14.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-24T17:34:47.917 INFO:teuthology.orchestra.run.trial056.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: unzip-6.0-59.el9.x86_64 2026-02-24T17:34:47.918 INFO:teuthology.orchestra.run.trial056.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-24T17:34:47.919 INFO:teuthology.orchestra.run.trial056.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-24T17:34:47.919 INFO:teuthology.orchestra.run.trial056.stdout: zip-3.0-35.el9.x86_64 2026-02-24T17:34:47.919 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:47.919 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:47.970 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-base 2026-02-24T17:34:48.289 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:35 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:48.355 INFO:teuthology.orchestra.run.trial056.stdout:Package ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:48.374 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:48.374 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:48.374 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:48.396 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install cephadm 2026-02-24T17:34:48.714 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:35 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:48.779 INFO:teuthology.orchestra.run.trial056.stdout:Package cephadm-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:34:48.798 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:48.798 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:48.798 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:48.820 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-immutable-object-cache 2026-02-24T17:34:49.130 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:36 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:49.214 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:49.215 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:49.215 INFO:teuthology.orchestra.run.trial056.stdout: Package Arch Version Repo Size 2026-02-24T17:34:49.215 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:49.215 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:34:49.215 INFO:teuthology.orchestra.run.trial056.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5507.g618c318a.el9 ceph 147 k 2026-02-24T17:34:49.215 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:49.215 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:34:49.216 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:49.216 INFO:teuthology.orchestra.run.trial056.stdout:Install 1 Package 2026-02-24T17:34:49.216 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:49.216 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 147 k 2026-02-24T17:34:49.216 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 419 k 2026-02-24T17:34:49.216 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:34:49.311 INFO:teuthology.orchestra.run.trial056.stdout:ceph-immutable-object-cache-20.3.0-5507.g618c31 1.5 MB/s | 147 kB 00:00 2026-02-24T17:34:49.311 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:49.311 INFO:teuthology.orchestra.run.trial056.stdout:Total 1.5 MB/s | 147 kB 00:00 2026-02-24T17:34:49.311 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:34:49.315 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:34:49.315 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:34:49.347 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:34:49.347 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:34:49.402 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:34:49.404 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5507.g618c318a. 1/1 2026-02-24T17:34:49.427 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5507.g618c318a. 1/1 2026-02-24T17:34:49.427 INFO:teuthology.orchestra.run.trial056.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:34:49.427 INFO:teuthology.orchestra.run.trial056.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-24T17:34:49.427 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:49.754 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5507.g618c318a. 1/1 2026-02-24T17:34:49.754 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:49.754 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:34:49.754 INFO:teuthology.orchestra.run.trial056.stdout: ceph-immutable-object-cache-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:49.754 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:49.754 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:49.781 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-mgr 2026-02-24T17:34:50.101 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:37 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:50.165 INFO:teuthology.orchestra.run.trial056.stdout:Package ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:50.184 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:50.185 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:50.186 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:50.205 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-mgr-dashboard 2026-02-24T17:34:50.518 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:37 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:50.583 INFO:teuthology.orchestra.run.trial056.stdout:Package ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:34:50.602 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:50.602 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:50.602 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:50.623 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-24T17:34:50.939 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:37 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:51.004 INFO:teuthology.orchestra.run.trial056.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:34:51.022 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:51.023 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:51.023 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:51.043 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-mgr-rook 2026-02-24T17:34:51.357 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:38 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:51.422 INFO:teuthology.orchestra.run.trial056.stdout:Package ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:34:51.441 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:51.442 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:51.442 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:51.462 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-mgr-cephadm 2026-02-24T17:34:51.775 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:38 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:51.841 INFO:teuthology.orchestra.run.trial056.stdout:Package ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:34:51.860 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:51.861 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:51.861 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:51.882 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-osd 2026-02-24T17:34:52.197 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:39 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:52.262 INFO:teuthology.orchestra.run.trial056.stdout:Package ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:52.281 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:52.281 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:52.282 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:52.304 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-osd-classic 2026-02-24T17:34:52.622 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:39 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:52.687 INFO:teuthology.orchestra.run.trial056.stdout:Package ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:52.706 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:52.707 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:52.707 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:52.728 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-fuse 2026-02-24T17:34:53.041 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:40 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout: Package Arch Version Repo Size 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout: ceph-fuse x86_64 2:20.3.0-5507.g618c318a.el9 ceph 987 k 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout:Install 1 Package 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 987 k 2026-02-24T17:34:53.125 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 2.9 M 2026-02-24T17:34:53.126 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:34:53.244 INFO:teuthology.orchestra.run.trial056.stdout:ceph-fuse-20.3.0-5507.g618c318a.el9.x86_64.rpm 8.2 MB/s | 987 kB 00:00 2026-02-24T17:34:53.244 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:53.244 INFO:teuthology.orchestra.run.trial056.stdout:Total 8.1 MB/s | 987 kB 00:00 2026-02-24T17:34:53.244 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:34:53.249 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:34:53.249 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:34:53.284 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:34:53.284 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:34:53.378 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:34:53.396 INFO:teuthology.orchestra.run.trial056.stdout: Installing : ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:53.639 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:53.702 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:53.702 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:53.702 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:34:53.702 INFO:teuthology.orchestra.run.trial056.stdout: ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:53.702 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:53.702 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:53.729 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install ceph-volume 2026-02-24T17:34:54.044 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:41 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:54.110 INFO:teuthology.orchestra.run.trial056.stdout:Package ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:34:54.127 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:54.127 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:54.128 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:54.149 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install librados-devel 2026-02-24T17:34:54.471 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:41 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:54.554 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:54.554 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:54.554 INFO:teuthology.orchestra.run.trial056.stdout: Package Arch Version Repo Size 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout: librados-devel x86_64 2:20.3.0-5507.g618c318a.el9 ceph 123 k 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout:Install 1 Package 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 123 k 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 437 k 2026-02-24T17:34:54.555 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:34:54.747 INFO:teuthology.orchestra.run.trial056.stdout:librados-devel-20.3.0-5507.g618c318a.el9.x86_64 644 kB/s | 123 kB 00:00 2026-02-24T17:34:54.749 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:54.749 INFO:teuthology.orchestra.run.trial056.stdout:Total 635 kB/s | 123 kB 00:00 2026-02-24T17:34:54.749 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:34:54.752 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:34:54.752 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:34:54.784 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:34:54.784 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:34:54.839 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:34:54.856 INFO:teuthology.orchestra.run.trial056.stdout: Installing : librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:54.944 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:55.007 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:55.007 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:55.007 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:34:55.007 INFO:teuthology.orchestra.run.trial056.stdout: librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:55.007 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:55.007 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:55.035 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install libcephfs2 2026-02-24T17:34:55.351 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:42 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:55.416 INFO:teuthology.orchestra.run.trial056.stdout:Package libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:55.433 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:55.434 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:55.434 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:55.456 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install libcephfs-devel 2026-02-24T17:34:55.780 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:42 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:55.862 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:55.863 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:55.863 INFO:teuthology.orchestra.run.trial056.stdout: Package Arch Version Repo Size 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout: libcephfs-devel x86_64 2:20.3.0-5507.g618c318a.el9 ceph 37 k 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout:Install 1 Package 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 37 k 2026-02-24T17:34:55.864 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 171 k 2026-02-24T17:34:55.865 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:34:56.126 INFO:teuthology.orchestra.run.trial056.stdout:libcephfs-devel-20.3.0-5507.g618c318a.el9.x86_6 142 kB/s | 37 kB 00:00 2026-02-24T17:34:56.126 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:56.126 INFO:teuthology.orchestra.run.trial056.stdout:Total 142 kB/s | 37 kB 00:00 2026-02-24T17:34:56.126 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:34:56.128 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:34:56.129 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:34:56.131 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:34:56.131 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:34:56.153 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:34:56.170 INFO:teuthology.orchestra.run.trial056.stdout: Installing : libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:56.232 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:56.295 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:56.295 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:56.295 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:34:56.295 INFO:teuthology.orchestra.run.trial056.stdout: libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:56.295 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:56.295 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:56.323 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install librados2 2026-02-24T17:34:56.644 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:43 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:56.710 INFO:teuthology.orchestra.run.trial056.stdout:Package librados2-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:56.727 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:56.728 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:56.728 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:56.749 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install librbd1 2026-02-24T17:34:57.065 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:44 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:57.130 INFO:teuthology.orchestra.run.trial056.stdout:Package librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:57.148 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:57.149 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:57.149 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:57.170 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install python3-rados 2026-02-24T17:34:57.485 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:44 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:57.551 INFO:teuthology.orchestra.run.trial056.stdout:Package python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:57.568 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:57.569 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:57.569 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:57.590 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install python3-rgw 2026-02-24T17:34:57.910 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:44 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:57.975 INFO:teuthology.orchestra.run.trial056.stdout:Package python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:57.992 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:57.993 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:57.993 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:58.015 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install python3-cephfs 2026-02-24T17:34:58.329 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:45 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:58.393 INFO:teuthology.orchestra.run.trial056.stdout:Package python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:58.411 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:58.412 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:58.412 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:58.433 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install python3-rbd 2026-02-24T17:34:58.751 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:45 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:58.817 INFO:teuthology.orchestra.run.trial056.stdout:Package python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:34:58.834 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:58.834 INFO:teuthology.orchestra.run.trial056.stdout:Nothing to do. 2026-02-24T17:34:58.834 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:58.855 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install rbd-fuse 2026-02-24T17:34:59.167 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:46 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout: Package Architecture Version Repository Size 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout: rbd-fuse x86_64 2:20.3.0-5507.g618c318a.el9 ceph 84 k 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:Install 1 Package 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 84 k 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 209 k 2026-02-24T17:34:59.251 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:34:59.565 INFO:teuthology.orchestra.run.trial056.stdout:rbd-fuse-20.3.0-5507.g618c318a.el9.x86_64.rpm 268 kB/s | 84 kB 00:00 2026-02-24T17:34:59.565 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:34:59.566 INFO:teuthology.orchestra.run.trial056.stdout:Total 267 kB/s | 84 kB 00:00 2026-02-24T17:34:59.566 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:34:59.570 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:34:59.570 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:34:59.602 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:34:59.602 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:34:59.654 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:34:59.672 INFO:teuthology.orchestra.run.trial056.stdout: Installing : rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:59.759 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:59.822 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:34:59.822 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:59.822 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:34:59.822 INFO:teuthology.orchestra.run.trial056.stdout: rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:34:59.823 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:34:59.823 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:34:59.852 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install rbd-mirror 2026-02-24T17:35:00.165 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:47 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:35:00.248 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout: Package Arch Version Repo Size 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout: rbd-mirror x86_64 2:20.3.0-5507.g618c318a.el9 ceph 2.9 M 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout:Install 1 Package 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 2.9 M 2026-02-24T17:35:00.249 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 11 M 2026-02-24T17:35:00.250 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:35:00.816 INFO:teuthology.orchestra.run.trial056.stdout:rbd-mirror-20.3.0-5507.g618c318a.el9.x86_64.rpm 5.1 MB/s | 2.9 MB 00:00 2026-02-24T17:35:00.816 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:00.817 INFO:teuthology.orchestra.run.trial056.stdout:Total 5.0 MB/s | 2.9 MB 00:00 2026-02-24T17:35:00.817 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:35:00.821 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:35:00.821 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:35:00.861 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:35:00.861 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:35:01.038 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:35:01.040 INFO:teuthology.orchestra.run.trial056.stdout: Installing : rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:01.062 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:01.062 INFO:teuthology.orchestra.run.trial056.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:01.062 INFO:teuthology.orchestra.run.trial056.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-24T17:35:01.062 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-24T17:35:01.063 INFO:teuthology.orchestra.run.trial056.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-24T17:35:01.063 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:35:01.366 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:01.366 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:35:01.366 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:35:01.366 INFO:teuthology.orchestra.run.trial056.stdout: rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:01.366 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:35:01.367 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:35:01.393 DEBUG:teuthology.orchestra.run.trial056:> sudo yum -y install rbd-nbd 2026-02-24T17:35:01.713 INFO:teuthology.orchestra.run.trial056.stdout:Last metadata expiration check: 0:00:48 ago on Tue 24 Feb 2026 05:34:13 PM UTC. 2026-02-24T17:35:01.796 INFO:teuthology.orchestra.run.trial056.stdout:Dependencies resolved. 2026-02-24T17:35:01.796 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout: Package Architecture Version Repository Size 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout:Installing: 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout: rbd-nbd x86_64 2:20.3.0-5507.g618c318a.el9 ceph 172 k 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout:Transaction Summary 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout:================================================================================ 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout:Install 1 Package 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout:Total download size: 172 k 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout:Installed size: 462 k 2026-02-24T17:35:01.797 INFO:teuthology.orchestra.run.trial056.stdout:Downloading Packages: 2026-02-24T17:35:02.147 INFO:teuthology.orchestra.run.trial056.stdout:rbd-nbd-20.3.0-5507.g618c318a.el9.x86_64.rpm 492 kB/s | 172 kB 00:00 2026-02-24T17:35:02.148 INFO:teuthology.orchestra.run.trial056.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:02.148 INFO:teuthology.orchestra.run.trial056.stdout:Total 491 kB/s | 172 kB 00:00 2026-02-24T17:35:02.148 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction check 2026-02-24T17:35:02.152 INFO:teuthology.orchestra.run.trial056.stdout:Transaction check succeeded. 2026-02-24T17:35:02.152 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction test 2026-02-24T17:35:02.184 INFO:teuthology.orchestra.run.trial056.stdout:Transaction test succeeded. 2026-02-24T17:35:02.185 INFO:teuthology.orchestra.run.trial056.stdout:Running transaction 2026-02-24T17:35:02.242 INFO:teuthology.orchestra.run.trial056.stdout: Preparing : 1/1 2026-02-24T17:35:02.259 INFO:teuthology.orchestra.run.trial056.stdout: Installing : rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:02.347 INFO:teuthology.orchestra.run.trial056.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:02.410 INFO:teuthology.orchestra.run.trial056.stdout: Verifying : rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:02.410 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:35:02.411 INFO:teuthology.orchestra.run.trial056.stdout:Installed: 2026-02-24T17:35:02.411 INFO:teuthology.orchestra.run.trial056.stdout: rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:02.411 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:35:02.411 INFO:teuthology.orchestra.run.trial056.stdout:Complete! 2026-02-24T17:35:02.439 DEBUG:teuthology.parallel:result is None 2026-02-24T17:35:08.680 INFO:teuthology.orchestra.run.trial064.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 6.2 kB/s | 303 kB 00:48 2026-02-24T17:35:08.690 INFO:teuthology.orchestra.run.trial064.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.4 MB/s | 64 kB 00:00 2026-02-24T17:35:08.726 INFO:teuthology.orchestra.run.trial064.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 3.3 MB/s | 122 kB 00:00 2026-02-24T17:35:22.454 INFO:teuthology.orchestra.run.trial064.stdout:(9/10): libxslt-1.1.34-12.el9.x86_64.rpm 3.7 kB/s | 233 kB 01:03 2026-02-24T17:35:27.388 INFO:teuthology.orchestra.run.trial026.stdout:(18/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 5.7 kB/s | 351 kB 01:01 2026-02-24T17:35:27.418 INFO:teuthology.orchestra.run.trial026.stdout:(19/95): libgfortran-11.5.0-14.el9.x86_64.rpm 26 MB/s | 794 kB 00:00 2026-02-24T17:35:27.430 INFO:teuthology.orchestra.run.trial026.stdout:(20/95): libquadmath-11.5.0-14.el9.x86_64.rpm 14 MB/s | 184 kB 00:00 2026-02-24T17:35:27.443 INFO:teuthology.orchestra.run.trial026.stdout:(21/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 20 MB/s | 253 kB 00:00 2026-02-24T17:35:27.479 INFO:teuthology.orchestra.run.trial026.stdout:(22/95): python3-cryptography-36.0.1-5.el9.x86_ 35 MB/s | 1.2 MB 00:00 2026-02-24T17:35:27.490 INFO:teuthology.orchestra.run.trial026.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 9.0 MB/s | 106 kB 00:00 2026-02-24T17:35:27.502 INFO:teuthology.orchestra.run.trial026.stdout:(24/95): python3-pycparser-2.20-6.el9.noarch.rp 11 MB/s | 135 kB 00:00 2026-02-24T17:35:27.514 INFO:teuthology.orchestra.run.trial026.stdout:(25/95): python3-requests-2.25.1-10.el9.noarch. 11 MB/s | 126 kB 00:00 2026-02-24T17:35:27.526 INFO:teuthology.orchestra.run.trial026.stdout:(26/95): python3-urllib3-1.26.5-7.el9.noarch.rp 17 MB/s | 218 kB 00:00 2026-02-24T17:35:27.539 INFO:teuthology.orchestra.run.trial026.stdout:(27/95): unzip-6.0-59.el9.x86_64.rpm 14 MB/s | 182 kB 00:00 2026-02-24T17:35:27.551 INFO:teuthology.orchestra.run.trial026.stdout:(28/95): zip-3.0-35.el9.x86_64.rpm 22 MB/s | 266 kB 00:00 2026-02-24T17:35:28.112 INFO:teuthology.orchestra.run.trial026.stdout:(29/95): flexiblas-3.0.4-9.el9.x86_64.rpm 53 kB/s | 30 kB 00:00 2026-02-24T17:35:29.156 INFO:teuthology.orchestra.run.trial026.stdout:(30/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 2.9 MB/s | 3.0 MB 00:01 2026-02-24T17:35:29.634 INFO:teuthology.orchestra.run.trial026.stdout:(31/95): flexiblas-openblas-openmp-3.0.4-9.el9. 31 kB/s | 15 kB 00:00 2026-02-24T17:35:30.409 INFO:teuthology.orchestra.run.trial026.stdout:(32/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 318 kB/s | 246 kB 00:00 2026-02-24T17:35:31.147 INFO:teuthology.orchestra.run.trial026.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 255 kB/s | 188 kB 00:00 2026-02-24T17:35:31.724 INFO:teuthology.orchestra.run.trial026.stdout:(34/95): openblas-0.3.29-1.el9.x86_64.rpm 73 kB/s | 42 kB 00:00 2026-02-24T17:35:32.159 INFO:teuthology.orchestra.run.trial064.stdout:(10/10): protobuf-3.14.0-17.el9.x86_64.rpm 14 kB/s | 1.0 MB 01:12 2026-02-24T17:35:32.161 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:32.161 INFO:teuthology.orchestra.run.trial064.stdout:Total 1.1 MB/s | 80 MB 01:14 2026-02-24T17:35:32.216 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:35:32.228 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:35:32.228 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:35:32.507 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:35:32.507 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:35:32.810 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:35:32.818 INFO:teuthology.orchestra.run.trial064.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-24T17:35:32.827 INFO:teuthology.orchestra.run.trial064.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-24T17:35:32.832 INFO:teuthology.orchestra.run.trial064.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-24T17:35:32.836 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-24T17:35:32.841 INFO:teuthology.orchestra.run.trial064.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-24T17:35:32.843 INFO:teuthology.orchestra.run.trial064.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-24T17:35:32.845 INFO:teuthology.orchestra.run.trial026.stdout:(35/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 4.7 MB/s | 5.3 MB 00:01 2026-02-24T17:35:32.853 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-24T17:35:32.861 INFO:teuthology.orchestra.run.trial064.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-24T17:35:32.862 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 9/10 2026-02-24T17:35:33.966 INFO:teuthology.orchestra.run.trial026.stdout:(36/95): python3-babel-2.9.1-2.el9.noarch.rpm 5.3 MB/s | 6.0 MB 00:01 2026-02-24T17:35:34.737 INFO:teuthology.orchestra.run.trial026.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 317 kB/s | 244 kB 00:00 2026-02-24T17:35:35.504 INFO:teuthology.orchestra.run.trial026.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 324 kB/s | 249 kB 00:00 2026-02-24T17:35:36.092 INFO:teuthology.orchestra.run.trial026.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 81 kB/s | 48 kB 00:00 2026-02-24T17:35:36.327 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 9/10 2026-02-24T17:35:36.346 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 10/10 2026-02-24T17:35:36.654 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 10/10 2026-02-24T17:35:36.654 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 1/10 2026-02-24T17:35:36.654 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 2/10 2026-02-24T17:35:36.654 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-24T17:35:36.654 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-24T17:35:36.654 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-24T17:35:36.655 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-24T17:35:36.655 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-24T17:35:36.655 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-24T17:35:36.655 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-24T17:35:36.713 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-24T17:35:36.713 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:36.713 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:35:36.714 INFO:teuthology.orchestra.run.trial064.stdout: ceph-test-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:36.714 INFO:teuthology.orchestra.run.trial064.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-24T17:35:36.714 INFO:teuthology.orchestra.run.trial064.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-24T17:35:36.714 INFO:teuthology.orchestra.run.trial064.stdout: libcephsqlite-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:36.714 INFO:teuthology.orchestra.run.trial064.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-24T17:35:36.714 INFO:teuthology.orchestra.run.trial064.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-24T17:35:36.715 INFO:teuthology.orchestra.run.trial064.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-24T17:35:36.715 INFO:teuthology.orchestra.run.trial064.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-24T17:35:36.715 INFO:teuthology.orchestra.run.trial064.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-24T17:35:36.715 INFO:teuthology.orchestra.run.trial064.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-24T17:35:36.715 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:36.716 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:36.747 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph 2026-02-24T17:35:36.819 INFO:teuthology.orchestra.run.trial026.stdout:(40/95): python3-libstoragemgmt-1.10.1-1.el9.x8 243 kB/s | 177 kB 00:00 2026-02-24T17:35:37.060 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:32 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:37.146 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:37.148 INFO:teuthology.orchestra.run.trial064.stdout:======================================================================================= 2026-02-24T17:35:37.148 INFO:teuthology.orchestra.run.trial064.stdout: Package Arch Version Repository Size 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout:======================================================================================= 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph x86_64 2:20.3.0-5507.g618c318a.el9 ceph 6.5 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout:Installing dependencies: 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 57 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mds x86_64 2:20.3.0-5507.g618c318a.el9 ceph 2.4 M 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr x86_64 2:20.3.0-5507.g618c318a.el9 ceph 950 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 298 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mon x86_64 2:20.3.0-5507.g618c318a.el9 ceph 5.0 M 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph-osd x86_64 2:20.3.0-5507.g618c318a.el9 ceph 167 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph-osd-classic x86_64 2:20.3.0-5507.g618c318a.el9 ceph 16 M 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph-osd-crimson x86_64 2:20.3.0-5507.g618c318a.el9 ceph 19 M 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 17 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: cephadm noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 1.0 M 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-24T17:35:37.149 INFO:teuthology.orchestra.run.trial064.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-24T17:35:37.150 INFO:teuthology.orchestra.run.trial064.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-24T17:35:37.151 INFO:teuthology.orchestra.run.trial064.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-24T17:35:37.152 INFO:teuthology.orchestra.run.trial064.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout:Installing weak dependencies: 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 184 k 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 15 M 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 7.4 M 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 22 k 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-rook noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 50 k 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: ceph-volume noarch 2:20.3.0-5507.g618c318a.el9 ceph-noarch 301 k 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout:======================================================================================= 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout:Install 95 Packages 2026-02-24T17:35:37.153 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:37.154 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 123 M 2026-02-24T17:35:37.154 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 656 M 2026-02-24T17:35:37.154 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:35:37.565 INFO:teuthology.orchestra.run.trial064.stdout:(1/95): ceph-20.3.0-5507.g618c318a.el9.x86_64.r 55 kB/s | 6.5 kB 00:00 2026-02-24T17:35:37.728 INFO:teuthology.orchestra.run.trial064.stdout:(2/95): ceph-mgr-20.3.0-5507.g618c318a.el9.x86_ 3.3 MB/s | 950 kB 00:00 2026-02-24T17:35:37.756 INFO:teuthology.orchestra.run.trial064.stdout:(3/95): ceph-osd-20.3.0-5507.g618c318a.el9.x86_ 5.7 MB/s | 167 kB 00:00 2026-02-24T17:35:37.762 INFO:teuthology.orchestra.run.trial026.stdout:(41/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 1.3 MB/s | 1.2 MB 00:00 2026-02-24T17:35:37.770 INFO:teuthology.orchestra.run.trial064.stdout:(4/95): ceph-mds-20.3.0-5507.g618c318a.el9.x86_ 7.3 MB/s | 2.4 MB 00:00 2026-02-24T17:35:38.328 INFO:teuthology.orchestra.run.trial026.stdout:(42/95): python3-markupsafe-1.1.1-12.el9.x86_64 61 kB/s | 35 kB 00:00 2026-02-24T17:35:38.406 INFO:teuthology.orchestra.run.trial064.stdout:(5/95): ceph-osd-crimson-20.3.0-5507.g618c318a. 30 MB/s | 19 MB 00:00 2026-02-24T17:35:38.417 INFO:teuthology.orchestra.run.trial064.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5507.g61 4.8 MB/s | 57 kB 00:00 2026-02-24T17:35:38.439 INFO:teuthology.orchestra.run.trial064.stdout:(7/95): ceph-osd-classic-20.3.0-5507.g618c318a. 23 MB/s | 16 MB 00:00 2026-02-24T17:35:38.441 INFO:teuthology.orchestra.run.trial064.stdout:(8/95): ceph-mgr-cephadm-20.3.0-5507.g618c318a. 7.7 MB/s | 184 kB 00:00 2026-02-24T17:35:38.728 INFO:teuthology.orchestra.run.trial064.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-55 26 MB/s | 7.4 MB 00:00 2026-02-24T17:35:38.758 INFO:teuthology.orchestra.run.trial064.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5507.g618c31 726 kB/s | 22 kB 00:00 2026-02-24T17:35:38.789 INFO:teuthology.orchestra.run.trial064.stdout:(11/95): ceph-mon-20.3.0-5507.g618c318a.el9.x86 4.1 MB/s | 5.0 MB 00:01 2026-02-24T17:35:38.793 INFO:teuthology.orchestra.run.trial064.stdout:(12/95): ceph-mgr-modules-core-20.3.0-5507.g618 8.5 MB/s | 298 kB 00:00 2026-02-24T17:35:38.819 INFO:teuthology.orchestra.run.trial064.stdout:(13/95): ceph-mgr-rook-20.3.0-5507.g618c318a.el 1.6 MB/s | 50 kB 00:00 2026-02-24T17:35:38.820 INFO:teuthology.orchestra.run.trial064.stdout:(14/95): ceph-prometheus-alerts-20.3.0-5507.g61 658 kB/s | 17 kB 00:00 2026-02-24T17:35:38.853 INFO:teuthology.orchestra.run.trial064.stdout:(15/95): ceph-volume-20.3.0-5507.g618c318a.el9. 8.7 MB/s | 301 kB 00:00 2026-02-24T17:35:38.871 INFO:teuthology.orchestra.run.trial064.stdout:(16/95): cephadm-20.3.0-5507.g618c318a.el9.noar 20 MB/s | 1.0 MB 00:00 2026-02-24T17:35:38.915 INFO:teuthology.orchestra.run.trial064.stdout:(17/95): ceph-mgr-dashboard-20.3.0-5507.g618c31 32 MB/s | 15 MB 00:00 2026-02-24T17:35:39.255 INFO:teuthology.orchestra.run.trial026.stdout:(43/95): libconfig-1.7.2-9.el9.x86_64.rpm 1.0 kB/s | 72 kB 01:13 2026-02-24T17:35:39.426 INFO:teuthology.orchestra.run.trial064.stdout:(18/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 73 kB/s | 40 kB 00:00 2026-02-24T17:35:39.462 INFO:teuthology.orchestra.run.trial026.stdout:(44/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 5.4 MB/s | 6.1 MB 00:01 2026-02-24T17:35:39.553 INFO:teuthology.orchestra.run.trial064.stdout:(19/95): libconfig-1.7.2-9.el9.x86_64.rpm 113 kB/s | 72 kB 00:00 2026-02-24T17:35:39.868 INFO:teuthology.orchestra.run.trial064.stdout:(20/95): libquadmath-11.5.0-14.el9.x86_64.rpm 584 kB/s | 184 kB 00:00 2026-02-24T17:35:40.030 INFO:teuthology.orchestra.run.trial064.stdout:[MIRROR] python3-cffi-1.14.5-5.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-cffi-1.14.5-5.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-24T17:35:40.085 INFO:teuthology.orchestra.run.trial026.stdout:(45/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 533 kB/s | 442 kB 00:00 2026-02-24T17:35:40.100 INFO:teuthology.orchestra.run.trial026.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 121 kB/s | 77 kB 00:00 2026-02-24T17:35:40.435 INFO:teuthology.orchestra.run.trial064.stdout:(21/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 222 kB/s | 351 kB 00:01 2026-02-24T17:35:40.441 INFO:teuthology.orchestra.run.trial064.stdout:(22/95): libgfortran-11.5.0-14.el9.x86_64.rpm 782 kB/s | 794 kB 00:01 2026-02-24T17:35:40.597 INFO:teuthology.orchestra.run.trial064.stdout:[MIRROR] python3-cryptography-36.0.1-5.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-cryptography-36.0.1-5.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-24T17:35:40.601 INFO:teuthology.orchestra.run.trial064.stdout:[MIRROR] python3-ply-3.11-14.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-ply-3.11-14.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-24T17:35:40.669 INFO:teuthology.orchestra.run.trial064.stdout:[MIRROR] python3-cffi-1.14.5-5.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-cffi-1.14.5-5.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-24T17:35:40.719 INFO:teuthology.orchestra.run.trial064.stdout:(23/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 298 kB/s | 253 kB 00:00 2026-02-24T17:35:40.822 INFO:teuthology.orchestra.run.trial026.stdout:(47/95): python3-pyasn1-0.4.8-7.el9.noarch.rpm 218 kB/s | 157 kB 00:00 2026-02-24T17:35:40.862 INFO:teuthology.orchestra.run.trial026.stdout:(48/95): python3-protobuf-3.14.0-17.el9.noarch. 344 kB/s | 267 kB 00:00 2026-02-24T17:35:41.003 INFO:teuthology.orchestra.run.trial064.stdout:[MIRROR] python3-cryptography-36.0.1-5.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-cryptography-36.0.1-5.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-24T17:35:41.059 INFO:teuthology.orchestra.run.trial064.stdout:(24/95): python3-cryptography-36.0.1-5.el9.x86_ 2.0 MB/s | 1.2 MB 00:00 2026-02-24T17:35:41.117 INFO:teuthology.orchestra.run.trial064.stdout:[MIRROR] python3-pycparser-2.20-6.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-pycparser-2.20-6.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-24T17:35:41.131 INFO:teuthology.orchestra.run.trial064.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 328 kB/s | 135 kB 00:00 2026-02-24T17:35:41.148 INFO:teuthology.orchestra.run.trial064.stdout:(26/95): python3-urllib3-1.26.5-7.el9.noarch.rp 13 MB/s | 218 kB 00:00 2026-02-24T17:35:41.160 INFO:teuthology.orchestra.run.trial064.stdout:(27/95): unzip-6.0-59.el9.x86_64.rpm 15 MB/s | 182 kB 00:00 2026-02-24T17:35:41.175 INFO:teuthology.orchestra.run.trial064.stdout:(28/95): zip-3.0-35.el9.x86_64.rpm 17 MB/s | 266 kB 00:00 2026-02-24T17:35:41.184 INFO:teuthology.orchestra.run.trial064.stdout:(29/95): flexiblas-3.0.4-9.el9.x86_64.rpm 3.2 MB/s | 30 kB 00:00 2026-02-24T17:35:41.249 INFO:teuthology.orchestra.run.trial064.stdout:[MIRROR] python3-ply-3.11-14.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-ply-3.11-14.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-24T17:35:41.257 INFO:teuthology.orchestra.run.trial064.stdout:(30/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 41 MB/s | 3.0 MB 00:00 2026-02-24T17:35:41.267 INFO:teuthology.orchestra.run.trial064.stdout:(31/95): flexiblas-openblas-openmp-3.0.4-9.el9. 1.5 MB/s | 15 kB 00:00 2026-02-24T17:35:41.278 INFO:teuthology.orchestra.run.trial064.stdout:(32/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 22 MB/s | 246 kB 00:00 2026-02-24T17:35:41.290 INFO:teuthology.orchestra.run.trial064.stdout:(33/95): python3-ply-3.11-14.el9.noarch.rpm 125 kB/s | 106 kB 00:00 2026-02-24T17:35:41.291 INFO:teuthology.orchestra.run.trial064.stdout:(34/95): lua-5.4.4-4.el9.x86_64.rpm 15 MB/s | 188 kB 00:00 2026-02-24T17:35:41.300 INFO:teuthology.orchestra.run.trial064.stdout:(35/95): openblas-0.3.29-1.el9.x86_64.rpm 4.5 MB/s | 42 kB 00:00 2026-02-24T17:35:41.333 INFO:teuthology.orchestra.run.trial064.stdout:(36/95): python3-babel-2.9.1-2.el9.noarch.rpm 177 MB/s | 6.0 MB 00:00 2026-02-24T17:35:41.346 INFO:teuthology.orchestra.run.trial064.stdout:(37/95): python3-devel-3.9.25-3.el9.x86_64.rpm 19 MB/s | 244 kB 00:00 2026-02-24T17:35:41.362 INFO:teuthology.orchestra.run.trial064.stdout:(38/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 75 MB/s | 5.3 MB 00:00 2026-02-24T17:35:41.363 INFO:teuthology.orchestra.run.trial064.stdout:(39/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 15 MB/s | 249 kB 00:00 2026-02-24T17:35:41.372 INFO:teuthology.orchestra.run.trial064.stdout:(40/95): python3-jmespath-1.0.1-1.el9.noarch.rp 4.7 MB/s | 48 kB 00:00 2026-02-24T17:35:41.374 INFO:teuthology.orchestra.run.trial064.stdout:(41/95): python3-libstoragemgmt-1.10.1-1.el9.x8 15 MB/s | 177 kB 00:00 2026-02-24T17:35:41.384 INFO:teuthology.orchestra.run.trial064.stdout:(42/95): python3-markupsafe-1.1.1-12.el9.x86_64 3.5 MB/s | 35 kB 00:00 2026-02-24T17:35:41.386 INFO:teuthology.orchestra.run.trial064.stdout:(43/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 85 MB/s | 1.2 MB 00:00 2026-02-24T17:35:41.402 INFO:teuthology.orchestra.run.trial064.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 28 MB/s | 442 kB 00:00 2026-02-24T17:35:41.418 INFO:teuthology.orchestra.run.trial064.stdout:(45/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 183 MB/s | 6.1 MB 00:00 2026-02-24T17:35:41.418 INFO:teuthology.orchestra.run.trial064.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 4.6 MB/s | 77 kB 00:00 2026-02-24T17:35:41.429 INFO:teuthology.orchestra.run.trial064.stdout:(47/95): python3-pyasn1-0.4.8-7.el9.noarch.rpm 15 MB/s | 157 kB 00:00 2026-02-24T17:35:41.430 INFO:teuthology.orchestra.run.trial064.stdout:(48/95): python3-protobuf-3.14.0-17.el9.noarch. 22 MB/s | 267 kB 00:00 2026-02-24T17:35:41.439 INFO:teuthology.orchestra.run.trial064.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 5.4 MB/s | 54 kB 00:00 2026-02-24T17:35:41.441 INFO:teuthology.orchestra.run.trial064.stdout:(50/95): python3-pyasn1-modules-0.4.8-7.el9.noa 23 MB/s | 277 kB 00:00 2026-02-24T17:35:41.451 INFO:teuthology.orchestra.run.trial064.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 4.0 MB/s | 42 kB 00:00 2026-02-24T17:35:41.457 INFO:teuthology.orchestra.run.trial026.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 90 kB/s | 54 kB 00:00 2026-02-24T17:35:41.459 INFO:teuthology.orchestra.run.trial064.stdout:[MIRROR] python3-requests-2.25.1-10.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-requests-2.25.1-10.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-24T17:35:41.461 INFO:teuthology.orchestra.run.trial064.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 18 MB/s | 189 kB 00:00 2026-02-24T17:35:41.472 INFO:teuthology.orchestra.run.trial064.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 8.6 MB/s | 90 kB 00:00 2026-02-24T17:35:41.531 INFO:teuthology.orchestra.run.trial064.stdout:(54/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 210 MB/s | 19 MB 00:00 2026-02-24T17:35:41.532 INFO:teuthology.orchestra.run.trial064.stdout:(55/95): python3-requests-2.25.1-10.el9.noarch. 267 kB/s | 126 kB 00:00 2026-02-24T17:35:41.533 INFO:teuthology.orchestra.run.trial064.stdout:(56/95): lua-devel-5.4.4-4.el9.x86_64.rpm 366 kB/s | 22 kB 00:00 2026-02-24T17:35:41.639 INFO:teuthology.orchestra.run.trial026.stdout:(50/95): python3-pyasn1-modules-0.4.8-7.el9.noa 339 kB/s | 277 kB 00:00 2026-02-24T17:35:41.642 INFO:teuthology.orchestra.run.trial064.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 179 kB/s | 19 kB 00:00 2026-02-24T17:35:41.660 INFO:teuthology.orchestra.run.trial064.stdout:(58/95): protobuf-compiler-3.14.0-17.el9.x86_64 6.6 MB/s | 862 kB 00:00 2026-02-24T17:35:41.719 INFO:teuthology.orchestra.run.trial064.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 1.9 MB/s | 151 kB 00:00 2026-02-24T17:35:41.732 INFO:teuthology.orchestra.run.trial064.stdout:(60/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.7 MB/s | 551 kB 00:00 2026-02-24T17:35:41.745 INFO:teuthology.orchestra.run.trial064.stdout:(61/95): python3-autocommand-2.2.2-8.el9.noarch 1.2 MB/s | 29 kB 00:00 2026-02-24T17:35:41.756 INFO:teuthology.orchestra.run.trial064.stdout:(62/95): python3-backports-tarfile-1.2.0-1.el9. 2.5 MB/s | 60 kB 00:00 2026-02-24T17:35:41.770 INFO:teuthology.orchestra.run.trial064.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2026-02-24T17:35:41.779 INFO:teuthology.orchestra.run.trial064.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 1.4 MB/s | 32 kB 00:00 2026-02-24T17:35:41.793 INFO:teuthology.orchestra.run.trial064.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 622 kB/s | 14 kB 00:00 2026-02-24T17:35:41.806 INFO:teuthology.orchestra.run.trial064.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 6.4 MB/s | 173 kB 00:00 2026-02-24T17:35:41.835 INFO:teuthology.orchestra.run.trial064.stdout:(67/95): python3-google-auth-2.45.0-1.el9.noarc 8.6 MB/s | 254 kB 00:00 2026-02-24T17:35:41.848 INFO:teuthology.orchestra.run.trial064.stdout:(68/95): python3-cherrypy-18.6.1-2.el9.noarch.r 6.4 MB/s | 358 kB 00:00 2026-02-24T17:35:41.865 INFO:teuthology.orchestra.run.trial064.stdout:(69/95): python3-asyncssh-2.13.2-5.el9.noarch.r 2.6 MB/s | 548 kB 00:00 2026-02-24T17:35:41.875 INFO:teuthology.orchestra.run.trial064.stdout:(70/95): python3-grpcio-tools-1.46.7-10.el9.x86 5.3 MB/s | 144 kB 00:00 2026-02-24T17:35:41.890 INFO:teuthology.orchestra.run.trial064.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 5.3 MB/s | 139 kB 00:00 2026-02-24T17:35:41.899 INFO:teuthology.orchestra.run.trial064.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 2.3 MB/s | 56 kB 00:00 2026-02-24T17:35:41.908 INFO:teuthology.orchestra.run.trial064.stdout:(73/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 28 MB/s | 2.0 MB 00:00 2026-02-24T17:35:41.913 INFO:teuthology.orchestra.run.trial064.stdout:(74/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 474 kB/s | 11 kB 00:00 2026-02-24T17:35:41.921 INFO:teuthology.orchestra.run.trial064.stdout:(75/95): python3-jaraco-classes-3.2.1-5.el9.noa 785 kB/s | 18 kB 00:00 2026-02-24T17:35:41.931 INFO:teuthology.orchestra.run.trial064.stdout:(76/95): python3-jaraco-collections-3.0.0-8.el9 1.0 MB/s | 23 kB 00:00 2026-02-24T17:35:41.936 INFO:teuthology.orchestra.run.trial064.stdout:(77/95): python3-jaraco-context-6.0.1-3.el9.noa 864 kB/s | 20 kB 00:00 2026-02-24T17:35:41.938 INFO:teuthology.orchestra.run.trial026.stdout:[MIRROR] ledmon-libs-1.1.0-3.el9.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/Packages/ledmon-libs-1.1.0-3.el9.x86_64.rpm [Recv failure: Connection reset by peer] 2026-02-24T17:35:41.944 INFO:teuthology.orchestra.run.trial064.stdout:(78/95): python3-jaraco-functools-3.5.0-2.el9.n 859 kB/s | 19 kB 00:00 2026-02-24T17:35:41.953 INFO:teuthology.orchestra.run.trial064.stdout:(79/95): python3-jaraco-text-4.0.0-2.el9.noarch 1.1 MB/s | 26 kB 00:00 2026-02-24T17:35:41.969 INFO:teuthology.orchestra.run.trial064.stdout:(80/95): python3-more-itertools-8.12.0-2.el9.no 3.1 MB/s | 79 kB 00:00 2026-02-24T17:35:41.976 INFO:teuthology.orchestra.run.trial064.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 3.7 MB/s | 86 kB 00:00 2026-02-24T17:35:41.989 INFO:teuthology.orchestra.run.trial026.stdout:(51/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 544 B/s | 40 kB 01:16 2026-02-24T17:35:41.990 INFO:teuthology.orchestra.run.trial064.stdout:(82/95): python3-kubernetes-26.1.0-3.el9.noarch 19 MB/s | 1.0 MB 00:00 2026-02-24T17:35:41.993 INFO:teuthology.orchestra.run.trial064.stdout:(83/95): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2026-02-24T17:35:41.999 INFO:teuthology.orchestra.run.trial064.stdout:(84/95): python3-portend-3.1.0-2.el9.noarch.rpm 734 kB/s | 16 kB 00:00 2026-02-24T17:35:42.014 INFO:teuthology.orchestra.run.trial064.stdout:(85/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.7 MB/s | 90 kB 00:00 2026-02-24T17:35:42.016 INFO:teuthology.orchestra.run.trial064.stdout:(86/95): python3-repoze-lru-0.7-16.el9.noarch.r 1.3 MB/s | 31 kB 00:00 2026-02-24T17:35:42.022 INFO:teuthology.orchestra.run.trial064.stdout:(87/95): python3-routes-2.5.1-5.el9.noarch.rpm 7.8 MB/s | 188 kB 00:00 2026-02-24T17:35:42.037 INFO:teuthology.orchestra.run.trial064.stdout:(88/95): python3-rsa-4.9-2.el9.noarch.rpm 2.5 MB/s | 59 kB 00:00 2026-02-24T17:35:42.043 INFO:teuthology.orchestra.run.trial064.stdout:(89/95): python3-saml-1.16.0-1.el9.noarch.rpm 4.7 MB/s | 125 kB 00:00 2026-02-24T17:35:42.045 INFO:teuthology.orchestra.run.trial064.stdout:(90/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.6 MB/s | 36 kB 00:00 2026-02-24T17:35:42.060 INFO:teuthology.orchestra.run.trial064.stdout:(91/95): python3-typing-extensions-4.15.0-1.el9 3.6 MB/s | 86 kB 00:00 2026-02-24T17:35:42.067 INFO:teuthology.orchestra.run.trial064.stdout:(92/95): python3-websocket-client-1.2.3-2.el9.n 3.5 MB/s | 90 kB 00:00 2026-02-24T17:35:42.068 INFO:teuthology.orchestra.run.trial064.stdout:(93/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 2.1 MB/s | 48 kB 00:00 2026-02-24T17:35:42.083 INFO:teuthology.orchestra.run.trial064.stdout:(94/95): python3-xmltodict-0.12.0-15.el9.noarch 976 kB/s | 22 kB 00:00 2026-02-24T17:35:42.090 INFO:teuthology.orchestra.run.trial064.stdout:(95/95): python3-zc-lockfile-2.0-10.el9.noarch. 887 kB/s | 20 kB 00:00 2026-02-24T17:35:42.093 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:42.093 INFO:teuthology.orchestra.run.trial064.stdout:Total 25 MB/s | 123 MB 00:04 2026-02-24T17:35:42.222 INFO:teuthology.orchestra.run.trial026.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 71 kB/s | 42 kB 00:00 2026-02-24T17:35:42.496 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:35:42.534 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:35:42.534 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:35:42.720 INFO:teuthology.orchestra.run.trial026.stdout:(53/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 258 kB/s | 189 kB 00:00 2026-02-24T17:35:42.884 INFO:teuthology.orchestra.run.trial026.stdout:(54/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 14 MB/s | 19 MB 00:01 2026-02-24T17:35:42.885 INFO:teuthology.orchestra.run.trial026.stdout:(55/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 136 kB/s | 90 kB 00:00 2026-02-24T17:35:43.028 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:35:43.028 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:35:43.162 INFO:teuthology.orchestra.run.trial026.stdout:(56/95): lua-devel-5.4.4-4.el9.x86_64.rpm 50 kB/s | 22 kB 00:00 2026-02-24T17:35:43.374 INFO:teuthology.orchestra.run.trial026.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 91 kB/s | 19 kB 00:00 2026-02-24T17:35:43.515 INFO:teuthology.orchestra.run.trial026.stdout:(58/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 876 kB/s | 551 kB 00:00 2026-02-24T17:35:43.547 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:35:43.549 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-24T17:35:43.553 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-24T17:35:43.575 INFO:teuthology.orchestra.run.trial064.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-24T17:35:43.585 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 4/95 2026-02-24T17:35:43.587 INFO:teuthology.orchestra.run.trial026.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 712 kB/s | 151 kB 00:00 2026-02-24T17:35:43.610 INFO:teuthology.orchestra.run.trial026.stdout:(60/95): python3-asyncssh-2.13.2-5.el9.noarch.r 5.6 MB/s | 548 kB 00:00 2026-02-24T17:35:43.618 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-24T17:35:43.624 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-24T17:35:43.627 INFO:teuthology.orchestra.run.trial064.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-24T17:35:43.631 INFO:teuthology.orchestra.run.trial064.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-24T17:35:43.654 INFO:teuthology.orchestra.run.trial064.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-24T17:35:43.660 INFO:teuthology.orchestra.run.trial026.stdout:(61/95): python3-autocommand-2.2.2-8.el9.noarch 403 kB/s | 29 kB 00:00 2026-02-24T17:35:43.667 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-24T17:35:43.670 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-24T17:35:43.676 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-24T17:35:43.678 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-24T17:35:43.689 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-24T17:35:43.696 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-24T17:35:43.702 INFO:teuthology.orchestra.run.trial026.stdout:(62/95): python3-backports-tarfile-1.2.0-1.el9. 652 kB/s | 60 kB 00:00 2026-02-24T17:35:43.720 INFO:teuthology.orchestra.run.trial064.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-24T17:35:43.723 INFO:teuthology.orchestra.run.trial064.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-24T17:35:43.733 INFO:teuthology.orchestra.run.trial026.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 593 kB/s | 43 kB 00:00 2026-02-24T17:35:43.773 INFO:teuthology.orchestra.run.trial064.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-24T17:35:43.786 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 19/95 2026-02-24T17:35:43.788 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-24T17:35:43.792 INFO:teuthology.orchestra.run.trial064.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-24T17:35:43.796 INFO:teuthology.orchestra.run.trial026.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 343 kB/s | 32 kB 00:00 2026-02-24T17:35:43.798 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-24T17:35:43.803 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-24T17:35:43.806 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-24T17:35:43.806 INFO:teuthology.orchestra.run.trial026.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 193 kB/s | 14 kB 00:00 2026-02-24T17:35:43.821 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-24T17:35:43.825 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-24T17:35:43.830 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-24T17:35:43.841 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-24T17:35:43.850 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-24T17:35:43.856 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-24T17:35:43.876 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-24T17:35:43.887 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-24T17:35:43.889 INFO:teuthology.orchestra.run.trial026.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 1.8 MB/s | 173 kB 00:00 2026-02-24T17:35:43.903 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-24T17:35:43.908 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-24T17:35:43.915 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-24T17:35:43.952 INFO:teuthology.orchestra.run.trial026.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 2.4 MB/s | 358 kB 00:00 2026-02-24T17:35:43.955 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-24T17:35:43.985 INFO:teuthology.orchestra.run.trial026.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 2.6 MB/s | 254 kB 00:00 2026-02-24T17:35:44.079 INFO:teuthology.orchestra.run.trial026.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 1.5 MB/s | 144 kB 00:00 2026-02-24T17:35:44.169 INFO:teuthology.orchestra.run.trial026.stdout:(70/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 9.4 MB/s | 2.0 MB 00:00 2026-02-24T17:35:44.173 INFO:teuthology.orchestra.run.trial026.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 1.4 MB/s | 139 kB 00:00 2026-02-24T17:35:44.243 INFO:teuthology.orchestra.run.trial026.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 760 kB/s | 56 kB 00:00 2026-02-24T17:35:44.264 INFO:teuthology.orchestra.run.trial026.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 117 kB/s | 11 kB 00:00 2026-02-24T17:35:44.281 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-24T17:35:44.291 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-24T17:35:44.295 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-24T17:35:44.301 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-24T17:35:44.303 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-24T17:35:44.315 INFO:teuthology.orchestra.run.trial026.stdout:(74/95): protobuf-compiler-3.14.0-17.el9.x86_64 602 kB/s | 862 kB 00:01 2026-02-24T17:35:44.316 INFO:teuthology.orchestra.run.trial026.stdout:(75/95): python3-jaraco-classes-3.2.1-5.el9.noa 242 kB/s | 18 kB 00:00 2026-02-24T17:35:44.330 INFO:teuthology.orchestra.run.trial064.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-24T17:35:44.356 INFO:teuthology.orchestra.run.trial026.stdout:(76/95): python3-jaraco-collections-3.0.0-8.el9 252 kB/s | 23 kB 00:00 2026-02-24T17:35:44.374 INFO:teuthology.orchestra.run.trial064.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-24T17:35:44.384 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-24T17:35:44.389 INFO:teuthology.orchestra.run.trial026.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 265 kB/s | 19 kB 00:00 2026-02-24T17:35:44.389 INFO:teuthology.orchestra.run.trial064.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-24T17:35:44.393 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-24T17:35:44.399 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-24T17:35:44.403 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-24T17:35:44.410 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-24T17:35:44.413 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-24T17:35:44.441 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-24T17:35:44.448 INFO:teuthology.orchestra.run.trial026.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 288 kB/s | 26 kB 00:00 2026-02-24T17:35:44.451 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-24T17:35:44.457 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-24T17:35:44.464 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-24T17:35:44.467 INFO:teuthology.orchestra.run.trial026.stdout:(79/95): python3-kubernetes-26.1.0-3.el9.noarch 13 MB/s | 1.0 MB 00:00 2026-02-24T17:35:44.498 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-24T17:35:44.531 INFO:teuthology.orchestra.run.trial026.stdout:(80/95): python3-jaraco-context-6.0.1-3.el9.noa 91 kB/s | 20 kB 00:00 2026-02-24T17:35:44.541 INFO:teuthology.orchestra.run.trial026.stdout:(81/95): python3-more-itertools-8.12.0-2.el9.no 849 kB/s | 79 kB 00:00 2026-02-24T17:35:44.541 INFO:teuthology.orchestra.run.trial026.stdout:(82/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 1.1 MB/s | 86 kB 00:00 2026-02-24T17:35:44.614 INFO:teuthology.orchestra.run.trial026.stdout:(83/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2026-02-24T17:35:44.632 INFO:teuthology.orchestra.run.trial026.stdout:(84/95): python3-portend-3.1.0-2.el9.noarch.rpm 179 kB/s | 16 kB 00:00 2026-02-24T17:35:44.677 INFO:teuthology.orchestra.run.trial026.stdout:(85/95): python3-natsort-7.1.1-5.el9.noarch.rpm 397 kB/s | 58 kB 00:00 2026-02-24T17:35:44.688 INFO:teuthology.orchestra.run.trial026.stdout:(86/95): python3-repoze-lru-0.7-16.el9.noarch.r 417 kB/s | 31 kB 00:00 2026-02-24T17:35:44.722 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-24T17:35:44.727 INFO:teuthology.orchestra.run.trial026.stdout:(87/95): python3-routes-2.5.1-5.el9.noarch.rpm 1.9 MB/s | 188 kB 00:00 2026-02-24T17:35:44.747 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-24T17:35:44.750 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-24T17:35:44.751 INFO:teuthology.orchestra.run.trial026.stdout:(88/95): python3-rsa-4.9-2.el9.noarch.rpm 793 kB/s | 59 kB 00:00 2026-02-24T17:35:44.763 INFO:teuthology.orchestra.run.trial026.stdout:(89/95): python3-saml-1.16.0-1.el9.noarch.rpm 1.6 MB/s | 125 kB 00:00 2026-02-24T17:35:44.809 INFO:teuthology.orchestra.run.trial064.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-24T17:35:44.811 INFO:teuthology.orchestra.run.trial064.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-24T17:35:44.819 INFO:teuthology.orchestra.run.trial026.stdout:(90/95): python3-tempora-5.0.0-2.el9.noarch.rpm 389 kB/s | 36 kB 00:00 2026-02-24T17:35:44.826 INFO:teuthology.orchestra.run.trial026.stdout:(91/95): python3-typing-extensions-4.15.0-1.el9 1.1 MB/s | 86 kB 00:00 2026-02-24T17:35:44.832 INFO:teuthology.orchestra.run.trial064.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-24T17:35:44.838 INFO:teuthology.orchestra.run.trial026.stdout:(92/95): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2026-02-24T17:35:44.900 INFO:teuthology.orchestra.run.trial026.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 298 kB/s | 22 kB 00:00 2026-02-24T17:35:44.911 INFO:teuthology.orchestra.run.trial026.stdout:(94/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 524 kB/s | 48 kB 00:00 2026-02-24T17:35:44.914 INFO:teuthology.orchestra.run.trial026.stdout:(95/95): python3-zc-lockfile-2.0-10.el9.noarch. 262 kB/s | 20 kB 00:00 2026-02-24T17:35:44.915 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:44.915 INFO:teuthology.orchestra.run.trial026.stdout:Total 1.5 MB/s | 123 MB 01:20 2026-02-24T17:35:45.163 INFO:teuthology.orchestra.run.trial064.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-24T17:35:45.237 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-24T17:35:45.283 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:35:45.323 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:35:45.323 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:35:45.821 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:35:45.822 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:35:45.910 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-24T17:35:45.929 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-24T17:35:45.942 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-24T17:35:45.958 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-24T17:35:46.034 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-24T17:35:46.042 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-24T17:35:46.066 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-24T17:35:46.095 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-24T17:35:46.146 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-24T17:35:46.152 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-24T17:35:46.156 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-24T17:35:46.157 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-24T17:35:46.174 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-24T17:35:46.174 INFO:teuthology.orchestra.run.trial064.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-24T17:35:46.174 INFO:teuthology.orchestra.run.trial064.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-24T17:35:46.174 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:46.184 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-24T17:35:46.209 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-24T17:35:46.209 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-24T17:35:46.209 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:46.246 INFO:teuthology.orchestra.run.trial064.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-24T17:35:46.348 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:35:46.350 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-24T17:35:46.354 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-24T17:35:46.375 INFO:teuthology.orchestra.run.trial026.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-24T17:35:46.386 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 4/95 2026-02-24T17:35:46.419 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-24T17:35:46.425 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-24T17:35:46.427 INFO:teuthology.orchestra.run.trial026.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-24T17:35:46.431 INFO:teuthology.orchestra.run.trial026.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-24T17:35:46.454 INFO:teuthology.orchestra.run.trial026.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-24T17:35:46.467 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-24T17:35:46.470 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-24T17:35:46.476 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-24T17:35:46.478 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-24T17:35:46.489 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-24T17:35:46.495 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-24T17:35:46.519 INFO:teuthology.orchestra.run.trial026.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-24T17:35:46.522 INFO:teuthology.orchestra.run.trial026.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-24T17:35:46.571 INFO:teuthology.orchestra.run.trial026.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-24T17:35:46.584 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 19/95 2026-02-24T17:35:46.586 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-24T17:35:46.591 INFO:teuthology.orchestra.run.trial026.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-24T17:35:46.596 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-24T17:35:46.601 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-24T17:35:46.604 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-24T17:35:46.618 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-24T17:35:46.623 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-24T17:35:46.628 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-24T17:35:46.639 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-24T17:35:46.648 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-24T17:35:46.654 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-24T17:35:46.673 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-24T17:35:46.684 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-24T17:35:46.700 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-24T17:35:46.704 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-24T17:35:46.712 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-24T17:35:46.752 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-24T17:35:46.878 INFO:teuthology.orchestra.run.trial064.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-24T17:35:47.075 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-24T17:35:47.084 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-24T17:35:47.088 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-24T17:35:47.094 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-24T17:35:47.096 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-24T17:35:47.123 INFO:teuthology.orchestra.run.trial026.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-24T17:35:47.167 INFO:teuthology.orchestra.run.trial026.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-24T17:35:47.176 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-24T17:35:47.182 INFO:teuthology.orchestra.run.trial026.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-24T17:35:47.185 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-24T17:35:47.191 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-24T17:35:47.194 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-24T17:35:47.201 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-24T17:35:47.205 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-24T17:35:47.232 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-24T17:35:47.242 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-24T17:35:47.248 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-24T17:35:47.255 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-24T17:35:47.289 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-24T17:35:47.513 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-24T17:35:47.536 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-24T17:35:47.540 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-24T17:35:47.598 INFO:teuthology.orchestra.run.trial026.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-24T17:35:47.600 INFO:teuthology.orchestra.run.trial026.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-24T17:35:47.621 INFO:teuthology.orchestra.run.trial026.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-24T17:35:47.651 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_6 79/95 2026-02-24T17:35:47.716 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_6 80/95 2026-02-24T17:35:47.718 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 81/95 2026-02-24T17:35:47.732 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 81/95 2026-02-24T17:35:47.733 INFO:teuthology.orchestra.run.trial064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:47.733 INFO:teuthology.orchestra.run.trial064.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-24T17:35:47.733 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:47.743 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 82/95 2026-02-24T17:35:47.767 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 82/95 2026-02-24T17:35:47.768 INFO:teuthology.orchestra.run.trial064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:47.768 INFO:teuthology.orchestra.run.trial064.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-24T17:35:47.768 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-24T17:35:47.768 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-24T17:35:47.768 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:47.822 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: cephadm-2:20.3.0-5507.g618c318a.el9.noarch 83/95 2026-02-24T17:35:47.824 INFO:teuthology.orchestra.run.trial064.stdout: Installing : cephadm-2:20.3.0-5507.g618c318a.el9.noarch 83/95 2026-02-24T17:35:47.833 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5507.g618c318a.el9 84/95 2026-02-24T17:35:47.858 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5507.g618c318a.el 85/95 2026-02-24T17:35:47.859 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarc 86/95 2026-02-24T17:35:47.945 INFO:teuthology.orchestra.run.trial026.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-24T17:35:48.018 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-24T17:35:48.686 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-24T17:35:48.705 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-24T17:35:48.718 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-24T17:35:48.734 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-24T17:35:48.809 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-24T17:35:48.817 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-24T17:35:48.841 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-24T17:35:48.870 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-24T17:35:48.920 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-24T17:35:48.926 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-24T17:35:48.930 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-24T17:35:48.931 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-24T17:35:48.948 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-24T17:35:48.949 INFO:teuthology.orchestra.run.trial026.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-24T17:35:48.949 INFO:teuthology.orchestra.run.trial026.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-24T17:35:48.949 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:48.956 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-24T17:35:48.980 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-24T17:35:48.980 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-24T17:35:48.980 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:49.017 INFO:teuthology.orchestra.run.trial026.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-24T17:35:49.449 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarc 86/95 2026-02-24T17:35:49.455 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noa 87/95 2026-02-24T17:35:49.659 INFO:teuthology.orchestra.run.trial026.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-24T17:35:49.916 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noa 87/95 2026-02-24T17:35:49.917 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c3 88/95 2026-02-24T17:35:49.930 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c3 88/95 2026-02-24T17:35:49.931 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noa 89/95 2026-02-24T17:35:49.993 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noa 89/95 2026-02-24T17:35:50.036 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5507.g618c318a.el9. 90/95 2026-02-24T17:35:50.037 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 91/95 2026-02-24T17:35:50.058 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 91/95 2026-02-24T17:35:50.058 INFO:teuthology.orchestra.run.trial064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:50.058 INFO:teuthology.orchestra.run.trial064.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-24T17:35:50.058 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-24T17:35:50.059 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-24T17:35:50.059 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:50.071 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 92/95 2026-02-24T17:35:50.296 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 92/95 2026-02-24T17:35:50.298 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 93/95 2026-02-24T17:35:50.320 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 93/95 2026-02-24T17:35:50.320 INFO:teuthology.orchestra.run.trial064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:50.320 INFO:teuthology.orchestra.run.trial064.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-24T17:35:50.320 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-24T17:35:50.320 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-24T17:35:50.321 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:50.417 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 94/95 2026-02-24T17:35:50.438 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 94/95 2026-02-24T17:35:50.438 INFO:teuthology.orchestra.run.trial064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:50.438 INFO:teuthology.orchestra.run.trial064.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-24T17:35:50.438 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-24T17:35:50.438 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-24T17:35:50.438 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:50.439 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-2:20.3.0-5507.g618c318a.el9.x86_64 95/95 2026-02-24T17:35:50.444 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_6 79/95 2026-02-24T17:35:50.445 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_6 95/95 2026-02-24T17:35:50.469 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_6 95/95 2026-02-24T17:35:50.508 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_6 80/95 2026-02-24T17:35:50.511 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 81/95 2026-02-24T17:35:50.524 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 81/95 2026-02-24T17:35:50.524 INFO:teuthology.orchestra.run.trial026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:50.525 INFO:teuthology.orchestra.run.trial026.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-24T17:35:50.525 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:50.536 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 82/95 2026-02-24T17:35:50.560 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 82/95 2026-02-24T17:35:50.560 INFO:teuthology.orchestra.run.trial026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:50.560 INFO:teuthology.orchestra.run.trial026.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-24T17:35:50.560 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-24T17:35:50.560 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-24T17:35:50.560 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:50.615 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: cephadm-2:20.3.0-5507.g618c318a.el9.noarch 83/95 2026-02-24T17:35:50.617 INFO:teuthology.orchestra.run.trial026.stdout: Installing : cephadm-2:20.3.0-5507.g618c318a.el9.noarch 83/95 2026-02-24T17:35:50.626 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5507.g618c318a.el9 84/95 2026-02-24T17:35:50.652 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5507.g618c318a.el 85/95 2026-02-24T17:35:50.653 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarc 86/95 2026-02-24T17:35:51.267 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-2:20.3.0-5507.g618c318a.el9.x86_64 95/95 2026-02-24T17:35:51.267 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-2:20.3.0-5507.g618c318a.el9.x86_64 1/95 2026-02-24T17:35:51.267 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 2/95 2026-02-24T17:35:51.267 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 3/95 2026-02-24T17:35:51.267 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 4/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 5/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_6 6/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_6 7/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5507.g618c318a.el 8/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarc 9/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noa 10/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c3 11/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noa 12/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5507.g618c318a.el9. 13/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 14/95 2026-02-24T17:35:51.268 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5507.g618c318a.el9 15/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 16/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : cephadm-2:20.3.0-5507.g618c318a.el9.noarch 17/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-24T17:35:51.269 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-24T17:35:51.270 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 49/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 50/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-24T17:35:51.271 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-24T17:35:51.272 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-24T17:35:51.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-24T17:35:51.274 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-24T17:35:51.275 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-24T17:35:51.275 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-24T17:35:51.275 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-24T17:35:51.275 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-24T17:35:51.337 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-24T17:35:51.337 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:51.337 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:35:51.337 INFO:teuthology.orchestra.run.trial064.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-24T17:35:51.337 INFO:teuthology.orchestra.run.trial064.stdout: ceph-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-grafana-dashboards-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-modules-core-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:51.338 INFO:teuthology.orchestra.run.trial064.stdout: ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: ceph-prometheus-alerts-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: cephadm-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-24T17:35:51.339 INFO:teuthology.orchestra.run.trial064.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: lua-5.4.4-4.el9.x86_64 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-24T17:35:51.340 INFO:teuthology.orchestra.run.trial064.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-24T17:35:51.341 INFO:teuthology.orchestra.run.trial064.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-24T17:35:51.342 INFO:teuthology.orchestra.run.trial064.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-ply-3.11-14.el9.noarch 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-24T17:35:51.343 INFO:teuthology.orchestra.run.trial064.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-24T17:35:51.344 INFO:teuthology.orchestra.run.trial064.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: unzip-6.0-59.el9.x86_64 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: zip-3.0-35.el9.x86_64 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:51.345 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:51.393 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-base 2026-02-24T17:35:51.710 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:46 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:51.775 INFO:teuthology.orchestra.run.trial064.stdout:Package ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:51.794 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:51.795 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:51.795 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:51.816 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install cephadm 2026-02-24T17:35:52.133 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:47 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:52.198 INFO:teuthology.orchestra.run.trial064.stdout:Package cephadm-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:52.217 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:52.217 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:52.217 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:52.238 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-immutable-object-cache 2026-02-24T17:35:52.262 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarc 86/95 2026-02-24T17:35:52.269 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noa 87/95 2026-02-24T17:35:52.551 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:47 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:52.637 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:52.637 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:52.637 INFO:teuthology.orchestra.run.trial064.stdout: Package Arch Version Repo Size 2026-02-24T17:35:52.637 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:52.637 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:35:52.638 INFO:teuthology.orchestra.run.trial064.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5507.g618c318a.el9 ceph 147 k 2026-02-24T17:35:52.638 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:52.638 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:35:52.638 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:52.638 INFO:teuthology.orchestra.run.trial064.stdout:Install 1 Package 2026-02-24T17:35:52.638 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:52.638 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 147 k 2026-02-24T17:35:52.639 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 419 k 2026-02-24T17:35:52.639 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:35:52.740 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noa 87/95 2026-02-24T17:35:52.741 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c3 88/95 2026-02-24T17:35:52.754 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c3 88/95 2026-02-24T17:35:52.755 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noa 89/95 2026-02-24T17:35:52.815 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noa 89/95 2026-02-24T17:35:52.858 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5507.g618c318a.el9. 90/95 2026-02-24T17:35:52.859 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 91/95 2026-02-24T17:35:52.881 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 91/95 2026-02-24T17:35:52.881 INFO:teuthology.orchestra.run.trial026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:52.881 INFO:teuthology.orchestra.run.trial026.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-24T17:35:52.881 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-24T17:35:52.881 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-24T17:35:52.881 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:52.894 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 92/95 2026-02-24T17:35:52.939 INFO:teuthology.orchestra.run.trial064.stdout:ceph-immutable-object-cache-20.3.0-5507.g618c31 487 kB/s | 147 kB 00:00 2026-02-24T17:35:52.940 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:52.940 INFO:teuthology.orchestra.run.trial064.stdout:Total 485 kB/s | 147 kB 00:00 2026-02-24T17:35:52.940 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:35:52.944 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:35:52.944 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:35:52.976 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:35:52.976 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:35:53.032 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:35:53.033 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5507.g618c318a. 1/1 2026-02-24T17:35:53.055 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5507.g618c318a. 1/1 2026-02-24T17:35:53.055 INFO:teuthology.orchestra.run.trial064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:53.055 INFO:teuthology.orchestra.run.trial064.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-24T17:35:53.055 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:53.122 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 92/95 2026-02-24T17:35:53.123 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 93/95 2026-02-24T17:35:53.144 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 93/95 2026-02-24T17:35:53.144 INFO:teuthology.orchestra.run.trial026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:53.144 INFO:teuthology.orchestra.run.trial026.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-24T17:35:53.144 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-24T17:35:53.144 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-24T17:35:53.145 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:53.243 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 94/95 2026-02-24T17:35:53.263 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 94/95 2026-02-24T17:35:53.263 INFO:teuthology.orchestra.run.trial026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:53.263 INFO:teuthology.orchestra.run.trial026.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-24T17:35:53.263 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-24T17:35:53.264 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-24T17:35:53.264 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:53.264 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-2:20.3.0-5507.g618c318a.el9.x86_64 95/95 2026-02-24T17:35:53.270 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_6 95/95 2026-02-24T17:35:53.294 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_6 95/95 2026-02-24T17:35:53.343 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5507.g618c318a. 1/1 2026-02-24T17:35:53.344 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:53.344 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:35:53.344 INFO:teuthology.orchestra.run.trial064.stdout: ceph-immutable-object-cache-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:53.344 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:53.344 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:53.371 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-mgr 2026-02-24T17:35:53.687 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:48 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:53.753 INFO:teuthology.orchestra.run.trial064.stdout:Package ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:53.771 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:53.772 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:53.772 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:53.792 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-mgr-dashboard 2026-02-24T17:35:54.087 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-2:20.3.0-5507.g618c318a.el9.x86_64 95/95 2026-02-24T17:35:54.087 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-2:20.3.0-5507.g618c318a.el9.x86_64 1/95 2026-02-24T17:35:54.087 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 2/95 2026-02-24T17:35:54.087 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 3/95 2026-02-24T17:35:54.087 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 4/95 2026-02-24T17:35:54.087 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 5/95 2026-02-24T17:35:54.087 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_6 6/95 2026-02-24T17:35:54.087 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_6 7/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5507.g618c318a.el 8/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarc 9/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noa 10/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c3 11/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noa 12/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5507.g618c318a.el9. 13/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 14/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5507.g618c318a.el9 15/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 16/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : cephadm-2:20.3.0-5507.g618c318a.el9.noarch 17/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-24T17:35:54.088 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-24T17:35:54.089 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-24T17:35:54.090 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 49/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 50/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-24T17:35:54.091 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-24T17:35:54.092 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-24T17:35:54.093 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-24T17:35:54.094 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-24T17:35:54.105 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:49 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-grafana-dashboards-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mds-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-k8sevents-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-modules-core-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.154 INFO:teuthology.orchestra.run.trial026.stdout: ceph-mon-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: ceph-osd-crimson-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: ceph-prometheus-alerts-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: cephadm-2:20.3.0-5507.g618c318a.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: lua-5.4.4-4.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-24T17:35:54.155 INFO:teuthology.orchestra.run.trial026.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-ply-3.11-14.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-24T17:35:54.156 INFO:teuthology.orchestra.run.trial026.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-24T17:35:54.157 INFO:teuthology.orchestra.run.trial026.stdout: unzip-6.0-59.el9.x86_64 2026-02-24T17:35:54.157 INFO:teuthology.orchestra.run.trial026.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-24T17:35:54.157 INFO:teuthology.orchestra.run.trial026.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-24T17:35:54.157 INFO:teuthology.orchestra.run.trial026.stdout: zip-3.0-35.el9.x86_64 2026-02-24T17:35:54.157 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:54.157 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:54.170 INFO:teuthology.orchestra.run.trial064.stdout:Package ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:54.190 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:54.190 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:54.190 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:54.212 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-base 2026-02-24T17:35:54.212 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-24T17:35:54.527 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:49 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:54.532 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:51 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:54.592 INFO:teuthology.orchestra.run.trial064.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:54.598 INFO:teuthology.orchestra.run.trial026.stdout:Package ceph-base-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:54.611 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:54.612 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:54.612 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:54.617 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:54.618 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:35:54.618 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:54.633 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-mgr-rook 2026-02-24T17:35:54.639 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install cephadm 2026-02-24T17:35:54.946 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:49 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:54.959 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:51 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:55.012 INFO:teuthology.orchestra.run.trial064.stdout:Package ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:55.025 INFO:teuthology.orchestra.run.trial026.stdout:Package cephadm-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:55.030 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:55.031 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:55.031 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:55.044 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:55.044 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:35:55.044 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:55.052 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-mgr-cephadm 2026-02-24T17:35:55.067 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-immutable-object-cache 2026-02-24T17:35:55.373 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:50 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:55.391 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:52 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:55.438 INFO:teuthology.orchestra.run.trial064.stdout:Package ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:55.457 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:55.457 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:55.457 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:55.477 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout: Package Arch Version Repo Size 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5507.g618c318a.el9 ceph 147 k 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout:Install 1 Package 2026-02-24T17:35:55.478 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:55.478 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-osd 2026-02-24T17:35:55.479 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 147 k 2026-02-24T17:35:55.479 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 419 k 2026-02-24T17:35:55.479 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:35:55.566 INFO:teuthology.orchestra.run.trial026.stdout:ceph-immutable-object-cache-20.3.0-5507.g618c31 1.7 MB/s | 147 kB 00:00 2026-02-24T17:35:55.566 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:55.567 INFO:teuthology.orchestra.run.trial026.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-24T17:35:55.567 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:35:55.571 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:35:55.571 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:35:55.602 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:35:55.602 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:35:55.658 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:35:55.659 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5507.g618c318a. 1/1 2026-02-24T17:35:55.682 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5507.g618c318a. 1/1 2026-02-24T17:35:55.682 INFO:teuthology.orchestra.run.trial026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:35:55.682 INFO:teuthology.orchestra.run.trial026.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-24T17:35:55.683 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:55.791 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:50 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:55.856 INFO:teuthology.orchestra.run.trial064.stdout:Package ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:55.875 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:55.876 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:55.876 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:55.896 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-osd-classic 2026-02-24T17:35:56.011 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5507.g618c318a. 1/1 2026-02-24T17:35:56.011 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:56.011 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:35:56.011 INFO:teuthology.orchestra.run.trial026.stdout: ceph-immutable-object-cache-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:56.011 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:56.011 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:56.043 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-mgr 2026-02-24T17:35:56.212 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:51 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:56.278 INFO:teuthology.orchestra.run.trial064.stdout:Package ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:56.297 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:56.298 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:56.298 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:56.319 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-fuse 2026-02-24T17:35:56.364 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:53 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:56.429 INFO:teuthology.orchestra.run.trial026.stdout:Package ceph-mgr-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:56.448 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:56.449 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:35:56.449 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:56.470 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-mgr-dashboard 2026-02-24T17:35:56.630 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:51 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:56.716 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:56.716 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:56.716 INFO:teuthology.orchestra.run.trial064.stdout: Package Arch Version Repo Size 2026-02-24T17:35:56.716 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:56.717 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:35:56.717 INFO:teuthology.orchestra.run.trial064.stdout: ceph-fuse x86_64 2:20.3.0-5507.g618c318a.el9 ceph 987 k 2026-02-24T17:35:56.717 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:56.717 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:35:56.717 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:56.717 INFO:teuthology.orchestra.run.trial064.stdout:Install 1 Package 2026-02-24T17:35:56.718 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:56.718 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 987 k 2026-02-24T17:35:56.718 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 2.9 M 2026-02-24T17:35:56.718 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:35:56.789 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:53 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:56.837 INFO:teuthology.orchestra.run.trial064.stdout:ceph-fuse-20.3.0-5507.g618c318a.el9.x86_64.rpm 8.0 MB/s | 987 kB 00:00 2026-02-24T17:35:56.837 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:56.838 INFO:teuthology.orchestra.run.trial064.stdout:Total 7.9 MB/s | 987 kB 00:00 2026-02-24T17:35:56.838 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:35:56.842 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:35:56.842 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:35:56.856 INFO:teuthology.orchestra.run.trial026.stdout:Package ceph-mgr-dashboard-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:56.876 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:56.877 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:35:56.877 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:35:56.877 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:35:56.877 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:56.899 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-24T17:35:56.969 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:35:56.987 INFO:teuthology.orchestra.run.trial064.stdout: Installing : ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:57.211 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:54 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:57.211 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:57.273 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:57.273 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:57.274 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:35:57.274 INFO:teuthology.orchestra.run.trial064.stdout: ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:57.274 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:57.274 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:57.276 INFO:teuthology.orchestra.run.trial026.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:57.295 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:57.295 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:35:57.295 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:57.302 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install ceph-volume 2026-02-24T17:35:57.316 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-mgr-rook 2026-02-24T17:35:57.615 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:52 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:57.630 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:54 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:57.682 INFO:teuthology.orchestra.run.trial064.stdout:Package ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:57.695 INFO:teuthology.orchestra.run.trial026.stdout:Package ceph-mgr-rook-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:57.699 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:57.700 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:57.700 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:57.714 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:57.715 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:35:57.715 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:57.721 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install librados-devel 2026-02-24T17:35:57.736 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-mgr-cephadm 2026-02-24T17:35:58.043 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:53 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:58.057 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:55 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:58.122 INFO:teuthology.orchestra.run.trial026.stdout:Package ceph-mgr-cephadm-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:35:58.128 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:58.129 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:58.129 INFO:teuthology.orchestra.run.trial064.stdout: Package Arch Version Repo Size 2026-02-24T17:35:58.129 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:58.129 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:35:58.129 INFO:teuthology.orchestra.run.trial064.stdout: librados-devel x86_64 2:20.3.0-5507.g618c318a.el9 ceph 123 k 2026-02-24T17:35:58.129 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:58.130 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:35:58.130 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:58.130 INFO:teuthology.orchestra.run.trial064.stdout:Install 1 Package 2026-02-24T17:35:58.130 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:58.130 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 123 k 2026-02-24T17:35:58.130 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 437 k 2026-02-24T17:35:58.131 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:35:58.141 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:58.142 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:35:58.143 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:58.163 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-osd 2026-02-24T17:35:58.215 INFO:teuthology.orchestra.run.trial064.stdout:librados-devel-20.3.0-5507.g618c318a.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-24T17:35:58.216 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:58.216 INFO:teuthology.orchestra.run.trial064.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-24T17:35:58.216 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:35:58.219 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:35:58.219 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:35:58.249 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:35:58.250 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:35:58.305 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:35:58.323 INFO:teuthology.orchestra.run.trial064.stdout: Installing : librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:58.409 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:58.472 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:58.472 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:58.472 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:35:58.472 INFO:teuthology.orchestra.run.trial064.stdout: librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:58.472 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:58.472 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:58.480 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:55 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:58.501 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install libcephfs2 2026-02-24T17:35:58.547 INFO:teuthology.orchestra.run.trial026.stdout:Package ceph-osd-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:58.566 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:58.567 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:35:58.567 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:58.590 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-osd-classic 2026-02-24T17:35:58.820 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:53 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:58.885 INFO:teuthology.orchestra.run.trial064.stdout:Package libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:58.903 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:58.904 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:58.904 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:58.909 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:55 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:58.925 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install libcephfs-devel 2026-02-24T17:35:58.974 INFO:teuthology.orchestra.run.trial026.stdout:Package ceph-osd-classic-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:58.993 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:58.994 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:35:58.994 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:35:59.015 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-fuse 2026-02-24T17:35:59.240 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:54 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout: Package Arch Version Repo Size 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout: libcephfs-devel x86_64 2:20.3.0-5507.g618c318a.el9 ceph 37 k 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout:Install 1 Package 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 37 k 2026-02-24T17:35:59.324 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 171 k 2026-02-24T17:35:59.325 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:35:59.334 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:56 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:35:59.389 INFO:teuthology.orchestra.run.trial064.stdout:libcephfs-devel-20.3.0-5507.g618c318a.el9.x86_6 589 kB/s | 37 kB 00:00 2026-02-24T17:35:59.389 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:59.389 INFO:teuthology.orchestra.run.trial064.stdout:Total 582 kB/s | 37 kB 00:00 2026-02-24T17:35:59.389 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:35:59.391 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:35:59.391 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:35:59.393 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:35:59.393 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:35:59.415 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:35:59.422 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:35:59.423 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:35:59.423 INFO:teuthology.orchestra.run.trial026.stdout: Package Arch Version Repo Size 2026-02-24T17:35:59.423 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:35:59.423 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:35:59.423 INFO:teuthology.orchestra.run.trial026.stdout: ceph-fuse x86_64 2:20.3.0-5507.g618c318a.el9 ceph 987 k 2026-02-24T17:35:59.424 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:59.424 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:35:59.424 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:35:59.424 INFO:teuthology.orchestra.run.trial026.stdout:Install 1 Package 2026-02-24T17:35:59.424 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:35:59.424 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 987 k 2026-02-24T17:35:59.424 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 2.9 M 2026-02-24T17:35:59.424 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:35:59.432 INFO:teuthology.orchestra.run.trial064.stdout: Installing : libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:59.493 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:59.545 INFO:teuthology.orchestra.run.trial026.stdout:ceph-fuse-20.3.0-5507.g618c318a.el9.x86_64.rpm 8.0 MB/s | 987 kB 00:00 2026-02-24T17:35:59.545 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:35:59.545 INFO:teuthology.orchestra.run.trial026.stdout:Total 7.9 MB/s | 987 kB 00:00 2026-02-24T17:35:59.545 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:35:59.549 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:35:59.550 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:35:59.555 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:59.555 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:59.555 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:35:59.555 INFO:teuthology.orchestra.run.trial064.stdout: libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:35:59.555 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:35:59.555 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:35:59.583 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install librados2 2026-02-24T17:35:59.585 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:35:59.585 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:35:59.679 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:35:59.697 INFO:teuthology.orchestra.run.trial026.stdout: Installing : ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:59.900 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:54 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:35:59.951 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:35:59.966 INFO:teuthology.orchestra.run.trial064.stdout:Package librados2-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:35:59.983 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:35:59.984 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:35:59.984 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:36:00.006 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install librbd1 2026-02-24T17:36:00.013 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:00.013 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:00.013 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:36:00.013 INFO:teuthology.orchestra.run.trial026.stdout: ceph-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:36:00.014 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:00.014 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:00.040 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install ceph-volume 2026-02-24T17:36:00.319 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:55 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:36:00.360 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:57 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:00.384 INFO:teuthology.orchestra.run.trial064.stdout:Package librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:00.402 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:36:00.403 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:36:00.403 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:36:00.425 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install python3-rados 2026-02-24T17:36:00.426 INFO:teuthology.orchestra.run.trial026.stdout:Package ceph-volume-2:20.3.0-5507.g618c318a.el9.noarch is already installed. 2026-02-24T17:36:00.443 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:00.443 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:36:00.443 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:00.465 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install librados-devel 2026-02-24T17:36:00.741 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:55 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:36:00.780 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:57 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:00.806 INFO:teuthology.orchestra.run.trial064.stdout:Package python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:00.824 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:36:00.824 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:36:00.824 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:36:00.845 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install python3-rgw 2026-02-24T17:36:00.862 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:00.862 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:00.862 INFO:teuthology.orchestra.run.trial026.stdout: Package Arch Version Repo Size 2026-02-24T17:36:00.862 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:00.862 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:36:00.862 INFO:teuthology.orchestra.run.trial026.stdout: librados-devel x86_64 2:20.3.0-5507.g618c318a.el9 ceph 123 k 2026-02-24T17:36:00.862 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:00.863 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:36:00.863 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:00.863 INFO:teuthology.orchestra.run.trial026.stdout:Install 1 Package 2026-02-24T17:36:00.863 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:00.863 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 123 k 2026-02-24T17:36:00.863 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 437 k 2026-02-24T17:36:00.863 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:36:01.159 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:56 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:36:01.224 INFO:teuthology.orchestra.run.trial064.stdout:Package python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:01.242 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:36:01.243 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:36:01.243 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:36:01.263 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install python3-cephfs 2026-02-24T17:36:01.265 INFO:teuthology.orchestra.run.trial026.stdout:librados-devel-20.3.0-5507.g618c318a.el9.x86_64 307 kB/s | 123 kB 00:00 2026-02-24T17:36:01.265 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:36:01.265 INFO:teuthology.orchestra.run.trial026.stdout:Total 306 kB/s | 123 kB 00:00 2026-02-24T17:36:01.265 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:36:01.268 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:36:01.268 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:36:01.300 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:36:01.301 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:36:01.355 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:36:01.373 INFO:teuthology.orchestra.run.trial026.stdout: Installing : librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:01.459 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:01.522 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:01.522 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:01.522 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:36:01.522 INFO:teuthology.orchestra.run.trial026.stdout: librados-devel-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:36:01.522 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:01.523 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:01.550 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install libcephfs2 2026-02-24T17:36:01.582 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:56 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:36:01.647 INFO:teuthology.orchestra.run.trial064.stdout:Package python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:01.665 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:36:01.665 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:36:01.666 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:36:01.687 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install python3-rbd 2026-02-24T17:36:01.869 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:58 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:01.934 INFO:teuthology.orchestra.run.trial026.stdout:Package libcephfs2-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:01.952 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:01.952 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:36:01.952 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:01.974 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install libcephfs-devel 2026-02-24T17:36:02.002 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:56 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:36:02.067 INFO:teuthology.orchestra.run.trial064.stdout:Package python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:02.085 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:36:02.086 INFO:teuthology.orchestra.run.trial064.stdout:Nothing to do. 2026-02-24T17:36:02.086 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:36:02.107 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install rbd-fuse 2026-02-24T17:36:02.289 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:59 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:02.372 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:02.372 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:02.372 INFO:teuthology.orchestra.run.trial026.stdout: Package Arch Version Repo Size 2026-02-24T17:36:02.372 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:02.372 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:36:02.372 INFO:teuthology.orchestra.run.trial026.stdout: libcephfs-devel x86_64 2:20.3.0-5507.g618c318a.el9 ceph 37 k 2026-02-24T17:36:02.372 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:02.373 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:36:02.373 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:02.373 INFO:teuthology.orchestra.run.trial026.stdout:Install 1 Package 2026-02-24T17:36:02.373 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:02.373 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 37 k 2026-02-24T17:36:02.373 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 171 k 2026-02-24T17:36:02.373 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:36:02.419 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:57 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:36:02.479 INFO:teuthology.orchestra.run.trial026.stdout:libcephfs-devel-20.3.0-5507.g618c318a.el9.x86_6 351 kB/s | 37 kB 00:00 2026-02-24T17:36:02.480 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:36:02.480 INFO:teuthology.orchestra.run.trial026.stdout:Total 348 kB/s | 37 kB 00:00 2026-02-24T17:36:02.480 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:36:02.483 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:36:02.483 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:36:02.485 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:36:02.485 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:36:02.503 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:36:02.503 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:36:02.503 INFO:teuthology.orchestra.run.trial064.stdout: Package Architecture Version Repository Size 2026-02-24T17:36:02.503 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:36:02.503 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:36:02.503 INFO:teuthology.orchestra.run.trial064.stdout: rbd-fuse x86_64 2:20.3.0-5507.g618c318a.el9 ceph 84 k 2026-02-24T17:36:02.503 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:02.503 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:36:02.504 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:36:02.504 INFO:teuthology.orchestra.run.trial064.stdout:Install 1 Package 2026-02-24T17:36:02.504 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:02.504 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 84 k 2026-02-24T17:36:02.504 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 209 k 2026-02-24T17:36:02.504 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:36:02.507 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:36:02.524 INFO:teuthology.orchestra.run.trial026.stdout: Installing : libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:02.579 INFO:teuthology.orchestra.run.trial064.stdout:rbd-fuse-20.3.0-5507.g618c318a.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-24T17:36:02.579 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:36:02.579 INFO:teuthology.orchestra.run.trial064.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-24T17:36:02.579 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:36:02.583 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:36:02.583 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:36:02.584 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:02.614 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:36:02.614 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:36:02.646 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:02.646 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:02.646 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:36:02.646 INFO:teuthology.orchestra.run.trial026.stdout: libcephfs-devel-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:36:02.646 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:02.646 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:02.667 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:36:02.673 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install librados2 2026-02-24T17:36:02.684 INFO:teuthology.orchestra.run.trial064.stdout: Installing : rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:02.775 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:02.837 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:02.837 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:02.837 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:36:02.837 INFO:teuthology.orchestra.run.trial064.stdout: rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:36:02.837 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:02.838 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:36:02.865 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install rbd-mirror 2026-02-24T17:36:02.987 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:01:59 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:03.052 INFO:teuthology.orchestra.run.trial026.stdout:Package librados2-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:03.070 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:03.071 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:36:03.071 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:03.092 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install librbd1 2026-02-24T17:36:03.175 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:01:58 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:36:03.258 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:36:03.258 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:36:03.258 INFO:teuthology.orchestra.run.trial064.stdout: Package Arch Version Repo Size 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout: rbd-mirror x86_64 2:20.3.0-5507.g618c318a.el9 ceph 2.9 M 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout:Install 1 Package 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 2.9 M 2026-02-24T17:36:03.259 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 11 M 2026-02-24T17:36:03.260 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:36:03.407 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:02:00 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:03.472 INFO:teuthology.orchestra.run.trial026.stdout:Package librbd1-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:03.490 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:03.491 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:36:03.491 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:03.512 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install python3-rados 2026-02-24T17:36:03.829 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:02:00 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:03.894 INFO:teuthology.orchestra.run.trial026.stdout:Package python3-rados-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:03.911 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:03.912 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:36:03.912 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:03.933 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install python3-rgw 2026-02-24T17:36:04.139 INFO:teuthology.orchestra.run.trial064.stdout:rbd-mirror-20.3.0-5507.g618c318a.el9.x86_64.rpm 3.3 MB/s | 2.9 MB 00:00 2026-02-24T17:36:04.140 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:36:04.140 INFO:teuthology.orchestra.run.trial064.stdout:Total 3.2 MB/s | 2.9 MB 00:00 2026-02-24T17:36:04.140 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:36:04.145 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:36:04.145 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:36:04.184 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:36:04.185 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:36:04.247 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:02:01 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:04.312 INFO:teuthology.orchestra.run.trial026.stdout:Package python3-rgw-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:04.330 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:04.331 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:36:04.331 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:04.352 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install python3-cephfs 2026-02-24T17:36:04.364 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:36:04.366 INFO:teuthology.orchestra.run.trial064.stdout: Installing : rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:04.389 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:04.389 INFO:teuthology.orchestra.run.trial064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:36:04.389 INFO:teuthology.orchestra.run.trial064.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-24T17:36:04.389 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-24T17:36:04.389 INFO:teuthology.orchestra.run.trial064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-24T17:36:04.389 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:04.671 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:02:01 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:04.722 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:04.722 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:04.723 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:36:04.723 INFO:teuthology.orchestra.run.trial064.stdout: rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:36:04.723 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:04.723 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:36:04.736 INFO:teuthology.orchestra.run.trial026.stdout:Package python3-cephfs-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:04.751 DEBUG:teuthology.orchestra.run.trial064:> sudo yum -y install rbd-nbd 2026-02-24T17:36:04.754 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:04.755 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:36:04.755 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:04.776 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install python3-rbd 2026-02-24T17:36:05.069 INFO:teuthology.orchestra.run.trial064.stdout:Last metadata expiration check: 0:02:00 ago on Tue 24 Feb 2026 05:34:05 PM UTC. 2026-02-24T17:36:05.097 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:02:02 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:05.152 INFO:teuthology.orchestra.run.trial064.stdout:Dependencies resolved. 2026-02-24T17:36:05.153 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:36:05.153 INFO:teuthology.orchestra.run.trial064.stdout: Package Architecture Version Repository Size 2026-02-24T17:36:05.153 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:36:05.153 INFO:teuthology.orchestra.run.trial064.stdout:Installing: 2026-02-24T17:36:05.153 INFO:teuthology.orchestra.run.trial064.stdout: rbd-nbd x86_64 2:20.3.0-5507.g618c318a.el9 ceph 172 k 2026-02-24T17:36:05.153 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:05.154 INFO:teuthology.orchestra.run.trial064.stdout:Transaction Summary 2026-02-24T17:36:05.154 INFO:teuthology.orchestra.run.trial064.stdout:================================================================================ 2026-02-24T17:36:05.154 INFO:teuthology.orchestra.run.trial064.stdout:Install 1 Package 2026-02-24T17:36:05.154 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:05.154 INFO:teuthology.orchestra.run.trial064.stdout:Total download size: 172 k 2026-02-24T17:36:05.154 INFO:teuthology.orchestra.run.trial064.stdout:Installed size: 462 k 2026-02-24T17:36:05.154 INFO:teuthology.orchestra.run.trial064.stdout:Downloading Packages: 2026-02-24T17:36:05.162 INFO:teuthology.orchestra.run.trial026.stdout:Package python3-rbd-2:20.3.0-5507.g618c318a.el9.x86_64 is already installed. 2026-02-24T17:36:05.180 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:05.180 INFO:teuthology.orchestra.run.trial026.stdout:Nothing to do. 2026-02-24T17:36:05.180 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:05.202 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install rbd-fuse 2026-02-24T17:36:05.508 INFO:teuthology.orchestra.run.trial064.stdout:rbd-nbd-20.3.0-5507.g618c318a.el9.x86_64.rpm 484 kB/s | 172 kB 00:00 2026-02-24T17:36:05.509 INFO:teuthology.orchestra.run.trial064.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:36:05.509 INFO:teuthology.orchestra.run.trial064.stdout:Total 483 kB/s | 172 kB 00:00 2026-02-24T17:36:05.509 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction check 2026-02-24T17:36:05.514 INFO:teuthology.orchestra.run.trial064.stdout:Transaction check succeeded. 2026-02-24T17:36:05.514 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction test 2026-02-24T17:36:05.515 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:02:02 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:05.546 INFO:teuthology.orchestra.run.trial064.stdout:Transaction test succeeded. 2026-02-24T17:36:05.546 INFO:teuthology.orchestra.run.trial064.stdout:Running transaction 2026-02-24T17:36:05.599 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:05.599 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:05.599 INFO:teuthology.orchestra.run.trial026.stdout: Package Architecture Version Repository Size 2026-02-24T17:36:05.599 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:05.599 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:36:05.599 INFO:teuthology.orchestra.run.trial026.stdout: rbd-fuse x86_64 2:20.3.0-5507.g618c318a.el9 ceph 84 k 2026-02-24T17:36:05.599 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:05.599 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:36:05.600 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:05.600 INFO:teuthology.orchestra.run.trial026.stdout:Install 1 Package 2026-02-24T17:36:05.600 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:05.600 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 84 k 2026-02-24T17:36:05.600 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 209 k 2026-02-24T17:36:05.600 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:36:05.603 INFO:teuthology.orchestra.run.trial064.stdout: Preparing : 1/1 2026-02-24T17:36:05.621 INFO:teuthology.orchestra.run.trial064.stdout: Installing : rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:05.708 INFO:teuthology.orchestra.run.trial064.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:05.770 INFO:teuthology.orchestra.run.trial064.stdout: Verifying : rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:05.770 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:05.770 INFO:teuthology.orchestra.run.trial064.stdout:Installed: 2026-02-24T17:36:05.771 INFO:teuthology.orchestra.run.trial064.stdout: rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:36:05.771 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:36:05.771 INFO:teuthology.orchestra.run.trial064.stdout:Complete! 2026-02-24T17:36:05.802 DEBUG:teuthology.parallel:result is None 2026-02-24T17:36:05.901 INFO:teuthology.orchestra.run.trial026.stdout:rbd-fuse-20.3.0-5507.g618c318a.el9.x86_64.rpm 278 kB/s | 84 kB 00:00 2026-02-24T17:36:05.901 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:36:05.901 INFO:teuthology.orchestra.run.trial026.stdout:Total 278 kB/s | 84 kB 00:00 2026-02-24T17:36:05.901 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:36:05.905 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:36:05.906 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:36:05.938 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:36:05.938 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:36:05.991 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:36:06.008 INFO:teuthology.orchestra.run.trial026.stdout: Installing : rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:06.094 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:06.156 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:06.156 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:06.157 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:36:06.157 INFO:teuthology.orchestra.run.trial026.stdout: rbd-fuse-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:36:06.157 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:06.157 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:06.185 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install rbd-mirror 2026-02-24T17:36:06.498 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:02:03 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:06.582 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:06.582 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:06.582 INFO:teuthology.orchestra.run.trial026.stdout: Package Arch Version Repo Size 2026-02-24T17:36:06.582 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:06.582 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:36:06.582 INFO:teuthology.orchestra.run.trial026.stdout: rbd-mirror x86_64 2:20.3.0-5507.g618c318a.el9 ceph 2.9 M 2026-02-24T17:36:06.582 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:06.583 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:36:06.583 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:06.583 INFO:teuthology.orchestra.run.trial026.stdout:Install 1 Package 2026-02-24T17:36:06.583 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:06.583 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 2.9 M 2026-02-24T17:36:06.583 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 11 M 2026-02-24T17:36:06.583 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:36:06.732 INFO:teuthology.orchestra.run.trial026.stdout:rbd-mirror-20.3.0-5507.g618c318a.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-24T17:36:06.733 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:36:06.733 INFO:teuthology.orchestra.run.trial026.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-24T17:36:06.733 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:36:06.737 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:36:06.738 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:36:06.778 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:36:06.778 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:36:06.955 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:36:06.957 INFO:teuthology.orchestra.run.trial026.stdout: Installing : rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:06.980 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:06.980 INFO:teuthology.orchestra.run.trial026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-24T17:36:06.980 INFO:teuthology.orchestra.run.trial026.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-24T17:36:06.980 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-24T17:36:06.980 INFO:teuthology.orchestra.run.trial026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-24T17:36:06.980 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:07.287 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:07.287 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:07.287 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:36:07.287 INFO:teuthology.orchestra.run.trial026.stdout: rbd-mirror-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:36:07.288 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:07.288 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:07.317 DEBUG:teuthology.orchestra.run.trial026:> sudo yum -y install rbd-nbd 2026-02-24T17:36:07.636 INFO:teuthology.orchestra.run.trial026.stdout:Last metadata expiration check: 0:02:04 ago on Tue 24 Feb 2026 05:34:03 PM UTC. 2026-02-24T17:36:07.719 INFO:teuthology.orchestra.run.trial026.stdout:Dependencies resolved. 2026-02-24T17:36:07.720 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:07.720 INFO:teuthology.orchestra.run.trial026.stdout: Package Architecture Version Repository Size 2026-02-24T17:36:07.720 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:07.720 INFO:teuthology.orchestra.run.trial026.stdout:Installing: 2026-02-24T17:36:07.720 INFO:teuthology.orchestra.run.trial026.stdout: rbd-nbd x86_64 2:20.3.0-5507.g618c318a.el9 ceph 172 k 2026-02-24T17:36:07.720 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:07.721 INFO:teuthology.orchestra.run.trial026.stdout:Transaction Summary 2026-02-24T17:36:07.721 INFO:teuthology.orchestra.run.trial026.stdout:================================================================================ 2026-02-24T17:36:07.721 INFO:teuthology.orchestra.run.trial026.stdout:Install 1 Package 2026-02-24T17:36:07.721 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:07.721 INFO:teuthology.orchestra.run.trial026.stdout:Total download size: 172 k 2026-02-24T17:36:07.721 INFO:teuthology.orchestra.run.trial026.stdout:Installed size: 462 k 2026-02-24T17:36:07.721 INFO:teuthology.orchestra.run.trial026.stdout:Downloading Packages: 2026-02-24T17:36:08.073 INFO:teuthology.orchestra.run.trial026.stdout:rbd-nbd-20.3.0-5507.g618c318a.el9.x86_64.rpm 489 kB/s | 172 kB 00:00 2026-02-24T17:36:08.074 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:36:08.074 INFO:teuthology.orchestra.run.trial026.stdout:Total 487 kB/s | 172 kB 00:00 2026-02-24T17:36:08.074 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction check 2026-02-24T17:36:08.079 INFO:teuthology.orchestra.run.trial026.stdout:Transaction check succeeded. 2026-02-24T17:36:08.079 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction test 2026-02-24T17:36:08.111 INFO:teuthology.orchestra.run.trial026.stdout:Transaction test succeeded. 2026-02-24T17:36:08.111 INFO:teuthology.orchestra.run.trial026.stdout:Running transaction 2026-02-24T17:36:08.169 INFO:teuthology.orchestra.run.trial026.stdout: Preparing : 1/1 2026-02-24T17:36:08.186 INFO:teuthology.orchestra.run.trial026.stdout: Installing : rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:08.275 INFO:teuthology.orchestra.run.trial026.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:08.338 INFO:teuthology.orchestra.run.trial026.stdout: Verifying : rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 1/1 2026-02-24T17:36:08.338 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:08.338 INFO:teuthology.orchestra.run.trial026.stdout:Installed: 2026-02-24T17:36:08.338 INFO:teuthology.orchestra.run.trial026.stdout: rbd-nbd-2:20.3.0-5507.g618c318a.el9.x86_64 2026-02-24T17:36:08.338 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:08.339 INFO:teuthology.orchestra.run.trial026.stdout:Complete! 2026-02-24T17:36:08.371 DEBUG:teuthology.parallel:result is None 2026-02-24T17:36:08.371 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:36:08.538 DEBUG:teuthology.orchestra.run.trial026:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-24T17:36:08.559 INFO:teuthology.orchestra.run.trial026.stdout:20.3.0-5507.g618c318a.el9 2026-02-24T17:36:08.559 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5507.g618c318a.el9 2026-02-24T17:36:08.559 INFO:teuthology.task.install:The correct ceph version 20.3.0-5507.g618c318a is installed. 2026-02-24T17:36:08.562 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:36:08.700 DEBUG:teuthology.orchestra.run.trial056:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-24T17:36:08.721 INFO:teuthology.orchestra.run.trial056.stdout:20.3.0-5507.g618c318a.el9 2026-02-24T17:36:08.721 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5507.g618c318a.el9 2026-02-24T17:36:08.721 INFO:teuthology.task.install:The correct ceph version 20.3.0-5507.g618c318a is installed. 2026-02-24T17:36:08.722 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:36:08.850 DEBUG:teuthology.orchestra.run.trial064:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-24T17:36:08.872 INFO:teuthology.orchestra.run.trial064.stdout:20.3.0-5507.g618c318a.el9 2026-02-24T17:36:08.873 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5507.g618c318a.el9 2026-02-24T17:36:08.873 INFO:teuthology.task.install:The correct ceph version 20.3.0-5507.g618c318a is installed. 2026-02-24T17:36:08.875 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-24T17:36:08.875 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:36:08.875 DEBUG:teuthology.orchestra.run.trial026:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-24T17:36:08.902 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:36:08.902 DEBUG:teuthology.orchestra.run.trial056:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-24T17:36:08.929 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:36:08.929 DEBUG:teuthology.orchestra.run.trial064:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-24T17:36:08.955 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-24T17:36:08.955 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:36:08.956 DEBUG:teuthology.orchestra.run.trial026:> sudo dd of=/usr/bin/daemon-helper 2026-02-24T17:36:08.980 DEBUG:teuthology.orchestra.run.trial026:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-24T17:36:09.043 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:36:09.043 DEBUG:teuthology.orchestra.run.trial056:> sudo dd of=/usr/bin/daemon-helper 2026-02-24T17:36:09.066 DEBUG:teuthology.orchestra.run.trial056:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-24T17:36:09.130 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:36:09.130 DEBUG:teuthology.orchestra.run.trial064:> sudo dd of=/usr/bin/daemon-helper 2026-02-24T17:36:09.154 DEBUG:teuthology.orchestra.run.trial064:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-24T17:36:09.218 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-24T17:36:09.218 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:36:09.218 DEBUG:teuthology.orchestra.run.trial026:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-24T17:36:09.243 DEBUG:teuthology.orchestra.run.trial026:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-24T17:36:09.307 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:36:09.307 DEBUG:teuthology.orchestra.run.trial056:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-24T17:36:09.331 DEBUG:teuthology.orchestra.run.trial056:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-24T17:36:09.395 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:36:09.395 DEBUG:teuthology.orchestra.run.trial064:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-24T17:36:09.420 DEBUG:teuthology.orchestra.run.trial064:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-24T17:36:09.483 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-24T17:36:09.483 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:36:09.483 DEBUG:teuthology.orchestra.run.trial026:> sudo dd of=/usr/bin/stdin-killer 2026-02-24T17:36:09.508 DEBUG:teuthology.orchestra.run.trial026:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-24T17:36:09.572 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:36:09.572 DEBUG:teuthology.orchestra.run.trial056:> sudo dd of=/usr/bin/stdin-killer 2026-02-24T17:36:09.597 DEBUG:teuthology.orchestra.run.trial056:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-24T17:36:09.661 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:36:09.662 DEBUG:teuthology.orchestra.run.trial064:> sudo dd of=/usr/bin/stdin-killer 2026-02-24T17:36:09.687 DEBUG:teuthology.orchestra.run.trial064:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-24T17:36:09.752 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-24T17:36:09.886 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': '618c318a7a0b287ab5aeff207b7bf1d73ef45044'} 2026-02-24T17:36:09.886 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:36:09.888 INFO:tasks.cephadm:Cluster fsid is 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:09.888 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-24T17:36:09.888 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.26', 'mon.b': '10.20.193.56', 'mon.c': '10.20.193.64'} 2026-02-24T17:36:09.888 INFO:tasks.cephadm:First mon is mon.a on trial026 2026-02-24T17:36:09.888 INFO:tasks.cephadm:First mgr is a 2026-02-24T17:36:09.888 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-24T17:36:09.888 DEBUG:teuthology.orchestra.run.trial026:> sudo hostname $(hostname -s) 2026-02-24T17:36:09.914 DEBUG:teuthology.orchestra.run.trial056:> sudo hostname $(hostname -s) 2026-02-24T17:36:09.939 DEBUG:teuthology.orchestra.run.trial064:> sudo hostname $(hostname -s) 2026-02-24T17:36:09.965 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-24T17:36:09.965 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:36:10.115 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/flavors/default/', 'ref': 'wip-yuri8-testing-2026-02-23-2128', 'sha1': '618c318a7a0b287ab5aeff207b7bf1d73ef45044', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-24 07:28:40.641130', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.3.0-5507-g618c318a', 'package_manager_version': '20.3.0-5507.g618c318a', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3225/', 'root_build_cause': '', 'node_name': '10.20.192.91+toko01', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-24T17:36:10.229 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-yuri8-testing-2026-02-23-2128, sha1 618c318a7a0b287ab5aeff207b7bf1d73ef45044 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:36:10.231 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/x86_64/flavors/default/cephadm 2026-02-24T17:36:10.231 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/x86_64/flavors/default/cephadm 2026-02-24T17:36:10.231 DEBUG:teuthology.orchestra.run.trial026:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-24T17:36:10.976 INFO:teuthology.orchestra.run.trial026.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076387 Feb 24 17:36 /home/ubuntu/cephtest/cephadm 2026-02-24T17:36:10.977 DEBUG:teuthology.orchestra.run.trial056:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-24T17:36:12.049 INFO:teuthology.orchestra.run.trial056.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076387 Feb 24 17:36 /home/ubuntu/cephtest/cephadm 2026-02-24T17:36:12.050 DEBUG:teuthology.orchestra.run.trial064:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2026-02-23-2128/618c318a7a0b287ab5aeff207b7bf1d73ef45044/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-24T17:36:13.525 INFO:teuthology.orchestra.run.trial064.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076387 Feb 24 17:36 /home/ubuntu/cephtest/cephadm 2026-02-24T17:36:13.526 DEBUG:teuthology.orchestra.run.trial026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-24T17:36:13.544 DEBUG:teuthology.orchestra.run.trial056:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-24T17:36:13.562 DEBUG:teuthology.orchestra.run.trial064:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-24T17:36:13.597 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 on all hosts... 2026-02-24T17:36:13.597 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 pull 2026-02-24T17:36:13.599 DEBUG:teuthology.orchestra.run.trial056:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 pull 2026-02-24T17:36:13.604 DEBUG:teuthology.orchestra.run.trial064:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 pull 2026-02-24T17:36:13.755 INFO:teuthology.orchestra.run.trial026.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044... 2026-02-24T17:36:13.756 INFO:teuthology.orchestra.run.trial056.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044... 2026-02-24T17:36:13.779 INFO:teuthology.orchestra.run.trial064.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044... 2026-02-24T17:36:30.679 INFO:teuthology.orchestra.run.trial064.stdout:{ 2026-02-24T17:36:30.679 INFO:teuthology.orchestra.run.trial064.stdout: "ceph_version": "ceph version 20.3.0-5507-g618c318a (618c318a7a0b287ab5aeff207b7bf1d73ef45044) tentacle (dev)", 2026-02-24T17:36:30.679 INFO:teuthology.orchestra.run.trial064.stdout: "image_id": "c2b2dcd214a8767139a8bc7faca7ab40a17d4be3761d6db8e2295a754d77ebf7", 2026-02-24T17:36:30.679 INFO:teuthology.orchestra.run.trial064.stdout: "repo_digests": [ 2026-02-24T17:36:30.679 INFO:teuthology.orchestra.run.trial064.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:0578ae50e4384f06da702540f3743781410d0c1737da0801db05e26214110b18" 2026-02-24T17:36:30.679 INFO:teuthology.orchestra.run.trial064.stdout: ] 2026-02-24T17:36:30.679 INFO:teuthology.orchestra.run.trial064.stdout:} 2026-02-24T17:36:30.706 INFO:teuthology.orchestra.run.trial056.stdout:{ 2026-02-24T17:36:30.706 INFO:teuthology.orchestra.run.trial056.stdout: "ceph_version": "ceph version 20.3.0-5507-g618c318a (618c318a7a0b287ab5aeff207b7bf1d73ef45044) tentacle (dev)", 2026-02-24T17:36:30.706 INFO:teuthology.orchestra.run.trial056.stdout: "image_id": "c2b2dcd214a8767139a8bc7faca7ab40a17d4be3761d6db8e2295a754d77ebf7", 2026-02-24T17:36:30.706 INFO:teuthology.orchestra.run.trial056.stdout: "repo_digests": [ 2026-02-24T17:36:30.706 INFO:teuthology.orchestra.run.trial056.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:0578ae50e4384f06da702540f3743781410d0c1737da0801db05e26214110b18" 2026-02-24T17:36:30.706 INFO:teuthology.orchestra.run.trial056.stdout: ] 2026-02-24T17:36:30.706 INFO:teuthology.orchestra.run.trial056.stdout:} 2026-02-24T17:36:30.730 INFO:teuthology.orchestra.run.trial026.stdout:{ 2026-02-24T17:36:30.730 INFO:teuthology.orchestra.run.trial026.stdout: "ceph_version": "ceph version 20.3.0-5507-g618c318a (618c318a7a0b287ab5aeff207b7bf1d73ef45044) tentacle (dev)", 2026-02-24T17:36:30.730 INFO:teuthology.orchestra.run.trial026.stdout: "image_id": "c2b2dcd214a8767139a8bc7faca7ab40a17d4be3761d6db8e2295a754d77ebf7", 2026-02-24T17:36:30.730 INFO:teuthology.orchestra.run.trial026.stdout: "repo_digests": [ 2026-02-24T17:36:30.730 INFO:teuthology.orchestra.run.trial026.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:0578ae50e4384f06da702540f3743781410d0c1737da0801db05e26214110b18" 2026-02-24T17:36:30.730 INFO:teuthology.orchestra.run.trial026.stdout: ] 2026-02-24T17:36:30.731 INFO:teuthology.orchestra.run.trial026.stdout:} 2026-02-24T17:36:30.746 DEBUG:teuthology.orchestra.run.trial026:> sudo mkdir -p /etc/ceph 2026-02-24T17:36:30.810 DEBUG:teuthology.orchestra.run.trial056:> sudo mkdir -p /etc/ceph 2026-02-24T17:36:30.838 DEBUG:teuthology.orchestra.run.trial064:> sudo mkdir -p /etc/ceph 2026-02-24T17:36:30.865 DEBUG:teuthology.orchestra.run.trial026:> sudo chmod 777 /etc/ceph 2026-02-24T17:36:30.891 DEBUG:teuthology.orchestra.run.trial056:> sudo chmod 777 /etc/ceph 2026-02-24T17:36:30.915 DEBUG:teuthology.orchestra.run.trial064:> sudo chmod 777 /etc/ceph 2026-02-24T17:36:30.938 INFO:tasks.cephadm:Writing seed config... 2026-02-24T17:36:30.939 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-24T17:36:30.939 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-24T17:36:30.939 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-24T17:36:30.939 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-24T17:36:30.939 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-24T17:36:30.939 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-24T17:36:30.939 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-24T17:36:30.939 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-24T17:36:30.939 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-24T17:36:30.940 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:36:30.940 DEBUG:teuthology.orchestra.run.trial026:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-24T17:36:30.955 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 = 4e778e10-11a7-11f1-95a5-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-24T17:36:30.955 DEBUG:teuthology.orchestra.run.trial026:mon.a> sudo journalctl -f -n 0 -u ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mon.a.service 2026-02-24T17:36:30.997 DEBUG:teuthology.orchestra.run.trial026:mgr.a> sudo journalctl -f -n 0 -u ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mgr.a.service 2026-02-24T17:36:31.040 INFO:tasks.cephadm:Bootstrapping... 2026-02-24T17:36:31.040 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 -v bootstrap --fsid 4e778e10-11a7-11f1-95a5-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.26 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-24T17:36:31.177 INFO:teuthology.orchestra.run.trial026.stdout:-------------------------------------------------------------------------------- 2026-02-24T17:36:31.177 INFO:teuthology.orchestra.run.trial026.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044', '-v', 'bootstrap', '--fsid', '4e778e10-11a7-11f1-95a5-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.26', '--skip-admin-label'] 2026-02-24T17:36:31.178 INFO:teuthology.orchestra.run.trial026.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-24T17:36:31.178 INFO:teuthology.orchestra.run.trial026.stdout:Verifying podman|docker is present... 2026-02-24T17:36:31.192 INFO:teuthology.orchestra.run.trial026.stdout:/bin/podman: stdout 5.8.0 2026-02-24T17:36:31.192 INFO:teuthology.orchestra.run.trial026.stdout:Verifying lvm2 is present... 2026-02-24T17:36:31.192 INFO:teuthology.orchestra.run.trial026.stdout:Verifying time synchronization is in place... 2026-02-24T17:36:31.199 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-24T17:36:31.199 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-24T17:36:31.204 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-24T17:36:31.204 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout inactive 2026-02-24T17:36:31.210 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout enabled 2026-02-24T17:36:31.216 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout active 2026-02-24T17:36:31.216 INFO:teuthology.orchestra.run.trial026.stdout:Unit chronyd.service is enabled and running 2026-02-24T17:36:31.216 INFO:teuthology.orchestra.run.trial026.stdout:Repeating the final host check... 2026-02-24T17:36:31.231 INFO:teuthology.orchestra.run.trial026.stdout:/bin/podman: stdout 5.8.0 2026-02-24T17:36:31.231 INFO:teuthology.orchestra.run.trial026.stdout:podman (/bin/podman) version 5.8.0 is present 2026-02-24T17:36:31.231 INFO:teuthology.orchestra.run.trial026.stdout:systemctl is present 2026-02-24T17:36:31.231 INFO:teuthology.orchestra.run.trial026.stdout:lvcreate is present 2026-02-24T17:36:31.237 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-24T17:36:31.237 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-24T17:36:31.243 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-24T17:36:31.243 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout inactive 2026-02-24T17:36:31.248 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout enabled 2026-02-24T17:36:31.254 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout active 2026-02-24T17:36:31.254 INFO:teuthology.orchestra.run.trial026.stdout:Unit chronyd.service is enabled and running 2026-02-24T17:36:31.255 INFO:teuthology.orchestra.run.trial026.stdout:Host looks OK 2026-02-24T17:36:31.255 INFO:teuthology.orchestra.run.trial026.stdout:Cluster fsid: 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:31.255 INFO:teuthology.orchestra.run.trial026.stdout:Acquiring lock 140072510017104 on /run/cephadm/4e778e10-11a7-11f1-95a5-d404e6e7d460.lock 2026-02-24T17:36:31.255 INFO:teuthology.orchestra.run.trial026.stdout:Lock 140072510017104 acquired on /run/cephadm/4e778e10-11a7-11f1-95a5-d404e6e7d460.lock 2026-02-24T17:36:31.255 INFO:teuthology.orchestra.run.trial026.stdout:Verifying IP 10.20.193.26 port 3300 ... 2026-02-24T17:36:31.255 INFO:teuthology.orchestra.run.trial026.stdout:Verifying IP 10.20.193.26 port 6789 ... 2026-02-24T17:36:31.255 INFO:teuthology.orchestra.run.trial026.stdout:Base mon IP(s) is [10.20.193.26:3300, 10.20.193.26:6789], mon addrv is [v2:10.20.193.26:3300,v1:10.20.193.26:6789] 2026-02-24T17:36:31.258 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.26 metric 102 2026-02-24T17:36:31.258 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.26 metric 102 2026-02-24T17:36:31.258 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-24T17:36:31.261 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-24T17:36:31.261 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-24T17:36:31.261 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout inet6 fe80::ba97:dfec:37b9:4a26/64 scope link noprefixroute 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:646c/64 scope link 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:Mon IP `10.20.193.26` is in CIDR network `10.20.192.0/20` 2026-02-24T17:36:31.264 INFO:teuthology.orchestra.run.trial026.stdout:Mon IP `10.20.193.26` is in CIDR network `10.20.192.0/20` 2026-02-24T17:36:31.265 INFO:teuthology.orchestra.run.trial026.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-24T17:36:31.265 INFO:teuthology.orchestra.run.trial026.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-24T17:36:31.265 INFO:teuthology.orchestra.run.trial026.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044... 2026-02-24T17:36:31.530 INFO:teuthology.orchestra.run.trial026.stdout:/bin/podman: stdout c2b2dcd214a8767139a8bc7faca7ab40a17d4be3761d6db8e2295a754d77ebf7 2026-02-24T17:36:31.530 INFO:teuthology.orchestra.run.trial026.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044... 2026-02-24T17:36:31.530 INFO:teuthology.orchestra.run.trial026.stdout:/bin/podman: stderr Getting image source signatures 2026-02-24T17:36:31.530 INFO:teuthology.orchestra.run.trial026.stdout:/bin/podman: stderr Copying blob sha256:747ce4acc101875dc40b315334bcca7e1ed56a66e42d321d587adefa2486b5b8 2026-02-24T17:36:31.531 INFO:teuthology.orchestra.run.trial026.stdout:/bin/podman: stderr Copying blob sha256:8e380faede39ebd4286247457b408d979ab568aafd8389c42ec304b8cfba4e92 2026-02-24T17:36:31.531 INFO:teuthology.orchestra.run.trial026.stdout:/bin/podman: stderr Copying config sha256:c2b2dcd214a8767139a8bc7faca7ab40a17d4be3761d6db8e2295a754d77ebf7 2026-02-24T17:36:31.531 INFO:teuthology.orchestra.run.trial026.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-24T17:36:31.836 INFO:teuthology.orchestra.run.trial026.stdout:ceph: stdout ceph version 20.3.0-5507-g618c318a (618c318a7a0b287ab5aeff207b7bf1d73ef45044) tentacle (dev) 2026-02-24T17:36:31.836 INFO:teuthology.orchestra.run.trial026.stdout:Ceph version: ceph version 20.3.0-5507-g618c318a (618c318a7a0b287ab5aeff207b7bf1d73ef45044) tentacle (dev) 2026-02-24T17:36:31.836 INFO:teuthology.orchestra.run.trial026.stdout:Extracting ceph user uid/gid from container image... 2026-02-24T17:36:32.081 INFO:teuthology.orchestra.run.trial026.stdout:stat: stdout 167 167 2026-02-24T17:36:32.081 INFO:teuthology.orchestra.run.trial026.stdout:Creating initial keys... 2026-02-24T17:36:32.359 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph-authtool: stdout AQCg4Z1pc8lkDhAANgXne0JsLmu25jIBE6geAQ== 2026-02-24T17:36:32.650 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph-authtool: stdout AQCg4Z1piXuSHhAAoLp2V2yFjAjAe0Y3JLg7TQ== 2026-02-24T17:36:32.936 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph-authtool: stdout AQCg4Z1pkuHPLxAAM+FqbcG65gJrZPUhrWZmSA== 2026-02-24T17:36:32.937 INFO:teuthology.orchestra.run.trial026.stdout:Creating initial monmap... 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout:monmaptool for a [v2:10.20.193.26:3300,v1:10.20.193.26:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout:setting min_mon_release = tentacle 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/monmaptool: set fsid to 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:36:33.189 INFO:teuthology.orchestra.run.trial026.stdout:Creating mon... 2026-02-24T17:36:33.463 INFO:teuthology.orchestra.run.trial026.stdout:create mon.a on 2026-02-24T17:36:33.642 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-24T17:36:33.749 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-24T17:36:33.861 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460.target → /etc/systemd/system/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460.target. 2026-02-24T17:36:33.861 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460.target → /etc/systemd/system/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460.target. 2026-02-24T17:36:33.991 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mon.a 2026-02-24T17:36:33.991 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mon.a.service: Unit ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mon.a.service not loaded. 2026-02-24T17:36:34.114 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460.target.wants/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@.service. 2026-02-24T17:36:34.259 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-24T17:36:34.259 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout disabled 2026-02-24T17:36:34.266 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-24T17:36:34.266 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout inactive 2026-02-24T17:36:34.266 INFO:teuthology.orchestra.run.trial026.stdout:firewalld.service is not enabled 2026-02-24T17:36:34.266 INFO:teuthology.orchestra.run.trial026.stdout:Not possible to enable service . firewalld.service is not available 2026-02-24T17:36:34.266 INFO:teuthology.orchestra.run.trial026.stdout:Waiting for mon to start... 2026-02-24T17:36:34.266 INFO:teuthology.orchestra.run.trial026.stdout:Waiting for mon... 2026-02-24T17:36:34.546 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout cluster: 2026-02-24T17:36:34.546 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout id: 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:34.546 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-24T17:36:34.546 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout services: 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.153931s) [leader: a] 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout data: 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout pgs: 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:mon is available 2026-02-24T17:36:34.547 INFO:teuthology.orchestra.run.trial026.stdout:Assimilating anything we can from ceph.conf... 2026-02-24T17:36:34.820 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:34.820 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout [global] 2026-02-24T17:36:34.820 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout fsid = 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.26:3300,v1:10.20.193.26:6789] 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:34.821 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout [osd] 2026-02-24T17:36:34.822 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-24T17:36:34.822 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-24T17:36:34.822 INFO:teuthology.orchestra.run.trial026.stdout:Generating new minimal ceph.conf... 2026-02-24T17:36:35.103 INFO:teuthology.orchestra.run.trial026.stdout:Restarting the monitor... 2026-02-24T17:36:35.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mon-a[39633]: 2026-02-24T17:36:35.175+0000 7fe43b7e2640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-24T17:36:35.667 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 podman[40024]: 2026-02-24 17:36:35.398939343 +0000 UTC m=+0.236970868 container died 5cfd1655a740487a05abf0fdc4bc0008686206fc0e38ea5723adf8ae1c6e3fb0 (image=quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044, name=ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, io.buildah.version=1.33.7, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-yuri8-testing-2026-02-23-2128, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=618c318a7a0b287ab5aeff207b7bf1d73ef45044, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-24T17:36:35.667 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 podman[40024]: 2026-02-24 17:36:35.50939572 +0000 UTC m=+0.347427255 container remove 5cfd1655a740487a05abf0fdc4bc0008686206fc0e38ea5723adf8ae1c6e3fb0 (image=quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044, name=ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mon-a, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-yuri8-testing-2026-02-23-2128, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, CEPH_SHA1=618c318a7a0b287ab5aeff207b7bf1d73ef45044, org.label-schema.build-date=20260223, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-24T17:36:35.667 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 bash[40024]: ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mon-a 2026-02-24T17:36:35.667 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 systemd[1]: ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-24T17:36:35.667 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 systemd[1]: Stopped Ceph mon.a for 4e778e10-11a7-11f1-95a5-d404e6e7d460. 2026-02-24T17:36:35.667 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 systemd[1]: Starting Ceph mon.a for 4e778e10-11a7-11f1-95a5-d404e6e7d460... 2026-02-24T17:36:35.730 INFO:teuthology.orchestra.run.trial026.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-24T17:36:36.011 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 podman[40165]: 2026-02-24 17:36:35.663877105 +0000 UTC m=+0.015139026 container create 2a0335ed5e3a224201364fbe7149fc6957283e71bf6c7e8cfe685d241eff8f8e (image=quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044, name=ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_REF=wip-yuri8-testing-2026-02-23-2128, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=618c318a7a0b287ab5aeff207b7bf1d73ef45044) 2026-02-24T17:36:36.011 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 podman[40165]: 2026-02-24 17:36:35.718395385 +0000 UTC m=+0.069657316 container init 2a0335ed5e3a224201364fbe7149fc6957283e71bf6c7e8cfe685d241eff8f8e (image=quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044, name=ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mon-a, CEPH_SHA1=618c318a7a0b287ab5aeff207b7bf1d73ef45044, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_REF=wip-yuri8-testing-2026-02-23-2128, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, 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.license=GPLv2) 2026-02-24T17:36:36.011 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 podman[40165]: 2026-02-24 17:36:35.722046667 +0000 UTC m=+0.073308608 container start 2a0335ed5e3a224201364fbe7149fc6957283e71bf6c7e8cfe685d241eff8f8e (image=quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044, name=ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_REF=wip-yuri8-testing-2026-02-23-2128, org.label-schema.build-date=20260223, CEPH_SHA1=618c318a7a0b287ab5aeff207b7bf1d73ef45044, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7) 2026-02-24T17:36:36.011 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 bash[40165]: 2a0335ed5e3a224201364fbe7149fc6957283e71bf6c7e8cfe685d241eff8f8e 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 podman[40165]: 2026-02-24 17:36:35.657676513 +0000 UTC m=+0.008938444 image pull c2b2dcd214a8767139a8bc7faca7ab40a17d4be3761d6db8e2295a754d77ebf7 quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 systemd[1]: Started Ceph mon.a for 4e778e10-11a7-11f1-95a5-d404e6e7d460. 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: set uid:gid to 167:167 (ceph:ceph) 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: ceph version 20.3.0-5507-g618c318a (618c318a7a0b287ab5aeff207b7bf1d73ef45044) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: pidfile_write: ignore empty --pid-file 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: load: jerasure load: lrc 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: RocksDB version: 7.9.2 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Git sha 0 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Compile date 2026-02-24 06:58:23 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: DB SUMMARY 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: DB Session ID: ZQ7CHL1JC0RWNRFQV11S 2026-02-24T17:36:36.012 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: CURRENT file: CURRENT 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: IDENTITY file: IDENTITY 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 77251 ; 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.error_if_exists: 0 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.create_if_missing: 0 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.paranoid_checks: 1 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.env: 0xee45a0 2026-02-24T17:36:36.013 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.fs: PosixFileSystem 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.info_log: 0x3566d60 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_file_opening_threads: 16 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.statistics: (nil) 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.use_fsync: 0 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_log_file_size: 0 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.keep_log_file_num: 1000 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.recycle_log_file_num: 0 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.allow_fallocate: 1 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.allow_mmap_reads: 0 2026-02-24T17:36:36.014 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.allow_mmap_writes: 0 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.use_direct_reads: 0 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.create_missing_column_families: 0 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.db_log_dir: 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.wal_dir: 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.advise_random_on_open: 1 2026-02-24T17:36:36.015 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.db_write_buffer_size: 0 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.write_buffer_manager: 0x3562140 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.rate_limiter: (nil) 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.wal_recovery_mode: 2 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.enable_thread_tracking: 0 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.enable_pipelined_write: 0 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.unordered_write: 0 2026-02-24T17:36:36.016 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.row_cache: None 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.wal_filter: None 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.allow_ingest_behind: 0 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.two_write_queues: 0 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.manual_wal_flush: 0 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.wal_compression: 0 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.atomic_flush: 0 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-24T17:36:36.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.log_readahead_size: 0 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.best_efforts_recovery: 0 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.allow_data_in_errors: 0 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.db_host_id: __hostname__ 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_background_jobs: 2 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_background_compactions: -1 2026-02-24T17:36:36.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_subcompactions: 1 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_total_wal_size: 0 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_open_files: -1 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bytes_per_sync: 0 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-24T17:36:36.019 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_readahead_size: 0 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_background_flushes: -1 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Compression algorithms supported: 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: kZSTD supported: 0 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: kXpressCompression supported: 0 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: kBZip2Compression supported: 0 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: kLZ4Compression supported: 1 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: kZlibCompression supported: 1 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: kLZ4HCCompression supported: 1 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: kSnappyCompression supported: 1 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-24T17:36:36.020 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.merge_operator: 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_filter: None 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_filter_factory: None 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.sst_partitioner_factory: None 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x3567500) 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout: cache_index_and_filter_blocks: 1 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-24T17:36:36.021 INFO:journalctl@ceph.mon.a.trial026.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: pin_top_level_index_and_filter: 1 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: index_type: 0 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: data_block_index_type: 0 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: index_shortening: 1 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: checksum: 4 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: no_block_cache: 0 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: block_cache: 0x3535a50 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: block_cache_name: BinnedLRUCache 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: block_cache_options: 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: capacity : 536870912 2026-02-24T17:36:36.022 INFO:journalctl@ceph.mon.a.trial026.stdout: num_shard_bits : 4 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: strict_capacity_limit : 0 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: high_pri_pool_ratio: 0.000 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: block_cache_compressed: (nil) 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: persistent_cache: (nil) 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: block_size: 4096 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: block_size_deviation: 10 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: block_restart_interval: 16 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: index_block_restart_interval: 1 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: metadata_block_size: 4096 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: partition_filters: 0 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: use_delta_encoding: 1 2026-02-24T17:36:36.023 INFO:journalctl@ceph.mon.a.trial026.stdout: filter_policy: bloomfilter 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: whole_key_filtering: 1 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: verify_compression: 0 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: read_amp_bytes_per_bit: 0 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: format_version: 5 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: enable_index_compression: 1 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: block_align: 0 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: max_auto_readahead_size: 262144 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: prepopulate_block_cache: 0 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: initial_auto_readahead_size: 8192 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout: num_file_reads_for_auto_readahead: 2 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.write_buffer_size: 33554432 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_write_buffer_number: 2 2026-02-24T17:36:36.024 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression: NoCompression 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression: Disabled 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.prefix_extractor: nullptr 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.num_levels: 7 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-24T17:36:36.025 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression_opts.level: 32767 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression_opts.strategy: 0 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression_opts.enabled: false 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-24T17:36:36.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.target_file_size_base: 67108864 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-24T17:36:36.027 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.arena_block_size: 1048576 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.disable_auto_compactions: 0 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-24T17:36:36.028 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.inplace_update_support: 0 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.bloom_locality: 0 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.max_successive_merges: 0 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.paranoid_file_checks: 0 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.force_consistency_checks: 1 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.report_bg_io_stats: 0 2026-02-24T17:36:36.029 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.ttl: 2592000 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.enable_blob_files: false 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.min_blob_size: 0 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.blob_file_size: 268435456 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.blob_file_starting_level: 0 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-24T17:36:36.030 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: 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-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ef5f6f2a-b014-400c-8354-47b607699594 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771954595740520, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771954595741409, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 74343, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 72618, "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": 67032, "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": 1771954595, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ef5f6f2a-b014-400c-8354-47b607699594", "db_session_id": "ZQ7CHL1JC0RWNRFQV11S", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771954595741464, "job": 1, "event": "recovery_finished"} 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: 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-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x3582e00 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: DB pointer 0x4374000 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout: ** DB Stats ** 2026-02-24T17:36:36.031 INFO:journalctl@ceph.mon.a.trial026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.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-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.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-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.stdout: 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.stdout: ** Compaction Stats [default] ** 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.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-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.stdout: L0 2/0 74.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.stdout: Sum 2/0 74.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-24T17:36:36.032 INFO:journalctl@ceph.mon.a.trial026.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 113.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: ** Compaction Stats [default] ** 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.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-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.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 113.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-24T17:36:36.033 INFO:journalctl@ceph.mon.a.trial026.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout: Cumulative compaction: 0.00 GB write, 26.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout: Interval compaction: 0.00 GB write, 26.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.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-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout: Block cache BinnedLRUCache@0x3535a50#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.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-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout: 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: starting mon.a rank 0 at public addrs [v2:10.20.193.26:3300/0,v1:10.20.193.26:6789/0] at bind addrs [v2:10.20.193.26:3300/0,v1:10.20.193.26:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mon.a@-1(???) e1 preinit fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mon.a@-1(???).mds e1 new map 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mon.a@-1(???).mds e1 print_map 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout: e1 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout: btime 2026-02-24T17:36:34:267361+0000 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-24T17:36:36.034 INFO:journalctl@ceph.mon.a.trial026.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-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout: legacy client fscid: -1 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout: 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout: No filesystems configured 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: monmap epoch 1 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: last_changed 2026-02-24T17:36:33.059275+0000 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: created 2026-02-24T17:36:33.059275+0000 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: min_mon_release 20 (tentacle) 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: election_strategy: 1 2026-02-24T17:36:36.035 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: 0: [v2:10.20.193.26:3300/0,v1:10.20.193.26:6789/0] mon.a 2026-02-24T17:36:36.036 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: fsmap 2026-02-24T17:36:36.036 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: osdmap e1: 0 total, 0 up, 0 in 2026-02-24T17:36:36.036 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:35 trial026 ceph-mon[40214]: mgrmap e1: no daemons active 2026-02-24T17:36:36.036 INFO:teuthology.orchestra.run.trial026.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-24T17:36:36.037 INFO:teuthology.orchestra.run.trial026.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-24T17:36:36.037 INFO:teuthology.orchestra.run.trial026.stdout:Creating mgr... 2026-02-24T17:36:36.037 INFO:teuthology.orchestra.run.trial026.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-24T17:36:36.037 INFO:teuthology.orchestra.run.trial026.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-24T17:36:36.150 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mgr.a 2026-02-24T17:36:36.151 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mgr.a.service: Unit ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mgr.a.service not loaded. 2026-02-24T17:36:36.269 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460.target.wants/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@.service. 2026-02-24T17:36:36.435 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-24T17:36:36.435 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout disabled 2026-02-24T17:36:36.441 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-24T17:36:36.441 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout inactive 2026-02-24T17:36:36.441 INFO:teuthology.orchestra.run.trial026.stdout:firewalld.service is not enabled 2026-02-24T17:36:36.441 INFO:teuthology.orchestra.run.trial026.stdout:Not possible to enable service . firewalld.service is not available 2026-02-24T17:36:36.448 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-24T17:36:36.448 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout disabled 2026-02-24T17:36:36.454 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-24T17:36:36.454 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout inactive 2026-02-24T17:36:36.454 INFO:teuthology.orchestra.run.trial026.stdout:firewalld.service is not enabled 2026-02-24T17:36:36.454 INFO:teuthology.orchestra.run.trial026.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-24T17:36:36.454 INFO:teuthology.orchestra.run.trial026.stdout:Waiting for mgr to start... 2026-02-24T17:36:36.454 INFO:teuthology.orchestra.run.trial026.stdout:Waiting for mgr... 2026-02-24T17:36:36.745 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:36.745 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout { 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "fsid": "4e778e10-11a7-11f1-95a5-d404e6e7d460", 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "health": { 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 0 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ], 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "a" 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ], 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:36.746 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:36.747 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "btime": "2026-02-24T17:36:34:267361+0000", 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ], 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "modified": "2026-02-24T17:36:34.267894+0000", 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout } 2026-02-24T17:36:36.748 INFO:teuthology.orchestra.run.trial026.stdout:mgr not available, waiting (1/15)... 2026-02-24T17:36:37.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:36 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1282292324' entity='client.admin' 2026-02-24T17:36:37.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:36 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/3870095471' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T17:36:37.806 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:37 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: from numpy import show_config as show_numpy_config 2026-02-24T17:36:39.026 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:38 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1885594351' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T17:36:39.035 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:39.035 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout { 2026-02-24T17:36:39.035 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "fsid": "4e778e10-11a7-11f1-95a5-d404e6e7d460", 2026-02-24T17:36:39.035 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "health": { 2026-02-24T17:36:39.035 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 0 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ], 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "a" 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ], 2026-02-24T17:36:39.036 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-24T17:36:39.037 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-24T17:36:39.038 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "btime": "2026-02-24T17:36:34:267361+0000", 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-24T17:36:39.039 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ], 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "modified": "2026-02-24T17:36:34.267894+0000", 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout } 2026-02-24T17:36:39.040 INFO:teuthology.orchestra.run.trial026.stdout:mgr not available, waiting (2/15)... 2026-02-24T17:36:40.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: Activating manager daemon a 2026-02-24T17:36:40.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: mgrmap e2: a(active, starting, since 0.00252433s) 2026-02-24T17:36:40.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T17:36:40.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T17:36:40.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T17:36:40.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:36:40.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-24T17:36:40.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: Manager daemon a is now available 2026-02-24T17:36:40.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-24T17:36:40.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' 2026-02-24T17:36:40.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-24T17:36:40.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' 2026-02-24T17:36:40.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:39 trial026 ceph-mon[40214]: from='mgr.14100 10.20.193.26:0/3227321064' entity='mgr.a' 2026-02-24T17:36:41.314 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:41 trial026 ceph-mon[40214]: mgrmap e3: a(active, since 1.0046s) 2026-02-24T17:36:41.435 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:41.435 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout { 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "fsid": "4e778e10-11a7-11f1-95a5-d404e6e7d460", 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "health": { 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 0 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ], 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-24T17:36:41.436 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "a" 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ], 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-24T17:36:41.437 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-24T17:36:41.438 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "btime": "2026-02-24T17:36:34:267361+0000", 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-24T17:36:41.439 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ], 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "modified": "2026-02-24T17:36:34.267894+0000", 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout }, 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout } 2026-02-24T17:36:41.440 INFO:teuthology.orchestra.run.trial026.stdout:mgr is available 2026-02-24T17:36:41.777 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:41.777 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout [global] 2026-02-24T17:36:41.777 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout fsid = 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:41.777 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.26:3300,v1:10.20.193.26:6789] 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 2026-02-24T17:36:41.778 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout [osd] 2026-02-24T17:36:41.779 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-24T17:36:41.779 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-24T17:36:41.779 INFO:teuthology.orchestra.run.trial026.stdout:Enabling cephadm module... 2026-02-24T17:36:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:42 trial026 ceph-mon[40214]: mgrmap e4: a(active, since 2s) 2026-02-24T17:36:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:42 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/2343933458' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T17:36:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:42 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/925583159' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-24T17:36:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:42 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/925583159' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-24T17:36:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:42 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/203380071' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-24T17:36:43.043 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:42 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ignoring --setuser ceph since I am not root 2026-02-24T17:36:43.043 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:42 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ignoring --setgroup ceph since I am not root 2026-02-24T17:36:43.169 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout { 2026-02-24T17:36:43.169 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-24T17:36:43.169 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-24T17:36:43.169 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-24T17:36:43.169 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-24T17:36:43.169 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout } 2026-02-24T17:36:43.169 INFO:teuthology.orchestra.run.trial026.stdout:Waiting for the mgr to restart... 2026-02-24T17:36:43.169 INFO:teuthology.orchestra.run.trial026.stdout:Waiting for mgr epoch 5... 2026-02-24T17:36:44.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:43 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/203380071' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-24T17:36:44.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:43 trial026 ceph-mon[40214]: mgrmap e5: a(active, since 3s) 2026-02-24T17:36:44.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:43 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/705115834' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-24T17:36:44.056 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:43 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: /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-24T17:36:44.056 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:43 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: 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-24T17:36:44.056 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:43 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: from numpy import show_config as show_numpy_config 2026-02-24T17:36:45.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: Active manager daemon a restarted 2026-02-24T17:36:45.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: Activating manager daemon a 2026-02-24T17:36:45.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: osdmap e2: 0 total, 0 up, 0 in 2026-02-24T17:36:45.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: mgrmap e6: a(active, starting, since 0.00262103s) 2026-02-24T17:36:45.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:36:45.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-24T17:36:45.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T17:36:45.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T17:36:45.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T17:36:45.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:45 trial026 ceph-mon[40214]: Manager daemon a is now available 2026-02-24T17:36:46.872 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout { 2026-02-24T17:36:46.873 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-24T17:36:46.873 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-24T17:36:46.873 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout } 2026-02-24T17:36:46.873 INFO:teuthology.orchestra.run.trial026.stdout:mgr epoch 5 is available 2026-02-24T17:36:46.873 INFO:teuthology.orchestra.run.trial026.stdout:Verifying orchestrator module is enabled... 2026-02-24T17:36:47.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:47.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:47.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: Found migration_current of "None". Setting to last migration. 2026-02-24T17:36:47.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:47.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: mgrmap e7: a(active, since 1.00466s) 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:47.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:46] ENGINE Bus STARTING 2026-02-24T17:36:47.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:46 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:36:48.059 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-24T17:36:48.059 INFO:teuthology.orchestra.run.trial026.stdout:Setting orchestrator backend to cephadm... 2026-02-24T17:36:48.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:47 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:46] ENGINE Serving on https://10.20.193.26:7150 2026-02-24T17:36:48.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:47 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:46] ENGINE Client ('10.20.193.26', 44976) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-24T17:36:48.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:47 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:46] ENGINE Serving on http://10.20.193.26:8765 2026-02-24T17:36:48.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:47 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:46] ENGINE Bus STARTED 2026-02-24T17:36:48.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:47 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1512630354' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-24T17:36:48.777 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-24T17:36:48.777 INFO:teuthology.orchestra.run.trial026.stdout:Generating ssh key... 2026-02-24T17:36:49.186 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:48 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1512630354' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-24T17:36:49.186 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:48 trial026 ceph-mon[40214]: mgrmap e8: a(active, since 2s) 2026-02-24T17:36:49.186 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:48 trial026 ceph-mon[40214]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:36:49.186 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:48 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:49.186 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:48 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:36:49.187 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:48 trial026 ceph-mon[40214]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:36:49.187 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: Generating public/private ed25519 key pair. 2026-02-24T17:36:49.187 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: Your identification has been saved in /tmp/tmpmryacqxr/key 2026-02-24T17:36:49.187 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: Your public key has been saved in /tmp/tmpmryacqxr/key.pub 2026-02-24T17:36:49.187 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: The key fingerprint is: 2026-02-24T17:36:49.187 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: SHA256:U+lg+U0Mh4jMZuK5R0smKHHwa5DHAJ4Sbk1P770Tk1Q ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:49.187 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: The key's randomart image is: 2026-02-24T17:36:49.187 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: +--[ED25519 256]--+ 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: |*. . + . ..E. | 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: |+*= + B ..o= | 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: |+B++ * .+.o o | 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: |+o..+ =.o=.o | 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: | .o * oS=o . | 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: | . . o .+ | 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: | . o | 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: | . | 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: | | 2026-02-24T17:36:49.188 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:49 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: +----[SHA256]-----+ 2026-02-24T17:36:49.487 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbfba/LLvGSP3StiqziDRZHhI9RtIYOh4eQLcgCqjyE ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:36:49.487 INFO:teuthology.orchestra.run.trial026.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-24T17:36:49.487 INFO:teuthology.orchestra.run.trial026.stdout:Adding key to root@localhost authorized_keys... 2026-02-24T17:36:49.488 INFO:teuthology.orchestra.run.trial026.stdout:Adding host trial026... 2026-02-24T17:36:50.273 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:50 trial026 ceph-mon[40214]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:36:50.273 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:50 trial026 ceph-mon[40214]: Generating ssh key... 2026-02-24T17:36:50.273 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:50 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:50.273 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:50 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:50.273 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:50 trial026 ceph-mon[40214]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:36:51.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:51 trial026 ceph-mon[40214]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial026", "addr": "10.20.193.26", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:36:51.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:51 trial026 ceph-mon[40214]: Deploying cephadm binary to trial026 2026-02-24T17:36:51.447 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout Added host 'trial026' with addr '10.20.193.26' 2026-02-24T17:36:51.447 INFO:teuthology.orchestra.run.trial026.stdout:Deploying unmanaged mon service... 2026-02-24T17:36:51.824 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-24T17:36:51.824 INFO:teuthology.orchestra.run.trial026.stdout:Deploying unmanaged mgr service... 2026-02-24T17:36:52.189 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-24T17:36:52.442 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:52 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:52.442 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:52 trial026 ceph-mon[40214]: Added host trial026 2026-02-24T17:36:52.442 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:52 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:36:52.442 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:52 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:52.442 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:52 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:52.442 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:52 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:52.442 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:52 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:52.909 INFO:teuthology.orchestra.run.trial026.stdout:Enabling the dashboard module... 2026-02-24T17:36:53.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-mon[40214]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:36:53.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-mon[40214]: Saving service mon spec with placement count:5 2026-02-24T17:36:53.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-mon[40214]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:36:53.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-mon[40214]: Saving service mgr spec with placement count:2 2026-02-24T17:36:53.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/4085210353' entity='client.admin' 2026-02-24T17:36:53.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:53.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/3544288916' entity='client.admin' 2026-02-24T17:36:53.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-mon[40214]: from='mgr.14118 10.20.193.26:0/2312133570' entity='mgr.a' 2026-02-24T17:36:53.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/3314072232' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-24T17:36:54.237 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ignoring --setuser ceph since I am not root 2026-02-24T17:36:54.237 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:53 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ignoring --setgroup ceph since I am not root 2026-02-24T17:36:54.361 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout { 2026-02-24T17:36:54.362 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-24T17:36:54.362 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-24T17:36:54.362 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-24T17:36:54.362 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-24T17:36:54.362 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout } 2026-02-24T17:36:54.362 INFO:teuthology.orchestra.run.trial026.stdout:Waiting for the mgr to restart... 2026-02-24T17:36:54.362 INFO:teuthology.orchestra.run.trial026.stdout:Waiting for mgr epoch 9... 2026-02-24T17:36:55.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:54 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/3314072232' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-24T17:36:55.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:54 trial026 ceph-mon[40214]: mgrmap e9: a(active, since 8s) 2026-02-24T17:36:55.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:54 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/482386469' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-24T17:36:55.307 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:54 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: /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-24T17:36:55.307 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:54 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: 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-24T17:36:55.307 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:36:54 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: from numpy import show_config as show_numpy_config 2026-02-24T17:36:57.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: Active manager daemon a restarted 2026-02-24T17:36:57.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: Activating manager daemon a 2026-02-24T17:36:57.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: osdmap e3: 0 total, 0 up, 0 in 2026-02-24T17:36:57.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: mgrmap e10: a(active, starting, since 0.00258351s) 2026-02-24T17:36:57.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:36:57.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-24T17:36:57.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T17:36:57.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T17:36:57.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T17:36:57.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:56 trial026 ceph-mon[40214]: Manager daemon a is now available 2026-02-24T17:36:57.780 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout { 2026-02-24T17:36:57.780 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-24T17:36:57.780 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-24T17:36:57.781 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout } 2026-02-24T17:36:57.781 INFO:teuthology.orchestra.run.trial026.stdout:mgr epoch 9 is available 2026-02-24T17:36:57.781 INFO:teuthology.orchestra.run.trial026.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-24T17:36:57.932 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:36:57.933 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-24T17:36:57.933 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-24T17:36:57.933 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:36:57.933 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:36:57.933 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:57 trial026 ceph-mon[40214]: mgrmap e11: a(active, since 1.00468s) 2026-02-24T17:36:58.429 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUMF8HKazWCWAGxLvzYKD6JaQ5iVcwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LTRlNzc4ZTEwLTExYTctMTFmMS05\nNWE1LWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjQxNzM2NThaFw0yOTAyMjMxNzM2NTha\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My4yNjCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBANPBymh3L3dWcCUMi3Egve/QiA0+DtBDi+sMU/kpNIUIMkasbSzE\nLxy9MQYnqX91tVmNzLL/wLlIQw8LGA0dF8Rvt8K4U1y7gwK+Y4dRoA8o0XawTc5j\nbyjl38m0GNgrGHqpOe8em47ZNjm6gNAElAx7PeosdrPiCLG1eZxns2+hp3W9sGJ8\naJtEiqePb434JOWaKarARm3njOnqTa1R6j1BoYux0G473kXBl1U/hXlYHcXllHqu\nQA1H991Zkpajx3HWc40lIde8CbjAGNxHftux50kETFg5Bi7X5fltz2PEwp54bKhM\nPD4QBWHXXoxorLf2oPcjrLf1homkrlgYugxEk6tzzfJD6CDk18Xi95DLE1/IZ8fF\npRN8MCwNFzk3RDlWwNBin4ZnJ1l5VJ8xzzxP2jtwo7yXvXYi3PMl5OPJxLbTKt9I\nXeKiRucAPGv/O0FMlfKK+YC4JDJo2TJra8K3T6WSudrnnFkuaxX6GLw9+Dnyclgn\nFFCEJSmzhHJGhWEWdbSQgjNswtbTZQ2dOqFN008jQmLM30Yw8RsDu8UdtFVUt2+o\nDhoahefZ4ZpWOF15s3GCRcJbwmR1Nr5tWnVYvAUATnxP/6af0TMTzkHdpQ93oJBH\nHJsjog/3I3uP9oTnfWBuHuxy6gR89r4ieHA41aawkW3PaBC8vDgoyqx5AgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDI2ghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nGjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQCQPUOBDFqlFPRgspUN\n81afW10rtq+JoAPZ2tYiN17mVDFtz5mObpTvKEybkdxWDi9kFxVwIju9gdF5dxul\n7SgaxYz64fQz3HOpzGBO5R7Nsgr54i9hK8hXieOpWgj+CyyWXHNxw6gl6GL49eye\n9qWZLS7uZzlJSiZmCntGLy0/r9I3VjKRp+I3VkjLbcrpLAnwp3yHESQVsmdZAJmo\nN8r21hoPUzOMbgukTZUKIrsnDwn9EeVHBjpw4HBm7vb18mvQfvc5rEy6GYkxDj9b\nOXtCWQXAuE1cI4EnF1yEb1h0U7qfzi1LztkPytUqD5vOK+d3c9i0kyzHVkL1JEZi\nBqW7Yd4JLBQE8qsbqtskutrwaHgRs6XanWT7rTBtIqj6oqcOjTx7LXRxt4M9dUXo\nckYDfGlxvg/6S6MF+lRlX+WHJYU21u9Plv+UEBVHzUzrX7/ZEI1zS95ubY2BrYoM\n6rlUAaRyzYl6EV+Emq5rB4ktxuqKdvr+LbmpTrO6oQ2F5h1cI9Z0t8VPwlCENRTl\nPGIMDH2xJyyf7NeSt3UY4hu63bVHCk4PGNtwFXLAqb0M7AEdooqPg4gsIF0dJdOu\n1ZLMLRiaOM+Mcr3/h6FmBo3NIWRv6GkBG9i5kR3G157XjOCuRCE1F3+jIxhLLBiL\nKmpLh2gqTXeM5pilkee+BxJfnw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEA08HKaHcvd1ZwJQyLcSC979CIDT4O0EOL6wxT+Sk0hQgyRqxt\nLMQvHL0xBiepf3W1WY3Msv/AuUhDDwsYDR0XxG+3wrhTXLuDAr5jh1GgDyjRdrBN\nzmNvKOXfybQY2CsYeqk57x6bjtk2ObqA0ASUDHs96ix2s+IIsbV5nGezb6Gndb2w\nYnxom0SKp49vjfgk5ZopqsBGbeeM6epNrVHqPUGhi7HQbjveRcGXVT+FeVgdxeWU\neq5ADUf33VmSlqPHcdZzjSUh17wJuMAY3Ed+27HnSQRMWDkGLtfl+W3PY8TCnnhs\nqEw8PhAFYddejGist/ag9yOst/WGiaSuWBi6DESTq3PN8kPoIOTXxeL3kMsTX8hn\nx8WlE3wwLA0XOTdEOVbA0GKfhmcnWXlUnzHPPE/aO3CjvJe9diLc8yXk48nEttMq\n30hd4qJG5wA8a/87QUyV8or5gLgkMmjZMmtrwrdPpZK52uecWS5rFfoYvD34OfJy\nWCcUUIQlKbOEckaFYRZ1tJCCM2zC1tNlDZ06oU3TTyNCYszfRjDxGwO7xR20VVS3\nb6gOGhqF59nhmlY4XXmzcYJFwlvCZHU2vm1adVi8BQBOfE//pp/RMxPOQd2lD3eg\nkEccmyOiD/cje4/2hOd9YG4e7HLqBHz2viJ4cDjVprCRbc9oELy8OCjKrHkCAwEA\nAQKCAgAlNdFH1KPEZG3N8Nui/DYsKThzHUPUoH36hn7OEonOU6+kACIqIupFclBm\nTLtp8Kj2rOZ60NrQpCxWfSRTj5hw1hHUN3g8nB2sMoECUxtddpaCNP5jJVFv/h76\nTnmsKLyDN2/8/yOmMTCoace/ZgKPA+wQFZKhTveopKNTUtyy4dTvqW7Qi5yFJkD4\nK0oWyDNRnmqyfNmTcAQwyZGvQmz3KSyGQ++Eo2QOXXOmkQQ3G78Vmp9iBHMwckRR\nwu7xpiOCs0S4WX1OL9aEfssPkEewOt2R1N3GhfS6cAlTMJLoLPfnCXHMjCLs4/tS\nI1qTsUQiioXkD8KGy/ABiWzygZvVgKw60YluzrZm0ww4N9oG1YCMHGYuwz1oXNqR\nalITLvdioEqSfti9NIjQY443ZIjjZQy+ir0wZPfDClxVnIcDvT2zqDypEauB3Pvs\nBYQ/tBGhgfxRCLjU/L4Vt3+pxovPTAmfzOpqaphHWXD60WlwSCrbJQgQXqz8HuUY\nhhuhrkKEs3dkNemUNuVN7h1nGdcMv7zPEdkju5DnbvQ7apKqdYUqqZkgqWvb59jE\n5xjaiyyTCbpYGzlAmx5kphv1LdKK09ErJvunf0mYZN6xSZqtsVdvCMfh/4lcY433\nHkzT5GbnSEnABoZlRf3lY/HtoEme+wwoYwBzHiZzUC2f33bnlQKCAQEA8ENkH7wC\no+sBBlDtV034gaY1cKdLG6f/0VSQBaTBCEZfUNN2BWT519n+0b1o7rCYd65Tj7wp\nwsUIlFSnjY1hVn+x+TXXm8vbmEn8M7uZy4s1OSlA0MR3HeZZL2XylH5IVy6sAK1u\nj89J9++aDYy2W8NvLkus5IQPhVQB83hdMXuQmQFbrb8mJnFzCeh2C6PlyLWoOMK9\nEh6aDZjCwRWRdcqIoZH4n2vFMBDga4pPL/LRPYsBfCXqP9qQe+YLbgiojbLrRiUE\nYkxZlApKsaupfJGf8c5qZSQWO3jC0wa+U0AKXmUExZq3sMGTpGeOZZciREU3koKm\nXI9zh1l+OhdufQKCAQEA4aBr7FvGTus5MJGy9aLPjd419uRBkZfxDk71LWBaNMq+\ne4Q+6DO6oTrT261xTEy9a7jVO+Pi1Q5NMvX/j/KJlfct4JGkDQ5Bjuntc3lJNhvb\nvD6bSS85tJT3eKa1xIq/1yQ6w1fVt0cbH3exmXVquDp2+Yqkgg9CyC7tLqE2n4/1\nfcfCYra74dAEqddZozl6Wn6/v5XnH75a4aXW7C4sUOjx/Ufb+gMgz5x2zyOXG2Bp\ntiOg6/Jgqtz9oyx4S1KbpweLjL2KEa09ST1QpN5k6uVP8Obrty6k3RVL6ZxwB3YM\nS55tlIitvqibfE44JCzF6x0Uz++ZgPAn6XTuW86qrQKCAQEAuiI7aypokTz6qj3/\n4WcSYr61H/U7Bs38LdvpR7X/pb1/EksAX+V+eW71LuAibuh49h8jtXL8l1u17dQ3\nij5BbpW2925y/svL8AtBS4LG/x11ujbvc80AyzUtWr8MU2YR/Ri3QD8cLGVW1LHX\nEzA0Bps9gww1gUOeEpimekyBRliICUE4GT7A+39gtAhXi2UKG5hAHtkfSO5UQrxa\nBOQEsNCbUTCZAEiplzc75ZRdDLR8zcTm/ZsSAy38SUBLEo+6pSw7gTgkUVL9AueG\nPmbTAyJ+WwKjAoAWiTRhGsNap3wxjDeOntfh/xm4m+FuO93+Og21o9d7srGfuvfm\nBnMosQKCAQBsjm7erdlgJzTA9ZkRLmCGdZ+pRnF1x5EnvT2hs3YzaEj1zM8nkZv9\n7vv3+h9FArcwmSGfSyncMKFcH5fyflNMYD0mi2xPC8jnJg4lPPnImubCT60PLTWq\nePIIjs1t3wQmUzwiuKQPJpsaLNC6cRADy71qmxZDrWwIPOvJP6+0XeNTvUT9kcYc\nA6X6wa5TJliEKe/AEjO9xiyb3Nrnj9+qnimwH17rj4291h4j04/kkCLMi5/lZhy0\nmNdAJylJtFlHqA2wjZFcp+mQz3t5l7cefW5VDgXjgQG5jYGUyLvuGxIXYAaBLLHL\nxfvpdwjz/sbLNJbK5REKRIIvhR8Z9PmRAoIBADOR57/t2lsYZxLJnk4ecPQawLak\n/5UYC9gtt3iBl6rAraBZ4zfaKbZNuz78JZ42psnKxghL8nTgOifLNYUhqzRg3Wua\nYRlLfV9dc88vx0TNo/VqN4LuTHY1erUPyjrtYvr+kg13kK6qZh4HGHfREQlfKU8o\nz1X0GWjvU3fovCx9AuQfwSOHNpHciZRpcN9eqHUsymaXKwLKiiLl+xxe7eG8i1vX\nDOr7Tev5Lvmir1yC0DkMUnscKJeqzJGweu1lhIjP10S96bwHNpHDfGqYrkWSrCxK\n3RodJ1NdztiJaHKs0EOG84ZipR2HH1CCrL3qOSssMg/YcB5DpQPM15GHbaM=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-24T17:36:58.782 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-24T17:36:59.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:58 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:57] ENGINE Bus STARTING 2026-02-24T17:36:59.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:58 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:57] ENGINE Serving on http://10.20.193.26:8765 2026-02-24T17:36:59.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:58 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:57] ENGINE Serving on https://10.20.193.26:7150 2026-02-24T17:36:59.017 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:58 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:57] ENGINE Bus STARTED 2026-02-24T17:36:59.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:58 trial026 ceph-mon[40214]: [24/Feb/2026:17:36:57] ENGINE Client ('10.20.193.26', 44730) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-24T17:36:59.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:58 trial026 ceph-mon[40214]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-24T17:36:59.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:58 trial026 ceph-mon[40214]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-24T17:36:59.018 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:36:59.140 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-24T17:36:59.140 INFO:teuthology.orchestra.run.trial026.stdout:Creating initial admin user... 2026-02-24T17:36:59.708 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$xtrtj5l54jZAiCc2eWT1wuyjLIhGW9jZcdmh9Swg18R6tnzAy4kli", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771954619, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-24T17:36:59.708 INFO:teuthology.orchestra.run.trial026.stdout:Fetching dashboard port number... 2026-02-24T17:36:59.935 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:59 trial026 ceph-mon[40214]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:36:59.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:59 trial026 ceph-mon[40214]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:36:59.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:59 trial026 ceph-mon[40214]: mgrmap e12: a(active, since 2s) 2026-02-24T17:36:59.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:59 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:36:59.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:36:59 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:00.058 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stdout 8443 2026-02-24T17:37:00.066 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-24T17:37:00.067 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout disabled 2026-02-24T17:37:00.073 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-24T17:37:00.073 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout inactive 2026-02-24T17:37:00.073 INFO:teuthology.orchestra.run.trial026.stdout:firewalld.service is not enabled 2026-02-24T17:37:00.073 INFO:teuthology.orchestra.run.trial026.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-24T17:37:00.074 INFO:teuthology.orchestra.run.trial026.stdout:Ceph Dashboard is now available at: 2026-02-24T17:37:00.074 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.074 INFO:teuthology.orchestra.run.trial026.stdout: URL: https://trial026:8443/ 2026-02-24T17:37:00.074 INFO:teuthology.orchestra.run.trial026.stdout: User: admin 2026-02-24T17:37:00.074 INFO:teuthology.orchestra.run.trial026.stdout: Password: a9lcmf4xb5 2026-02-24T17:37:00.074 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.075 INFO:teuthology.orchestra.run.trial026.stdout:Saving cluster configuration to /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config directory 2026-02-24T17:37:00.474 INFO:teuthology.orchestra.run.trial026.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-24T17:37:00.475 INFO:teuthology.orchestra.run.trial026.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-24T17:37:00.475 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.475 INFO:teuthology.orchestra.run.trial026.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-24T17:37:00.475 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout:Or, if you are only running a single cluster on this host: 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout: ceph telemetry on 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout:For more information see: 2026-02-24T17:37:00.476 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.477 INFO:teuthology.orchestra.run.trial026.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-24T17:37:00.477 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:00.477 INFO:teuthology.orchestra.run.trial026.stdout:Bootstrap complete. 2026-02-24T17:37:00.482 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout static 2026-02-24T17:37:00.487 INFO:teuthology.orchestra.run.trial026.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-24T17:37:00.487 INFO:teuthology.orchestra.run.trial026.stdout:systemctl: stdout inactive 2026-02-24T17:37:00.487 INFO:teuthology.orchestra.run.trial026.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-24T17:37:00.637 INFO:tasks.cephadm:Fetching config... 2026-02-24T17:37:00.637 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:37:00.638 DEBUG:teuthology.orchestra.run.trial026:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-24T17:37:00.655 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-24T17:37:00.656 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:37:00.656 DEBUG:teuthology.orchestra.run.trial026:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-24T17:37:00.713 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-24T17:37:00.713 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:37:00.713 DEBUG:teuthology.orchestra.run.trial026:> sudo dd if=/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-24T17:37:00.724 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:00 trial026 ceph-mon[40214]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:00.724 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:00 trial026 ceph-mon[40214]: 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-24T17:37:00.724 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:00 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/521296145' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-24T17:37:00.724 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:00 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/2364203008' entity='client.admin' 2026-02-24T17:37:00.748 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-24T17:37:00.749 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:37:00.749 DEBUG:teuthology.orchestra.run.trial026:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-24T17:37:00.804 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-24T17:37:00.804 DEBUG:teuthology.orchestra.run.trial026:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbfba/LLvGSP3StiqziDRZHhI9RtIYOh4eQLcgCqjyE ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-24T17:37:00.879 INFO:teuthology.orchestra.run.trial026.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbfba/LLvGSP3StiqziDRZHhI9RtIYOh4eQLcgCqjyE ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:00.890 DEBUG:teuthology.orchestra.run.trial056:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbfba/LLvGSP3StiqziDRZHhI9RtIYOh4eQLcgCqjyE ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-24T17:37:00.925 INFO:teuthology.orchestra.run.trial056.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbfba/LLvGSP3StiqziDRZHhI9RtIYOh4eQLcgCqjyE ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:00.935 DEBUG:teuthology.orchestra.run.trial064:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbfba/LLvGSP3StiqziDRZHhI9RtIYOh4eQLcgCqjyE ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-24T17:37:00.971 INFO:teuthology.orchestra.run.trial064.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbfba/LLvGSP3StiqziDRZHhI9RtIYOh4eQLcgCqjyE ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:00.981 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-24T17:37:01.095 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:01.482 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-24T17:37:01.483 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-24T17:37:01.603 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:02.015 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial056 2026-02-24T17:37:02.015 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:37:02.015 DEBUG:teuthology.orchestra.run.trial056:> dd of=/etc/ceph/ceph.conf 2026-02-24T17:37:02.033 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:37:02.033 DEBUG:teuthology.orchestra.run.trial056:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:37:02.089 INFO:tasks.cephadm:Adding host trial056 to orchestrator... 2026-02-24T17:37:02.089 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch host add trial056 2026-02-24T17:37:02.209 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:02.520 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:02 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/2320921419' entity='client.admin' 2026-02-24T17:37:02.521 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:02 trial026 ceph-mon[40214]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:02.521 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:04.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial056", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:04.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:04.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:04.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial026", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:04.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: Updating trial026:/etc/ceph/ceph.conf 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: mgrmap e13: a(active, since 6s) 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:04.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:03 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:04.063 INFO:teuthology.orchestra.run.trial026.stdout:Added host 'trial056' with addr '10.20.193.56' 2026-02-24T17:37:04.208 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-24T17:37:04.325 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:04.559 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:04.560 INFO:teuthology.orchestra.run.trial026.stdout:[{"addr": "10.20.193.26", "hostname": "trial026", "labels": [], "status": ""}, {"addr": "10.20.193.56", "hostname": "trial056", "labels": [], "status": ""}] 2026-02-24T17:37:04.700 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial064 2026-02-24T17:37:04.700 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:37:04.700 DEBUG:teuthology.orchestra.run.trial064:> dd of=/etc/ceph/ceph.conf 2026-02-24T17:37:04.717 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:37:04.718 DEBUG:teuthology.orchestra.run.trial064:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:37:04.774 INFO:tasks.cephadm:Adding host trial064 to orchestrator... 2026-02-24T17:37:04.774 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch host add trial064 2026-02-24T17:37:04.892 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:04.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:04 trial026 ceph-mon[40214]: Deploying cephadm binary to trial056 2026-02-24T17:37:04.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:04 trial026 ceph-mon[40214]: Updating trial026:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:37:04.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:04 trial026 ceph-mon[40214]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:37:04.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:04 trial026 ceph-mon[40214]: Certificate for "cephadm-signed_agent_cert (trial026)" is still valid for 1824 days. 2026-02-24T17:37:04.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:04 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:04.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:04 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:04.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:04 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:04.936 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:04 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:06.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:05 trial026 ceph-mon[40214]: Added host trial056 2026-02-24T17:37:06.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:05 trial026 ceph-mon[40214]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:37:06.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:05 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:06.710 INFO:teuthology.orchestra.run.trial026.stdout:Added host 'trial064' with addr '10.20.193.64' 2026-02-24T17:37:06.853 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-24T17:37:06.971 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:06.994 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:06 trial026 ceph-mon[40214]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial064", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:06.994 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:06 trial026 ceph-mon[40214]: Deploying cephadm binary to trial064 2026-02-24T17:37:06.994 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:06 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:06.994 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:06 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:06.994 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:06 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:06.994 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:06 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:06.994 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:06 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial056", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:06.994 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:06 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:06.994 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:06 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:07.221 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:07.221 INFO:teuthology.orchestra.run.trial026.stdout:[{"addr": "10.20.193.26", "hostname": "trial026", "labels": [], "status": ""}, {"addr": "10.20.193.56", "hostname": "trial056", "labels": [], "status": ""}, {"addr": "10.20.193.64", "hostname": "trial064", "labels": [], "status": ""}] 2026-02-24T17:37:07.363 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-24T17:37:07.363 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd crush tunables default 2026-02-24T17:37:07.478 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: Updating trial056:/etc/ceph/ceph.conf 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: Added host trial064 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: Updating trial056:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:08.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:07 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/2977867912' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-24T17:37:08.389 INFO:teuthology.orchestra.run.trial026.stderr:adjusted tunables profile to default 2026-02-24T17:37:08.537 INFO:tasks.cephadm:Adding mon.a on trial026 2026-02-24T17:37:08.538 INFO:tasks.cephadm:Adding mon.b on trial056 2026-02-24T17:37:08.538 INFO:tasks.cephadm:Adding mon.c on trial064 2026-02-24T17:37:08.538 DEBUG:teuthology.orchestra.run.trial064:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch apply mon '3;trial026:10.20.193.26=a;trial056:10.20.193.56=b;trial064:10.20.193.64=c' 2026-02-24T17:37:08.654 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-24T17:37:08.654 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-24T17:37:08.896 INFO:teuthology.orchestra.run.trial064.stdout:Scheduled mon update... 2026-02-24T17:37:09.037 DEBUG:teuthology.orchestra.run.trial056:mon.b> sudo journalctl -f -n 0 -u ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mon.b.service 2026-02-24T17:37:09.040 DEBUG:teuthology.orchestra.run.trial064:mon.c> sudo journalctl -f -n 0 -u ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mon.c.service 2026-02-24T17:37:09.043 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-24T17:37:09.043 DEBUG:teuthology.orchestra.run.trial064:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph mon dump -f json 2026-02-24T17:37:09.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:08 trial026 ceph-mon[40214]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:37:09.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:08 trial026 ceph-mon[40214]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:37:09.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:08 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:09.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:08 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/2977867912' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-24T17:37:09.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:08 trial026 ceph-mon[40214]: osdmap e4: 0 total, 0 up, 0 in 2026-02-24T17:37:09.202 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-24T17:37:09.202 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-24T17:37:09.555 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:37:09.555 INFO:teuthology.orchestra.run.trial064.stdout:{"epoch":1,"fsid":"4e778e10-11a7-11f1-95a5-d404e6e7d460","modified":"2026-02-24T17:36:33.059275Z","created":"2026-02-24T17:36:33.059275Z","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.26:3300","nonce":0},{"type":"v1","addr":"10.20.193.26:6789","nonce":0}]},"addr":"10.20.193.26:6789/0","public_addr":"10.20.193.26:6789/0","priority":0,"weight":0,"time_added":"2026-02-24T17:36:33:059291+0000","crush_location":[]}],"quorum":[0]} 2026-02-24T17:37:09.556 INFO:teuthology.orchestra.run.trial064.stderr:dumped monmap epoch 1 2026-02-24T17:37:10.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial026:10.20.193.26=a;trial056:10.20.193.56=b;trial064:10.20.193.64=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:10.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: Saving service mon spec with placement trial026:10.20.193.26=a;trial056:10.20.193.56=b;trial064:10.20.193.64=c;count:3 2026-02-24T17:37:10.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:10.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:10.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial064", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: Updating trial064:/etc/ceph/ceph.conf 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: Updating trial064:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='client.? 10.20.193.64:0/2000087386' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-24T17:37:10.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:10.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:10.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:10.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:10.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:10.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:09 trial026 ceph-mon[40214]: Deploying daemon mon.c on trial064 2026-02-24T17:37:10.695 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-24T17:37:10.695 DEBUG:teuthology.orchestra.run.trial064:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph mon dump -f json 2026-02-24T17:37:10.911 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.c/config 2026-02-24T17:37:11.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:11 trial064 ceph-mon[44035]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-24T17:37:16.153 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:37:16.153 INFO:teuthology.orchestra.run.trial064.stdout:{"epoch":2,"fsid":"4e778e10-11a7-11f1-95a5-d404e6e7d460","modified":"2026-02-24T17:37:11.144218Z","created":"2026-02-24T17:36:33.059275Z","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.26:3300","nonce":0},{"type":"v1","addr":"10.20.193.26:6789","nonce":0}]},"addr":"10.20.193.26:6789/0","public_addr":"10.20.193.26:6789/0","priority":0,"weight":0,"time_added":"2026-02-24T17:36:33:059291+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:3300","nonce":0},{"type":"v1","addr":"10.20.193.64:6789","nonce":0}]},"addr":"10.20.193.64:6789/0","public_addr":"10.20.193.64:6789/0","priority":0,"weight":0,"time_added":"2026-02-24T17:37:11:144217+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-24T17:37:16.153 INFO:teuthology.orchestra.run.trial064.stderr:dumped monmap epoch 2 2026-02-24T17:37:16.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:37:16.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: mon.a calling monitor election 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='client.? 10.20.193.64:0/1119220010' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: mon.c calling monitor election 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: monmap epoch 2 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:16.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: last_changed 2026-02-24T17:37:11.144218+0000 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: created 2026-02-24T17:36:33.059275+0000 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: min_mon_release 20 (tentacle) 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: election_strategy: 1 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: 0: [v2:10.20.193.26:3300/0,v1:10.20.193.26:6789/0] mon.a 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: 1: [v2:10.20.193.64:3300/0,v1:10.20.193.64:6789/0] mon.c 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: fsmap 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: osdmap e4: 0 total, 0 up, 0 in 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: mgrmap e13: a(active, since 19s) 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: overall HEALTH_OK 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:16.480 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:16.481 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:16.481 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:16 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: mon.a calling monitor election 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='client.? 10.20.193.64:0/1119220010' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: mon.c calling monitor election 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: monmap epoch 2 2026-02-24T17:37:16.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: last_changed 2026-02-24T17:37:11.144218+0000 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: created 2026-02-24T17:36:33.059275+0000 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: min_mon_release 20 (tentacle) 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: election_strategy: 1 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: 0: [v2:10.20.193.26:3300/0,v1:10.20.193.26:6789/0] mon.a 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: 1: [v2:10.20.193.64:3300/0,v1:10.20.193.64:6789/0] mon.c 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: fsmap 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: osdmap e4: 0 total, 0 up, 0 in 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: mgrmap e13: a(active, since 19s) 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: overall HEALTH_OK 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:16.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:16 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:17.299 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-24T17:37:17.299 DEBUG:teuthology.orchestra.run.trial064:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph mon dump -f json 2026-02-24T17:37:17.418 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.c/config 2026-02-24T17:37:17.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:17 trial056 ceph-mon[43463]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-24T17:37:22.616 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:37:22.616 INFO:teuthology.orchestra.run.trial064.stdout:{"epoch":3,"fsid":"4e778e10-11a7-11f1-95a5-d404e6e7d460","modified":"2026-02-24T17:37:17.606469Z","created":"2026-02-24T17:36:33.059275Z","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.26:3300","nonce":0},{"type":"v1","addr":"10.20.193.26:6789","nonce":0}]},"addr":"10.20.193.26:6789/0","public_addr":"10.20.193.26:6789/0","priority":0,"weight":0,"time_added":"2026-02-24T17:36:33:059291+0000","crush_location":[]},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:3300","nonce":0},{"type":"v1","addr":"10.20.193.64:6789","nonce":0}]},"addr":"10.20.193.64:6789/0","public_addr":"10.20.193.64:6789/0","priority":0,"weight":0,"time_added":"2026-02-24T17:37:11:144217+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:3300","nonce":0},{"type":"v1","addr":"10.20.193.56:6789","nonce":0}]},"addr":"10.20.193.56:6789/0","public_addr":"10.20.193.56:6789/0","priority":0,"weight":0,"time_added":"2026-02-24T17:37:17:606467+0000","crush_location":[]}],"quorum":[0,1,2]} 2026-02-24T17:37:22.617 INFO:teuthology.orchestra.run.trial064.stderr:dumped monmap epoch 3 2026-02-24T17:37:22.758 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-24T17:37:22.758 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-24T17:37:22.875 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:37:22.875 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.875 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:22.875 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: mon.a calling monitor election 2026-02-24T17:37:22.875 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: mon.b calling monitor election 2026-02-24T17:37:22.876 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: mon.c calling monitor election 2026-02-24T17:37:22.876 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='client.? 10.20.193.64:0/1261435085' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-24T17:37:22.876 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.876 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:22.876 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.876 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.876 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:22.876 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.876 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.877 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-24T17:37:22.877 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: monmap epoch 3 2026-02-24T17:37:22.877 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:22.877 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: last_changed 2026-02-24T17:37:17.606469+0000 2026-02-24T17:37:22.877 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: created 2026-02-24T17:36:33.059275+0000 2026-02-24T17:37:22.877 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: min_mon_release 20 (tentacle) 2026-02-24T17:37:22.877 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: election_strategy: 1 2026-02-24T17:37:22.877 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: 0: [v2:10.20.193.26:3300/0,v1:10.20.193.26:6789/0] mon.a 2026-02-24T17:37:22.878 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: 1: [v2:10.20.193.64:3300/0,v1:10.20.193.64:6789/0] mon.c 2026-02-24T17:37:22.878 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: 2: [v2:10.20.193.56:3300/0,v1:10.20.193.56:6789/0] mon.b 2026-02-24T17:37:22.878 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: fsmap 2026-02-24T17:37:22.878 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: osdmap e4: 0 total, 0 up, 0 in 2026-02-24T17:37:22.878 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: mgrmap e13: a(active, since 25s) 2026-02-24T17:37:22.878 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: overall HEALTH_OK 2026-02-24T17:37:22.878 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:22.878 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:22 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:22.879 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:22.922 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:37:22.922 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.922 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:22.922 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: mon.a calling monitor election 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: mon.b calling monitor election 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: mon.c calling monitor election 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='client.? 10.20.193.64:0/1261435085' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: monmap epoch 3 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: last_changed 2026-02-24T17:37:17.606469+0000 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: created 2026-02-24T17:36:33.059275+0000 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: min_mon_release 20 (tentacle) 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: election_strategy: 1 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: 0: [v2:10.20.193.26:3300/0,v1:10.20.193.26:6789/0] mon.a 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: 1: [v2:10.20.193.64:3300/0,v1:10.20.193.64:6789/0] mon.c 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: 2: [v2:10.20.193.56:3300/0,v1:10.20.193.56:6789/0] mon.b 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: fsmap 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: osdmap e4: 0 total, 0 up, 0 in 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: mgrmap e13: a(active, since 25s) 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: overall HEALTH_OK 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:22.923 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:22 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:37:23.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:23.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:37:23.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: mon.a calling monitor election 2026-02-24T17:37:23.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: mon.b calling monitor election 2026-02-24T17:37:23.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: mon.c calling monitor election 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='client.? 10.20.193.64:0/1261435085' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-24T17:37:23.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: monmap epoch 3 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: last_changed 2026-02-24T17:37:17.606469+0000 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: created 2026-02-24T17:36:33.059275+0000 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: min_mon_release 20 (tentacle) 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: election_strategy: 1 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: 0: [v2:10.20.193.26:3300/0,v1:10.20.193.26:6789/0] mon.a 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: 1: [v2:10.20.193.64:3300/0,v1:10.20.193.64:6789/0] mon.c 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: 2: [v2:10.20.193.56:3300/0,v1:10.20.193.56:6789/0] mon.b 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: fsmap 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: osdmap e4: 0 total, 0 up, 0 in 2026-02-24T17:37:23.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: mgrmap e13: a(active, since 25s) 2026-02-24T17:37:23.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: overall HEALTH_OK 2026-02-24T17:37:23.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:22 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.103 INFO:teuthology.orchestra.run.trial026.stdout:# minimal ceph.conf for 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:23.103 INFO:teuthology.orchestra.run.trial026.stdout:[global] 2026-02-24T17:37:23.104 INFO:teuthology.orchestra.run.trial026.stdout: fsid = 4e778e10-11a7-11f1-95a5-d404e6e7d460 2026-02-24T17:37:23.104 INFO:teuthology.orchestra.run.trial026.stdout: mon_host = [v2:10.20.193.26:3300/0,v1:10.20.193.26:6789/0] [v2:10.20.193.56:3300/0,v1:10.20.193.56:6789/0] [v2:10.20.193.64:3300/0,v1:10.20.193.64:6789/0] 2026-02-24T17:37:23.248 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-24T17:37:23.248 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:37:23.248 DEBUG:teuthology.orchestra.run.trial026:> sudo dd of=/etc/ceph/ceph.conf 2026-02-24T17:37:23.274 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:37:23.274 DEBUG:teuthology.orchestra.run.trial026:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:37:23.339 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:37:23.339 DEBUG:teuthology.orchestra.run.trial056:> sudo dd of=/etc/ceph/ceph.conf 2026-02-24T17:37:23.367 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:37:23.368 DEBUG:teuthology.orchestra.run.trial056:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:37:23.432 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:37:23.432 DEBUG:teuthology.orchestra.run.trial064:> sudo dd of=/etc/ceph/ceph.conf 2026-02-24T17:37:23.459 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:37:23.460 DEBUG:teuthology.orchestra.run.trial064:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:37:23.524 INFO:tasks.cephadm:Adding mgr.a on trial026 2026-02-24T17:37:23.524 INFO:tasks.cephadm:Adding mgr.b on trial056 2026-02-24T17:37:23.524 DEBUG:teuthology.orchestra.run.trial064:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch apply mgr '2;trial026=a;trial056=b' 2026-02-24T17:37:23.676 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.c/config 2026-02-24T17:37:23.724 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:23.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:23.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:23.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/1906920380' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:23.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:23.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T17:37:23.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1906920380' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T17:37:23.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.927 INFO:teuthology.orchestra.run.trial064.stdout:Scheduled mgr update... 2026-02-24T17:37:23.973 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:23.973 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:23.973 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.973 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.973 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.973 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/1906920380' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:23.974 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T17:37:23.975 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:23.975 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:37:23.975 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.975 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:23.975 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:23.975 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T17:37:23.975 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.067 DEBUG:teuthology.orchestra.run.trial056:mgr.b> sudo journalctl -f -n 0 -u ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@mgr.b.service 2026-02-24T17:37:24.070 DEBUG:tasks.cephadm:set 0 configs 2026-02-24T17:37:24.070 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph config dump 2026-02-24T17:37:24.189 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:24.424 INFO:teuthology.orchestra.run.trial026.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-24T17:37:24.424 INFO:teuthology.orchestra.run.trial026.stdout:global dev auth_debug true 2026-02-24T17:37:24.424 INFO:teuthology.orchestra.run.trial026.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:0578ae50e4384f06da702540f3743781410d0c1737da0801db05e26214110b18 * 2026-02-24T17:37:24.424 INFO:teuthology.orchestra.run.trial026.stdout:global dev debug_asserts_on_shutdown true 2026-02-24T17:37:24.424 INFO:teuthology.orchestra.run.trial026.stdout:global basic log_to_file true 2026-02-24T17:37:24.424 INFO:teuthology.orchestra.run.trial026.stdout:global basic log_to_journald false 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global basic log_to_stderr false 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_allow_pool_delete true 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_cluster_log_to_file true 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_election_default_strategy 1 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-24T17:37:24.425 INFO:teuthology.orchestra.run.trial026.stdout:global dev ms_die_on_bug true 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:global dev ms_die_on_old_message true 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.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-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced debug_mon 20/20 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced debug_ms 1/1 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced debug_paxos 20/20 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced mon_data_avail_warn 5 2026-02-24T17:37:24.426 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced debug_mgr 20/20 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced debug_ms 1/1 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-24T17:37:24.427 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced mgr/cephadm/use_agent false * 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:osd dev bdev_debug_aio true 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced debug_ms 1/1 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced debug_osd 20/20 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:osd dev osd_debug_misdirected_ops true 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:osd dev osd_debug_op_order true 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:osd dev osd_debug_shutdown true 2026-02-24T17:37:24.428 INFO:teuthology.orchestra.run.trial026.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_memory_target_autotune true 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_op_queue debug_random * 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_recover_clone_overlap true 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-24T17:37:24.429 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-24T17:37:24.430 INFO:teuthology.orchestra.run.trial026.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-24T17:37:24.430 INFO:teuthology.orchestra.run.trial026.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-24T17:37:24.430 INFO:teuthology.orchestra.run.trial026.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-24T17:37:24.430 INFO:teuthology.orchestra.run.trial026.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-24T17:37:24.568 INFO:tasks.cephadm:Deploying OSDs... 2026-02-24T17:37:24.568 DEBUG:teuthology.orchestra.run.trial026:> set -ex 2026-02-24T17:37:24.568 DEBUG:teuthology.orchestra.run.trial026:> dd if=/scratch_devs of=/dev/stdout 2026-02-24T17:37:24.584 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-24T17:37:24.585 DEBUG:teuthology.orchestra.run.trial026:> stat /dev/vg_nvme/lv_1 2026-02-24T17:37:24.641 INFO:teuthology.orchestra.run.trial026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-24T17:37:24.641 INFO:teuthology.orchestra.run.trial026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:24.641 INFO:teuthology.orchestra.run.trial026.stdout:Device: 6h/6d Inode: 1301 Links: 1 2026-02-24T17:37:24.641 INFO:teuthology.orchestra.run.trial026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:24.642 INFO:teuthology.orchestra.run.trial026.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:24.642 INFO:teuthology.orchestra.run.trial026.stdout:Access: 2026-02-24 17:37:02.284585821 +0000 2026-02-24T17:37:24.642 INFO:teuthology.orchestra.run.trial026.stdout:Modify: 2026-02-24 17:33:48.038238681 +0000 2026-02-24T17:37:24.642 INFO:teuthology.orchestra.run.trial026.stdout:Change: 2026-02-24 17:33:48.038238681 +0000 2026-02-24T17:37:24.642 INFO:teuthology.orchestra.run.trial026.stdout: Birth: 2026-02-24 17:33:48.038238681 +0000 2026-02-24T17:37:24.642 DEBUG:teuthology.orchestra.run.trial026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-24T17:37:24.703 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Updating trial026:/etc/ceph/ceph.conf 2026-02-24T17:37:24.704 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Updating trial056:/etc/ceph/ceph.conf 2026-02-24T17:37:24.704 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Updating trial064:/etc/ceph/ceph.conf 2026-02-24T17:37:24.704 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:24.704 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:24.704 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:24.704 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Reconfiguring mon.a (unknown last config time)... 2026-02-24T17:37:24.704 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Reconfiguring daemon mon.a on trial026 2026-02-24T17:37:24.704 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Reconfiguring mon.b (monmap changed)... 2026-02-24T17:37:24.704 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: Reconfiguring daemon mon.b on trial056 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.705 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:24.706 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.706 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-24T17:37:24.706 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-24T17:37:24.706 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-24T17:37:24.706 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.706 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:24 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1549723660' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-24T17:37:24.707 INFO:teuthology.orchestra.run.trial026.stderr:1+0 records in 2026-02-24T17:37:24.707 INFO:teuthology.orchestra.run.trial026.stderr:1+0 records out 2026-02-24T17:37:24.707 INFO:teuthology.orchestra.run.trial026.stderr:512 bytes copied, 0.000170026 s, 3.0 MB/s 2026-02-24T17:37:24.708 DEBUG:teuthology.orchestra.run.trial026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-24T17:37:24.765 DEBUG:teuthology.orchestra.run.trial026:> stat /dev/vg_nvme/lv_2 2026-02-24T17:37:24.822 INFO:teuthology.orchestra.run.trial026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-24T17:37:24.822 INFO:teuthology.orchestra.run.trial026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:24.822 INFO:teuthology.orchestra.run.trial026.stdout:Device: 6h/6d Inode: 1312 Links: 1 2026-02-24T17:37:24.823 INFO:teuthology.orchestra.run.trial026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:24.823 INFO:teuthology.orchestra.run.trial026.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:24.823 INFO:teuthology.orchestra.run.trial026.stdout:Access: 2026-02-24 17:37:02.319585208 +0000 2026-02-24T17:37:24.823 INFO:teuthology.orchestra.run.trial026.stdout:Modify: 2026-02-24 17:33:48.038238681 +0000 2026-02-24T17:37:24.823 INFO:teuthology.orchestra.run.trial026.stdout:Change: 2026-02-24 17:33:48.038238681 +0000 2026-02-24T17:37:24.823 INFO:teuthology.orchestra.run.trial026.stdout: Birth: 2026-02-24 17:33:48.038238681 +0000 2026-02-24T17:37:24.823 DEBUG:teuthology.orchestra.run.trial026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-24T17:37:24.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Updating trial026:/etc/ceph/ceph.conf 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Updating trial056:/etc/ceph/ceph.conf 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Updating trial064:/etc/ceph/ceph.conf 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Reconfiguring mon.a (unknown last config time)... 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Reconfiguring daemon mon.a on trial026 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Reconfiguring mon.b (monmap changed)... 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: Reconfiguring daemon mon.b on trial056 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:24.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-24T17:37:24.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-24T17:37:24.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-24T17:37:24.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:24 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/1549723660' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-24T17:37:24.886 INFO:teuthology.orchestra.run.trial026.stderr:1+0 records in 2026-02-24T17:37:24.886 INFO:teuthology.orchestra.run.trial026.stderr:1+0 records out 2026-02-24T17:37:24.886 INFO:teuthology.orchestra.run.trial026.stderr:512 bytes copied, 0.000150349 s, 3.4 MB/s 2026-02-24T17:37:24.887 DEBUG:teuthology.orchestra.run.trial026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-24T17:37:24.943 DEBUG:teuthology.orchestra.run.trial026:> stat /dev/vg_nvme/lv_3 2026-02-24T17:37:24.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Updating trial026:/etc/ceph/ceph.conf 2026-02-24T17:37:24.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Updating trial056:/etc/ceph/ceph.conf 2026-02-24T17:37:24.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Updating trial064:/etc/ceph/ceph.conf 2026-02-24T17:37:24.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:24.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:24.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:37:24.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Reconfiguring mon.a (unknown last config time)... 2026-02-24T17:37:24.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Reconfiguring daemon mon.a on trial026 2026-02-24T17:37:24.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Reconfiguring mon.b (monmap changed)... 2026-02-24T17:37:24.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: Reconfiguring daemon mon.b on trial056 2026-02-24T17:37:24.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-24T17:37:24.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-24T17:37:24.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.982 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.982 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:24.982 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.982 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:24.982 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:24.982 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-24T17:37:24.983 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-24T17:37:24.983 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-24T17:37:24.983 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:24.983 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:24 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/1549723660' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-24T17:37:25.000 INFO:teuthology.orchestra.run.trial026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-24T17:37:25.000 INFO:teuthology.orchestra.run.trial026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:25.000 INFO:teuthology.orchestra.run.trial026.stdout:Device: 6h/6d Inode: 1292 Links: 1 2026-02-24T17:37:25.000 INFO:teuthology.orchestra.run.trial026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:25.000 INFO:teuthology.orchestra.run.trial026.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:25.000 INFO:teuthology.orchestra.run.trial026.stdout:Access: 2026-02-24 17:37:02.354584594 +0000 2026-02-24T17:37:25.000 INFO:teuthology.orchestra.run.trial026.stdout:Modify: 2026-02-24 17:33:48.037238710 +0000 2026-02-24T17:37:25.001 INFO:teuthology.orchestra.run.trial026.stdout:Change: 2026-02-24 17:33:48.037238710 +0000 2026-02-24T17:37:25.001 INFO:teuthology.orchestra.run.trial026.stdout: Birth: 2026-02-24 17:33:48.037238710 +0000 2026-02-24T17:37:25.001 DEBUG:teuthology.orchestra.run.trial026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-24T17:37:25.062 INFO:teuthology.orchestra.run.trial026.stderr:1+0 records in 2026-02-24T17:37:25.062 INFO:teuthology.orchestra.run.trial026.stderr:1+0 records out 2026-02-24T17:37:25.062 INFO:teuthology.orchestra.run.trial026.stderr:512 bytes copied, 0.00016109 s, 3.2 MB/s 2026-02-24T17:37:25.063 DEBUG:teuthology.orchestra.run.trial026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-24T17:37:25.121 DEBUG:teuthology.orchestra.run.trial026:> stat /dev/vg_nvme/lv_4 2026-02-24T17:37:25.141 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:25 trial056 podman[44592]: 2026-02-24 17:37:25.092874741 +0000 UTC m=+0.015562545 container create d1021d0e5e18b7a17c43011fbdbf4ae6fc44045d2aa1b40b3b63fb1fda3f4ad5 (image=quay.ceph.io/ceph-ci/ceph@sha256:0578ae50e4384f06da702540f3743781410d0c1737da0801db05e26214110b18, name=ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, CEPH_REF=wip-yuri8-testing-2026-02-23-2128, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=618c318a7a0b287ab5aeff207b7bf1d73ef45044, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-24T17:37:25.141 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:25 trial056 podman[44592]: 2026-02-24 17:37:25.13962028 +0000 UTC m=+0.062308084 container init d1021d0e5e18b7a17c43011fbdbf4ae6fc44045d2aa1b40b3b63fb1fda3f4ad5 (image=quay.ceph.io/ceph-ci/ceph@sha256:0578ae50e4384f06da702540f3743781410d0c1737da0801db05e26214110b18, name=ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-yuri8-testing-2026-02-23-2128, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_SHA1=618c318a7a0b287ab5aeff207b7bf1d73ef45044, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS) 2026-02-24T17:37:25.178 INFO:teuthology.orchestra.run.trial026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-24T17:37:25.178 INFO:teuthology.orchestra.run.trial026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:25.179 INFO:teuthology.orchestra.run.trial026.stdout:Device: 6h/6d Inode: 1299 Links: 1 2026-02-24T17:37:25.179 INFO:teuthology.orchestra.run.trial026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:25.179 INFO:teuthology.orchestra.run.trial026.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:25.179 INFO:teuthology.orchestra.run.trial026.stdout:Access: 2026-02-24 17:37:02.385584051 +0000 2026-02-24T17:37:25.179 INFO:teuthology.orchestra.run.trial026.stdout:Modify: 2026-02-24 17:33:48.038238681 +0000 2026-02-24T17:37:25.179 INFO:teuthology.orchestra.run.trial026.stdout:Change: 2026-02-24 17:33:48.038238681 +0000 2026-02-24T17:37:25.179 INFO:teuthology.orchestra.run.trial026.stdout: Birth: 2026-02-24 17:33:48.038238681 +0000 2026-02-24T17:37:25.180 DEBUG:teuthology.orchestra.run.trial026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-24T17:37:25.241 INFO:teuthology.orchestra.run.trial026.stderr:1+0 records in 2026-02-24T17:37:25.242 INFO:teuthology.orchestra.run.trial026.stderr:1+0 records out 2026-02-24T17:37:25.242 INFO:teuthology.orchestra.run.trial026.stderr:512 bytes copied, 0.000135923 s, 3.8 MB/s 2026-02-24T17:37:25.243 DEBUG:teuthology.orchestra.run.trial026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-24T17:37:25.301 DEBUG:teuthology.orchestra.run.trial056:> set -ex 2026-02-24T17:37:25.301 DEBUG:teuthology.orchestra.run.trial056:> dd if=/scratch_devs of=/dev/stdout 2026-02-24T17:37:25.320 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-24T17:37:25.320 DEBUG:teuthology.orchestra.run.trial056:> stat /dev/vg_nvme/lv_1 2026-02-24T17:37:25.376 INFO:teuthology.orchestra.run.trial056.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-24T17:37:25.376 INFO:teuthology.orchestra.run.trial056.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:25.376 INFO:teuthology.orchestra.run.trial056.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-24T17:37:25.376 INFO:teuthology.orchestra.run.trial056.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:25.376 INFO:teuthology.orchestra.run.trial056.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:25.376 INFO:teuthology.orchestra.run.trial056.stdout:Access: 2026-02-24 17:37:24.969477856 +0000 2026-02-24T17:37:25.376 INFO:teuthology.orchestra.run.trial056.stdout:Modify: 2026-02-24 17:33:50.732343216 +0000 2026-02-24T17:37:25.376 INFO:teuthology.orchestra.run.trial056.stdout:Change: 2026-02-24 17:33:50.732343216 +0000 2026-02-24T17:37:25.376 INFO:teuthology.orchestra.run.trial056.stdout: Birth: 2026-02-24 17:33:50.732343216 +0000 2026-02-24T17:37:25.376 DEBUG:teuthology.orchestra.run.trial056:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-24T17:37:25.437 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:25 trial056 podman[44592]: 2026-02-24 17:37:25.143134274 +0000 UTC m=+0.065822088 container start d1021d0e5e18b7a17c43011fbdbf4ae6fc44045d2aa1b40b3b63fb1fda3f4ad5 (image=quay.ceph.io/ceph-ci/ceph@sha256:0578ae50e4384f06da702540f3743781410d0c1737da0801db05e26214110b18, name=ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.license=GPLv2, CEPH_REF=wip-yuri8-testing-2026-02-23-2128, CEPH_SHA1=618c318a7a0b287ab5aeff207b7bf1d73ef45044, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.build-date=20260223) 2026-02-24T17:37:25.437 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:25 trial056 bash[44592]: d1021d0e5e18b7a17c43011fbdbf4ae6fc44045d2aa1b40b3b63fb1fda3f4ad5 2026-02-24T17:37:25.437 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:25 trial056 podman[44592]: 2026-02-24 17:37:25.08619502 +0000 UTC m=+0.008882824 image pull c2b2dcd214a8767139a8bc7faca7ab40a17d4be3761d6db8e2295a754d77ebf7 quay.ceph.io/ceph-ci/ceph@sha256:0578ae50e4384f06da702540f3743781410d0c1737da0801db05e26214110b18 2026-02-24T17:37:25.437 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:25 trial056 systemd[1]: Started Ceph mgr.b for 4e778e10-11a7-11f1-95a5-d404e6e7d460. 2026-02-24T17:37:25.438 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mgr[44642]: -- 10.20.193.56:0/3616530711 <== mon.0 v2:10.20.193.26:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x2ae5a00 con 0x2ab9c00 2026-02-24T17:37:25.440 INFO:teuthology.orchestra.run.trial056.stderr:1+0 records in 2026-02-24T17:37:25.440 INFO:teuthology.orchestra.run.trial056.stderr:1+0 records out 2026-02-24T17:37:25.440 INFO:teuthology.orchestra.run.trial056.stderr:512 bytes copied, 0.0001827 s, 2.8 MB/s 2026-02-24T17:37:25.442 DEBUG:teuthology.orchestra.run.trial056:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-24T17:37:25.498 DEBUG:teuthology.orchestra.run.trial056:> stat /dev/vg_nvme/lv_2 2026-02-24T17:37:25.555 INFO:teuthology.orchestra.run.trial056.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-24T17:37:25.556 INFO:teuthology.orchestra.run.trial056.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:25.556 INFO:teuthology.orchestra.run.trial056.stdout:Device: 6h/6d Inode: 1302 Links: 1 2026-02-24T17:37:25.556 INFO:teuthology.orchestra.run.trial056.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:25.556 INFO:teuthology.orchestra.run.trial056.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:25.556 INFO:teuthology.orchestra.run.trial056.stdout:Access: 2026-02-24 17:37:24.969477856 +0000 2026-02-24T17:37:25.556 INFO:teuthology.orchestra.run.trial056.stdout:Modify: 2026-02-24 17:33:50.732343216 +0000 2026-02-24T17:37:25.556 INFO:teuthology.orchestra.run.trial056.stdout:Change: 2026-02-24 17:33:50.732343216 +0000 2026-02-24T17:37:25.556 INFO:teuthology.orchestra.run.trial056.stdout: Birth: 2026-02-24 17:33:50.732343216 +0000 2026-02-24T17:37:25.557 DEBUG:teuthology.orchestra.run.trial056:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-24T17:37:25.622 INFO:teuthology.orchestra.run.trial056.stderr:1+0 records in 2026-02-24T17:37:25.622 INFO:teuthology.orchestra.run.trial056.stderr:1+0 records out 2026-02-24T17:37:25.622 INFO:teuthology.orchestra.run.trial056.stderr:512 bytes copied, 0.000168524 s, 3.0 MB/s 2026-02-24T17:37:25.624 DEBUG:teuthology.orchestra.run.trial056:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-24T17:37:25.680 DEBUG:teuthology.orchestra.run.trial056:> stat /dev/vg_nvme/lv_3 2026-02-24T17:37:25.736 INFO:teuthology.orchestra.run.trial056.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-24T17:37:25.736 INFO:teuthology.orchestra.run.trial056.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:25.736 INFO:teuthology.orchestra.run.trial056.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-24T17:37:25.736 INFO:teuthology.orchestra.run.trial056.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:25.736 INFO:teuthology.orchestra.run.trial056.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:25.737 INFO:teuthology.orchestra.run.trial056.stdout:Access: 2026-02-24 17:37:24.969477856 +0000 2026-02-24T17:37:25.737 INFO:teuthology.orchestra.run.trial056.stdout:Modify: 2026-02-24 17:33:50.731343247 +0000 2026-02-24T17:37:25.737 INFO:teuthology.orchestra.run.trial056.stdout:Change: 2026-02-24 17:33:50.731343247 +0000 2026-02-24T17:37:25.737 INFO:teuthology.orchestra.run.trial056.stdout: Birth: 2026-02-24 17:33:50.731343247 +0000 2026-02-24T17:37:25.737 DEBUG:teuthology.orchestra.run.trial056:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-24T17:37:25.798 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial026=a;trial056=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:25.798 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: Saving service mgr spec with placement trial026=a;trial056=b;count:2 2026-02-24T17:37:25.798 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: Reconfiguring mon.c (monmap changed)... 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: Reconfiguring daemon mon.c on trial064 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: Deploying daemon mgr.b on trial056 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.799 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.800 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:25.800 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:25.800 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.800 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-24T17:37:25.800 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-24T17:37:25.800 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:25.801 INFO:teuthology.orchestra.run.trial056.stderr:1+0 records in 2026-02-24T17:37:25.801 INFO:teuthology.orchestra.run.trial056.stderr:1+0 records out 2026-02-24T17:37:25.801 INFO:teuthology.orchestra.run.trial056.stderr:512 bytes copied, 0.000164647 s, 3.1 MB/s 2026-02-24T17:37:25.802 DEBUG:teuthology.orchestra.run.trial056:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-24T17:37:25.858 DEBUG:teuthology.orchestra.run.trial056:> stat /dev/vg_nvme/lv_4 2026-02-24T17:37:25.914 INFO:teuthology.orchestra.run.trial056.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-24T17:37:25.915 INFO:teuthology.orchestra.run.trial056.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:25.915 INFO:teuthology.orchestra.run.trial056.stdout:Device: 6h/6d Inode: 1281 Links: 1 2026-02-24T17:37:25.915 INFO:teuthology.orchestra.run.trial056.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:25.915 INFO:teuthology.orchestra.run.trial056.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:25.915 INFO:teuthology.orchestra.run.trial056.stdout:Access: 2026-02-24 17:37:24.970477843 +0000 2026-02-24T17:37:25.915 INFO:teuthology.orchestra.run.trial056.stdout:Modify: 2026-02-24 17:33:50.730343278 +0000 2026-02-24T17:37:25.915 INFO:teuthology.orchestra.run.trial056.stdout:Change: 2026-02-24 17:33:50.730343278 +0000 2026-02-24T17:37:25.915 INFO:teuthology.orchestra.run.trial056.stdout: Birth: 2026-02-24 17:33:50.730343278 +0000 2026-02-24T17:37:25.916 DEBUG:teuthology.orchestra.run.trial056:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-24T17:37:25.968 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial026=a;trial056=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: Saving service mgr spec with placement trial026=a;trial056=b;count:2 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: Reconfiguring mon.c (monmap changed)... 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: Reconfiguring daemon mon.c on trial064 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: Deploying daemon mgr.b on trial056 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:25.970 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.970 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.970 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:25.970 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:25.970 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.970 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-24T17:37:25.970 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-24T17:37:25.970 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:25.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial026=a;trial056=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:25.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: Saving service mgr spec with placement trial026=a;trial056=b;count:2 2026-02-24T17:37:25.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: Reconfiguring mon.c (monmap changed)... 2026-02-24T17:37:25.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: Reconfiguring daemon mon.c on trial064 2026-02-24T17:37:25.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: Deploying daemon mgr.b on trial056 2026-02-24T17:37:25.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:25.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:25.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:25.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:25.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:25.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-24T17:37:25.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-24T17:37:25.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:25.980 INFO:teuthology.orchestra.run.trial056.stderr:1+0 records in 2026-02-24T17:37:25.981 INFO:teuthology.orchestra.run.trial056.stderr:1+0 records out 2026-02-24T17:37:25.981 INFO:teuthology.orchestra.run.trial056.stderr:512 bytes copied, 0.00013958 s, 3.7 MB/s 2026-02-24T17:37:25.981 DEBUG:teuthology.orchestra.run.trial056:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-24T17:37:26.039 DEBUG:teuthology.orchestra.run.trial064:> set -ex 2026-02-24T17:37:26.039 DEBUG:teuthology.orchestra.run.trial064:> dd if=/scratch_devs of=/dev/stdout 2026-02-24T17:37:26.058 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-24T17:37:26.059 DEBUG:teuthology.orchestra.run.trial064:> stat /dev/vg_nvme/lv_1 2026-02-24T17:37:26.115 INFO:teuthology.orchestra.run.trial064.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-24T17:37:26.115 INFO:teuthology.orchestra.run.trial064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:26.115 INFO:teuthology.orchestra.run.trial064.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-24T17:37:26.115 INFO:teuthology.orchestra.run.trial064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:26.115 INFO:teuthology.orchestra.run.trial064.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:26.115 INFO:teuthology.orchestra.run.trial064.stdout:Access: 2026-02-24 17:37:10.910257537 +0000 2026-02-24T17:37:26.115 INFO:teuthology.orchestra.run.trial064.stdout:Modify: 2026-02-24 17:33:45.999132764 +0000 2026-02-24T17:37:26.115 INFO:teuthology.orchestra.run.trial064.stdout:Change: 2026-02-24 17:33:45.999132764 +0000 2026-02-24T17:37:26.115 INFO:teuthology.orchestra.run.trial064.stdout: Birth: 2026-02-24 17:33:45.999132764 +0000 2026-02-24T17:37:26.115 DEBUG:teuthology.orchestra.run.trial064:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-24T17:37:26.179 INFO:teuthology.orchestra.run.trial064.stderr:1+0 records in 2026-02-24T17:37:26.179 INFO:teuthology.orchestra.run.trial064.stderr:1+0 records out 2026-02-24T17:37:26.179 INFO:teuthology.orchestra.run.trial064.stderr:512 bytes copied, 0.000165576 s, 3.1 MB/s 2026-02-24T17:37:26.180 DEBUG:teuthology.orchestra.run.trial064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-24T17:37:26.238 DEBUG:teuthology.orchestra.run.trial064:> stat /dev/vg_nvme/lv_2 2026-02-24T17:37:26.294 INFO:teuthology.orchestra.run.trial064.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-24T17:37:26.294 INFO:teuthology.orchestra.run.trial064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:26.294 INFO:teuthology.orchestra.run.trial064.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-24T17:37:26.295 INFO:teuthology.orchestra.run.trial064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:26.295 INFO:teuthology.orchestra.run.trial064.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:26.295 INFO:teuthology.orchestra.run.trial064.stdout:Access: 2026-02-24 17:37:10.911257574 +0000 2026-02-24T17:37:26.295 INFO:teuthology.orchestra.run.trial064.stdout:Modify: 2026-02-24 17:33:45.999132764 +0000 2026-02-24T17:37:26.295 INFO:teuthology.orchestra.run.trial064.stdout:Change: 2026-02-24 17:33:45.999132764 +0000 2026-02-24T17:37:26.295 INFO:teuthology.orchestra.run.trial064.stdout: Birth: 2026-02-24 17:33:45.999132764 +0000 2026-02-24T17:37:26.295 DEBUG:teuthology.orchestra.run.trial064:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-24T17:37:26.357 INFO:teuthology.orchestra.run.trial064.stderr:1+0 records in 2026-02-24T17:37:26.357 INFO:teuthology.orchestra.run.trial064.stderr:1+0 records out 2026-02-24T17:37:26.357 INFO:teuthology.orchestra.run.trial064.stderr:512 bytes copied, 0.000148513 s, 3.4 MB/s 2026-02-24T17:37:26.358 DEBUG:teuthology.orchestra.run.trial064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-24T17:37:26.416 DEBUG:teuthology.orchestra.run.trial064:> stat /dev/vg_nvme/lv_3 2026-02-24T17:37:26.474 INFO:teuthology.orchestra.run.trial064.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-24T17:37:26.474 INFO:teuthology.orchestra.run.trial064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:26.475 INFO:teuthology.orchestra.run.trial064.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-24T17:37:26.475 INFO:teuthology.orchestra.run.trial064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:26.475 INFO:teuthology.orchestra.run.trial064.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:26.475 INFO:teuthology.orchestra.run.trial064.stdout:Access: 2026-02-24 17:37:10.911257574 +0000 2026-02-24T17:37:26.475 INFO:teuthology.orchestra.run.trial064.stdout:Modify: 2026-02-24 17:33:45.999132764 +0000 2026-02-24T17:37:26.475 INFO:teuthology.orchestra.run.trial064.stdout:Change: 2026-02-24 17:33:45.999132764 +0000 2026-02-24T17:37:26.475 INFO:teuthology.orchestra.run.trial064.stdout: Birth: 2026-02-24 17:33:45.999132764 +0000 2026-02-24T17:37:26.476 DEBUG:teuthology.orchestra.run.trial064:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-24T17:37:26.537 INFO:teuthology.orchestra.run.trial064.stderr:1+0 records in 2026-02-24T17:37:26.537 INFO:teuthology.orchestra.run.trial064.stderr:1+0 records out 2026-02-24T17:37:26.538 INFO:teuthology.orchestra.run.trial064.stderr:512 bytes copied, 0.000157611 s, 3.2 MB/s 2026-02-24T17:37:26.539 DEBUG:teuthology.orchestra.run.trial064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-24T17:37:26.579 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: /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-24T17:37:26.580 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: 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-24T17:37:26.580 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: from numpy import show_config as show_numpy_config 2026-02-24T17:37:26.597 DEBUG:teuthology.orchestra.run.trial064:> stat /dev/vg_nvme/lv_4 2026-02-24T17:37:26.654 INFO:teuthology.orchestra.run.trial064.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-24T17:37:26.654 INFO:teuthology.orchestra.run.trial064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-24T17:37:26.654 INFO:teuthology.orchestra.run.trial064.stdout:Device: 6h/6d Inode: 1281 Links: 1 2026-02-24T17:37:26.654 INFO:teuthology.orchestra.run.trial064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-24T17:37:26.654 INFO:teuthology.orchestra.run.trial064.stdout:Context: system_u:object_r:device_t:s0 2026-02-24T17:37:26.654 INFO:teuthology.orchestra.run.trial064.stdout:Access: 2026-02-24 17:37:10.911257574 +0000 2026-02-24T17:37:26.655 INFO:teuthology.orchestra.run.trial064.stdout:Modify: 2026-02-24 17:33:45.997132842 +0000 2026-02-24T17:37:26.655 INFO:teuthology.orchestra.run.trial064.stdout:Change: 2026-02-24 17:33:45.997132842 +0000 2026-02-24T17:37:26.655 INFO:teuthology.orchestra.run.trial064.stdout: Birth: 2026-02-24 17:33:45.997132842 +0000 2026-02-24T17:37:26.655 DEBUG:teuthology.orchestra.run.trial064:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-24T17:37:26.717 INFO:teuthology.orchestra.run.trial064.stderr:1+0 records in 2026-02-24T17:37:26.718 INFO:teuthology.orchestra.run.trial064.stderr:1+0 records out 2026-02-24T17:37:26.718 INFO:teuthology.orchestra.run.trial064.stderr:512 bytes copied, 0.000133455 s, 3.8 MB/s 2026-02-24T17:37:26.719 DEBUG:teuthology.orchestra.run.trial064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-24T17:37:26.776 INFO:tasks.cephadm:Deploying osd.0 on trial026 with /dev/vg_nvme/lv_4... 2026-02-24T17:37:26.776 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-24T17:37:26.892 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:26.934 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:26 trial026 ceph-mon[40214]: Reconfiguring mgr.a (unknown last config time)... 2026-02-24T17:37:26.934 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:26 trial026 ceph-mon[40214]: Reconfiguring daemon mgr.a on trial026 2026-02-24T17:37:26.934 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:26 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:26.934 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:26 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:26.934 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:26 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:26.934 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:26 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:26.935 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:26 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:26.935 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:26 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:26.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:26 trial064 ceph-mon[44035]: Reconfiguring mgr.a (unknown last config time)... 2026-02-24T17:37:26.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:26 trial064 ceph-mon[44035]: Reconfiguring daemon mgr.a on trial026 2026-02-24T17:37:26.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:26 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:26.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:26 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:26.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:26 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:26.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:26 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:26.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:26 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:26.978 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:26 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:27.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-mon[43463]: Reconfiguring mgr.a (unknown last config time)... 2026-02-24T17:37:27.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-mon[43463]: Reconfiguring daemon mgr.a on trial026 2026-02-24T17:37:27.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:27.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:27.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:27.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:27.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:27.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:26 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:27.573 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:27.590 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch daemon add osd trial026:vg_nvme/lv_4 --skip-validation 2026-02-24T17:37:27.707 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:28.103 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:27 trial026 ceph-mon[40214]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:28.104 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:27 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:28.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:27 trial064 ceph-mon[44035]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:28.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:27 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:28.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:27 trial056 ceph-mon[43463]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:28.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:27 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: Standby manager daemon b started 2026-02-24T17:37:29.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-24T17:37:29.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-24T17:37:29.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-24T17:37:29.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-24T17:37:29.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:29.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:29.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:29.230 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/3027418306' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "014af894-3deb-4bc9-94e0-a1c725f43225"} : dispatch 2026-02-24T17:37:29.230 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/3027418306' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "014af894-3deb-4bc9-94e0-a1c725f43225"}]': finished 2026-02-24T17:37:29.230 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: osdmap e5: 1 total, 0 up, 1 in 2026-02-24T17:37:29.230 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:28 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:29.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: Standby manager daemon b started 2026-02-24T17:37:29.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-24T17:37:29.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-24T17:37:29.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-24T17:37:29.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-24T17:37:29.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:29.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:29.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:29.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/3027418306' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "014af894-3deb-4bc9-94e0-a1c725f43225"} : dispatch 2026-02-24T17:37:29.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/3027418306' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "014af894-3deb-4bc9-94e0-a1c725f43225"}]': finished 2026-02-24T17:37:29.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: osdmap e5: 1 total, 0 up, 1 in 2026-02-24T17:37:29.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:28 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:29.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: Standby manager daemon b started 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.? 10.20.193.56:0/99049968' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:29.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/3027418306' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "014af894-3deb-4bc9-94e0-a1c725f43225"} : dispatch 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/3027418306' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "014af894-3deb-4bc9-94e0-a1c725f43225"}]': finished 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: osdmap e5: 1 total, 0 up, 1 in 2026-02-24T17:37:29.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:28 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:30.143 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:29 trial026 ceph-mon[40214]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial026:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:30.143 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:29 trial026 ceph-mon[40214]: osd.default does not exist. Creating it now. 2026-02-24T17:37:30.143 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:29 trial026 ceph-mon[40214]: Creating OSDs with service ID: default on trial026:['vg_nvme/lv_4'] 2026-02-24T17:37:30.143 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:29 trial026 ceph-mon[40214]: Marking host: trial026 for OSDSpec preview refresh. 2026-02-24T17:37:30.143 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:29 trial026 ceph-mon[40214]: Saving service osd.default spec with placement trial026 2026-02-24T17:37:30.143 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:29 trial026 ceph-mon[40214]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:30.143 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:29 trial026 ceph-mon[40214]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-24T17:37:30.143 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:29 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-24T17:37:30.144 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:29 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1757105183' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T17:37:30.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:29 trial064 ceph-mon[44035]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial026:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:30.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:29 trial064 ceph-mon[44035]: osd.default does not exist. Creating it now. 2026-02-24T17:37:30.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:29 trial064 ceph-mon[44035]: Creating OSDs with service ID: default on trial026:['vg_nvme/lv_4'] 2026-02-24T17:37:30.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:29 trial064 ceph-mon[44035]: Marking host: trial026 for OSDSpec preview refresh. 2026-02-24T17:37:30.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:29 trial064 ceph-mon[44035]: Saving service osd.default spec with placement trial026 2026-02-24T17:37:30.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:29 trial064 ceph-mon[44035]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:30.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:29 trial064 ceph-mon[44035]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-24T17:37:30.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:29 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-24T17:37:30.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:29 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/1757105183' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T17:37:30.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:29 trial056 ceph-mon[43463]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial026:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:30.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:29 trial056 ceph-mon[43463]: osd.default does not exist. Creating it now. 2026-02-24T17:37:30.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:29 trial056 ceph-mon[43463]: Creating OSDs with service ID: default on trial026:['vg_nvme/lv_4'] 2026-02-24T17:37:30.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:29 trial056 ceph-mon[43463]: Marking host: trial026 for OSDSpec preview refresh. 2026-02-24T17:37:30.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:29 trial056 ceph-mon[43463]: Saving service osd.default spec with placement trial026 2026-02-24T17:37:30.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:29 trial056 ceph-mon[43463]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:30.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:29 trial056 ceph-mon[43463]: mgrmap e14: a(active, since 32s), standbys: b 2026-02-24T17:37:30.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:29 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-24T17:37:30.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:29 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/1757105183' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T17:37:32.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:31 trial026 ceph-mon[40214]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:32.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:31 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-24T17:37:32.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:31 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:32.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:31 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-24T17:37:32.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:31 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:32.132 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:31 trial056 ceph-mon[43463]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:32.132 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:31 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-24T17:37:32.132 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:31 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:32.132 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:31 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-24T17:37:32.132 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:31 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:32.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:31 trial064 ceph-mon[44035]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:32.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:31 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-24T17:37:32.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:31 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:32.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:31 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-24T17:37:32.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:31 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:33.163 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:32 trial026 ceph-mon[40214]: Deploying daemon osd.0 on trial026 2026-02-24T17:37:33.164 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:32 trial026 ceph-mon[40214]: Deploying daemon osd.0 on trial026 2026-02-24T17:37:33.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:32 trial064 ceph-mon[44035]: Deploying daemon osd.0 on trial026 2026-02-24T17:37:33.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:32 trial064 ceph-mon[44035]: Deploying daemon osd.0 on trial026 2026-02-24T17:37:33.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:32 trial056 ceph-mon[43463]: Deploying daemon osd.0 on trial026 2026-02-24T17:37:33.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:32 trial056 ceph-mon[43463]: Deploying daemon osd.0 on trial026 2026-02-24T17:37:34.036 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:33 trial026 ceph-mon[40214]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:34.036 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:33 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:34.036 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:33 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:34.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:33 trial064 ceph-mon[44035]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:34.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:33 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:34.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:33 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:34.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:33 trial056 ceph-mon[43463]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:34.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:33 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:34.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:33 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:34.872 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:34 trial026 ceph-mon[40214]: from='osd.0 [v2:10.20.193.26:6802/3532024636,v1:10.20.193.26:6803/3532024636]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-24T17:37:35.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:34 trial064 ceph-mon[44035]: from='osd.0 [v2:10.20.193.26:6802/3532024636,v1:10.20.193.26:6803/3532024636]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-24T17:37:35.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:34 trial056 ceph-mon[43463]: from='osd.0 [v2:10.20.193.26:6802/3532024636,v1:10.20.193.26:6803/3532024636]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-24T17:37:35.988 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:35 trial026 ceph-mon[40214]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:35.988 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:35 trial026 ceph-mon[40214]: from='osd.0 [v2:10.20.193.26:6802/3532024636,v1:10.20.193.26:6803/3532024636]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-24T17:37:35.988 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:35 trial026 ceph-mon[40214]: osdmap e6: 1 total, 0 up, 1 in 2026-02-24T17:37:35.988 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:35 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:36.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:35 trial064 ceph-mon[44035]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:36.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:35 trial064 ceph-mon[44035]: from='osd.0 [v2:10.20.193.26:6802/3532024636,v1:10.20.193.26:6803/3532024636]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-24T17:37:36.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:35 trial064 ceph-mon[44035]: osdmap e6: 1 total, 0 up, 1 in 2026-02-24T17:37:36.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:35 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:36.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:35 trial056 ceph-mon[43463]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:36.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:35 trial056 ceph-mon[43463]: from='osd.0 [v2:10.20.193.26:6802/3532024636,v1:10.20.193.26:6803/3532024636]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-24T17:37:36.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:35 trial056 ceph-mon[43463]: osdmap e6: 1 total, 0 up, 1 in 2026-02-24T17:37:36.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:35 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:36.754 INFO:teuthology.orchestra.run.trial026.stdout:Created osd(s) 0 on host 'trial026' 2026-02-24T17:37:36.897 DEBUG:teuthology.orchestra.run.trial026:osd.0> sudo journalctl -f -n 0 -u ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@osd.0.service 2026-02-24T17:37:36.899 INFO:tasks.cephadm:Deploying osd.1 on trial056 with /dev/vg_nvme/lv_4... 2026-02-24T17:37:36.899 DEBUG:teuthology.orchestra.run.trial056:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-24T17:37:37.015 INFO:teuthology.orchestra.run.trial056.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.b/config 2026-02-24T17:37:37.168 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:37 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.168 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:37 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.168 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:37 trial026 ceph-mon[40214]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:37.168 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:37 trial026 ceph-mon[40214]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-24T17:37:37.168 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:37 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.168 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:37 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.199 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:37 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.199 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:37 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.199 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:37 trial056 ceph-mon[43463]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:37.199 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:37 trial056 ceph-mon[43463]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-24T17:37:37.199 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:37 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.199 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:37 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:37 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:37 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:37 trial064 ceph-mon[44035]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:37.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:37 trial064 ceph-mon[44035]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-24T17:37:37.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:37 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:37 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:37.721 INFO:teuthology.orchestra.run.trial056.stdout: 2026-02-24T17:37:37.737 DEBUG:teuthology.orchestra.run.trial056:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch daemon add osd trial056:vg_nvme/lv_4 --skip-validation 2026-02-24T17:37:37.853 INFO:teuthology.orchestra.run.trial056.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.b/config 2026-02-24T17:37:38.157 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:38 trial026 ceph-mon[40214]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-24T17:37:38.157 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:38 trial026 ceph-mon[40214]: osdmap e7: 1 total, 0 up, 1 in 2026-02-24T17:37:38.157 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:38 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:38.157 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:38 trial026 ceph-mon[40214]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial026", "root=default"]} : dispatch 2026-02-24T17:37:38.157 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:38 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.157 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:38 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.158 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:38 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:38.158 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:38 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.158 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:38 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.158 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:37:38 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-osd-0[59031]: 2026-02-24T17:37:38.072+0000 7fb49bcbf640 -1 osd.0 0 waiting for initial osdmap 2026-02-24T17:37:38.158 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:37:38 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-osd-0[59031]: 2026-02-24T17:37:38.074+0000 7fb497b86640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-24T17:37:38.328 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:38 trial056 ceph-mon[43463]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-24T17:37:38.328 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:38 trial056 ceph-mon[43463]: osdmap e7: 1 total, 0 up, 1 in 2026-02-24T17:37:38.328 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:38 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:38.328 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:38 trial056 ceph-mon[43463]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial026", "root=default"]} : dispatch 2026-02-24T17:37:38.328 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:38 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.328 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:38 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.328 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:38 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:38.328 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:38 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.328 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:38 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:38 trial064 ceph-mon[44035]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-24T17:37:38.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:38 trial064 ceph-mon[44035]: osdmap e7: 1 total, 0 up, 1 in 2026-02-24T17:37:38.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:38 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:38.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:38 trial064 ceph-mon[44035]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial026", "root=default"]} : dispatch 2026-02-24T17:37:38.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:38 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:38 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:38 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:38.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:38 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:38.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:38 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial026", "root=default"]}]': finished 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: osdmap e8: 1 total, 0 up, 1 in 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial056:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: osd.default does not exist. Creating it now. 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: Creating OSDs with service ID: default on trial056:['vg_nvme/lv_4'] 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: Marking host: trial056 for OSDSpec preview refresh. 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: Saving service osd.default spec with placement trial056 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:39.226 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8300802c-9af1-42ce-b990-865cf5d1d9f8"} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='client.? 10.20.193.56:0/1619804854' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8300802c-9af1-42ce-b990-865cf5d1d9f8"} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8300802c-9af1-42ce-b990-865cf5d1d9f8"}]': finished 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871] boot 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: osdmap e9: 2 total, 1 up, 2 in 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:39.227 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:39 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial026", "root=default"]}]': finished 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: osdmap e8: 1 total, 0 up, 1 in 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial056:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: osd.default does not exist. Creating it now. 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: Creating OSDs with service ID: default on trial056:['vg_nvme/lv_4'] 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: Marking host: trial056 for OSDSpec preview refresh. 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: Saving service osd.default spec with placement trial056 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8300802c-9af1-42ce-b990-865cf5d1d9f8"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='client.? 10.20.193.56:0/1619804854' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8300802c-9af1-42ce-b990-865cf5d1d9f8"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8300802c-9af1-42ce-b990-865cf5d1d9f8"}]': finished 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871] boot 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: osdmap e9: 2 total, 1 up, 2 in 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:39.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:39 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial026", "root=default"]}]': finished 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: osdmap e8: 1 total, 0 up, 1 in 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial056:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: osd.default does not exist. Creating it now. 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: Creating OSDs with service ID: default on trial056:['vg_nvme/lv_4'] 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: Marking host: trial056 for OSDSpec preview refresh. 2026-02-24T17:37:39.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: Saving service osd.default spec with placement trial056 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8300802c-9af1-42ce-b990-865cf5d1d9f8"} : dispatch 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='client.? 10.20.193.56:0/1619804854' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8300802c-9af1-42ce-b990-865cf5d1d9f8"} : dispatch 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8300802c-9af1-42ce-b990-865cf5d1d9f8"}]': finished 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: osd.0 [v2:10.20.193.26:6802/3817655871,v1:10.20.193.26:6803/3817655871] boot 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: osdmap e9: 2 total, 1 up, 2 in 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:39.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:39.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:39.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:39.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:39.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:39.479 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:39 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:40.392 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:40 trial056 ceph-mon[43463]: purged_snaps scrub starts 2026-02-24T17:37:40.392 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:40 trial056 ceph-mon[43463]: purged_snaps scrub ok 2026-02-24T17:37:40.392 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:40 trial056 ceph-mon[43463]: Detected new or changed devices on trial026 2026-02-24T17:37:40.392 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:40 trial056 ceph-mon[43463]: Adjusting osd_memory_target on trial026 to 84047M 2026-02-24T17:37:40.392 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:40 trial056 ceph-mon[43463]: from='client.? 10.20.193.56:0/4093471146' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T17:37:40.476 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:40 trial064 ceph-mon[44035]: purged_snaps scrub starts 2026-02-24T17:37:40.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:40 trial064 ceph-mon[44035]: purged_snaps scrub ok 2026-02-24T17:37:40.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:40 trial064 ceph-mon[44035]: Detected new or changed devices on trial026 2026-02-24T17:37:40.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:40 trial064 ceph-mon[44035]: Adjusting osd_memory_target on trial026 to 84047M 2026-02-24T17:37:40.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:40 trial064 ceph-mon[44035]: from='client.? 10.20.193.56:0/4093471146' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T17:37:40.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:40 trial026 ceph-mon[40214]: purged_snaps scrub starts 2026-02-24T17:37:40.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:40 trial026 ceph-mon[40214]: purged_snaps scrub ok 2026-02-24T17:37:40.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:40 trial026 ceph-mon[40214]: Detected new or changed devices on trial026 2026-02-24T17:37:40.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:40 trial026 ceph-mon[40214]: Adjusting osd_memory_target on trial026 to 84047M 2026-02-24T17:37:40.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:40 trial026 ceph-mon[40214]: from='client.? 10.20.193.56:0/4093471146' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T17:37:41.196 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:41 trial056 ceph-mon[43463]: osdmap e10: 2 total, 1 up, 2 in 2026-02-24T17:37:41.196 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:41 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:41.196 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:41 trial056 ceph-mon[43463]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:41.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:41 trial064 ceph-mon[44035]: osdmap e10: 2 total, 1 up, 2 in 2026-02-24T17:37:41.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:41 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:41.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:41 trial064 ceph-mon[44035]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:41.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:41 trial026 ceph-mon[40214]: osdmap e10: 2 total, 1 up, 2 in 2026-02-24T17:37:41.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:41 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:41.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:41 trial026 ceph-mon[40214]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:42.262 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:42 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-24T17:37:42.262 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:42 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:42.262 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:42 trial056 ceph-mon[43463]: Deploying daemon osd.1 on trial056 2026-02-24T17:37:42.262 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:42 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-24T17:37:42.262 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:42 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:42.262 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:42 trial056 ceph-mon[43463]: Deploying daemon osd.1 on trial056 2026-02-24T17:37:42.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:42 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-24T17:37:42.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:42 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:42.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:42 trial064 ceph-mon[44035]: Deploying daemon osd.1 on trial056 2026-02-24T17:37:42.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:42 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-24T17:37:42.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:42 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:42.478 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:42 trial064 ceph-mon[44035]: Deploying daemon osd.1 on trial056 2026-02-24T17:37:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:42 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-24T17:37:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:42 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:42 trial026 ceph-mon[40214]: Deploying daemon osd.1 on trial056 2026-02-24T17:37:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:42 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-24T17:37:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:42 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:42.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:42 trial026 ceph-mon[40214]: Deploying daemon osd.1 on trial056 2026-02-24T17:37:43.378 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:43 trial056 ceph-mon[43463]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:43.477 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:43 trial064 ceph-mon[44035]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:43.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:43 trial026 ceph-mon[40214]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:44.790 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:44 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:44.790 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:44 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:44.790 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:44 trial056 ceph-mon[43463]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:44.791 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:44 trial056 ceph-mon[43463]: from='osd.1 [v2:10.20.193.56:6800/309448462,v1:10.20.193.56:6801/309448462]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:44.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:44 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:44.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:44 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:44.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:44 trial026 ceph-mon[40214]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:44.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:44 trial026 ceph-mon[40214]: from='osd.1 [v2:10.20.193.56:6800/309448462,v1:10.20.193.56:6801/309448462]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:44.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:44 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:44.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:44 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:44.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:44 trial064 ceph-mon[44035]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:44.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:44 trial064 ceph-mon[44035]: from='osd.1 [v2:10.20.193.56:6800/309448462,v1:10.20.193.56:6801/309448462]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:45.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:45 trial026 ceph-mon[40214]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-24T17:37:45.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:45 trial026 ceph-mon[40214]: osdmap e11: 2 total, 1 up, 2 in 2026-02-24T17:37:45.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:45 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:45.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:45 trial026 ceph-mon[40214]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:45.806 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:45 trial056 ceph-mon[43463]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-24T17:37:45.806 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:45 trial056 ceph-mon[43463]: osdmap e11: 2 total, 1 up, 2 in 2026-02-24T17:37:45.806 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:45 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:45.806 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:45 trial056 ceph-mon[43463]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:45.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:45 trial064 ceph-mon[44035]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-24T17:37:45.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:45 trial064 ceph-mon[44035]: osdmap e11: 2 total, 1 up, 2 in 2026-02-24T17:37:45.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:45 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:45.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:45 trial064 ceph-mon[44035]: pgmap v25: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:46.767 INFO:teuthology.orchestra.run.trial056.stdout:Created osd(s) 1 on host 'trial056' 2026-02-24T17:37:46.908 DEBUG:teuthology.orchestra.run.trial056:osd.1> sudo journalctl -f -n 0 -u ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@osd.1.service 2026-02-24T17:37:46.911 INFO:tasks.cephadm:Deploying osd.2 on trial064 with /dev/vg_nvme/lv_4... 2026-02-24T17:37:46.911 DEBUG:teuthology.orchestra.run.trial064:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-24T17:37:47.028 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.c/config 2026-02-24T17:37:47.206 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:47 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.206 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:47 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.206 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:47 trial064 ceph-mon[44035]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:47.206 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:47 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.206 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:47 trial064 ceph-mon[44035]: from='osd.1 [v2:10.20.193.56:6800/1619059580,v1:10.20.193.56:6801/1619059580]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:47.207 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:47 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.207 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:47 trial064 ceph-mon[44035]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:47.247 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:47 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.247 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:47 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.247 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:47 trial056 ceph-mon[43463]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:47.247 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:47 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.247 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:47 trial056 ceph-mon[43463]: from='osd.1 [v2:10.20.193.56:6800/1619059580,v1:10.20.193.56:6801/1619059580]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:47.247 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:47 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.247 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:47 trial056 ceph-mon[43463]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:47.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:47 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:47 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:47 trial026 ceph-mon[40214]: pgmap v26: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:47.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:47 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:47 trial026 ceph-mon[40214]: from='osd.1 [v2:10.20.193.56:6800/1619059580,v1:10.20.193.56:6801/1619059580]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:47.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:47 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:47.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:47 trial026 ceph-mon[40214]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-24T17:37:47.690 INFO:teuthology.orchestra.run.trial064.stdout: 2026-02-24T17:37:47.706 DEBUG:teuthology.orchestra.run.trial064:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch daemon add osd trial064:vg_nvme/lv_4 --skip-validation 2026-02-24T17:37:47.822 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.c/config 2026-02-24T17:37:48.468 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.468 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.468 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:48.468 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-24T17:37:48.468 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: osdmap e12: 2 total, 1 up, 2 in 2026-02-24T17:37:48.468 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial056", "root=default"]} : dispatch 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='osd.1 [v2:10.20.193.56:6800/1619059580,v1:10.20.193.56:6801/1619059580]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial056", "root=default"]} : dispatch 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:48.469 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:48 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:48.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:48.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-24T17:37:48.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: osdmap e12: 2 total, 1 up, 2 in 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial056", "root=default"]} : dispatch 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='osd.1 [v2:10.20.193.56:6800/1619059580,v1:10.20.193.56:6801/1619059580]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial056", "root=default"]} : dispatch 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:48.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:48.558 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:48 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:48.579 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: osdmap e12: 2 total, 1 up, 2 in 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial056", "root=default"]} : dispatch 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='osd.1 [v2:10.20.193.56:6800/1619059580,v1:10.20.193.56:6801/1619059580]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial056", "root=default"]} : dispatch 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:48.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:48.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:48.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:48 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:49.079 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:37:48 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-osd-1[49961]: 2026-02-24T17:37:48.768+0000 7f00f29fa640 -1 osd.1 0 waiting for initial osdmap 2026-02-24T17:37:49.080 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:37:48 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-osd-1[49961]: 2026-02-24T17:37:48.770+0000 7f00ea8b9640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-24T17:37:50.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: purged_snaps scrub starts 2026-02-24T17:37:50.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: purged_snaps scrub ok 2026-02-24T17:37:50.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial064:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:50.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: osd.default does not exist. Creating it now. 2026-02-24T17:37:50.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: Creating OSDs with service ID: default on trial064:['vg_nvme/lv_4'] 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: Marking host: trial064 for OSDSpec preview refresh. 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: Saving service osd.default spec with placement trial064 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: pgmap v28: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial056", "root=default"]}]': finished 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: osdmap e13: 2 total, 1 up, 2 in 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b20b95d6-df09-4b45-b906-07dea3441dd0"} : dispatch 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b20b95d6-df09-4b45-b906-07dea3441dd0"}]': finished 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: osd.1 [v2:10.20.193.56:6800/1619059580,v1:10.20.193.56:6801/1619059580] boot 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: osdmap e14: 3 total, 2 up, 3 in 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:50.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='client.? 10.20.193.64:0/3207717689' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b20b95d6-df09-4b45-b906-07dea3441dd0"} : dispatch 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:50.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:49 trial026 ceph-mon[40214]: from='client.? 10.20.193.64:0/2731955567' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T17:37:50.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: purged_snaps scrub starts 2026-02-24T17:37:50.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: purged_snaps scrub ok 2026-02-24T17:37:50.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial064:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:50.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: osd.default does not exist. Creating it now. 2026-02-24T17:37:50.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: Creating OSDs with service ID: default on trial064:['vg_nvme/lv_4'] 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: Marking host: trial064 for OSDSpec preview refresh. 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: Saving service osd.default spec with placement trial064 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: pgmap v28: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial056", "root=default"]}]': finished 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: osdmap e13: 2 total, 1 up, 2 in 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b20b95d6-df09-4b45-b906-07dea3441dd0"} : dispatch 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b20b95d6-df09-4b45-b906-07dea3441dd0"}]': finished 2026-02-24T17:37:50.081 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: osd.1 [v2:10.20.193.56:6800/1619059580,v1:10.20.193.56:6801/1619059580] boot 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: osdmap e14: 3 total, 2 up, 3 in 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='client.? 10.20.193.64:0/3207717689' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b20b95d6-df09-4b45-b906-07dea3441dd0"} : dispatch 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.082 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:50.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:50.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:50.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:50.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:50.083 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:49 trial056 ceph-mon[43463]: from='client.? 10.20.193.64:0/2731955567' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: purged_snaps scrub starts 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: purged_snaps scrub ok 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial064:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: osd.default does not exist. Creating it now. 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: Creating OSDs with service ID: default on trial064:['vg_nvme/lv_4'] 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: Marking host: trial064 for OSDSpec preview refresh. 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: Saving service osd.default spec with placement trial064 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: pgmap v28: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial056", "root=default"]}]': finished 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: osdmap e13: 2 total, 1 up, 2 in 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b20b95d6-df09-4b45-b906-07dea3441dd0"} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b20b95d6-df09-4b45-b906-07dea3441dd0"}]': finished 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: osd.1 [v2:10.20.193.56:6800/1619059580,v1:10.20.193.56:6801/1619059580] boot 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: osdmap e14: 3 total, 2 up, 3 in 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='client.? 10.20.193.64:0/3207717689' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b20b95d6-df09-4b45-b906-07dea3441dd0"} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:50.132 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:49 trial064 ceph-mon[44035]: from='client.? 10.20.193.64:0/2731955567' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-24T17:37:50.944 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:50 trial064 ceph-mon[44035]: Detected new or changed devices on trial056 2026-02-24T17:37:50.944 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:50 trial064 ceph-mon[44035]: Adjusting osd_memory_target on trial056 to 84047M 2026-02-24T17:37:50.944 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:50 trial064 ceph-mon[44035]: osdmap e15: 3 total, 2 up, 3 in 2026-02-24T17:37:50.944 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:50 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:51.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:50 trial026 ceph-mon[40214]: Detected new or changed devices on trial056 2026-02-24T17:37:51.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:50 trial026 ceph-mon[40214]: Adjusting osd_memory_target on trial056 to 84047M 2026-02-24T17:37:51.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:50 trial026 ceph-mon[40214]: osdmap e15: 3 total, 2 up, 3 in 2026-02-24T17:37:51.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:50 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:51.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:50 trial056 ceph-mon[43463]: Detected new or changed devices on trial056 2026-02-24T17:37:51.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:50 trial056 ceph-mon[43463]: Adjusting osd_memory_target on trial056 to 84047M 2026-02-24T17:37:51.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:50 trial056 ceph-mon[43463]: osdmap e15: 3 total, 2 up, 3 in 2026-02-24T17:37:51.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:50 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:51.810 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:51 trial064 ceph-mon[44035]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:51.810 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:51 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-24T17:37:51.810 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:51 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:51.810 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:51 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-24T17:37:51.810 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:51 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:52.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:51 trial026 ceph-mon[40214]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:52.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:51 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-24T17:37:52.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:51 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:52.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:51 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-24T17:37:52.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:51 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:52.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:51 trial056 ceph-mon[43463]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:52.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:51 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-24T17:37:52.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:51 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:52.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:51 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-24T17:37:52.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:51 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:53.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:52 trial026 ceph-mon[40214]: Deploying daemon osd.2 on trial064 2026-02-24T17:37:53.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:52 trial026 ceph-mon[40214]: Deploying daemon osd.2 on trial064 2026-02-24T17:37:53.061 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:52 trial064 ceph-mon[44035]: Deploying daemon osd.2 on trial064 2026-02-24T17:37:53.061 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:52 trial064 ceph-mon[44035]: Deploying daemon osd.2 on trial064 2026-02-24T17:37:53.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:52 trial056 ceph-mon[43463]: Deploying daemon osd.2 on trial064 2026-02-24T17:37:53.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:52 trial056 ceph-mon[43463]: Deploying daemon osd.2 on trial064 2026-02-24T17:37:53.825 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:53 trial064 ceph-mon[44035]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:53.825 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:53 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:53.825 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:53 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:54.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:53 trial026 ceph-mon[40214]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:54.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:53 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:54.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:53 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:54.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:53 trial056 ceph-mon[43463]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:54.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:53 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:54.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:53 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:54.936 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:54 trial064 ceph-mon[44035]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:54.936 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:54 trial064 ceph-mon[44035]: from='osd.2 [v2:10.20.193.64:6800/1633819417,v1:10.20.193.64:6801/1633819417]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:55.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:54 trial026 ceph-mon[40214]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:55.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:54 trial026 ceph-mon[40214]: from='osd.2 [v2:10.20.193.64:6800/1633819417,v1:10.20.193.64:6801/1633819417]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:55.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:54 trial056 ceph-mon[43463]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:55.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:54 trial056 ceph-mon[43463]: from='osd.2 [v2:10.20.193.64:6800/1633819417,v1:10.20.193.64:6801/1633819417]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:56.031 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:55 trial064 ceph-mon[44035]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:56.031 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:55 trial064 ceph-mon[44035]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-24T17:37:56.031 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:55 trial064 ceph-mon[44035]: osdmap e16: 3 total, 2 up, 3 in 2026-02-24T17:37:56.032 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:55 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:56.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:55 trial026 ceph-mon[40214]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:56.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:55 trial026 ceph-mon[40214]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-24T17:37:56.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:55 trial026 ceph-mon[40214]: osdmap e16: 3 total, 2 up, 3 in 2026-02-24T17:37:56.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:55 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:56.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:55 trial056 ceph-mon[43463]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:56.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:55 trial056 ceph-mon[43463]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-24T17:37:56.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:55 trial056 ceph-mon[43463]: osdmap e16: 3 total, 2 up, 3 in 2026-02-24T17:37:56.080 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:55 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:56.462 INFO:teuthology.orchestra.run.trial064.stdout:Created osd(s) 2 on host 'trial064' 2026-02-24T17:37:56.603 DEBUG:teuthology.orchestra.run.trial064:osd.2> sudo journalctl -f -n 0 -u ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460@osd.2.service 2026-02-24T17:37:56.605 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-24T17:37:56.605 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd stat -f json 2026-02-24T17:37:56.727 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:56.968 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:56.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:56 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:56.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:56 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:56.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:56 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:56.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:56 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:56.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:56 trial026 ceph-mon[40214]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:56.969 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:56 trial026 ceph-mon[40214]: from='osd.2 [v2:10.20.193.64:6800/896296517,v1:10.20.193.64:6801/896296517]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:57.106 INFO:teuthology.orchestra.run.trial026.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1771954668,"num_in_osds":3,"osd_in_since":1771954668,"num_remapped_pgs":0} 2026-02-24T17:37:57.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:56 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:56 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:56 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:56 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:56 trial064 ceph-mon[44035]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:57.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:56 trial064 ceph-mon[44035]: from='osd.2 [v2:10.20.193.64:6800/896296517,v1:10.20.193.64:6801/896296517]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:57.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:56 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:56 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:56 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:56 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:56 trial056 ceph-mon[43463]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:57.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:56 trial056 ceph-mon[43463]: from='osd.2 [v2:10.20.193.64:6800/896296517,v1:10.20.193.64:6801/896296517]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-24T17:37:57.868 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:57.869 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/2144635650' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T17:37:57.869 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.869 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.869 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:57.869 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-24T17:37:57.869 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: osdmap e17: 3 total, 2 up, 3 in 2026-02-24T17:37:57.869 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:57.869 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial064", "root=default"]} : dispatch 2026-02-24T17:37:57.870 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.870 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='osd.2 [v2:10.20.193.64:6800/896296517,v1:10.20.193.64:6801/896296517]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial064", "root=default"]} : dispatch 2026-02-24T17:37:57.870 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.870 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.870 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:57 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.906 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:57.906 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/2144635650' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T17:37:57.906 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: osdmap e17: 3 total, 2 up, 3 in 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial064", "root=default"]} : dispatch 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='osd.2 [v2:10.20.193.64:6800/896296517,v1:10.20.193.64:6801/896296517]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial064", "root=default"]} : dispatch 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:57.907 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:57 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:58.108 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd stat -f json 2026-02-24T17:37:58.132 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/2144635650' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: osdmap e17: 3 total, 2 up, 3 in 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial064", "root=default"]} : dispatch 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='osd.2 [v2:10.20.193.64:6800/896296517,v1:10.20.193.64:6801/896296517]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial064", "root=default"]} : dispatch 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:58.133 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:57 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:58.228 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:58.458 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:58.597 INFO:teuthology.orchestra.run.trial026.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1771954668,"num_in_osds":3,"osd_in_since":1771954668,"num_remapped_pgs":0} 2026-02-24T17:37:58.727 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:37:58 trial064 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-osd-2[50143]: 2026-02-24T17:37:58.473+0000 7f894fe97640 -1 osd.2 0 waiting for initial osdmap 2026-02-24T17:37:58.727 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:37:58 trial064 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-osd-2[50143]: 2026-02-24T17:37:58.475+0000 7f8947d56640 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-24T17:37:59.110 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/919683711' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T17:37:59.110 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial064", "root=default"]}]': finished 2026-02-24T17:37:59.111 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: osdmap e18: 3 total, 2 up, 3 in 2026-02-24T17:37:59.111 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:59.111 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:59.111 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.111 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.111 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.111 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.111 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:59.112 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.112 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.112 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.112 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:59.112 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:59.112 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.112 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:59.112 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:59.113 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:58 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:59.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/919683711' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T17:37:59.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial064", "root=default"]}]': finished 2026-02-24T17:37:59.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: osdmap e18: 3 total, 2 up, 3 in 2026-02-24T17:37:59.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:59.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:58 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:59.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/919683711' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T17:37:59.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial064", "root=default"]}]': finished 2026-02-24T17:37:59.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: osdmap e18: 3 total, 2 up, 3 in 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-24T17:37:59.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:58 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:37:59.598 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd stat -f json 2026-02-24T17:37:59.720 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:37:59.953 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:37:59.954 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:59 trial026 ceph-mon[40214]: purged_snaps scrub starts 2026-02-24T17:37:59.954 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:59 trial026 ceph-mon[40214]: purged_snaps scrub ok 2026-02-24T17:37:59.954 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:59 trial026 ceph-mon[40214]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:59.954 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:59 trial026 ceph-mon[40214]: Detected new or changed devices on trial064 2026-02-24T17:37:59.954 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:59 trial026 ceph-mon[40214]: Adjusting osd_memory_target on trial064 to 88143M 2026-02-24T17:37:59.954 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:59 trial026 ceph-mon[40214]: osd.2 [v2:10.20.193.64:6800/896296517,v1:10.20.193.64:6801/896296517] boot 2026-02-24T17:37:59.954 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:59 trial026 ceph-mon[40214]: osdmap e19: 3 total, 3 up, 3 in 2026-02-24T17:37:59.954 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:37:59 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:37:59.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:59 trial064 ceph-mon[44035]: purged_snaps scrub starts 2026-02-24T17:37:59.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:59 trial064 ceph-mon[44035]: purged_snaps scrub ok 2026-02-24T17:37:59.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:59 trial064 ceph-mon[44035]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:37:59.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:59 trial064 ceph-mon[44035]: Detected new or changed devices on trial064 2026-02-24T17:37:59.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:59 trial064 ceph-mon[44035]: Adjusting osd_memory_target on trial064 to 88143M 2026-02-24T17:37:59.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:59 trial064 ceph-mon[44035]: osd.2 [v2:10.20.193.64:6800/896296517,v1:10.20.193.64:6801/896296517] boot 2026-02-24T17:37:59.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:59 trial064 ceph-mon[44035]: osdmap e19: 3 total, 3 up, 3 in 2026-02-24T17:37:59.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:37:59 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:38:00.090 INFO:teuthology.orchestra.run.trial026.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1771954679,"num_in_osds":3,"osd_in_since":1771954668,"num_remapped_pgs":0} 2026-02-24T17:38:00.090 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd dump --format=json 2026-02-24T17:38:00.208 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:00.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:59 trial056 ceph-mon[43463]: purged_snaps scrub starts 2026-02-24T17:38:00.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:59 trial056 ceph-mon[43463]: purged_snaps scrub ok 2026-02-24T17:38:00.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:59 trial056 ceph-mon[43463]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-24T17:38:00.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:59 trial056 ceph-mon[43463]: Detected new or changed devices on trial064 2026-02-24T17:38:00.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:59 trial056 ceph-mon[43463]: Adjusting osd_memory_target on trial064 to 88143M 2026-02-24T17:38:00.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:59 trial056 ceph-mon[43463]: osd.2 [v2:10.20.193.64:6800/896296517,v1:10.20.193.64:6801/896296517] boot 2026-02-24T17:38:00.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:59 trial056 ceph-mon[43463]: osdmap e19: 3 total, 3 up, 3 in 2026-02-24T17:38:00.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:37:59 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:38:00.437 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:38:00.437 INFO:teuthology.orchestra.run.trial026.stdout:{"epoch":19,"fsid":"4e778e10-11a7-11f1-95a5-d404e6e7d460","created":"2026-02-24T17:36:34.267520+0000","modified":"2026-02-24T17:37:59.465194+0000","last_up_change":"2026-02-24T17:37:59.465194+0000","last_in_change":"2026-02-24T17:37:48.845687+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":"014af894-3deb-4bc9-94e0-a1c725f43225","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.26:6802","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6803","nonce":3817655871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6804","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6805","nonce":3817655871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6808","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6809","nonce":3817655871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6806","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6807","nonce":3817655871}]},"public_addr":"10.20.193.26:6803/3817655871","cluster_addr":"10.20.193.26:6805/3817655871","heartbeat_back_addr":"10.20.193.26:6809/3817655871","heartbeat_front_addr":"10.20.193.26:6807/3817655871","state":["exists","up"]},{"osd":1,"uuid":"8300802c-9af1-42ce-b990-865cf5d1d9f8","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.56:6800","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6801","nonce":1619059580}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:6802","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6803","nonce":1619059580}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:6806","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6807","nonce":1619059580}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:6804","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6805","nonce":1619059580}]},"public_addr":"10.20.193.56:6801/1619059580","cluster_addr":"10.20.193.56:6803/1619059580","heartbeat_back_addr":"10.20.193.56:6807/1619059580","heartbeat_front_addr":"10.20.193.56:6805/1619059580","state":["exists","up"]},{"osd":2,"uuid":"b20b95d6-df09-4b45-b906-07dea3441dd0","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.64:6800","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6801","nonce":896296517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:6802","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6803","nonce":896296517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:6806","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6807","nonce":896296517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:6804","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6805","nonce":896296517}]},"public_addr":"10.20.193.64:6801/896296517","cluster_addr":"10.20.193.64:6803/896296517","heartbeat_back_addr":"10.20.193.64:6807/896296517","heartbeat_front_addr":"10.20.193.64:6805/896296517","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-24T17:37:37.682815+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-24T17:37:47.804826+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.26:0/1594722549":"2026-02-25T17:36:56.645516+0000","10.20.193.26:6801/714168322":"2026-02-25T17:36:56.645516+0000","10.20.193.26:0/2668513531":"2026-02-25T17:36:45.451151+0000","10.20.193.26:0/3138005850":"2026-02-25T17:36:56.645516+0000","10.20.193.26:6800/714168322":"2026-02-25T17:36:56.645516+0000","10.20.193.26:6801/3280078278":"2026-02-25T17:36:45.451151+0000","10.20.193.26:6800/3280078278":"2026-02-25T17:36:45.451151+0000","10.20.193.26:0/1661004649":"2026-02-25T17:36:45.451151+0000","10.20.193.26:0/800286655":"2026-02-25T17:36:56.645516+0000","10.20.193.26:0/2296681032":"2026-02-25T17:36:45.451151+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-24T17:38:00.577 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-24T17:38:00.578 INFO:tasks.cephadm:Setting up client nodes... 2026-02-24T17:38:00.579 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-24T17:38:00.693 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:00.932 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:38:01.058 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:00 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/375711650' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T17:38:01.059 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:00 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1532049332' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T17:38:01.059 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:00 trial026 ceph-mon[40214]: osdmap e20: 3 total, 3 up, 3 in 2026-02-24T17:38:01.059 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:00 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' 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-24T17:38:01.073 INFO:teuthology.orchestra.run.trial026.stdout:[{"version":13,"timestamp":"2026-02-24T17:37:58.671279+0000","name":"","changes":[{"name":"osd/host:trial064/osd_memory_target","new_value":"92424884633"}]}] 2026-02-24T17:38:01.074 INFO:tasks.ceph_manager:config epoch is 13 2026-02-24T17:38:01.074 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-24T17:38:01.074 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-24T17:38:01.074 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-24T17:38:01.187 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:01.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:00 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/375711650' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T17:38:01.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:00 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/1532049332' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T17:38:01.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:00 trial064 ceph-mon[44035]: osdmap e20: 3 total, 3 up, 3 in 2026-02-24T17:38:01.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:00 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' 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-24T17:38:01.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:00 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/375711650' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-24T17:38:01.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:00 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/1532049332' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T17:38:01.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:00 trial056 ceph-mon[43463]: osdmap e20: 3 total, 3 up, 3 in 2026-02-24T17:38:01.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:00 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' 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-24T17:38:01.454 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:38:01.592 INFO:teuthology.orchestra.run.trial026.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6800","nonce":1081817046},{"type":"v1","addr":"10.20.193.26:6801","nonce":1081817046}]},"active_addr":"10.20.193.26:6801/1081817046","active_change":"2026-02-24T17:36:56.645617+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.26: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.26:0","nonce":2324843642}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.26:0","nonce":2149189396}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.26:0","nonce":9811661}]}]} 2026-02-24T17:38:01.659 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-24T17:38:01.659 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-24T17:38:01.659 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd dump --format=json 2026-02-24T17:38:01.776 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:02.005 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:38:02.005 INFO:teuthology.orchestra.run.trial026.stdout:{"epoch":21,"fsid":"4e778e10-11a7-11f1-95a5-d404e6e7d460","created":"2026-02-24T17:36:34.267520+0000","modified":"2026-02-24T17:38:01.469677+0000","last_up_change":"2026-02-24T17:37:59.465194+0000","last_in_change":"2026-02-24T17:37:48.845687+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-24T17:38:00.853705+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"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":"014af894-3deb-4bc9-94e0-a1c725f43225","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.26:6802","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6803","nonce":3817655871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6804","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6805","nonce":3817655871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6808","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6809","nonce":3817655871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6806","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6807","nonce":3817655871}]},"public_addr":"10.20.193.26:6803/3817655871","cluster_addr":"10.20.193.26:6805/3817655871","heartbeat_back_addr":"10.20.193.26:6809/3817655871","heartbeat_front_addr":"10.20.193.26:6807/3817655871","state":["exists","up"]},{"osd":1,"uuid":"8300802c-9af1-42ce-b990-865cf5d1d9f8","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.56:6800","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6801","nonce":1619059580}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:6802","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6803","nonce":1619059580}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:6806","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6807","nonce":1619059580}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:6804","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6805","nonce":1619059580}]},"public_addr":"10.20.193.56:6801/1619059580","cluster_addr":"10.20.193.56:6803/1619059580","heartbeat_back_addr":"10.20.193.56:6807/1619059580","heartbeat_front_addr":"10.20.193.56:6805/1619059580","state":["exists","up"]},{"osd":2,"uuid":"b20b95d6-df09-4b45-b906-07dea3441dd0","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.64:6800","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6801","nonce":896296517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:6802","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6803","nonce":896296517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:6806","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6807","nonce":896296517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:6804","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6805","nonce":896296517}]},"public_addr":"10.20.193.64:6801/896296517","cluster_addr":"10.20.193.64:6803/896296517","heartbeat_back_addr":"10.20.193.64:6807/896296517","heartbeat_front_addr":"10.20.193.64:6805/896296517","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-24T17:37:37.682815+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-24T17:37:47.804826+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-24T17:37:57.500740+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.26:0/1594722549":"2026-02-25T17:36:56.645516+0000","10.20.193.26:6801/714168322":"2026-02-25T17:36:56.645516+0000","10.20.193.26:0/2668513531":"2026-02-25T17:36:45.451151+0000","10.20.193.26:0/3138005850":"2026-02-25T17:36:56.645516+0000","10.20.193.26:6800/714168322":"2026-02-25T17:36:56.645516+0000","10.20.193.26:6801/3280078278":"2026-02-25T17:36:45.451151+0000","10.20.193.26:6800/3280078278":"2026-02-25T17:36:45.451151+0000","10.20.193.26:0/1661004649":"2026-02-25T17:36:45.451151+0000","10.20.193.26:0/800286655":"2026-02-25T17:36:56.645516+0000","10.20.193.26:0/2296681032":"2026-02-25T17:36:45.451151+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-24T17:38:02.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:01 trial026 ceph-mon[40214]: pgmap v42: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:02.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:01 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/16389529' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-24T17:38:02.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:01 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:02.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:01 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:02.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:01 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1539032843' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-24T17:38:02.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:01 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' 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-24T17:38:02.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:01 trial026 ceph-mon[40214]: osdmap e21: 3 total, 3 up, 3 in 2026-02-24T17:38:02.057 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:01 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-24T17:38:02.128 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:01 trial064 ceph-mon[44035]: pgmap v42: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:02.128 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:01 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/16389529' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-24T17:38:02.128 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:01 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:02.128 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:01 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:02.128 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:01 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/1539032843' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-24T17:38:02.128 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:01 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' 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-24T17:38:02.128 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:01 trial064 ceph-mon[44035]: osdmap e21: 3 total, 3 up, 3 in 2026-02-24T17:38:02.128 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:01 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-24T17:38:02.145 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-24T17:38:02.145 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd dump --format=json 2026-02-24T17:38:02.230 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:01 trial056 ceph-mon[43463]: pgmap v42: 0 pgs: ; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:02.231 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:01 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/16389529' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-24T17:38:02.231 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:01 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:02.231 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:01 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:02.231 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:01 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/1539032843' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-24T17:38:02.231 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:01 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' 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-24T17:38:02.231 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:01 trial056 ceph-mon[43463]: osdmap e21: 3 total, 3 up, 3 in 2026-02-24T17:38:02.231 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:01 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-24T17:38:02.259 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:02.490 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:38:02.490 INFO:teuthology.orchestra.run.trial026.stdout:{"epoch":22,"fsid":"4e778e10-11a7-11f1-95a5-d404e6e7d460","created":"2026-02-24T17:36:34.267520+0000","modified":"2026-02-24T17:38:02.472201+0000","last_up_change":"2026-02-24T17:37:59.465194+0000","last_in_change":"2026-02-24T17:37:48.845687+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-24T17:38:00.853705+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":"014af894-3deb-4bc9-94e0-a1c725f43225","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.26:6802","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6803","nonce":3817655871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6804","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6805","nonce":3817655871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6808","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6809","nonce":3817655871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.26:6806","nonce":3817655871},{"type":"v1","addr":"10.20.193.26:6807","nonce":3817655871}]},"public_addr":"10.20.193.26:6803/3817655871","cluster_addr":"10.20.193.26:6805/3817655871","heartbeat_back_addr":"10.20.193.26:6809/3817655871","heartbeat_front_addr":"10.20.193.26:6807/3817655871","state":["exists","up"]},{"osd":1,"uuid":"8300802c-9af1-42ce-b990-865cf5d1d9f8","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.56:6800","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6801","nonce":1619059580}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:6802","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6803","nonce":1619059580}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:6806","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6807","nonce":1619059580}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.56:6804","nonce":1619059580},{"type":"v1","addr":"10.20.193.56:6805","nonce":1619059580}]},"public_addr":"10.20.193.56:6801/1619059580","cluster_addr":"10.20.193.56:6803/1619059580","heartbeat_back_addr":"10.20.193.56:6807/1619059580","heartbeat_front_addr":"10.20.193.56:6805/1619059580","state":["exists","up"]},{"osd":2,"uuid":"b20b95d6-df09-4b45-b906-07dea3441dd0","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.64:6800","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6801","nonce":896296517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:6802","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6803","nonce":896296517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:6806","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6807","nonce":896296517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.64:6804","nonce":896296517},{"type":"v1","addr":"10.20.193.64:6805","nonce":896296517}]},"public_addr":"10.20.193.64:6801/896296517","cluster_addr":"10.20.193.64:6803/896296517","heartbeat_back_addr":"10.20.193.64:6807/896296517","heartbeat_front_addr":"10.20.193.64:6805/896296517","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-24T17:37:37.682815+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-24T17:37:47.804826+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-24T17:37:57.500740+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.26:0/1594722549":"2026-02-25T17:36:56.645516+0000","10.20.193.26:6801/714168322":"2026-02-25T17:36:56.645516+0000","10.20.193.26:0/2668513531":"2026-02-25T17:36:45.451151+0000","10.20.193.26:0/3138005850":"2026-02-25T17:36:56.645516+0000","10.20.193.26:6800/714168322":"2026-02-25T17:36:56.645516+0000","10.20.193.26:6801/3280078278":"2026-02-25T17:36:45.451151+0000","10.20.193.26:6800/3280078278":"2026-02-25T17:36:45.451151+0000","10.20.193.26:0/1661004649":"2026-02-25T17:36:45.451151+0000","10.20.193.26:0/800286655":"2026-02-25T17:36:56.645516+0000","10.20.193.26:0/2296681032":"2026-02-25T17:36:45.451151+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-24T17:38:02.633 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-24T17:38:02.634 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-24T17:38:02.634 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-24T17:38:02.754 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:02.755 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:02.756 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:02.780 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68781]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-24T17:38:02.780 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68781]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.780 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68781]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.780 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68781]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.780 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68846]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-24T17:38:02.780 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68846]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.780 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68846]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.780 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68846]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.781 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68740]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-24T17:38:02.781 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68740]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.781 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68740]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.781 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68740]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.781 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68763]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-24T17:38:02.781 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68763]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.781 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68763]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.781 INFO:journalctl@ceph.osd.0.trial026.stdout:Feb 24 17:38:02 trial026 sudo[68763]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57594]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-24T17:38:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57594]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57594]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57594]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57598]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-24T17:38:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57598]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57598]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57598]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.830 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57586]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-24T17:38:02.830 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57586]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.830 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57586]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.830 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57586]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.830 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57590]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-24T17:38:02.830 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57590]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.830 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57590]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.830 INFO:journalctl@ceph.osd.1.trial056.stdout:Feb 24 17:38:02 trial056 sudo[57590]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.862 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54988]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-24T17:38:02.862 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54988]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.862 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54988]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.862 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54988]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.862 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54992]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-24T17:38:02.862 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54992]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.862 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54992]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.862 INFO:journalctl@ceph.osd.2.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54992]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.862 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54996]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-24T17:38:02.862 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54996]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.862 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54996]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.863 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 sudo[54996]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.863 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 sudo[55000]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-24T17:38:02.863 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 sudo[55000]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-24T17:38:02.863 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 sudo[55000]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-24T17:38:02.863 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 sudo[55000]: pam_unix(sudo:session): session closed for user root 2026-02-24T17:38:02.863 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/2717910712' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T17:38:02.863 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-24T17:38:02.863 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: osdmap e22: 3 total, 3 up, 3 in 2026-02-24T17:38:02.863 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/3647232973' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T17:38:03.032 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/2717910712' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T17:38:03.032 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-24T17:38:03.032 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: osdmap e22: 3 total, 3 up, 3 in 2026-02-24T17:38:03.032 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/3647232973' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T17:38:03.032 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.033 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.033 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.033 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T17:38:03.033 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T17:38:03.033 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:03.033 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:03.033 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:03.033 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.033 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T17:38:03.034 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:02 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.042 INFO:teuthology.orchestra.run.trial026.stdout:60129542149 2026-02-24T17:38:03.043 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-24T17:38:03.051 INFO:teuthology.orchestra.run.trial026.stdout:38654705671 2026-02-24T17:38:03.052 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-24T17:38:03.058 INFO:teuthology.orchestra.run.trial026.stdout:81604378627 2026-02-24T17:38:03.059 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-24T17:38:03.161 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:03.213 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:03.213 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:03.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T17:38:03.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T17:38:03.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:03.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:03.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:03.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:03.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:03.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:03.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T17:38:03.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T17:38:03.228 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:03.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:03.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:03.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T17:38:03.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T17:38:03.229 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:02 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/2717910712' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: osdmap e22: 3 total, 3 up, 3 in 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/3647232973' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:03.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:03.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-24T17:38:03.332 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-24T17:38:03.332 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:02 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:03.403 INFO:teuthology.orchestra.run.trial026.stdout:60129542148 2026-02-24T17:38:03.456 INFO:teuthology.orchestra.run.trial026.stdout:38654705670 2026-02-24T17:38:03.459 INFO:teuthology.orchestra.run.trial026.stdout:81604378626 2026-02-24T17:38:03.542 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542149 got 60129542148 for osd.1 2026-02-24T17:38:03.596 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705671 got 38654705670 for osd.0 2026-02-24T17:38:03.601 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378627 got 81604378626 for osd.2 2026-02-24T17:38:04.124 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:03 trial026 ceph-mon[40214]: pgmap v45: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:04.125 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:03 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/3106390804' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-24T17:38:04.125 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:03 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/4094308641' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-24T17:38:04.125 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:03 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/3736835479' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-24T17:38:04.125 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:03 trial026 ceph-mon[40214]: osdmap e23: 3 total, 3 up, 3 in 2026-02-24T17:38:04.125 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:03 trial026 ceph-mon[40214]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-24T17:38:04.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:03 trial064 ceph-mon[44035]: pgmap v45: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:04.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:03 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/3106390804' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-24T17:38:04.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:03 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/4094308641' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-24T17:38:04.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:03 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/3736835479' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-24T17:38:04.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:03 trial064 ceph-mon[44035]: osdmap e23: 3 total, 3 up, 3 in 2026-02-24T17:38:04.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:03 trial064 ceph-mon[44035]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-24T17:38:04.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:03 trial056 ceph-mon[43463]: pgmap v45: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:04.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:03 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/3106390804' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-24T17:38:04.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:03 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/4094308641' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-24T17:38:04.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:03 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/3736835479' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-24T17:38:04.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:03 trial056 ceph-mon[43463]: osdmap e23: 3 total, 3 up, 3 in 2026-02-24T17:38:04.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:03 trial056 ceph-mon[43463]: mgrmap e15: a(active, since 66s), standbys: b 2026-02-24T17:38:04.544 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-24T17:38:04.597 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-24T17:38:04.602 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-24T17:38:04.661 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:04.712 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:04.758 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:04.900 INFO:teuthology.orchestra.run.trial026.stdout:60129542149 2026-02-24T17:38:04.959 INFO:teuthology.orchestra.run.trial026.stdout:38654705672 2026-02-24T17:38:04.980 INFO:teuthology.orchestra.run.trial026.stdout:81604378628 2026-02-24T17:38:05.043 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542149 got 60129542149 for osd.1 2026-02-24T17:38:05.044 DEBUG:teuthology.parallel:result is None 2026-02-24T17:38:05.100 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705671 got 38654705672 for osd.0 2026-02-24T17:38:05.100 DEBUG:teuthology.parallel:result is None 2026-02-24T17:38:05.119 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378627 got 81604378628 for osd.2 2026-02-24T17:38:05.119 DEBUG:teuthology.parallel:result is None 2026-02-24T17:38:05.120 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-24T17:38:05.120 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph pg dump --format=json 2026-02-24T17:38:05.275 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:05.507 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:38:05.507 INFO:teuthology.orchestra.run.trial026.stderr:dumped all 2026-02-24T17:38:05.646 INFO:teuthology.orchestra.run.trial026.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-24T17:38:04.655017+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":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":32522,"internal_metadata":83525878},"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":"1.180559"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":193,"reported_epoch":22,"state":"active+clean","last_fresh":"2026-02-24T17:38:02.776834+0000","last_change":"2026-02-24T17:38:02.475551+0000","last_active":"2026-02-24T17:38:02.776834+0000","last_peered":"2026-02-24T17:38:02.776834+0000","last_clean":"2026-02-24T17:38:02.776834+0000","last_became_active":"2026-02-24T17:38:02.475435+0000","last_became_peered":"2026-02-24T17:38:02.475435+0000","last_unstale":"2026-02-24T17:38:02.776834+0000","last_undegraded":"2026-02-24T17:38:02.776834+0000","last_fullsized":"2026-02-24T17:38:02.776834+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-24T17:38:01.469677+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-24T17:38:01.469677+0000","last_clean_scrub_stamp":"2026-02-24T17:38:01.469677+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-25T19:25:24.722199+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":81604378628,"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":7,"kb_used_meta":27192,"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":7798,"internal_metadata":27845002},"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":28548,"kb_used_data":764,"kb_used_omap":10,"kb_used_meta":27189,"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":10409,"internal_metadata":27842391},"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":38654705672,"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-24T17:38:05.647 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph pg dump --format=json 2026-02-24T17:38:05.759 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:05.985 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:38:05.985 INFO:teuthology.orchestra.run.trial026.stderr:dumped all 2026-02-24T17:38:05.985 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:05 trial026 ceph-mon[40214]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:05.985 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:05 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/2918024288' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-24T17:38:05.985 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:05 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1264609706' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-24T17:38:05.985 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:05 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/2731207797' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-24T17:38:06.126 INFO:teuthology.orchestra.run.trial026.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-24T17:38:04.655017+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":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":32522,"internal_metadata":83525878},"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":"1.180559"},"pg_stats":[{"pgid":"1.0","version":"22'152","reported_seq":193,"reported_epoch":22,"state":"active+clean","last_fresh":"2026-02-24T17:38:02.776834+0000","last_change":"2026-02-24T17:38:02.475551+0000","last_active":"2026-02-24T17:38:02.776834+0000","last_peered":"2026-02-24T17:38:02.776834+0000","last_clean":"2026-02-24T17:38:02.776834+0000","last_became_active":"2026-02-24T17:38:02.475435+0000","last_became_peered":"2026-02-24T17:38:02.475435+0000","last_unstale":"2026-02-24T17:38:02.776834+0000","last_undegraded":"2026-02-24T17:38:02.776834+0000","last_fullsized":"2026-02-24T17:38:02.776834+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-24T17:38:01.469677+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-24T17:38:01.469677+0000","last_clean_scrub_stamp":"2026-02-24T17:38:01.469677+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-25T19:25:24.722199+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":81604378628,"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":7,"kb_used_meta":27192,"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":7798,"internal_metadata":27845002},"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":28548,"kb_used_data":764,"kb_used_omap":10,"kb_used_meta":27189,"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":10409,"internal_metadata":27842391},"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":38654705672,"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-24T17:38:06.126 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-24T17:38:06.126 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-24T17:38:06.126 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-24T17:38:06.127 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph health --format=json 2026-02-24T17:38:06.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:05 trial064 ceph-mon[44035]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:06.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:05 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/2918024288' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-24T17:38:06.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:05 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/1264609706' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-24T17:38:06.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:05 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/2731207797' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-24T17:38:06.239 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:38:06.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:05 trial056 ceph-mon[43463]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:06.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:05 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/2918024288' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-24T17:38:06.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:05 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/1264609706' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-24T17:38:06.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:05 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/2731207797' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-24T17:38:06.501 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:38:06.501 INFO:teuthology.orchestra.run.trial026.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-24T17:38:06.643 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-24T17:38:06.644 INFO:tasks.cephadm:Setup complete, yielding 2026-02-24T17:38:06.644 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-24T17:38:06.659 INFO:tasks.cephadm:Running commands on role host.c host ubuntu@trial064.front.sepia.ceph.com 2026-02-24T17:38:06.659 DEBUG:teuthology.orchestra.run.trial064:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- bash -c 'set -ex 2026-02-24T17:38:06.659 DEBUG:teuthology.orchestra.run.trial064:> # Deploy monitoring stack 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> ceph orch apply node-exporter 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> ceph orch apply grafana 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> ceph orch apply alertmanager 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> ceph orch apply prometheus 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> sleep 240 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> # generate SSL certificate 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> openssl req -x509 -newkey rsa:4096 -keyout /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj "/CN=*" 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> # Generate a mgmt.spec template 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> cat << EOT > /tmp/mgmt.spec 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> service_type: mgmt-gateway 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> service_id: foo 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> placement: 2026-02-24T17:38:06.660 DEBUG:teuthology.orchestra.run.trial064:> hosts: 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> - ${HOSTNAME} 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> spec: 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> ssl_protocols: 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> - TLSv1.2 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> - TLSv1.3 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> ssl_ciphers: 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> - AES128-SHA 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> - AES256-SHA 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> enable_health_check_endpoint: True 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> EOT 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> # Add generated certificates to spec file 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> echo " ssl_cert: |" >> /tmp/mgmt.spec 2026-02-24T17:38:06.661 DEBUG:teuthology.orchestra.run.trial064:> while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/cert.pem >> /tmp/mgmt.spec 2026-02-24T17:38:06.662 DEBUG:teuthology.orchestra.run.trial064:> echo " ssl_key: |" >> /tmp/mgmt.spec 2026-02-24T17:38:06.662 DEBUG:teuthology.orchestra.run.trial064:> while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/key.pem >> /tmp/mgmt.spec 2026-02-24T17:38:06.662 DEBUG:teuthology.orchestra.run.trial064:> # Apply spec 2026-02-24T17:38:06.662 DEBUG:teuthology.orchestra.run.trial064:> ceph orch apply -i /tmp/mgmt.spec 2026-02-24T17:38:06.662 DEBUG:teuthology.orchestra.run.trial064:> ' 2026-02-24T17:38:06.780 INFO:teuthology.orchestra.run.trial064.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.c/config 2026-02-24T17:38:06.869 INFO:teuthology.orchestra.run.trial064.stderr:+ ceph orch apply node-exporter 2026-02-24T17:38:06.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:06 trial064 ceph-mon[44035]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:38:06.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:06 trial064 ceph-mon[44035]: from='client.? 10.20.193.26:0/1872432453' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-24T17:38:07.031 INFO:teuthology.orchestra.run.trial064.stdout:Scheduled node-exporter update... 2026-02-24T17:38:07.038 INFO:teuthology.orchestra.run.trial064.stderr:+ ceph orch apply grafana 2026-02-24T17:38:07.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:06 trial026 ceph-mon[40214]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:38:07.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:06 trial026 ceph-mon[40214]: from='client.? 10.20.193.26:0/1872432453' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-24T17:38:07.203 INFO:teuthology.orchestra.run.trial064.stdout:Scheduled grafana update... 2026-02-24T17:38:07.213 INFO:teuthology.orchestra.run.trial064.stderr:+ ceph orch apply alertmanager 2026-02-24T17:38:07.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:06 trial056 ceph-mon[43463]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:38:07.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:06 trial056 ceph-mon[43463]: from='client.? 10.20.193.26:0/1872432453' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-24T17:38:07.383 INFO:teuthology.orchestra.run.trial064.stdout:Scheduled alertmanager update... 2026-02-24T17:38:07.392 INFO:teuthology.orchestra.run.trial064.stderr:+ ceph orch apply prometheus 2026-02-24T17:38:07.556 INFO:teuthology.orchestra.run.trial064.stdout:Scheduled prometheus update... 2026-02-24T17:38:07.565 INFO:teuthology.orchestra.run.trial064.stderr:+ sleep 240 2026-02-24T17:38:07.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:07 trial064 ceph-mon[44035]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:38:07.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:07 trial064 ceph-mon[44035]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:07.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:07 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:07.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:07 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:38:07.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:07 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:07.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:07 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:07.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:07 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:07.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:07 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:07.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:07 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:07 trial026 ceph-mon[40214]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:38:08.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:07 trial026 ceph-mon[40214]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:08.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:38:08.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:07 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:07 trial056 ceph-mon[43463]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:38:08.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:07 trial056 ceph-mon[43463]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:08.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:07 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:07 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:38:08.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:07 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:07 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:07 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:07 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:08.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:07 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='client.24271 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: Saving service node-exporter spec with placement * 2026-02-24T17:38:09.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: Saving service grafana spec with placement count:1 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='client.24283 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: Saving service alertmanager spec with placement count:1 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: Saving service prometheus spec with placement count:1 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:08 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='client.24271 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: Saving service node-exporter spec with placement * 2026-02-24T17:38:09.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: Saving service grafana spec with placement count:1 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='client.24283 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: Saving service alertmanager spec with placement count:1 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: Saving service prometheus spec with placement count:1 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:38:09.307 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:38:09.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.308 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:08 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='client.24271 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: Saving service node-exporter spec with placement * 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: Saving service grafana spec with placement count:1 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='client.24283 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: Saving service alertmanager spec with placement count:1 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: Saving service prometheus spec with placement count:1 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:09.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:08 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:10.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:09 trial026 ceph-mon[40214]: Deploying daemon node-exporter.trial026 on trial026 2026-02-24T17:38:10.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:09 trial026 ceph-mon[40214]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:10.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:10.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:10.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:09 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:10.204 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:09 trial056 ceph-mon[43463]: Deploying daemon node-exporter.trial026 on trial026 2026-02-24T17:38:10.204 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:09 trial056 ceph-mon[43463]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:10.204 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:09 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:10.204 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:09 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:10.204 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:09 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:10.225 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:09 trial064 ceph-mon[44035]: Deploying daemon node-exporter.trial026 on trial026 2026-02-24T17:38:10.225 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:09 trial064 ceph-mon[44035]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:10.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:09 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:10.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:09 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:10.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:09 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:11.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:10 trial056 ceph-mon[43463]: Deploying daemon node-exporter.trial056 on trial056 2026-02-24T17:38:11.201 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:10 trial064 ceph-mon[44035]: Deploying daemon node-exporter.trial056 on trial056 2026-02-24T17:38:11.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:10 trial026 ceph-mon[40214]: Deploying daemon node-exporter.trial056 on trial056 2026-02-24T17:38:11.942 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:11 trial064 ceph-mon[44035]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:11.942 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:11 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:11.942 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:11 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:11.942 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:11 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:11.942 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:11 trial064 ceph-mon[44035]: Deploying daemon node-exporter.trial064 on trial064 2026-02-24T17:38:12.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:11 trial026 ceph-mon[40214]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:12.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:11 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:12.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:11 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:12.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:11 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:12.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:11 trial026 ceph-mon[40214]: Deploying daemon node-exporter.trial064 on trial064 2026-02-24T17:38:12.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:11 trial056 ceph-mon[43463]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:12.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:11 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:12.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:11 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:12.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:11 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:12.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:11 trial056 ceph-mon[43463]: Deploying daemon node-exporter.trial064 on trial064 2026-02-24T17:38:13.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: Deploying daemon grafana.trial026 on trial026 2026-02-24T17:38:13.306 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:12 trial026 ceph-mon[40214]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:13.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-24T17:38:13.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-24T17:38:13.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: Deploying daemon grafana.trial026 on trial026 2026-02-24T17:38:13.331 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:12 trial056 ceph-mon[43463]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:12 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:12 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:12 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:12 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:12 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:12 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:12 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:12 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:12 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:13 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:13 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:13 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:13 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:13 trial064 ceph-mon[44035]: Deploying daemon grafana.trial026 on trial026 2026-02-24T17:38:13.432 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:13 trial064 ceph-mon[44035]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:15.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:15 trial064 ceph-mon[44035]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:16.056 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:15 trial026 ceph-mon[40214]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:16.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:15 trial056 ceph-mon[43463]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:18.152 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:17 trial026 ceph-mon[40214]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:18.153 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:17 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:18.225 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:17 trial064 ceph-mon[44035]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:18.225 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:17 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:18.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:17 trial056 ceph-mon[43463]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:18.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:17 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.193 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:19 trial064 ceph-mon[44035]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:20.193 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:19 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.193 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:19 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.193 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:19 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.193 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:19 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.193 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:19 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.193 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:19 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.209 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:19 trial026 ceph-mon[40214]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:20.209 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:19 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.209 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:19 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.209 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:19 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.209 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:19 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.209 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:19 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.209 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:19 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:19 trial056 ceph-mon[43463]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:20.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:19 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:19 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:19 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:19 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:19 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:20.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:19 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:21.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:20 trial026 ceph-mon[40214]: Deploying daemon alertmanager.trial064 on trial064 2026-02-24T17:38:21.225 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:20 trial064 ceph-mon[44035]: Deploying daemon alertmanager.trial064 on trial064 2026-02-24T17:38:21.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:20 trial056 ceph-mon[43463]: Deploying daemon alertmanager.trial064 on trial064 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.141 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:21 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:22.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.227 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:21 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:22.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.330 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:21 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:22.948 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:22 trial056 ceph-mon[43463]: Deploying daemon prometheus.trial056 on trial056 2026-02-24T17:38:23.225 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:22 trial064 ceph-mon[44035]: Deploying daemon prometheus.trial056 on trial056 2026-02-24T17:38:23.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:22 trial026 ceph-mon[40214]: Deploying daemon prometheus.trial056 on trial056 2026-02-24T17:38:24.225 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:23 trial064 ceph-mon[44035]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:24.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:24.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:24.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:24.226 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:23 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-24T17:38:24.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:23 trial026 ceph-mon[40214]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:24.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:24.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:24.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:24.305 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:23 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-24T17:38:24.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:23 trial056 ceph-mon[43463]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:24.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:24.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:24.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' 2026-02-24T17:38:24.329 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:23 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-24T17:38:25.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:24 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ignoring --setuser ceph since I am not root 2026-02-24T17:38:25.056 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:24 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ignoring --setgroup ceph since I am not root 2026-02-24T17:38:25.079 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:24 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: ignoring --setuser ceph since I am not root 2026-02-24T17:38:25.079 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:24 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: ignoring --setgroup ceph since I am not root 2026-02-24T17:38:25.079 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:24 trial056 ceph-mgr[44642]: -- 10.20.193.56:0/4115968023 <== mon.2 v2:10.20.193.56:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x1b85a00 con 0x1b59800 2026-02-24T17:38:25.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:25 trial026 ceph-mon[40214]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-24T17:38:25.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:25 trial026 ceph-mon[40214]: mgrmap e16: a(active, since 87s), standbys: b 2026-02-24T17:38:25.806 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:25 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: /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-24T17:38:25.806 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:25 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: 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-24T17:38:25.806 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:25 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: from numpy import show_config as show_numpy_config 2026-02-24T17:38:25.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:25 trial056 ceph-mon[43463]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-24T17:38:25.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:25 trial056 ceph-mon[43463]: mgrmap e16: a(active, since 87s), standbys: b 2026-02-24T17:38:25.830 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:25 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: /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-24T17:38:25.830 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:25 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: 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-24T17:38:25.830 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:25 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: from numpy import show_config as show_numpy_config 2026-02-24T17:38:25.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:25 trial064 ceph-mon[44035]: from='mgr.14152 10.20.193.26:0/3204247352' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-24T17:38:25.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:25 trial064 ceph-mon[44035]: mgrmap e16: a(active, since 87s), standbys: b 2026-02-24T17:38:27.579 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: [24/Feb/2026:17:38:27] ENGINE Bus STARTING 2026-02-24T17:38:27.580 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: CherryPy Checker: 2026-02-24T17:38:27.580 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: The Application mounted at '' has an empty config. 2026-02-24T17:38:27.580 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: 2026-02-24T17:38:27.580 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: [24/Feb/2026:17:38:27] ENGINE Serving on http://:::9283 2026-02-24T17:38:27.580 INFO:journalctl@ceph.mgr.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-b[44613]: [24/Feb/2026:17:38:27] ENGINE Bus STARTED 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: Standby manager daemon b restarted 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: Standby manager daemon b started 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: Active manager daemon a restarted 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: Activating manager daemon a 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: osdmap e24: 3 total, 3 up, 3 in 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: mgrmap e17: a(active, starting, since 0.00445507s), standbys: b 2026-02-24T17:38:27.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T17:38:27.582 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:27 trial056 ceph-mon[43463]: Manager daemon a is now available 2026-02-24T17:38:27.626 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: Standby manager daemon b restarted 2026-02-24T17:38:27.627 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: Standby manager daemon b started 2026-02-24T17:38:27.627 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-24T17:38:27.627 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-24T17:38:27.627 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-24T17:38:27.627 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-24T17:38:27.627 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: Active manager daemon a restarted 2026-02-24T17:38:27.627 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: Activating manager daemon a 2026-02-24T17:38:27.627 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: osdmap e24: 3 total, 3 up, 3 in 2026-02-24T17:38:27.627 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: mgrmap e17: a(active, starting, since 0.00445507s), standbys: b 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T17:38:27.628 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:27 trial064 ceph-mon[44035]: Manager daemon a is now available 2026-02-24T17:38:27.637 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: Standby manager daemon b restarted 2026-02-24T17:38:27.637 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: Standby manager daemon b started 2026-02-24T17:38:27.637 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-24T17:38:27.637 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-24T17:38:27.637 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-24T17:38:27.637 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.? 10.20.193.56:0/302682769' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-24T17:38:27.637 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: Active manager daemon a restarted 2026-02-24T17:38:27.637 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: Activating manager daemon a 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: osdmap e24: 3 total, 3 up, 3 in 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: mgrmap e17: a(active, starting, since 0.00445507s), standbys: b 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T17:38:27.638 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T17:38:27.639 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T17:38:27.639 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:27 trial026 ceph-mon[40214]: Manager daemon a is now available 2026-02-24T17:38:28.475 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:38:28.475 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.475 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:38:28.475 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-24T17:38:28.475 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-24T17:38:28.475 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-24T17:38:28.475 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.476 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.476 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.476 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.476 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.476 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.476 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:28 trial064 ceph-mon[44035]: mgrmap e18: a(active, since 1.00827s), standbys: b 2026-02-24T17:38:28.556 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: [24/Feb/2026:17:38:28] ENGINE Bus STARTING 2026-02-24T17:38:28.556 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: CherryPy Checker: 2026-02-24T17:38:28.556 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: The Application mounted at '' has an empty config. 2026-02-24T17:38:28.556 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: 2026-02-24T17:38:28.556 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: [24/Feb/2026:17:38:28] ENGINE Serving on http://:::9283 2026-02-24T17:38:28.556 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: [24/Feb/2026:17:38:28] ENGINE Bus STARTED 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.557 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.558 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.558 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.558 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:28 trial026 ceph-mon[40214]: mgrmap e18: a(active, since 1.00827s), standbys: b 2026-02-24T17:38:28.579 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.580 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:28.581 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:28 trial056 ceph-mon[43463]: mgrmap e18: a(active, since 1.00827s), standbys: b 2026-02-24T17:38:29.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: [24/Feb/2026:17:38:27] ENGINE Bus STARTING 2026-02-24T17:38:29.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: [24/Feb/2026:17:38:27] ENGINE Serving on https://10.20.193.26:7150 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: [24/Feb/2026:17:38:27] ENGINE Client ('10.20.193.26', 43896) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: [24/Feb/2026:17:38:27] ENGINE Serving on http://10.20.193.26:8765 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: [24/Feb/2026:17:38:27] ENGINE Bus STARTED 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:38:29.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:29 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-24T17:38:29.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: [24/Feb/2026:17:38:27] ENGINE Bus STARTING 2026-02-24T17:38:29.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: [24/Feb/2026:17:38:27] ENGINE Serving on https://10.20.193.26:7150 2026-02-24T17:38:29.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: [24/Feb/2026:17:38:27] ENGINE Client ('10.20.193.26', 43896) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-24T17:38:29.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: [24/Feb/2026:17:38:27] ENGINE Serving on http://10.20.193.26:8765 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: [24/Feb/2026:17:38:27] ENGINE Bus STARTED 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:38:29.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:29 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-24T17:38:29.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: [24/Feb/2026:17:38:27] ENGINE Bus STARTING 2026-02-24T17:38:29.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: [24/Feb/2026:17:38:27] ENGINE Serving on https://10.20.193.26:7150 2026-02-24T17:38:29.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: [24/Feb/2026:17:38:27] ENGINE Client ('10.20.193.26', 43896) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-24T17:38:29.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: [24/Feb/2026:17:38:27] ENGINE Serving on http://10.20.193.26:8765 2026-02-24T17:38:29.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: [24/Feb/2026:17:38:27] ENGINE Bus STARTED 2026-02-24T17:38:29.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-24T17:38:29.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:29.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:38:29.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:38:29.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:29.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:38:29.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:29 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2026-02-24T17:38:30.692 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Adjusting osd_memory_target on trial064 to 86095M 2026-02-24T17:38:30.692 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Adjusting osd_memory_target on trial056 to 81999M 2026-02-24T17:38:30.692 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Adjusting osd_memory_target on trial026 to 81999M 2026-02-24T17:38:30.692 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial026:/etc/ceph/ceph.conf 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial056:/etc/ceph/ceph.conf 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial064:/etc/ceph/ceph.conf 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial056:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial026:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial064:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:38:30.693 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:38:30.694 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:30.694 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-24T17:38:30.694 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-24T17:38:30.694 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:30.694 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:30 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Adjusting osd_memory_target on trial064 to 86095M 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Adjusting osd_memory_target on trial056 to 81999M 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Adjusting osd_memory_target on trial026 to 81999M 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial026:/etc/ceph/ceph.conf 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial056:/etc/ceph/ceph.conf 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial064:/etc/ceph/ceph.conf 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial056:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial026:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial064:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:30.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-24T17:38:30.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-24T17:38:30.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:30.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:30 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-24T17:38:30.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Adjusting osd_memory_target on trial064 to 86095M 2026-02-24T17:38:30.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Adjusting osd_memory_target on trial056 to 81999M 2026-02-24T17:38:30.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Adjusting osd_memory_target on trial026 to 81999M 2026-02-24T17:38:30.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial026:/etc/ceph/ceph.conf 2026-02-24T17:38:30.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial056:/etc/ceph/ceph.conf 2026-02-24T17:38:30.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial064:/etc/ceph/ceph.conf 2026-02-24T17:38:30.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:38:30.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:38:30.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.conf 2026-02-24T17:38:30.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial056:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial026:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial064:/etc/ceph/ceph.client.admin.keyring 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial056:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial064:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: Updating trial026:/var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: mgrmap e19: a(active, since 2s), standbys: b 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:30.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:30 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-24T17:38:31.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:31 trial026 ceph-mon[40214]: Reconfiguring grafana.trial026 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial056', 'secure_monitoring_stack:False'] (diff {'prometheus.trial056'}) 2026-02-24T17:38:31.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:31 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-24T17:38:31.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:31 trial026 ceph-mon[40214]: Reconfiguring daemon grafana.trial026 on trial026 2026-02-24T17:38:31.695 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:31 trial064 ceph-mon[44035]: Reconfiguring grafana.trial026 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial056', 'secure_monitoring_stack:False'] (diff {'prometheus.trial056'}) 2026-02-24T17:38:31.695 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:31 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-24T17:38:31.695 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:31 trial064 ceph-mon[44035]: Reconfiguring daemon grafana.trial026 on trial026 2026-02-24T17:38:31.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:31 trial056 ceph-mon[43463]: Reconfiguring grafana.trial026 deps ['secure_monitoring_stack:False'] -> ['prometheus.trial056', 'secure_monitoring_stack:False'] (diff {'prometheus.trial056'}) 2026-02-24T17:38:31.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:31 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-24T17:38:31.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:31 trial056 ceph-mon[43463]: Reconfiguring daemon grafana.trial026 on trial026 2026-02-24T17:38:32.487 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-mon[40214]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:32.488 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-mon[40214]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-24T17:38:32.488 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:32.488 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:32.488 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-mon[40214]: Reconfiguring alertmanager.trial064 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial064', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial064'}) 2026-02-24T17:38:32.488 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-mon[40214]: Reconfiguring daemon alertmanager.trial064 on trial064 2026-02-24T17:38:32.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:32 trial064 ceph-mon[44035]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:32.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:32 trial064 ceph-mon[44035]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-24T17:38:32.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:32 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:32.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:32 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:32.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:32 trial064 ceph-mon[44035]: Reconfiguring alertmanager.trial064 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial064', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial064'}) 2026-02-24T17:38:32.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:32 trial064 ceph-mon[44035]: Reconfiguring daemon alertmanager.trial064 on trial064 2026-02-24T17:38:32.730 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:32 trial056 ceph-mon[43463]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:32.730 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:32 trial056 ceph-mon[43463]: mgrmap e20: a(active, since 4s), standbys: b 2026-02-24T17:38:32.730 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:32 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:32.731 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:32 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:32.731 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:32 trial056 ceph-mon[43463]: Reconfiguring alertmanager.trial064 deps ['mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] -> ['alertmanager.trial064', 'mgr.a', 'mgr.b', 'secure_monitoring_stack:False'] (diff {'alertmanager.trial064'}) 2026-02-24T17:38:32.731 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:32 trial056 ceph-mon[43463]: Reconfiguring daemon alertmanager.trial064 on trial064 2026-02-24T17:38:33.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: [24/Feb/2026:17:38:32] ENGINE Bus STOPPING 2026-02-24T17:38:33.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: [24/Feb/2026:17:38:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-24T17:38:33.056 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: [24/Feb/2026:17:38:32] ENGINE Bus STOPPED 2026-02-24T17:38:33.056 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:32 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: [24/Feb/2026:17:38:32] ENGINE Bus STARTING 2026-02-24T17:38:33.358 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: [24/Feb/2026:17:38:33] ENGINE Serving on http://:::9283 2026-02-24T17:38:33.358 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: [24/Feb/2026:17:38:33] ENGINE Bus STARTED 2026-02-24T17:38:33.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-24T17:38:33.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-24T17:38:33.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial026:3000"} : dispatch 2026-02-24T17:38:33.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial026:3000"}]: dispatch 2026-02-24T17:38:33.726 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial056:9095"} : dispatch 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial056:9095"}]: dispatch 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-24T17:38:33.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial064:9093"} : dispatch 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial064:9093"}]: dispatch 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:38:33.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:38:33.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial026:3000"} : dispatch 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial026:3000"}]: dispatch 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-24T17:38:33.807 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial056:9095"} : dispatch 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial056:9095"}]: dispatch 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial064:9093"} : dispatch 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial064:9093"}]: dispatch 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.808 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:38:33.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-24T17:38:33.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:38:33.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:38:33.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.809 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:38:33.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-24T17:38:33.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-24T17:38:33.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial026:3000"} : dispatch 2026-02-24T17:38:33.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial026:3000"}]: dispatch 2026-02-24T17:38:33.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://trial056:9095"} : dispatch 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial056:9095"}]: dispatch 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-24T17:38:33.831 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial064:9093"} : dispatch 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial064:9093"}]: dispatch 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.832 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:38:33.833 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:38:33.833 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:38:33.833 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:38:34.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:34 trial064 ceph-mon[44035]: Certificate for "cephadm-signed_agent_cert (trial026)" is still valid for 1824 days. 2026-02-24T17:38:34.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:34 trial064 ceph-mon[44035]: Certificate for "cephadm-signed_grafana_cert (trial026)" is still valid for 1094 days. 2026-02-24T17:38:34.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:34 trial064 ceph-mon[44035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-24T17:38:34.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:34 trial064 ceph-mon[44035]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:34.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:34 trial026 ceph-mon[40214]: Certificate for "cephadm-signed_agent_cert (trial026)" is still valid for 1824 days. 2026-02-24T17:38:34.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:34 trial026 ceph-mon[40214]: Certificate for "cephadm-signed_grafana_cert (trial026)" is still valid for 1094 days. 2026-02-24T17:38:34.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:34 trial026 ceph-mon[40214]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-24T17:38:34.806 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:34 trial026 ceph-mon[40214]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:34 trial056 ceph-mon[43463]: Certificate for "cephadm-signed_agent_cert (trial026)" is still valid for 1824 days. 2026-02-24T17:38:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:34 trial056 ceph-mon[43463]: Certificate for "cephadm-signed_grafana_cert (trial026)" is still valid for 1094 days. 2026-02-24T17:38:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:34 trial056 ceph-mon[43463]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-24T17:38:34.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:34 trial056 ceph-mon[43463]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:36.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:36 trial026 ceph-mon[40214]: 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-24T17:38:36.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:36 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:38:36] "GET /metrics HTTP/1.1" 200 3772 "" "Prometheus/3.6.0" 2026-02-24T17:38:36.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:36 trial056 ceph-mon[43463]: 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-24T17:38:36.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:36 trial064 ceph-mon[44035]: 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-24T17:38:38.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:38 trial026 ceph-mon[40214]: 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-24T17:38:38.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:38 trial056 ceph-mon[43463]: 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-24T17:38:38.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:38 trial064 ceph-mon[44035]: 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-24T17:38:40.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:40 trial026 ceph-mon[40214]: 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-24T17:38:40.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:40 trial056 ceph-mon[43463]: 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-24T17:38:40.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:40 trial064 ceph-mon[44035]: 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-24T17:38:42.725 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:42 trial064 ceph-mon[44035]: 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-24T17:38:42.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:42 trial026 ceph-mon[40214]: 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-24T17:38:42.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:42 trial056 ceph-mon[43463]: 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-24T17:38:43.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:43 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:38:43.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:43 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:38:43.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:43 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:38:44.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:44 trial026 ceph-mon[40214]: 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-24T17:38:44.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:44 trial056 ceph-mon[43463]: 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-24T17:38:44.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:44 trial064 ceph-mon[44035]: 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-24T17:38:46.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:46 trial026 ceph-mon[40214]: 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-24T17:38:46.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:46 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:38:46] "GET /metrics HTTP/1.1" 200 4011 "" "Prometheus/3.6.0" 2026-02-24T17:38:46.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:46 trial056 ceph-mon[43463]: 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-24T17:38:46.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:46 trial064 ceph-mon[44035]: 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-24T17:38:48.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:48 trial026 ceph-mon[40214]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:48.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:48 trial056 ceph-mon[43463]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:48.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:48 trial064 ceph-mon[44035]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:50.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:50 trial026 ceph-mon[40214]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:50.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:50 trial056 ceph-mon[43463]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:50.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:50 trial064 ceph-mon[44035]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:52.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:52 trial026 ceph-mon[40214]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:52.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:52 trial056 ceph-mon[43463]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:52.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:52 trial064 ceph-mon[44035]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:54.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:54 trial026 ceph-mon[40214]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:54.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:54 trial056 ceph-mon[43463]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:54.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:54 trial064 ceph-mon[44035]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:56.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:56 trial026 ceph-mon[40214]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:56.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:38:56 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:38:56] "GET /metrics HTTP/1.1" 200 4011 "" "Prometheus/3.6.0" 2026-02-24T17:38:56.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:56 trial056 ceph-mon[43463]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:56.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:56 trial064 ceph-mon[44035]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:58.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:58 trial026 ceph-mon[40214]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:58.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:38:58 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:38:58.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:58 trial056 ceph-mon[43463]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:58.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:38:58 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:38:58.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:58 trial064 ceph-mon[44035]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:38:58.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:38:58 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:00.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:00 trial026 ceph-mon[40214]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:00.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:00 trial056 ceph-mon[43463]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:00.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:00 trial064 ceph-mon[44035]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:02.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:02 trial026 ceph-mon[40214]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:02 trial056 ceph-mon[43463]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:02.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:02 trial064 ceph-mon[44035]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:04.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:04 trial026 ceph-mon[40214]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:04.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:04 trial056 ceph-mon[43463]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:04.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:04 trial064 ceph-mon[44035]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:06.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:06 trial026 ceph-mon[40214]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:06.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:39:06 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:39:06] "GET /metrics HTTP/1.1" 200 4015 "" "Prometheus/3.6.0" 2026-02-24T17:39:06.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:06 trial056 ceph-mon[43463]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:06.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:06 trial064 ceph-mon[44035]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:08.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:08 trial026 ceph-mon[40214]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:08 trial056 ceph-mon[43463]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:08.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:08 trial064 ceph-mon[44035]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:10.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:10 trial026 ceph-mon[40214]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:10.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:10 trial056 ceph-mon[43463]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:10.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:10 trial064 ceph-mon[44035]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:12.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:12 trial026 ceph-mon[40214]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:12.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:12 trial056 ceph-mon[43463]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:12.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:12 trial064 ceph-mon[44035]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:13.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:13 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:13.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:13 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:13.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:13 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:14.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:14 trial026 ceph-mon[40214]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:14.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:14 trial056 ceph-mon[43463]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:14.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:14 trial064 ceph-mon[44035]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:16.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:16 trial026 ceph-mon[40214]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:16.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:39:16 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:39:16] "GET /metrics HTTP/1.1" 200 4011 "" "Prometheus/3.6.0" 2026-02-24T17:39:16.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:16 trial056 ceph-mon[43463]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:16.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:16 trial064 ceph-mon[44035]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:18.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:18 trial026 ceph-mon[40214]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:18.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:18 trial056 ceph-mon[43463]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:18.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:18 trial064 ceph-mon[44035]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:20.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:20 trial026 ceph-mon[40214]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:20.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:20 trial056 ceph-mon[43463]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:20.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:20 trial064 ceph-mon[44035]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:22.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:22 trial026 ceph-mon[40214]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:22.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:22 trial056 ceph-mon[43463]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:22.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:22 trial064 ceph-mon[44035]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:24.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:24 trial026 ceph-mon[40214]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:24.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:24 trial056 ceph-mon[43463]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:24.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:24 trial064 ceph-mon[44035]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:26.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:26 trial026 ceph-mon[40214]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:26.806 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:39:26 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:39:26] "GET /metrics HTTP/1.1" 200 4011 "" "Prometheus/3.6.0" 2026-02-24T17:39:26.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:26 trial056 ceph-mon[43463]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:26.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:26 trial064 ceph-mon[44035]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:28.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:28 trial026 ceph-mon[40214]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:28.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:28.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:28 trial056 ceph-mon[43463]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:28.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:28.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:28 trial064 ceph-mon[44035]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:28.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:30.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:30 trial026 ceph-mon[40214]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:30.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:30 trial056 ceph-mon[43463]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:30.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:30 trial064 ceph-mon[44035]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:32.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:32 trial026 ceph-mon[40214]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:32.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:32 trial056 ceph-mon[43463]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:32.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:32 trial064 ceph-mon[44035]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:33.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:33 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:39:33.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:33 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:39:34.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:33 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:39:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:34 trial056 ceph-mon[43463]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:39:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:39:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:39:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:39:34.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:34 trial064 ceph-mon[44035]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:34.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:39:34.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:39:34.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:39:34.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:39:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:34 trial026 ceph-mon[40214]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:39:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:39:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:39:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:39:36.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:36 trial056 ceph-mon[43463]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:36.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:36 trial064 ceph-mon[44035]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:37.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:36 trial026 ceph-mon[40214]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:37.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:39:36 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:39:36] "GET /metrics HTTP/1.1" 200 4009 "" "Prometheus/3.6.0" 2026-02-24T17:39:38.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:38 trial056 ceph-mon[43463]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:38.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:38 trial064 ceph-mon[44035]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:39.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:38 trial026 ceph-mon[40214]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:40.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:40 trial056 ceph-mon[43463]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:40.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:40 trial064 ceph-mon[44035]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:41.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:40 trial026 ceph-mon[40214]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:42.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:42 trial056 ceph-mon[43463]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:42.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:42 trial064 ceph-mon[44035]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:43.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:42 trial026 ceph-mon[40214]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:43.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:43 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:43.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:43 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:44.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:43 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:44.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:44 trial056 ceph-mon[43463]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:44.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:44 trial064 ceph-mon[44035]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:45.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:44 trial026 ceph-mon[40214]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:46.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:46 trial056 ceph-mon[43463]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:46.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:46 trial064 ceph-mon[44035]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:47.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:46 trial026 ceph-mon[40214]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:47.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:39:46 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:39:46] "GET /metrics HTTP/1.1" 200 4004 "" "Prometheus/3.6.0" 2026-02-24T17:39:48.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:48 trial056 ceph-mon[43463]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:48.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:48 trial064 ceph-mon[44035]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:49.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:48 trial026 ceph-mon[40214]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:50.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:50 trial056 ceph-mon[43463]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:50.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:50 trial064 ceph-mon[44035]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:51.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:50 trial026 ceph-mon[40214]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:52.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:52 trial056 ceph-mon[43463]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:52.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:52 trial064 ceph-mon[44035]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:53.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:52 trial026 ceph-mon[40214]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:54.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:54 trial056 ceph-mon[43463]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:54.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:54 trial064 ceph-mon[44035]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:55.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:54 trial026 ceph-mon[40214]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:56.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:56 trial056 ceph-mon[43463]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:56.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:56 trial064 ceph-mon[44035]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:57.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:56 trial026 ceph-mon[40214]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:57.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:39:56 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:39:56] "GET /metrics HTTP/1.1" 200 4004 "" "Prometheus/3.6.0" 2026-02-24T17:39:57.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:57 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:57.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:57 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:58.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:57 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:39:58.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:39:58 trial056 ceph-mon[43463]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:58.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:39:58 trial064 ceph-mon[44035]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:39:59.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:39:58 trial026 ceph-mon[40214]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:00.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:00 trial056 ceph-mon[43463]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:00.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:00 trial056 ceph-mon[43463]: overall HEALTH_OK 2026-02-24T17:40:00.857 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:00 trial026 ceph-mon[40214]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:00.857 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:00 trial026 ceph-mon[40214]: overall HEALTH_OK 2026-02-24T17:40:00.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:00 trial064 ceph-mon[44035]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:00.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:00 trial064 ceph-mon[44035]: overall HEALTH_OK 2026-02-24T17:40:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:02 trial056 ceph-mon[43463]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:02.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:02 trial064 ceph-mon[44035]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:03.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:02 trial026 ceph-mon[40214]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:04.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:04 trial056 ceph-mon[43463]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:04.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:04 trial064 ceph-mon[44035]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:05.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:04 trial026 ceph-mon[40214]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:06.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:06 trial064 ceph-mon[44035]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:07.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:06 trial026 ceph-mon[40214]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:07.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:40:06 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:40:06] "GET /metrics HTTP/1.1" 200 3998 "" "Prometheus/3.6.0" 2026-02-24T17:40:07.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:06 trial056 ceph-mon[43463]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:08.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:08 trial064 ceph-mon[44035]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:09.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:08 trial026 ceph-mon[40214]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:09.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:08 trial056 ceph-mon[43463]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:10.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:10 trial064 ceph-mon[44035]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:11.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:10 trial026 ceph-mon[40214]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:11.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:10 trial056 ceph-mon[43463]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:12.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:12 trial064 ceph-mon[44035]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:12.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:12 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:13.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:12 trial026 ceph-mon[40214]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:13.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:12 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:13.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:12 trial056 ceph-mon[43463]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:13.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:12 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:14.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:14 trial064 ceph-mon[44035]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:15.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:14 trial026 ceph-mon[40214]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:15.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:14 trial056 ceph-mon[43463]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:16.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:16 trial064 ceph-mon[44035]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:17.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:16 trial026 ceph-mon[40214]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:17.056 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:40:16 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:40:16] "GET /metrics HTTP/1.1" 200 3997 "" "Prometheus/3.6.0" 2026-02-24T17:40:17.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:16 trial056 ceph-mon[43463]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:18.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:18 trial064 ceph-mon[44035]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:19.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:18 trial026 ceph-mon[40214]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:19.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:18 trial056 ceph-mon[43463]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:20.973 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:20 trial064 ceph-mon[44035]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:21.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:20 trial026 ceph-mon[40214]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:21.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:20 trial056 ceph-mon[43463]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:22.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:22 trial064 ceph-mon[44035]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:23.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:22 trial026 ceph-mon[40214]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:23.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:22 trial056 ceph-mon[43463]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:24.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:24 trial064 ceph-mon[44035]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:25.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:24 trial026 ceph-mon[40214]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:25.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:24 trial056 ceph-mon[43463]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:26.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:26 trial064 ceph-mon[44035]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:27.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:26 trial026 ceph-mon[40214]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:27.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:40:26 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:40:26] "GET /metrics HTTP/1.1" 200 3997 "" "Prometheus/3.6.0" 2026-02-24T17:40:27.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:26 trial056 ceph-mon[43463]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:27.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:27 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:28.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:27 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:28.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:27 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:28.974 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:28 trial064 ceph-mon[44035]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:29.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:28 trial026 ceph-mon[40214]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:29.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:28 trial056 ceph-mon[43463]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:30.857 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:30 trial026 ceph-mon[40214]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:30.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:30 trial064 ceph-mon[44035]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:31.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:30 trial056 ceph-mon[43463]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:32.881 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:32 trial056 ceph-mon[43463]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:32.975 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:32 trial064 ceph-mon[44035]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:33.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:32 trial026 ceph-mon[40214]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:34.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:34 trial064 ceph-mon[44035]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:34.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:40:34.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:40:34.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:40:34.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:40:34.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:40:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:34 trial026 ceph-mon[40214]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:40:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:40:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:40:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:40:35.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:40:35.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:34 trial056 ceph-mon[43463]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:35.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:40:35.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:40:35.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:40:35.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:40:35.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:40:36.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:36 trial064 ceph-mon[44035]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:37.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:36 trial026 ceph-mon[40214]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:37.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:40:36 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:40:36] "GET /metrics HTTP/1.1" 200 3997 "" "Prometheus/3.6.0" 2026-02-24T17:40:37.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:36 trial056 ceph-mon[43463]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:38.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:38 trial064 ceph-mon[44035]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:39.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:38 trial026 ceph-mon[40214]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:39.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:38 trial056 ceph-mon[43463]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:40.976 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:40 trial064 ceph-mon[44035]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:41.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:40 trial026 ceph-mon[40214]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:41.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:40 trial056 ceph-mon[43463]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:42.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:42 trial064 ceph-mon[44035]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:42.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:42 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:43.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:42 trial026 ceph-mon[40214]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:43.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:42 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:43.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:42 trial056 ceph-mon[43463]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:43.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:42 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:44.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:44 trial064 ceph-mon[44035]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:45.054 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:44 trial026 ceph-mon[40214]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:45.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:44 trial056 ceph-mon[43463]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:45.977 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:45 trial064 ceph-mon[44035]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:46.055 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:45 trial026 ceph-mon[40214]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:46.079 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:45 trial056 ceph-mon[43463]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:47.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:40:46 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:40:46] "GET /metrics HTTP/1.1" 200 4003 "" "Prometheus/3.6.0" 2026-02-24T17:40:48.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:48 trial064 ceph-mon[44035]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:48.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:48 trial026 ceph-mon[40214]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:48.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:48 trial056 ceph-mon[43463]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:50.727 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:50 trial064 ceph-mon[44035]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:50.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:50 trial026 ceph-mon[40214]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:50.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:50 trial056 ceph-mon[43463]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:52.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:52 trial064 ceph-mon[44035]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:52.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:52 trial026 ceph-mon[40214]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:52.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:52 trial056 ceph-mon[43463]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:54.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:54 trial064 ceph-mon[44035]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:54.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:54 trial026 ceph-mon[40214]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:54.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:54 trial056 ceph-mon[43463]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:56.702 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:56 trial026 ceph-mon[40214]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:56.703 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:56 trial056 ceph-mon[43463]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:56.728 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:56 trial064 ceph-mon[44035]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:57.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:40:56 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:40:56] "GET /metrics HTTP/1.1" 200 4003 "" "Prometheus/3.6.0" 2026-02-24T17:40:58.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:58 trial064 ceph-mon[44035]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:58.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:40:58 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:58.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:58 trial026 ceph-mon[40214]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:58.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:40:58 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:40:58.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:58 trial056 ceph-mon[43463]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:40:58.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:40:58 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:00.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:00 trial064 ceph-mon[44035]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:00.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:00 trial026 ceph-mon[40214]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:00.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:00 trial056 ceph-mon[43463]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:02.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:02 trial064 ceph-mon[44035]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:02.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:02 trial026 ceph-mon[40214]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:02 trial056 ceph-mon[43463]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:04.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:04 trial064 ceph-mon[44035]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:04.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:04 trial026 ceph-mon[40214]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:04.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:04 trial056 ceph-mon[43463]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:06.702 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:06 trial026 ceph-mon[40214]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:06.702 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:06 trial056 ceph-mon[43463]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:06.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:06 trial064 ceph-mon[44035]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:07.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:41:06 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:41:06] "GET /metrics HTTP/1.1" 200 3997 "" "Prometheus/3.6.0" 2026-02-24T17:41:08.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:08 trial064 ceph-mon[44035]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:08.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:08 trial026 ceph-mon[40214]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:08 trial056 ceph-mon[43463]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:10.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:10 trial064 ceph-mon[44035]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:10.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:10 trial026 ceph-mon[40214]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:10.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:10 trial056 ceph-mon[43463]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:12.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:12 trial064 ceph-mon[44035]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:12.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:12 trial026 ceph-mon[40214]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:12.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:12 trial056 ceph-mon[43463]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:13.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:13 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:13.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:13 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:13.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:13 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:14.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:14 trial064 ceph-mon[44035]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:14.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:14 trial026 ceph-mon[40214]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:14.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:14 trial056 ceph-mon[43463]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:16.703 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:16 trial026 ceph-mon[40214]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:16.703 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:16 trial056 ceph-mon[43463]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:16.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:16 trial064 ceph-mon[44035]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:17.055 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:41:16 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:41:16] "GET /metrics HTTP/1.1" 200 3993 "" "Prometheus/3.6.0" 2026-02-24T17:41:18.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:18 trial064 ceph-mon[44035]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:18.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:18 trial026 ceph-mon[40214]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:18.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:18 trial056 ceph-mon[43463]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:20.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:20 trial064 ceph-mon[44035]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:20.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:20 trial026 ceph-mon[40214]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:20.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:20 trial056 ceph-mon[43463]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:22.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:22 trial064 ceph-mon[44035]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:22.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:22 trial026 ceph-mon[40214]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:22.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:22 trial056 ceph-mon[43463]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:24.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:24 trial064 ceph-mon[44035]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:24.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:24 trial026 ceph-mon[40214]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:24.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:24 trial056 ceph-mon[43463]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:26.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:26 trial064 ceph-mon[44035]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:26.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:26 trial026 ceph-mon[40214]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:26.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:41:26 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:41:26] "GET /metrics HTTP/1.1" 200 3993 "" "Prometheus/3.6.0" 2026-02-24T17:41:26.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:26 trial056 ceph-mon[43463]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:28.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:28 trial064 ceph-mon[44035]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:28.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:28 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:28.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:28 trial026 ceph-mon[40214]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:28.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:28 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:28.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:28 trial056 ceph-mon[43463]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:28.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:28 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:30.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:30 trial064 ceph-mon[44035]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:30.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:30 trial026 ceph-mon[40214]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:30.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:30 trial056 ceph-mon[43463]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:32.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:32 trial064 ceph-mon[44035]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:32.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:32 trial026 ceph-mon[40214]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:32.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:32 trial056 ceph-mon[43463]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:34.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:34 trial064 ceph-mon[44035]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:34.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:41:34.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:41:34.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:41:34.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:41:34.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:34 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:41:34.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:34 trial026 ceph-mon[40214]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:34.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:41:34.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:41:34.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:41:34.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:41:34.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:34 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:41:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:34 trial056 ceph-mon[43463]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:41:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:41:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:41:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:41:34.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:34 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:41:36.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:36 trial064 ceph-mon[44035]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:36.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:36 trial026 ceph-mon[40214]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:36.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:41:36 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:41:36] "GET /metrics HTTP/1.1" 200 4001 "" "Prometheus/3.6.0" 2026-02-24T17:41:36.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:36 trial056 ceph-mon[43463]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:38.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:38 trial064 ceph-mon[44035]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:38.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:38 trial026 ceph-mon[40214]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:38.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:38 trial056 ceph-mon[43463]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:40.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:40 trial064 ceph-mon[44035]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:40.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:40 trial026 ceph-mon[40214]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:40.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:40 trial056 ceph-mon[43463]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:42.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:42 trial064 ceph-mon[44035]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:42.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:42 trial026 ceph-mon[40214]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:42.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:42 trial056 ceph-mon[43463]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:43.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:43 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:43.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:43 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:43.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:43 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:44.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:44 trial064 ceph-mon[44035]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:44.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:44 trial026 ceph-mon[40214]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:44.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:44 trial056 ceph-mon[43463]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:46.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:46 trial064 ceph-mon[44035]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:46.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:46 trial026 ceph-mon[40214]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:46.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:41:46 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:41:46] "GET /metrics HTTP/1.1" 200 3996 "" "Prometheus/3.6.0" 2026-02-24T17:41:46.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:46 trial056 ceph-mon[43463]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:48.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:48 trial064 ceph-mon[44035]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:48.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:48 trial026 ceph-mon[40214]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:48.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:48 trial056 ceph-mon[43463]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:50.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:50 trial064 ceph-mon[44035]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:50.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:50 trial026 ceph-mon[40214]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:50.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:50 trial056 ceph-mon[43463]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:52.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:52 trial064 ceph-mon[44035]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:52.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:52 trial026 ceph-mon[40214]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:52.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:52 trial056 ceph-mon[43463]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:54.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:54 trial064 ceph-mon[44035]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:54.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:54 trial026 ceph-mon[40214]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:54.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:54 trial056 ceph-mon[43463]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:56.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:56 trial064 ceph-mon[44035]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:56.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:56 trial026 ceph-mon[40214]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:56.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:41:56 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:41:56] "GET /metrics HTTP/1.1" 200 3996 "" "Prometheus/3.6.0" 2026-02-24T17:41:56.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:56 trial056 ceph-mon[43463]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:58.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:58 trial064 ceph-mon[44035]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:58.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:41:58 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:58.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:58 trial026 ceph-mon[40214]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:58.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:41:58 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:41:58.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:58 trial056 ceph-mon[43463]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:41:58.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:41:58 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:42:00.730 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:00 trial064 ceph-mon[44035]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:00.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:00 trial026 ceph-mon[40214]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:00.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:00 trial056 ceph-mon[43463]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:02.729 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:02 trial064 ceph-mon[44035]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:02.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:02 trial026 ceph-mon[40214]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:02.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:02 trial056 ceph-mon[43463]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:04.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:04 trial026 ceph-mon[40214]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:04.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:04 trial056 ceph-mon[43463]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:04.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:04 trial064 ceph-mon[44035]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:06.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:06 trial026 ceph-mon[40214]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:06.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:42:06 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:42:06] "GET /metrics HTTP/1.1" 200 3999 "" "Prometheus/3.6.0" 2026-02-24T17:42:06.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:06 trial056 ceph-mon[43463]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:06.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:06 trial064 ceph-mon[44035]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:07.572 INFO:teuthology.orchestra.run.trial064.stderr:+ openssl req -x509 -newkey rsa:4096 -keyout /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj '/CN=*' 2026-02-24T17:42:07.744 INFO:teuthology.orchestra.run.trial064.stderr:.............+..+......+....+......+++++++++++++++++++++++++++++++++++++++++++++*.+++++++++++++++++++++++++++++++++++++++++++++*......+.......+.....+....+......+............+..+....+.........+..+..................+...+...+....+.....................+...........+.+.....+.......+...+..............................+..............+..........+......+.................+.+.....+..........+.........+........+..........+.................+.+...........+......+..................+......+...+.......+........+.......+......+.........+......+...+..+.........+...............+....+.....+.......+..+...+........................+...+.+.................+...+....+..+....+..............+..........+....................+.......+...............+.........+............+.....+...+....+........+.............+.................+...+.+.........+..+....+...+...........+......+.........+.+.....+...+...+.........................+..+.+...........+.........+.+......+......................................+.+...+...............+...........+.......+............+..+....+.....+....+......+..+...+.+.....+..........+++++ 2026-02-24T17:42:07.779 INFO:teuthology.orchestra.run.trial064.stderr:....+...+..+............+.+......+++++++++++++++++++++++++++++++++++++++++++++*.+.....+.+..+.......+.........+..+...+.......+..+...+....+....................+++++++++++++++++++++++++++++++++++++++++++++*.........+.+........+............+......................+.....+.+..+.............+..........................+...+.......+.........+......+...+...........+.+......+.....+.........+...............................+..+...+.......+++++ 2026-02-24T17:42:07.790 INFO:teuthology.orchestra.run.trial064.stderr:----- 2026-02-24T17:42:07.792 INFO:teuthology.orchestra.run.trial064.stderr:+ cat 2026-02-24T17:42:07.794 INFO:teuthology.orchestra.run.trial064.stderr:+ echo ' ssl_cert: |' 2026-02-24T17:42:07.795 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.795 INFO:teuthology.orchestra.run.trial064.stderr:+ echo -----BEGIN CERTIFICATE----- 2026-02-24T17:42:07.795 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.796 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.796 INFO:teuthology.orchestra.run.trial064.stderr:+ echo MIIE+TCCAuGgAwIBAgIUMfSm02eJvCjhrT+3F2nOuwDae0cwDQYJKoZIhvcNAQEL 2026-02-24T17:42:07.796 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.796 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.797 INFO:teuthology.orchestra.run.trial064.stderr:+ echo BQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjQxNzQyMDdaFw0yNjAzMjYxNzQyMDda 2026-02-24T17:42:07.797 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.797 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.797 INFO:teuthology.orchestra.run.trial064.stderr:+ echo MAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDw 2026-02-24T17:42:07.798 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.798 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.798 INFO:teuthology.orchestra.run.trial064.stderr:+ echo J9vbcmJjJACvj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4Bq 2026-02-24T17:42:07.798 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.799 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.799 INFO:teuthology.orchestra.run.trial064.stderr:+ echo LJcPBEDFD3tKxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFT 2026-02-24T17:42:07.799 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.800 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.800 INFO:teuthology.orchestra.run.trial064.stderr:+ echo SLPiEr10Tu6WNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN 2026-02-24T17:42:07.800 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.800 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.800 INFO:teuthology.orchestra.run.trial064.stderr:+ echo 2oplsDyNWSmqtNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ9 2026-02-24T17:42:07.800 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.801 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.801 INFO:teuthology.orchestra.run.trial064.stderr:+ echo 3s2BwXQLsxdpKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4 2026-02-24T17:42:07.801 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.802 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.802 INFO:teuthology.orchestra.run.trial064.stderr:+ echo t2jyb23KGJkCIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I 2026-02-24T17:42:07.802 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.803 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.803 INFO:teuthology.orchestra.run.trial064.stderr:+ echo 61nqXc5FUf/qd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3Pe 2026-02-24T17:42:07.803 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.804 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.804 INFO:teuthology.orchestra.run.trial064.stderr:+ echo XsHsTTZR4jvO/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQ 2026-02-24T17:42:07.804 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.805 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.805 INFO:teuthology.orchestra.run.trial064.stderr:+ echo Uv3j09pHapJqvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3 2026-02-24T17:42:07.805 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.806 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.806 INFO:teuthology.orchestra.run.trial064.stderr:+ echo WPn/SR0D5DcEgQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4 2026-02-24T17:42:07.806 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.807 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.807 INFO:teuthology.orchestra.run.trial064.stderr:+ echo Bq3ANTUp52KgAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABo1MwUTAdBgNVHQ4E 2026-02-24T17:42:07.807 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.808 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.808 INFO:teuthology.orchestra.run.trial064.stderr:+ echo FgQUJy8NYhKm53ex5Bj7OjFQkex1ioMwHwYDVR0jBBgwFoAUJy8NYhKm53ex5Bj7 2026-02-24T17:42:07.808 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.809 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.809 INFO:teuthology.orchestra.run.trial064.stderr:+ echo OjFQkex1ioMwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEADwLs 2026-02-24T17:42:07.809 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.810 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.810 INFO:teuthology.orchestra.run.trial064.stderr:+ echo PtrX5ewvrXlKelMaRp2x+DNvupjr1Nyxqk0bzvZoK7lX6HslwiZyi2X4lS58loE3 2026-02-24T17:42:07.810 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.811 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.811 INFO:teuthology.orchestra.run.trial064.stderr:+ echo skUoGaB3e6UPn3VcZG+Um7aPVlt+AKvyKoOraktL3tPPXlQStobNFZGxuxxsQdVt 2026-02-24T17:42:07.811 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.812 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.812 INFO:teuthology.orchestra.run.trial064.stderr:+ echo +FgkGR/qmtR4nj9KAP035oCemBTq14VJz22fhnEu9lJBhrMztlDToU2F9daY6O/2 2026-02-24T17:42:07.812 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.813 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.813 INFO:teuthology.orchestra.run.trial064.stderr:+ echo RY+RvMwlg8eOK/TBwj4XVpSv+lDokIz/s5QFMD2NA31bE9SC2Wq+SylqfnqwIIdM 2026-02-24T17:42:07.813 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.814 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.814 INFO:teuthology.orchestra.run.trial064.stderr:+ echo f2x+UtGBcOKlceAUXADLERsStxJZH+PdfDOce/fl7R1uKNBhNLSnA+gSZ4ZGSZ84 2026-02-24T17:42:07.814 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.815 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.815 INFO:teuthology.orchestra.run.trial064.stderr:+ echo gBkZd/cVoWJ5tF3jceGcyKiXt0rktlE6B4MEckAywV3ASMWp+r+jMANDeS7fpKOI 2026-02-24T17:42:07.815 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.816 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.816 INFO:teuthology.orchestra.run.trial064.stderr:+ echo sgE0IzjSWv+UNYEDctIeQhLp9CGvfEjq64G8fj67QtK0DAk0ojIsli2ayIezitWK 2026-02-24T17:42:07.816 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.817 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.817 INFO:teuthology.orchestra.run.trial064.stderr:+ echo 1eR9mXli+BhdCJ6nomLA25SwAss+Ae2iGUzIAlVssHr9PUECPOWPzrxnGOkx7tJU 2026-02-24T17:42:07.817 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.817 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.818 INFO:teuthology.orchestra.run.trial064.stderr:+ echo CI49BcwRtalrbwwQbU2PbrjzJCfYy5ay5hPih/MVlJZIriGjT9F0xIKT9tMeSAnJ 2026-02-24T17:42:07.818 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.818 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.819 INFO:teuthology.orchestra.run.trial064.stderr:+ echo JG+el1aibZO7Hk19PQTobHtN2MkEXlF+49ZLslicFGBOS2YFJzyCefkjlDvLueuH 2026-02-24T17:42:07.819 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.819 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.819 INFO:teuthology.orchestra.run.trial064.stderr:+ echo xEGDXj+9pp2Qq1isM0mnyxUVa/DE1jik3wEjYfs= 2026-02-24T17:42:07.819 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.820 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.820 INFO:teuthology.orchestra.run.trial064.stderr:+ echo -----END CERTIFICATE----- 2026-02-24T17:42:07.820 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.821 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.821 INFO:teuthology.orchestra.run.trial064.stderr:+ echo ' ssl_key: |' 2026-02-24T17:42:07.821 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.821 INFO:teuthology.orchestra.run.trial064.stderr:+ echo -----BEGIN PRIVATE KEY----- 2026-02-24T17:42:07.821 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.822 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.822 INFO:teuthology.orchestra.run.trial064.stderr:+ echo MIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDwJ9vbcmJjJACv 2026-02-24T17:42:07.822 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.823 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.823 INFO:teuthology.orchestra.run.trial064.stderr:+ echo j8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4BqLJcPBEDFD3tK 2026-02-24T17:42:07.823 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.824 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.824 INFO:teuthology.orchestra.run.trial064.stderr:+ echo xH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFTSLPiEr10Tu6W 2026-02-24T17:42:07.824 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.825 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.825 INFO:teuthology.orchestra.run.trial064.stderr:+ echo NN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN2oplsDyNWSmq 2026-02-24T17:42:07.825 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.826 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.826 INFO:teuthology.orchestra.run.trial064.stderr:+ echo tNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ93s2BwXQLsxdp 2026-02-24T17:42:07.826 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.827 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.827 INFO:teuthology.orchestra.run.trial064.stderr:+ echo KI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4t2jyb23KGJkC 2026-02-24T17:42:07.827 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.828 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.828 INFO:teuthology.orchestra.run.trial064.stderr:+ echo IVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I61nqXc5FUf/q 2026-02-24T17:42:07.828 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.828 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.829 INFO:teuthology.orchestra.run.trial064.stderr:+ echo d5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3PeXsHsTTZR4jvO 2026-02-24T17:42:07.829 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.829 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.830 INFO:teuthology.orchestra.run.trial064.stderr:+ echo /P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQUv3j09pHapJq 2026-02-24T17:42:07.830 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.831 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.831 INFO:teuthology.orchestra.run.trial064.stderr:+ echo vCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3WPn/SR0D5DcE 2026-02-24T17:42:07.831 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.831 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.831 INFO:teuthology.orchestra.run.trial064.stderr:+ echo gQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4Bq3ANTUp52Kg 2026-02-24T17:42:07.832 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.832 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.832 INFO:teuthology.orchestra.run.trial064.stderr:+ echo AxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABAoICAGvsRaGvHCbYeZRr5kCl97CN 2026-02-24T17:42:07.832 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.833 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.833 INFO:teuthology.orchestra.run.trial064.stderr:+ echo SROP8BFjDX6yWSFu+gy3PqO17YFCdCqAE6moPB2g5u0P38yoSSElrW7ysaXyPuis 2026-02-24T17:42:07.833 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.834 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.834 INFO:teuthology.orchestra.run.trial064.stderr:+ echo ZieRp3O1zBZzsp4vxOZaeF88dKbXj4sMme9XVkCyqHFIdUotyMT5ab/HvvE79dqU 2026-02-24T17:42:07.834 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.834 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.835 INFO:teuthology.orchestra.run.trial064.stderr:+ echo gBqXOqUtfASgRXsROu9eqAMbbfPKA5ay/9W2yF6haFaS1OoQ0o1k2dQ0kuJsU37O 2026-02-24T17:42:07.835 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.835 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.836 INFO:teuthology.orchestra.run.trial064.stderr:+ echo fCMo+IpWxZfg1VblHcUPg+xuptJ+CxhJwvXuB7QU/kFPfIQIt0lAsM8ZocHg2hsq 2026-02-24T17:42:07.836 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.836 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.837 INFO:teuthology.orchestra.run.trial064.stderr:+ echo mkYk0Tt98yqj//yOJSLay7ReHaUNS5pDZIeBKdAKf3pE9h0o1SpidnReHAA11585 2026-02-24T17:42:07.837 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.837 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.837 INFO:teuthology.orchestra.run.trial064.stderr:+ echo Au7rWWA1Uqp3Exk8uknUItZ0Fa8fqDlEooPtiRzFEm+nBukzptIWmP8LlReY7mtn 2026-02-24T17:42:07.838 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.838 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.838 INFO:teuthology.orchestra.run.trial064.stderr:+ echo iLa28foyMXjtOhrrnbwhruEocqTNaluzGAInVC2qKyBripTH4o9xkTcfoTelTptL 2026-02-24T17:42:07.838 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.839 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.839 INFO:teuthology.orchestra.run.trial064.stderr:+ echo ODlCa9H1ehRwqPTtLho+stN/MrElMo2WcnF56+SmdAQfnK48mPKKduawi4hwwxWJ 2026-02-24T17:42:07.840 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.840 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.840 INFO:teuthology.orchestra.run.trial064.stderr:+ echo xImBWNWRiD1DOr7hflsDQxYbjGj3XktaHAPzYpY4hRMGXjFKKzndHgMY6MQM9yUO 2026-02-24T17:42:07.841 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.841 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.841 INFO:teuthology.orchestra.run.trial064.stderr:+ echo CJdK1mr7/cmMosUfx3XPtdYhMO4w0teLJIrlFgSaG2VMMmjOxbLIsdD5HLA2ei7g 2026-02-24T17:42:07.841 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.842 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.843 INFO:teuthology.orchestra.run.trial064.stderr:+ echo Z6JvpbQzjtN4gZ5W54mvAoIBAQD9lGmesCCU66ibjrY7uAely00v6JYZNQ7T5rRG 2026-02-24T17:42:07.843 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.843 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.844 INFO:teuthology.orchestra.run.trial064.stderr:+ echo KUOlnk+WqdKz7ckMoymaUv1zuQykJsNbw0DwvLTFitX3HXVIe/So3SE/RsKjjwLA 2026-02-24T17:42:07.844 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.844 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.845 INFO:teuthology.orchestra.run.trial064.stderr:+ echo 4h82bDp0WbRw/i8+V0rsZPDwvWa+AGrnS49UXHC6pPnrSl1dDS+RwMk3mtiN7boo 2026-02-24T17:42:07.845 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.845 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.845 INFO:teuthology.orchestra.run.trial064.stderr:+ echo EFLeb0K62WFXkYU8SPtt+Rkd2k3whFeDKOZQPYFMoZd8YIK06SDaBwjWKrqI6jBW 2026-02-24T17:42:07.845 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.846 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.846 INFO:teuthology.orchestra.run.trial064.stderr:+ echo Im01lJL1Np5mSEf4rZbWcpfs6tT1UdXFl4I4JokTwdXuTaN+1zIPgclat2XF85RJ 2026-02-24T17:42:07.846 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.847 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.847 INFO:teuthology.orchestra.run.trial064.stderr:+ echo UGXuENVC7B+7nVi13zHRq6GyOKQaNSATL5txMF5MfvdW6+PDAoIBAQDycqV87YGL 2026-02-24T17:42:07.847 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.848 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.848 INFO:teuthology.orchestra.run.trial064.stderr:+ echo OGvHEtLjnDl239vwJxHDpWYgtL+kh2LwCOQbn2Wftyfwe1Bpc6ZcY2ZX4qxXGbZK 2026-02-24T17:42:07.848 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.849 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.849 INFO:teuthology.orchestra.run.trial064.stderr:+ echo GtlWex11VMPm/MFgzfwqYJYoiQKdQyfcjrVgfukv2U8CO5AVT/8eF6Azd4Q2McJZ 2026-02-24T17:42:07.849 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.850 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.850 INFO:teuthology.orchestra.run.trial064.stderr:+ echo xvSTWzdxdY8uVYQVns3q7a+v1HM2i0z1yzzji5jKr9AN7jDaHOKIRKVWFm20RQtd 2026-02-24T17:42:07.850 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.851 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.851 INFO:teuthology.orchestra.run.trial064.stderr:+ echo aTmYuQbp6r+TW6RmjzMVfkHFH1n/hZWQZwek0YlqN5PpNVioZjVEFVRtsuXP7Xde 2026-02-24T17:42:07.851 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.851 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.852 INFO:teuthology.orchestra.run.trial064.stderr:+ echo H8339fwUM1XHUPvPqdyVqqxjNzIRh0V9tGtdZzozRuehCd0Jk45MUghV0RYxVoG4 2026-02-24T17:42:07.852 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.852 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.853 INFO:teuthology.orchestra.run.trial064.stderr:+ echo 6bE49HYI6hLDAoIBAQDu2nPeYKJgA9XuqK9ocwDpHyVWgiuYFM0htgaKq+WnRAZN 2026-02-24T17:42:07.853 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.853 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.854 INFO:teuthology.orchestra.run.trial064.stderr:+ echo sSriBpHA0JOoZJGOBnksycJsVe9+kxFnnU3LlbjajL+4q4nck2dVLqj2TEgAOFOb 2026-02-24T17:42:07.854 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.854 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.855 INFO:teuthology.orchestra.run.trial064.stderr:+ echo Mr/vSs3vV8QgBTiaWp1DTRtlQFwCp4wbkrhB8+sbcgcjsEcYlEd08L7PbAjSslRV 2026-02-24T17:42:07.855 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.855 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.855 INFO:teuthology.orchestra.run.trial064.stderr:+ echo sdqp5E1uqoQCY4dQAkg1zEKuLcE7RaPcLb2GD1Yu2AT0uXmOWfMYchcTmxvpQ0hl 2026-02-24T17:42:07.855 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.856 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.856 INFO:teuthology.orchestra.run.trial064.stderr:+ echo p4vuZhk82S3iU1BdfhkX9nx4wSyMfWfS71r2O7VMDaF+z859H5DCs5wyroNEiiCH 2026-02-24T17:42:07.856 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.857 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.857 INFO:teuthology.orchestra.run.trial064.stderr:+ echo B+kgDKb5sQG5MIR/XjDc6ruKtuYg6OF6BoIuIsWHAoIBAQDcVxdRX2TRSzigVto0 2026-02-24T17:42:07.857 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.858 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.858 INFO:teuthology.orchestra.run.trial064.stderr:+ echo o6GSCMcRDeDWJzaW2M4m0Cg5sErnU8j/C20P4HJnNAToiCnWC5rHGgYSeS42q3NN 2026-02-24T17:42:07.858 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.859 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.859 INFO:teuthology.orchestra.run.trial064.stderr:+ echo U/kqr2FsAih/twIg2sv2crcCeuwaQ5zXsK5egBVlWSuphJ1CyQbuXfCcuPVECq1r 2026-02-24T17:42:07.859 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.860 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.860 INFO:teuthology.orchestra.run.trial064.stderr:+ echo vwSefnepUocgUF3P9cuzsYwDAm9W+WKmKnxyfJwHTiMO5xxADegr4mf+wAfpZZcD 2026-02-24T17:42:07.860 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.861 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.861 INFO:teuthology.orchestra.run.trial064.stderr:+ echo 9iWf3bSexNwPV4ycgu6/C/+umgRXZVt2ngYd9y6Y9TLJqnztqZ20h8NpVoxRI0yy 2026-02-24T17:42:07.861 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.862 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.862 INFO:teuthology.orchestra.run.trial064.stderr:+ echo ayk1GMORqnVfzBoZnWsyhPbB1LuSyqMZQQJ318f70Q+NCyyqGXkK4+zHShOXiIzR 2026-02-24T17:42:07.862 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.863 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.863 INFO:teuthology.orchestra.run.trial064.stderr:+ echo czITAoIBAFlblsRZUv/ofB1P1tKotxsxwXsfKkPnBdQ5gtxyh29nlPy8/nPLUXJi 2026-02-24T17:42:07.863 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.863 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.864 INFO:teuthology.orchestra.run.trial064.stderr:+ echo 9h2xi85TMNVYR/L+KXQsmLd/vkyG61jSNF3F7A2gvl3/pkayVAKhe4BZt5ekJQBU 2026-02-24T17:42:07.864 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.864 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.865 INFO:teuthology.orchestra.run.trial064.stderr:+ echo mmmsCWil05mGJQmRjoROnHkhjNXd1q/STbTa6P+HuK7Q3q8JxmX21D61Ix/JyhkG 2026-02-24T17:42:07.865 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.865 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.865 INFO:teuthology.orchestra.run.trial064.stderr:+ echo JB7x2cqI+4M/4k+psffDTxogquQiWgxR1Wd6za0bkfhXp+iCrdeGAYrfE6ssIdlq 2026-02-24T17:42:07.865 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.866 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.866 INFO:teuthology.orchestra.run.trial064.stderr:+ echo wOb59YPkMaGW+U6KT00R0X5xm/Bwc8Hso78/R1ion2HD6HYaOM/ylabNF6qNAA7j 2026-02-24T17:42:07.866 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.867 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.867 INFO:teuthology.orchestra.run.trial064.stderr:+ echo n5LBRoQPtq2K7PlknAtdghUGmB+IEm0= 2026-02-24T17:42:07.867 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.868 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.868 INFO:teuthology.orchestra.run.trial064.stderr:+ echo -----END PRIVATE KEY----- 2026-02-24T17:42:07.868 INFO:teuthology.orchestra.run.trial064.stderr:+ sed -e 's/^/ /' 2026-02-24T17:42:07.869 INFO:teuthology.orchestra.run.trial064.stderr:+ read LINE 2026-02-24T17:42:07.869 INFO:teuthology.orchestra.run.trial064.stderr:+ ceph orch apply -i /tmp/mgmt.spec 2026-02-24T17:42:08.041 INFO:teuthology.orchestra.run.trial064.stdout:Scheduled mgmt-gateway update... 2026-02-24T17:42:08.214 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-24T17:42:08.229 INFO:tasks.cephadm:Waiting for ceph service mgmt-gateway to start (timeout 300)... 2026-02-24T17:42:08.230 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T17:42:08.349 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:42:08.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:08.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.556 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:08 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.583 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:08.583 INFO:teuthology.orchestra.run.trial026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-24T17:38:07.379612Z", "last_refresh": "2026-02-24T17:38:33.385326Z", "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-24T17:38:07.198493Z", "last_refresh": "2026-02-24T17:38:33.454817Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-24T17:42:08.039679Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial064"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUMfSm02eJvCjhrT+3F2nOuwDae0cwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjQxNzQyMDdaFw0yNjAzMjYxNzQyMDda\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDw\nJ9vbcmJjJACvj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4Bq\nLJcPBEDFD3tKxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFT\nSLPiEr10Tu6WNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN\n2oplsDyNWSmqtNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ9\n3s2BwXQLsxdpKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4\nt2jyb23KGJkCIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I\n61nqXc5FUf/qd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3Pe\nXsHsTTZR4jvO/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQ\nUv3j09pHapJqvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3\nWPn/SR0D5DcEgQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4\nBq3ANTUp52KgAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABo1MwUTAdBgNVHQ4E\nFgQUJy8NYhKm53ex5Bj7OjFQkex1ioMwHwYDVR0jBBgwFoAUJy8NYhKm53ex5Bj7\nOjFQkex1ioMwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEADwLs\nPtrX5ewvrXlKelMaRp2x+DNvupjr1Nyxqk0bzvZoK7lX6HslwiZyi2X4lS58loE3\nskUoGaB3e6UPn3VcZG+Um7aPVlt+AKvyKoOraktL3tPPXlQStobNFZGxuxxsQdVt\n+FgkGR/qmtR4nj9KAP035oCemBTq14VJz22fhnEu9lJBhrMztlDToU2F9daY6O/2\nRY+RvMwlg8eOK/TBwj4XVpSv+lDokIz/s5QFMD2NA31bE9SC2Wq+SylqfnqwIIdM\nf2x+UtGBcOKlceAUXADLERsStxJZH+PdfDOce/fl7R1uKNBhNLSnA+gSZ4ZGSZ84\ngBkZd/cVoWJ5tF3jceGcyKiXt0rktlE6B4MEckAywV3ASMWp+r+jMANDeS7fpKOI\nsgE0IzjSWv+UNYEDctIeQhLp9CGvfEjq64G8fj67QtK0DAk0ojIsli2ayIezitWK\n1eR9mXli+BhdCJ6nomLA25SwAss+Ae2iGUzIAlVssHr9PUECPOWPzrxnGOkx7tJU\nCI49BcwRtalrbwwQbU2PbrjzJCfYy5ay5hPih/MVlJZIriGjT9F0xIKT9tMeSAnJ\nJG+el1aibZO7Hk19PQTobHtN2MkEXlF+49ZLslicFGBOS2YFJzyCefkjlDvLueuH\nxEGDXj+9pp2Qq1isM0mnyxUVa/DE1jik3wEjYfs=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDwJ9vbcmJjJACv\nj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4BqLJcPBEDFD3tK\nxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFTSLPiEr10Tu6W\nNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN2oplsDyNWSmq\ntNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ93s2BwXQLsxdp\nKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4t2jyb23KGJkC\nIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I61nqXc5FUf/q\nd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3PeXsHsTTZR4jvO\n/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQUv3j09pHapJq\nvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3WPn/SR0D5DcE\ngQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4Bq3ANTUp52Kg\nAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABAoICAGvsRaGvHCbYeZRr5kCl97CN\nSROP8BFjDX6yWSFu+gy3PqO17YFCdCqAE6moPB2g5u0P38yoSSElrW7ysaXyPuis\nZieRp3O1zBZzsp4vxOZaeF88dKbXj4sMme9XVkCyqHFIdUotyMT5ab/HvvE79dqU\ngBqXOqUtfASgRXsROu9eqAMbbfPKA5ay/9W2yF6haFaS1OoQ0o1k2dQ0kuJsU37O\nfCMo+IpWxZfg1VblHcUPg+xuptJ+CxhJwvXuB7QU/kFPfIQIt0lAsM8ZocHg2hsq\nmkYk0Tt98yqj//yOJSLay7ReHaUNS5pDZIeBKdAKf3pE9h0o1SpidnReHAA11585\nAu7rWWA1Uqp3Exk8uknUItZ0Fa8fqDlEooPtiRzFEm+nBukzptIWmP8LlReY7mtn\niLa28foyMXjtOhrrnbwhruEocqTNaluzGAInVC2qKyBripTH4o9xkTcfoTelTptL\nODlCa9H1ehRwqPTtLho+stN/MrElMo2WcnF56+SmdAQfnK48mPKKduawi4hwwxWJ\nxImBWNWRiD1DOr7hflsDQxYbjGj3XktaHAPzYpY4hRMGXjFKKzndHgMY6MQM9yUO\nCJdK1mr7/cmMosUfx3XPtdYhMO4w0teLJIrlFgSaG2VMMmjOxbLIsdD5HLA2ei7g\nZ6JvpbQzjtN4gZ5W54mvAoIBAQD9lGmesCCU66ibjrY7uAely00v6JYZNQ7T5rRG\nKUOlnk+WqdKz7ckMoymaUv1zuQykJsNbw0DwvLTFitX3HXVIe/So3SE/RsKjjwLA\n4h82bDp0WbRw/i8+V0rsZPDwvWa+AGrnS49UXHC6pPnrSl1dDS+RwMk3mtiN7boo\nEFLeb0K62WFXkYU8SPtt+Rkd2k3whFeDKOZQPYFMoZd8YIK06SDaBwjWKrqI6jBW\nIm01lJL1Np5mSEf4rZbWcpfs6tT1UdXFl4I4JokTwdXuTaN+1zIPgclat2XF85RJ\nUGXuENVC7B+7nVi13zHRq6GyOKQaNSATL5txMF5MfvdW6+PDAoIBAQDycqV87YGL\nOGvHEtLjnDl239vwJxHDpWYgtL+kh2LwCOQbn2Wftyfwe1Bpc6ZcY2ZX4qxXGbZK\nGtlWex11VMPm/MFgzfwqYJYoiQKdQyfcjrVgfukv2U8CO5AVT/8eF6Azd4Q2McJZ\nxvSTWzdxdY8uVYQVns3q7a+v1HM2i0z1yzzji5jKr9AN7jDaHOKIRKVWFm20RQtd\naTmYuQbp6r+TW6RmjzMVfkHFH1n/hZWQZwek0YlqN5PpNVioZjVEFVRtsuXP7Xde\nH8339fwUM1XHUPvPqdyVqqxjNzIRh0V9tGtdZzozRuehCd0Jk45MUghV0RYxVoG4\n6bE49HYI6hLDAoIBAQDu2nPeYKJgA9XuqK9ocwDpHyVWgiuYFM0htgaKq+WnRAZN\nsSriBpHA0JOoZJGOBnksycJsVe9+kxFnnU3LlbjajL+4q4nck2dVLqj2TEgAOFOb\nMr/vSs3vV8QgBTiaWp1DTRtlQFwCp4wbkrhB8+sbcgcjsEcYlEd08L7PbAjSslRV\nsdqp5E1uqoQCY4dQAkg1zEKuLcE7RaPcLb2GD1Yu2AT0uXmOWfMYchcTmxvpQ0hl\np4vuZhk82S3iU1BdfhkX9nx4wSyMfWfS71r2O7VMDaF+z859H5DCs5wyroNEiiCH\nB+kgDKb5sQG5MIR/XjDc6ruKtuYg6OF6BoIuIsWHAoIBAQDcVxdRX2TRSzigVto0\no6GSCMcRDeDWJzaW2M4m0Cg5sErnU8j/C20P4HJnNAToiCnWC5rHGgYSeS42q3NN\nU/kqr2FsAih/twIg2sv2crcCeuwaQ5zXsK5egBVlWSuphJ1CyQbuXfCcuPVECq1r\nvwSefnepUocgUF3P9cuzsYwDAm9W+WKmKnxyfJwHTiMO5xxADegr4mf+wAfpZZcD\n9iWf3bSexNwPV4ycgu6/C/+umgRXZVt2ngYd9y6Y9TLJqnztqZ20h8NpVoxRI0yy\nayk1GMORqnVfzBoZnWsyhPbB1LuSyqMZQQJ318f70Q+NCyyqGXkK4+zHShOXiIzR\nczITAoIBAFlblsRZUv/ofB1P1tKotxsxwXsfKkPnBdQ5gtxyh29nlPy8/nPLUXJi\n9h2xi85TMNVYR/L+KXQsmLd/vkyG61jSNF3F7A2gvl3/pkayVAKhe4BZt5ekJQBU\nmmmsCWil05mGJQmRjoROnHkhjNXd1q/STbTa6P+HuK7Q3q8JxmX21D61Ix/JyhkG\nJB7x2cqI+4M/4k+psffDTxogquQiWgxR1Wd6za0bkfhXp+iCrdeGAYrfE6ssIdlq\nwOb59YPkMaGW+U6KT00R0X5xm/Bwc8Hso78/R1ion2HD6HYaOM/ylabNF6qNAA7j\nn5LBRoQPtq2K7PlknAtdghUGmB+IEm0=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-24T17:42:08.037776Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial026=a", "trial056=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T17:37:23.922970Z", "last_refresh": "2026-02-24T17:38:28.252168Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial026:10.20.193.26=a", "trial056:10.20.193.56=b", "trial064:10.20.193.64=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T17:37:08.892440Z", "last_refresh": "2026-02-24T17:38:28.252101Z", "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-24T17:38:07.027695Z", "last_refresh": "2026-02-24T17:38:28.252257Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial064"}, "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-24T17:37:48.062094Z", "last_refresh": "2026-02-24T17:38:28.252215Z", "running": 3, "size": 3}}, {"events": ["2026-02-24T17:38:30.194165Z 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-24T17:38:07.551933Z", "last_refresh": "2026-02-24T17:38:28.252300Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-24T17:42:08.720 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:08 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:08.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:42:08.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:42:08.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:42:08.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-24T17:42:08.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:08.981 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:08 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:09.722 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T17:42:09.746 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:09 trial026 ceph-mon[40214]: from='client.24313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:42:09.746 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:09 trial026 ceph-mon[40214]: Saving service mgmt-gateway spec with placement trial064 2026-02-24T17:42:09.746 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:09 trial026 ceph-mon[40214]: Deploying daemon mgmt-gateway.trial064 on trial064 2026-02-24T17:42:09.746 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:09 trial026 ceph-mon[40214]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:09.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:09 trial056 ceph-mon[43463]: from='client.24313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:42:09.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:09 trial056 ceph-mon[43463]: Saving service mgmt-gateway spec with placement trial064 2026-02-24T17:42:09.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:09 trial056 ceph-mon[43463]: Deploying daemon mgmt-gateway.trial064 on trial064 2026-02-24T17:42:09.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:09 trial056 ceph-mon[43463]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:09.840 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:42:09.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:09 trial064 ceph-mon[44035]: from='client.24313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-24T17:42:09.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:09 trial064 ceph-mon[44035]: Saving service mgmt-gateway spec with placement trial064 2026-02-24T17:42:09.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:09 trial064 ceph-mon[44035]: Deploying daemon mgmt-gateway.trial064 on trial064 2026-02-24T17:42:09.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:09 trial064 ceph-mon[44035]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:10.081 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:10.081 INFO:teuthology.orchestra.run.trial026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-24T17:38:07.379612Z", "last_refresh": "2026-02-24T17:38:33.385326Z", "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-24T17:38:07.198493Z", "last_refresh": "2026-02-24T17:38:33.454817Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-24T17:42:08.039679Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial064"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUMfSm02eJvCjhrT+3F2nOuwDae0cwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjQxNzQyMDdaFw0yNjAzMjYxNzQyMDda\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDw\nJ9vbcmJjJACvj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4Bq\nLJcPBEDFD3tKxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFT\nSLPiEr10Tu6WNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN\n2oplsDyNWSmqtNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ9\n3s2BwXQLsxdpKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4\nt2jyb23KGJkCIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I\n61nqXc5FUf/qd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3Pe\nXsHsTTZR4jvO/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQ\nUv3j09pHapJqvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3\nWPn/SR0D5DcEgQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4\nBq3ANTUp52KgAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABo1MwUTAdBgNVHQ4E\nFgQUJy8NYhKm53ex5Bj7OjFQkex1ioMwHwYDVR0jBBgwFoAUJy8NYhKm53ex5Bj7\nOjFQkex1ioMwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEADwLs\nPtrX5ewvrXlKelMaRp2x+DNvupjr1Nyxqk0bzvZoK7lX6HslwiZyi2X4lS58loE3\nskUoGaB3e6UPn3VcZG+Um7aPVlt+AKvyKoOraktL3tPPXlQStobNFZGxuxxsQdVt\n+FgkGR/qmtR4nj9KAP035oCemBTq14VJz22fhnEu9lJBhrMztlDToU2F9daY6O/2\nRY+RvMwlg8eOK/TBwj4XVpSv+lDokIz/s5QFMD2NA31bE9SC2Wq+SylqfnqwIIdM\nf2x+UtGBcOKlceAUXADLERsStxJZH+PdfDOce/fl7R1uKNBhNLSnA+gSZ4ZGSZ84\ngBkZd/cVoWJ5tF3jceGcyKiXt0rktlE6B4MEckAywV3ASMWp+r+jMANDeS7fpKOI\nsgE0IzjSWv+UNYEDctIeQhLp9CGvfEjq64G8fj67QtK0DAk0ojIsli2ayIezitWK\n1eR9mXli+BhdCJ6nomLA25SwAss+Ae2iGUzIAlVssHr9PUECPOWPzrxnGOkx7tJU\nCI49BcwRtalrbwwQbU2PbrjzJCfYy5ay5hPih/MVlJZIriGjT9F0xIKT9tMeSAnJ\nJG+el1aibZO7Hk19PQTobHtN2MkEXlF+49ZLslicFGBOS2YFJzyCefkjlDvLueuH\nxEGDXj+9pp2Qq1isM0mnyxUVa/DE1jik3wEjYfs=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDwJ9vbcmJjJACv\nj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4BqLJcPBEDFD3tK\nxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFTSLPiEr10Tu6W\nNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN2oplsDyNWSmq\ntNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ93s2BwXQLsxdp\nKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4t2jyb23KGJkC\nIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I61nqXc5FUf/q\nd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3PeXsHsTTZR4jvO\n/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQUv3j09pHapJq\nvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3WPn/SR0D5DcE\ngQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4Bq3ANTUp52Kg\nAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABAoICAGvsRaGvHCbYeZRr5kCl97CN\nSROP8BFjDX6yWSFu+gy3PqO17YFCdCqAE6moPB2g5u0P38yoSSElrW7ysaXyPuis\nZieRp3O1zBZzsp4vxOZaeF88dKbXj4sMme9XVkCyqHFIdUotyMT5ab/HvvE79dqU\ngBqXOqUtfASgRXsROu9eqAMbbfPKA5ay/9W2yF6haFaS1OoQ0o1k2dQ0kuJsU37O\nfCMo+IpWxZfg1VblHcUPg+xuptJ+CxhJwvXuB7QU/kFPfIQIt0lAsM8ZocHg2hsq\nmkYk0Tt98yqj//yOJSLay7ReHaUNS5pDZIeBKdAKf3pE9h0o1SpidnReHAA11585\nAu7rWWA1Uqp3Exk8uknUItZ0Fa8fqDlEooPtiRzFEm+nBukzptIWmP8LlReY7mtn\niLa28foyMXjtOhrrnbwhruEocqTNaluzGAInVC2qKyBripTH4o9xkTcfoTelTptL\nODlCa9H1ehRwqPTtLho+stN/MrElMo2WcnF56+SmdAQfnK48mPKKduawi4hwwxWJ\nxImBWNWRiD1DOr7hflsDQxYbjGj3XktaHAPzYpY4hRMGXjFKKzndHgMY6MQM9yUO\nCJdK1mr7/cmMosUfx3XPtdYhMO4w0teLJIrlFgSaG2VMMmjOxbLIsdD5HLA2ei7g\nZ6JvpbQzjtN4gZ5W54mvAoIBAQD9lGmesCCU66ibjrY7uAely00v6JYZNQ7T5rRG\nKUOlnk+WqdKz7ckMoymaUv1zuQykJsNbw0DwvLTFitX3HXVIe/So3SE/RsKjjwLA\n4h82bDp0WbRw/i8+V0rsZPDwvWa+AGrnS49UXHC6pPnrSl1dDS+RwMk3mtiN7boo\nEFLeb0K62WFXkYU8SPtt+Rkd2k3whFeDKOZQPYFMoZd8YIK06SDaBwjWKrqI6jBW\nIm01lJL1Np5mSEf4rZbWcpfs6tT1UdXFl4I4JokTwdXuTaN+1zIPgclat2XF85RJ\nUGXuENVC7B+7nVi13zHRq6GyOKQaNSATL5txMF5MfvdW6+PDAoIBAQDycqV87YGL\nOGvHEtLjnDl239vwJxHDpWYgtL+kh2LwCOQbn2Wftyfwe1Bpc6ZcY2ZX4qxXGbZK\nGtlWex11VMPm/MFgzfwqYJYoiQKdQyfcjrVgfukv2U8CO5AVT/8eF6Azd4Q2McJZ\nxvSTWzdxdY8uVYQVns3q7a+v1HM2i0z1yzzji5jKr9AN7jDaHOKIRKVWFm20RQtd\naTmYuQbp6r+TW6RmjzMVfkHFH1n/hZWQZwek0YlqN5PpNVioZjVEFVRtsuXP7Xde\nH8339fwUM1XHUPvPqdyVqqxjNzIRh0V9tGtdZzozRuehCd0Jk45MUghV0RYxVoG4\n6bE49HYI6hLDAoIBAQDu2nPeYKJgA9XuqK9ocwDpHyVWgiuYFM0htgaKq+WnRAZN\nsSriBpHA0JOoZJGOBnksycJsVe9+kxFnnU3LlbjajL+4q4nck2dVLqj2TEgAOFOb\nMr/vSs3vV8QgBTiaWp1DTRtlQFwCp4wbkrhB8+sbcgcjsEcYlEd08L7PbAjSslRV\nsdqp5E1uqoQCY4dQAkg1zEKuLcE7RaPcLb2GD1Yu2AT0uXmOWfMYchcTmxvpQ0hl\np4vuZhk82S3iU1BdfhkX9nx4wSyMfWfS71r2O7VMDaF+z859H5DCs5wyroNEiiCH\nB+kgDKb5sQG5MIR/XjDc6ruKtuYg6OF6BoIuIsWHAoIBAQDcVxdRX2TRSzigVto0\no6GSCMcRDeDWJzaW2M4m0Cg5sErnU8j/C20P4HJnNAToiCnWC5rHGgYSeS42q3NN\nU/kqr2FsAih/twIg2sv2crcCeuwaQ5zXsK5egBVlWSuphJ1CyQbuXfCcuPVECq1r\nvwSefnepUocgUF3P9cuzsYwDAm9W+WKmKnxyfJwHTiMO5xxADegr4mf+wAfpZZcD\n9iWf3bSexNwPV4ycgu6/C/+umgRXZVt2ngYd9y6Y9TLJqnztqZ20h8NpVoxRI0yy\nayk1GMORqnVfzBoZnWsyhPbB1LuSyqMZQQJ318f70Q+NCyyqGXkK4+zHShOXiIzR\nczITAoIBAFlblsRZUv/ofB1P1tKotxsxwXsfKkPnBdQ5gtxyh29nlPy8/nPLUXJi\n9h2xi85TMNVYR/L+KXQsmLd/vkyG61jSNF3F7A2gvl3/pkayVAKhe4BZt5ekJQBU\nmmmsCWil05mGJQmRjoROnHkhjNXd1q/STbTa6P+HuK7Q3q8JxmX21D61Ix/JyhkG\nJB7x2cqI+4M/4k+psffDTxogquQiWgxR1Wd6za0bkfhXp+iCrdeGAYrfE6ssIdlq\nwOb59YPkMaGW+U6KT00R0X5xm/Bwc8Hso78/R1ion2HD6HYaOM/ylabNF6qNAA7j\nn5LBRoQPtq2K7PlknAtdghUGmB+IEm0=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-24T17:42:08.037776Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial026=a", "trial056=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T17:37:23.922970Z", "last_refresh": "2026-02-24T17:38:28.252168Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial026:10.20.193.26=a", "trial056:10.20.193.56=b", "trial064:10.20.193.64=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T17:37:08.892440Z", "last_refresh": "2026-02-24T17:38:28.252101Z", "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-24T17:38:07.027695Z", "last_refresh": "2026-02-24T17:38:28.252257Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial064"}, "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-24T17:37:48.062094Z", "last_refresh": "2026-02-24T17:38:28.252215Z", "running": 3, "size": 3}}, {"events": ["2026-02-24T17:38:30.194165Z 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-24T17:38:07.551933Z", "last_refresh": "2026-02-24T17:38:28.252300Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-24T17:42:10.220 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-24T17:42:10.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:10 trial026 ceph-mon[40214]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:10.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:10 trial056 ceph-mon[43463]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:10.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:10 trial064 ceph-mon[44035]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:11.221 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T17:42:11.337 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:42:11.555 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:11 trial026 ceph-mon[40214]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:11.578 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:11.578 INFO:teuthology.orchestra.run.trial026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-24T17:38:07.379612Z", "last_refresh": "2026-02-24T17:38:33.385326Z", "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-24T17:38:07.198493Z", "last_refresh": "2026-02-24T17:38:33.454817Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-24T17:42:08.039679Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial064"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUMfSm02eJvCjhrT+3F2nOuwDae0cwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjQxNzQyMDdaFw0yNjAzMjYxNzQyMDda\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDw\nJ9vbcmJjJACvj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4Bq\nLJcPBEDFD3tKxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFT\nSLPiEr10Tu6WNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN\n2oplsDyNWSmqtNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ9\n3s2BwXQLsxdpKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4\nt2jyb23KGJkCIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I\n61nqXc5FUf/qd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3Pe\nXsHsTTZR4jvO/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQ\nUv3j09pHapJqvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3\nWPn/SR0D5DcEgQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4\nBq3ANTUp52KgAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABo1MwUTAdBgNVHQ4E\nFgQUJy8NYhKm53ex5Bj7OjFQkex1ioMwHwYDVR0jBBgwFoAUJy8NYhKm53ex5Bj7\nOjFQkex1ioMwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEADwLs\nPtrX5ewvrXlKelMaRp2x+DNvupjr1Nyxqk0bzvZoK7lX6HslwiZyi2X4lS58loE3\nskUoGaB3e6UPn3VcZG+Um7aPVlt+AKvyKoOraktL3tPPXlQStobNFZGxuxxsQdVt\n+FgkGR/qmtR4nj9KAP035oCemBTq14VJz22fhnEu9lJBhrMztlDToU2F9daY6O/2\nRY+RvMwlg8eOK/TBwj4XVpSv+lDokIz/s5QFMD2NA31bE9SC2Wq+SylqfnqwIIdM\nf2x+UtGBcOKlceAUXADLERsStxJZH+PdfDOce/fl7R1uKNBhNLSnA+gSZ4ZGSZ84\ngBkZd/cVoWJ5tF3jceGcyKiXt0rktlE6B4MEckAywV3ASMWp+r+jMANDeS7fpKOI\nsgE0IzjSWv+UNYEDctIeQhLp9CGvfEjq64G8fj67QtK0DAk0ojIsli2ayIezitWK\n1eR9mXli+BhdCJ6nomLA25SwAss+Ae2iGUzIAlVssHr9PUECPOWPzrxnGOkx7tJU\nCI49BcwRtalrbwwQbU2PbrjzJCfYy5ay5hPih/MVlJZIriGjT9F0xIKT9tMeSAnJ\nJG+el1aibZO7Hk19PQTobHtN2MkEXlF+49ZLslicFGBOS2YFJzyCefkjlDvLueuH\nxEGDXj+9pp2Qq1isM0mnyxUVa/DE1jik3wEjYfs=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDwJ9vbcmJjJACv\nj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4BqLJcPBEDFD3tK\nxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFTSLPiEr10Tu6W\nNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN2oplsDyNWSmq\ntNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ93s2BwXQLsxdp\nKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4t2jyb23KGJkC\nIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I61nqXc5FUf/q\nd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3PeXsHsTTZR4jvO\n/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQUv3j09pHapJq\nvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3WPn/SR0D5DcE\ngQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4Bq3ANTUp52Kg\nAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABAoICAGvsRaGvHCbYeZRr5kCl97CN\nSROP8BFjDX6yWSFu+gy3PqO17YFCdCqAE6moPB2g5u0P38yoSSElrW7ysaXyPuis\nZieRp3O1zBZzsp4vxOZaeF88dKbXj4sMme9XVkCyqHFIdUotyMT5ab/HvvE79dqU\ngBqXOqUtfASgRXsROu9eqAMbbfPKA5ay/9W2yF6haFaS1OoQ0o1k2dQ0kuJsU37O\nfCMo+IpWxZfg1VblHcUPg+xuptJ+CxhJwvXuB7QU/kFPfIQIt0lAsM8ZocHg2hsq\nmkYk0Tt98yqj//yOJSLay7ReHaUNS5pDZIeBKdAKf3pE9h0o1SpidnReHAA11585\nAu7rWWA1Uqp3Exk8uknUItZ0Fa8fqDlEooPtiRzFEm+nBukzptIWmP8LlReY7mtn\niLa28foyMXjtOhrrnbwhruEocqTNaluzGAInVC2qKyBripTH4o9xkTcfoTelTptL\nODlCa9H1ehRwqPTtLho+stN/MrElMo2WcnF56+SmdAQfnK48mPKKduawi4hwwxWJ\nxImBWNWRiD1DOr7hflsDQxYbjGj3XktaHAPzYpY4hRMGXjFKKzndHgMY6MQM9yUO\nCJdK1mr7/cmMosUfx3XPtdYhMO4w0teLJIrlFgSaG2VMMmjOxbLIsdD5HLA2ei7g\nZ6JvpbQzjtN4gZ5W54mvAoIBAQD9lGmesCCU66ibjrY7uAely00v6JYZNQ7T5rRG\nKUOlnk+WqdKz7ckMoymaUv1zuQykJsNbw0DwvLTFitX3HXVIe/So3SE/RsKjjwLA\n4h82bDp0WbRw/i8+V0rsZPDwvWa+AGrnS49UXHC6pPnrSl1dDS+RwMk3mtiN7boo\nEFLeb0K62WFXkYU8SPtt+Rkd2k3whFeDKOZQPYFMoZd8YIK06SDaBwjWKrqI6jBW\nIm01lJL1Np5mSEf4rZbWcpfs6tT1UdXFl4I4JokTwdXuTaN+1zIPgclat2XF85RJ\nUGXuENVC7B+7nVi13zHRq6GyOKQaNSATL5txMF5MfvdW6+PDAoIBAQDycqV87YGL\nOGvHEtLjnDl239vwJxHDpWYgtL+kh2LwCOQbn2Wftyfwe1Bpc6ZcY2ZX4qxXGbZK\nGtlWex11VMPm/MFgzfwqYJYoiQKdQyfcjrVgfukv2U8CO5AVT/8eF6Azd4Q2McJZ\nxvSTWzdxdY8uVYQVns3q7a+v1HM2i0z1yzzji5jKr9AN7jDaHOKIRKVWFm20RQtd\naTmYuQbp6r+TW6RmjzMVfkHFH1n/hZWQZwek0YlqN5PpNVioZjVEFVRtsuXP7Xde\nH8339fwUM1XHUPvPqdyVqqxjNzIRh0V9tGtdZzozRuehCd0Jk45MUghV0RYxVoG4\n6bE49HYI6hLDAoIBAQDu2nPeYKJgA9XuqK9ocwDpHyVWgiuYFM0htgaKq+WnRAZN\nsSriBpHA0JOoZJGOBnksycJsVe9+kxFnnU3LlbjajL+4q4nck2dVLqj2TEgAOFOb\nMr/vSs3vV8QgBTiaWp1DTRtlQFwCp4wbkrhB8+sbcgcjsEcYlEd08L7PbAjSslRV\nsdqp5E1uqoQCY4dQAkg1zEKuLcE7RaPcLb2GD1Yu2AT0uXmOWfMYchcTmxvpQ0hl\np4vuZhk82S3iU1BdfhkX9nx4wSyMfWfS71r2O7VMDaF+z859H5DCs5wyroNEiiCH\nB+kgDKb5sQG5MIR/XjDc6ruKtuYg6OF6BoIuIsWHAoIBAQDcVxdRX2TRSzigVto0\no6GSCMcRDeDWJzaW2M4m0Cg5sErnU8j/C20P4HJnNAToiCnWC5rHGgYSeS42q3NN\nU/kqr2FsAih/twIg2sv2crcCeuwaQ5zXsK5egBVlWSuphJ1CyQbuXfCcuPVECq1r\nvwSefnepUocgUF3P9cuzsYwDAm9W+WKmKnxyfJwHTiMO5xxADegr4mf+wAfpZZcD\n9iWf3bSexNwPV4ycgu6/C/+umgRXZVt2ngYd9y6Y9TLJqnztqZ20h8NpVoxRI0yy\nayk1GMORqnVfzBoZnWsyhPbB1LuSyqMZQQJ318f70Q+NCyyqGXkK4+zHShOXiIzR\nczITAoIBAFlblsRZUv/ofB1P1tKotxsxwXsfKkPnBdQ5gtxyh29nlPy8/nPLUXJi\n9h2xi85TMNVYR/L+KXQsmLd/vkyG61jSNF3F7A2gvl3/pkayVAKhe4BZt5ekJQBU\nmmmsCWil05mGJQmRjoROnHkhjNXd1q/STbTa6P+HuK7Q3q8JxmX21D61Ix/JyhkG\nJB7x2cqI+4M/4k+psffDTxogquQiWgxR1Wd6za0bkfhXp+iCrdeGAYrfE6ssIdlq\nwOb59YPkMaGW+U6KT00R0X5xm/Bwc8Hso78/R1ion2HD6HYaOM/ylabNF6qNAA7j\nn5LBRoQPtq2K7PlknAtdghUGmB+IEm0=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-24T17:42:08.037776Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial026=a", "trial056=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T17:37:23.922970Z", "last_refresh": "2026-02-24T17:38:28.252168Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial026:10.20.193.26=a", "trial056:10.20.193.56=b", "trial064:10.20.193.64=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T17:37:08.892440Z", "last_refresh": "2026-02-24T17:38:28.252101Z", "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-24T17:38:07.027695Z", "last_refresh": "2026-02-24T17:38:28.252257Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial064"}, "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-24T17:37:48.062094Z", "last_refresh": "2026-02-24T17:38:28.252215Z", "running": 3, "size": 3}}, {"events": ["2026-02-24T17:38:30.194165Z 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-24T17:38:07.551933Z", "last_refresh": "2026-02-24T17:38:28.252300Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-24T17:42:11.716 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-24T17:42:11.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:11 trial056 ceph-mon[43463]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:11.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:11 trial064 ceph-mon[44035]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:12.717 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T17:42:12.742 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:12 trial026 ceph-mon[40214]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:12.742 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:12 trial026 ceph-mon[40214]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:12.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:12 trial056 ceph-mon[43463]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:12.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:12 trial056 ceph-mon[43463]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:12.834 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:42:12.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:12 trial064 ceph-mon[44035]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:12.979 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:12 trial064 ceph-mon[44035]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:13.065 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:13.065 INFO:teuthology.orchestra.run.trial026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-24T17:38:07.379612Z", "last_refresh": "2026-02-24T17:38:33.385326Z", "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-24T17:38:07.198493Z", "last_refresh": "2026-02-24T17:38:33.454817Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-24T17:42:08.039679Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial064"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUMfSm02eJvCjhrT+3F2nOuwDae0cwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjQxNzQyMDdaFw0yNjAzMjYxNzQyMDda\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDw\nJ9vbcmJjJACvj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4Bq\nLJcPBEDFD3tKxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFT\nSLPiEr10Tu6WNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN\n2oplsDyNWSmqtNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ9\n3s2BwXQLsxdpKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4\nt2jyb23KGJkCIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I\n61nqXc5FUf/qd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3Pe\nXsHsTTZR4jvO/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQ\nUv3j09pHapJqvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3\nWPn/SR0D5DcEgQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4\nBq3ANTUp52KgAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABo1MwUTAdBgNVHQ4E\nFgQUJy8NYhKm53ex5Bj7OjFQkex1ioMwHwYDVR0jBBgwFoAUJy8NYhKm53ex5Bj7\nOjFQkex1ioMwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEADwLs\nPtrX5ewvrXlKelMaRp2x+DNvupjr1Nyxqk0bzvZoK7lX6HslwiZyi2X4lS58loE3\nskUoGaB3e6UPn3VcZG+Um7aPVlt+AKvyKoOraktL3tPPXlQStobNFZGxuxxsQdVt\n+FgkGR/qmtR4nj9KAP035oCemBTq14VJz22fhnEu9lJBhrMztlDToU2F9daY6O/2\nRY+RvMwlg8eOK/TBwj4XVpSv+lDokIz/s5QFMD2NA31bE9SC2Wq+SylqfnqwIIdM\nf2x+UtGBcOKlceAUXADLERsStxJZH+PdfDOce/fl7R1uKNBhNLSnA+gSZ4ZGSZ84\ngBkZd/cVoWJ5tF3jceGcyKiXt0rktlE6B4MEckAywV3ASMWp+r+jMANDeS7fpKOI\nsgE0IzjSWv+UNYEDctIeQhLp9CGvfEjq64G8fj67QtK0DAk0ojIsli2ayIezitWK\n1eR9mXli+BhdCJ6nomLA25SwAss+Ae2iGUzIAlVssHr9PUECPOWPzrxnGOkx7tJU\nCI49BcwRtalrbwwQbU2PbrjzJCfYy5ay5hPih/MVlJZIriGjT9F0xIKT9tMeSAnJ\nJG+el1aibZO7Hk19PQTobHtN2MkEXlF+49ZLslicFGBOS2YFJzyCefkjlDvLueuH\nxEGDXj+9pp2Qq1isM0mnyxUVa/DE1jik3wEjYfs=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDwJ9vbcmJjJACv\nj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4BqLJcPBEDFD3tK\nxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFTSLPiEr10Tu6W\nNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN2oplsDyNWSmq\ntNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ93s2BwXQLsxdp\nKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4t2jyb23KGJkC\nIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I61nqXc5FUf/q\nd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3PeXsHsTTZR4jvO\n/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQUv3j09pHapJq\nvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3WPn/SR0D5DcE\ngQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4Bq3ANTUp52Kg\nAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABAoICAGvsRaGvHCbYeZRr5kCl97CN\nSROP8BFjDX6yWSFu+gy3PqO17YFCdCqAE6moPB2g5u0P38yoSSElrW7ysaXyPuis\nZieRp3O1zBZzsp4vxOZaeF88dKbXj4sMme9XVkCyqHFIdUotyMT5ab/HvvE79dqU\ngBqXOqUtfASgRXsROu9eqAMbbfPKA5ay/9W2yF6haFaS1OoQ0o1k2dQ0kuJsU37O\nfCMo+IpWxZfg1VblHcUPg+xuptJ+CxhJwvXuB7QU/kFPfIQIt0lAsM8ZocHg2hsq\nmkYk0Tt98yqj//yOJSLay7ReHaUNS5pDZIeBKdAKf3pE9h0o1SpidnReHAA11585\nAu7rWWA1Uqp3Exk8uknUItZ0Fa8fqDlEooPtiRzFEm+nBukzptIWmP8LlReY7mtn\niLa28foyMXjtOhrrnbwhruEocqTNaluzGAInVC2qKyBripTH4o9xkTcfoTelTptL\nODlCa9H1ehRwqPTtLho+stN/MrElMo2WcnF56+SmdAQfnK48mPKKduawi4hwwxWJ\nxImBWNWRiD1DOr7hflsDQxYbjGj3XktaHAPzYpY4hRMGXjFKKzndHgMY6MQM9yUO\nCJdK1mr7/cmMosUfx3XPtdYhMO4w0teLJIrlFgSaG2VMMmjOxbLIsdD5HLA2ei7g\nZ6JvpbQzjtN4gZ5W54mvAoIBAQD9lGmesCCU66ibjrY7uAely00v6JYZNQ7T5rRG\nKUOlnk+WqdKz7ckMoymaUv1zuQykJsNbw0DwvLTFitX3HXVIe/So3SE/RsKjjwLA\n4h82bDp0WbRw/i8+V0rsZPDwvWa+AGrnS49UXHC6pPnrSl1dDS+RwMk3mtiN7boo\nEFLeb0K62WFXkYU8SPtt+Rkd2k3whFeDKOZQPYFMoZd8YIK06SDaBwjWKrqI6jBW\nIm01lJL1Np5mSEf4rZbWcpfs6tT1UdXFl4I4JokTwdXuTaN+1zIPgclat2XF85RJ\nUGXuENVC7B+7nVi13zHRq6GyOKQaNSATL5txMF5MfvdW6+PDAoIBAQDycqV87YGL\nOGvHEtLjnDl239vwJxHDpWYgtL+kh2LwCOQbn2Wftyfwe1Bpc6ZcY2ZX4qxXGbZK\nGtlWex11VMPm/MFgzfwqYJYoiQKdQyfcjrVgfukv2U8CO5AVT/8eF6Azd4Q2McJZ\nxvSTWzdxdY8uVYQVns3q7a+v1HM2i0z1yzzji5jKr9AN7jDaHOKIRKVWFm20RQtd\naTmYuQbp6r+TW6RmjzMVfkHFH1n/hZWQZwek0YlqN5PpNVioZjVEFVRtsuXP7Xde\nH8339fwUM1XHUPvPqdyVqqxjNzIRh0V9tGtdZzozRuehCd0Jk45MUghV0RYxVoG4\n6bE49HYI6hLDAoIBAQDu2nPeYKJgA9XuqK9ocwDpHyVWgiuYFM0htgaKq+WnRAZN\nsSriBpHA0JOoZJGOBnksycJsVe9+kxFnnU3LlbjajL+4q4nck2dVLqj2TEgAOFOb\nMr/vSs3vV8QgBTiaWp1DTRtlQFwCp4wbkrhB8+sbcgcjsEcYlEd08L7PbAjSslRV\nsdqp5E1uqoQCY4dQAkg1zEKuLcE7RaPcLb2GD1Yu2AT0uXmOWfMYchcTmxvpQ0hl\np4vuZhk82S3iU1BdfhkX9nx4wSyMfWfS71r2O7VMDaF+z859H5DCs5wyroNEiiCH\nB+kgDKb5sQG5MIR/XjDc6ruKtuYg6OF6BoIuIsWHAoIBAQDcVxdRX2TRSzigVto0\no6GSCMcRDeDWJzaW2M4m0Cg5sErnU8j/C20P4HJnNAToiCnWC5rHGgYSeS42q3NN\nU/kqr2FsAih/twIg2sv2crcCeuwaQ5zXsK5egBVlWSuphJ1CyQbuXfCcuPVECq1r\nvwSefnepUocgUF3P9cuzsYwDAm9W+WKmKnxyfJwHTiMO5xxADegr4mf+wAfpZZcD\n9iWf3bSexNwPV4ycgu6/C/+umgRXZVt2ngYd9y6Y9TLJqnztqZ20h8NpVoxRI0yy\nayk1GMORqnVfzBoZnWsyhPbB1LuSyqMZQQJ318f70Q+NCyyqGXkK4+zHShOXiIzR\nczITAoIBAFlblsRZUv/ofB1P1tKotxsxwXsfKkPnBdQ5gtxyh29nlPy8/nPLUXJi\n9h2xi85TMNVYR/L+KXQsmLd/vkyG61jSNF3F7A2gvl3/pkayVAKhe4BZt5ekJQBU\nmmmsCWil05mGJQmRjoROnHkhjNXd1q/STbTa6P+HuK7Q3q8JxmX21D61Ix/JyhkG\nJB7x2cqI+4M/4k+psffDTxogquQiWgxR1Wd6za0bkfhXp+iCrdeGAYrfE6ssIdlq\nwOb59YPkMaGW+U6KT00R0X5xm/Bwc8Hso78/R1ion2HD6HYaOM/ylabNF6qNAA7j\nn5LBRoQPtq2K7PlknAtdghUGmB+IEm0=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-24T17:42:08.037776Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial026=a", "trial056=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T17:37:23.922970Z", "last_refresh": "2026-02-24T17:38:28.252168Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial026:10.20.193.26=a", "trial056:10.20.193.56=b", "trial064:10.20.193.64=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T17:37:08.892440Z", "last_refresh": "2026-02-24T17:38:28.252101Z", "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-24T17:38:07.027695Z", "last_refresh": "2026-02-24T17:38:28.252257Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial064"}, "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-24T17:37:48.062094Z", "last_refresh": "2026-02-24T17:38:28.252215Z", "running": 3, "size": 3}}, {"events": ["2026-02-24T17:38:30.194165Z 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-24T17:38:07.551933Z", "last_refresh": "2026-02-24T17:38:28.252300Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-24T17:42:13.203 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-24T17:42:13.804 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:13 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:42:13.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:13 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:42:13.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:13 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-24T17:42:14.204 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T17:42:14.323 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:42:14.553 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:14.553 INFO:teuthology.orchestra.run.trial026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-24T17:38:07.379612Z", "last_refresh": "2026-02-24T17:38:33.385326Z", "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-24T17:38:07.198493Z", "last_refresh": "2026-02-24T17:38:33.454817Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-24T17:42:08.039679Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial064"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUMfSm02eJvCjhrT+3F2nOuwDae0cwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjQxNzQyMDdaFw0yNjAzMjYxNzQyMDda\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDw\nJ9vbcmJjJACvj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4Bq\nLJcPBEDFD3tKxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFT\nSLPiEr10Tu6WNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN\n2oplsDyNWSmqtNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ9\n3s2BwXQLsxdpKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4\nt2jyb23KGJkCIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I\n61nqXc5FUf/qd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3Pe\nXsHsTTZR4jvO/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQ\nUv3j09pHapJqvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3\nWPn/SR0D5DcEgQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4\nBq3ANTUp52KgAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABo1MwUTAdBgNVHQ4E\nFgQUJy8NYhKm53ex5Bj7OjFQkex1ioMwHwYDVR0jBBgwFoAUJy8NYhKm53ex5Bj7\nOjFQkex1ioMwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEADwLs\nPtrX5ewvrXlKelMaRp2x+DNvupjr1Nyxqk0bzvZoK7lX6HslwiZyi2X4lS58loE3\nskUoGaB3e6UPn3VcZG+Um7aPVlt+AKvyKoOraktL3tPPXlQStobNFZGxuxxsQdVt\n+FgkGR/qmtR4nj9KAP035oCemBTq14VJz22fhnEu9lJBhrMztlDToU2F9daY6O/2\nRY+RvMwlg8eOK/TBwj4XVpSv+lDokIz/s5QFMD2NA31bE9SC2Wq+SylqfnqwIIdM\nf2x+UtGBcOKlceAUXADLERsStxJZH+PdfDOce/fl7R1uKNBhNLSnA+gSZ4ZGSZ84\ngBkZd/cVoWJ5tF3jceGcyKiXt0rktlE6B4MEckAywV3ASMWp+r+jMANDeS7fpKOI\nsgE0IzjSWv+UNYEDctIeQhLp9CGvfEjq64G8fj67QtK0DAk0ojIsli2ayIezitWK\n1eR9mXli+BhdCJ6nomLA25SwAss+Ae2iGUzIAlVssHr9PUECPOWPzrxnGOkx7tJU\nCI49BcwRtalrbwwQbU2PbrjzJCfYy5ay5hPih/MVlJZIriGjT9F0xIKT9tMeSAnJ\nJG+el1aibZO7Hk19PQTobHtN2MkEXlF+49ZLslicFGBOS2YFJzyCefkjlDvLueuH\nxEGDXj+9pp2Qq1isM0mnyxUVa/DE1jik3wEjYfs=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDwJ9vbcmJjJACv\nj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4BqLJcPBEDFD3tK\nxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFTSLPiEr10Tu6W\nNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN2oplsDyNWSmq\ntNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ93s2BwXQLsxdp\nKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4t2jyb23KGJkC\nIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I61nqXc5FUf/q\nd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3PeXsHsTTZR4jvO\n/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQUv3j09pHapJq\nvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3WPn/SR0D5DcE\ngQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4Bq3ANTUp52Kg\nAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABAoICAGvsRaGvHCbYeZRr5kCl97CN\nSROP8BFjDX6yWSFu+gy3PqO17YFCdCqAE6moPB2g5u0P38yoSSElrW7ysaXyPuis\nZieRp3O1zBZzsp4vxOZaeF88dKbXj4sMme9XVkCyqHFIdUotyMT5ab/HvvE79dqU\ngBqXOqUtfASgRXsROu9eqAMbbfPKA5ay/9W2yF6haFaS1OoQ0o1k2dQ0kuJsU37O\nfCMo+IpWxZfg1VblHcUPg+xuptJ+CxhJwvXuB7QU/kFPfIQIt0lAsM8ZocHg2hsq\nmkYk0Tt98yqj//yOJSLay7ReHaUNS5pDZIeBKdAKf3pE9h0o1SpidnReHAA11585\nAu7rWWA1Uqp3Exk8uknUItZ0Fa8fqDlEooPtiRzFEm+nBukzptIWmP8LlReY7mtn\niLa28foyMXjtOhrrnbwhruEocqTNaluzGAInVC2qKyBripTH4o9xkTcfoTelTptL\nODlCa9H1ehRwqPTtLho+stN/MrElMo2WcnF56+SmdAQfnK48mPKKduawi4hwwxWJ\nxImBWNWRiD1DOr7hflsDQxYbjGj3XktaHAPzYpY4hRMGXjFKKzndHgMY6MQM9yUO\nCJdK1mr7/cmMosUfx3XPtdYhMO4w0teLJIrlFgSaG2VMMmjOxbLIsdD5HLA2ei7g\nZ6JvpbQzjtN4gZ5W54mvAoIBAQD9lGmesCCU66ibjrY7uAely00v6JYZNQ7T5rRG\nKUOlnk+WqdKz7ckMoymaUv1zuQykJsNbw0DwvLTFitX3HXVIe/So3SE/RsKjjwLA\n4h82bDp0WbRw/i8+V0rsZPDwvWa+AGrnS49UXHC6pPnrSl1dDS+RwMk3mtiN7boo\nEFLeb0K62WFXkYU8SPtt+Rkd2k3whFeDKOZQPYFMoZd8YIK06SDaBwjWKrqI6jBW\nIm01lJL1Np5mSEf4rZbWcpfs6tT1UdXFl4I4JokTwdXuTaN+1zIPgclat2XF85RJ\nUGXuENVC7B+7nVi13zHRq6GyOKQaNSATL5txMF5MfvdW6+PDAoIBAQDycqV87YGL\nOGvHEtLjnDl239vwJxHDpWYgtL+kh2LwCOQbn2Wftyfwe1Bpc6ZcY2ZX4qxXGbZK\nGtlWex11VMPm/MFgzfwqYJYoiQKdQyfcjrVgfukv2U8CO5AVT/8eF6Azd4Q2McJZ\nxvSTWzdxdY8uVYQVns3q7a+v1HM2i0z1yzzji5jKr9AN7jDaHOKIRKVWFm20RQtd\naTmYuQbp6r+TW6RmjzMVfkHFH1n/hZWQZwek0YlqN5PpNVioZjVEFVRtsuXP7Xde\nH8339fwUM1XHUPvPqdyVqqxjNzIRh0V9tGtdZzozRuehCd0Jk45MUghV0RYxVoG4\n6bE49HYI6hLDAoIBAQDu2nPeYKJgA9XuqK9ocwDpHyVWgiuYFM0htgaKq+WnRAZN\nsSriBpHA0JOoZJGOBnksycJsVe9+kxFnnU3LlbjajL+4q4nck2dVLqj2TEgAOFOb\nMr/vSs3vV8QgBTiaWp1DTRtlQFwCp4wbkrhB8+sbcgcjsEcYlEd08L7PbAjSslRV\nsdqp5E1uqoQCY4dQAkg1zEKuLcE7RaPcLb2GD1Yu2AT0uXmOWfMYchcTmxvpQ0hl\np4vuZhk82S3iU1BdfhkX9nx4wSyMfWfS71r2O7VMDaF+z859H5DCs5wyroNEiiCH\nB+kgDKb5sQG5MIR/XjDc6ruKtuYg6OF6BoIuIsWHAoIBAQDcVxdRX2TRSzigVto0\no6GSCMcRDeDWJzaW2M4m0Cg5sErnU8j/C20P4HJnNAToiCnWC5rHGgYSeS42q3NN\nU/kqr2FsAih/twIg2sv2crcCeuwaQ5zXsK5egBVlWSuphJ1CyQbuXfCcuPVECq1r\nvwSefnepUocgUF3P9cuzsYwDAm9W+WKmKnxyfJwHTiMO5xxADegr4mf+wAfpZZcD\n9iWf3bSexNwPV4ycgu6/C/+umgRXZVt2ngYd9y6Y9TLJqnztqZ20h8NpVoxRI0yy\nayk1GMORqnVfzBoZnWsyhPbB1LuSyqMZQQJ318f70Q+NCyyqGXkK4+zHShOXiIzR\nczITAoIBAFlblsRZUv/ofB1P1tKotxsxwXsfKkPnBdQ5gtxyh29nlPy8/nPLUXJi\n9h2xi85TMNVYR/L+KXQsmLd/vkyG61jSNF3F7A2gvl3/pkayVAKhe4BZt5ekJQBU\nmmmsCWil05mGJQmRjoROnHkhjNXd1q/STbTa6P+HuK7Q3q8JxmX21D61Ix/JyhkG\nJB7x2cqI+4M/4k+psffDTxogquQiWgxR1Wd6za0bkfhXp+iCrdeGAYrfE6ssIdlq\nwOb59YPkMaGW+U6KT00R0X5xm/Bwc8Hso78/R1ion2HD6HYaOM/ylabNF6qNAA7j\nn5LBRoQPtq2K7PlknAtdghUGmB+IEm0=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-24T17:42:08.037776Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial026=a", "trial056=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T17:37:23.922970Z", "last_refresh": "2026-02-24T17:38:28.252168Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial026:10.20.193.26=a", "trial056:10.20.193.56=b", "trial064:10.20.193.64=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T17:37:08.892440Z", "last_refresh": "2026-02-24T17:38:28.252101Z", "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-24T17:38:07.027695Z", "last_refresh": "2026-02-24T17:38:28.252257Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial064"}, "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-24T17:37:48.062094Z", "last_refresh": "2026-02-24T17:38:28.252215Z", "running": 3, "size": 3}}, {"events": ["2026-02-24T17:38:30.194165Z 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-24T17:38:07.551933Z", "last_refresh": "2026-02-24T17:38:28.252300Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-24T17:42:14.694 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-24T17:42:14.755 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:14 trial064 ceph-mon[44035]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:14.756 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:14 trial064 ceph-mon[44035]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:14.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:14 trial026 ceph-mon[40214]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:14.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:14 trial026 ceph-mon[40214]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:14.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:14 trial056 ceph-mon[43463]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:14.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:14 trial056 ceph-mon[43463]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:15.637 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:15 trial064 ceph-mon[44035]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:15.637 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:15 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.637 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:15 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.637 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:15 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.637 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:15 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.637 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:15 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:42:15.695 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T17:42:15.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:15 trial026 ceph-mon[40214]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:15.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:15 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:15 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:15 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:15 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:15 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:42:15.811 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:42:15.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:15 trial056 ceph-mon[43463]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:15.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:15 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:15 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:15 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:15 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:15.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:15 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-24T17:42:16.046 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:16.046 INFO:teuthology.orchestra.run.trial026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-24T17:38:07.379612Z", "last_refresh": "2026-02-24T17:38:33.385326Z", "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-24T17:38:07.198493Z", "last_refresh": "2026-02-24T17:38:33.454817Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-24T17:42:15.378009Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial064"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUMfSm02eJvCjhrT+3F2nOuwDae0cwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjQxNzQyMDdaFw0yNjAzMjYxNzQyMDda\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDw\nJ9vbcmJjJACvj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4Bq\nLJcPBEDFD3tKxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFT\nSLPiEr10Tu6WNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN\n2oplsDyNWSmqtNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ9\n3s2BwXQLsxdpKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4\nt2jyb23KGJkCIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I\n61nqXc5FUf/qd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3Pe\nXsHsTTZR4jvO/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQ\nUv3j09pHapJqvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3\nWPn/SR0D5DcEgQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4\nBq3ANTUp52KgAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABo1MwUTAdBgNVHQ4E\nFgQUJy8NYhKm53ex5Bj7OjFQkex1ioMwHwYDVR0jBBgwFoAUJy8NYhKm53ex5Bj7\nOjFQkex1ioMwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEADwLs\nPtrX5ewvrXlKelMaRp2x+DNvupjr1Nyxqk0bzvZoK7lX6HslwiZyi2X4lS58loE3\nskUoGaB3e6UPn3VcZG+Um7aPVlt+AKvyKoOraktL3tPPXlQStobNFZGxuxxsQdVt\n+FgkGR/qmtR4nj9KAP035oCemBTq14VJz22fhnEu9lJBhrMztlDToU2F9daY6O/2\nRY+RvMwlg8eOK/TBwj4XVpSv+lDokIz/s5QFMD2NA31bE9SC2Wq+SylqfnqwIIdM\nf2x+UtGBcOKlceAUXADLERsStxJZH+PdfDOce/fl7R1uKNBhNLSnA+gSZ4ZGSZ84\ngBkZd/cVoWJ5tF3jceGcyKiXt0rktlE6B4MEckAywV3ASMWp+r+jMANDeS7fpKOI\nsgE0IzjSWv+UNYEDctIeQhLp9CGvfEjq64G8fj67QtK0DAk0ojIsli2ayIezitWK\n1eR9mXli+BhdCJ6nomLA25SwAss+Ae2iGUzIAlVssHr9PUECPOWPzrxnGOkx7tJU\nCI49BcwRtalrbwwQbU2PbrjzJCfYy5ay5hPih/MVlJZIriGjT9F0xIKT9tMeSAnJ\nJG+el1aibZO7Hk19PQTobHtN2MkEXlF+49ZLslicFGBOS2YFJzyCefkjlDvLueuH\nxEGDXj+9pp2Qq1isM0mnyxUVa/DE1jik3wEjYfs=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDwJ9vbcmJjJACv\nj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4BqLJcPBEDFD3tK\nxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFTSLPiEr10Tu6W\nNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN2oplsDyNWSmq\ntNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ93s2BwXQLsxdp\nKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4t2jyb23KGJkC\nIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I61nqXc5FUf/q\nd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3PeXsHsTTZR4jvO\n/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQUv3j09pHapJq\nvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3WPn/SR0D5DcE\ngQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4Bq3ANTUp52Kg\nAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABAoICAGvsRaGvHCbYeZRr5kCl97CN\nSROP8BFjDX6yWSFu+gy3PqO17YFCdCqAE6moPB2g5u0P38yoSSElrW7ysaXyPuis\nZieRp3O1zBZzsp4vxOZaeF88dKbXj4sMme9XVkCyqHFIdUotyMT5ab/HvvE79dqU\ngBqXOqUtfASgRXsROu9eqAMbbfPKA5ay/9W2yF6haFaS1OoQ0o1k2dQ0kuJsU37O\nfCMo+IpWxZfg1VblHcUPg+xuptJ+CxhJwvXuB7QU/kFPfIQIt0lAsM8ZocHg2hsq\nmkYk0Tt98yqj//yOJSLay7ReHaUNS5pDZIeBKdAKf3pE9h0o1SpidnReHAA11585\nAu7rWWA1Uqp3Exk8uknUItZ0Fa8fqDlEooPtiRzFEm+nBukzptIWmP8LlReY7mtn\niLa28foyMXjtOhrrnbwhruEocqTNaluzGAInVC2qKyBripTH4o9xkTcfoTelTptL\nODlCa9H1ehRwqPTtLho+stN/MrElMo2WcnF56+SmdAQfnK48mPKKduawi4hwwxWJ\nxImBWNWRiD1DOr7hflsDQxYbjGj3XktaHAPzYpY4hRMGXjFKKzndHgMY6MQM9yUO\nCJdK1mr7/cmMosUfx3XPtdYhMO4w0teLJIrlFgSaG2VMMmjOxbLIsdD5HLA2ei7g\nZ6JvpbQzjtN4gZ5W54mvAoIBAQD9lGmesCCU66ibjrY7uAely00v6JYZNQ7T5rRG\nKUOlnk+WqdKz7ckMoymaUv1zuQykJsNbw0DwvLTFitX3HXVIe/So3SE/RsKjjwLA\n4h82bDp0WbRw/i8+V0rsZPDwvWa+AGrnS49UXHC6pPnrSl1dDS+RwMk3mtiN7boo\nEFLeb0K62WFXkYU8SPtt+Rkd2k3whFeDKOZQPYFMoZd8YIK06SDaBwjWKrqI6jBW\nIm01lJL1Np5mSEf4rZbWcpfs6tT1UdXFl4I4JokTwdXuTaN+1zIPgclat2XF85RJ\nUGXuENVC7B+7nVi13zHRq6GyOKQaNSATL5txMF5MfvdW6+PDAoIBAQDycqV87YGL\nOGvHEtLjnDl239vwJxHDpWYgtL+kh2LwCOQbn2Wftyfwe1Bpc6ZcY2ZX4qxXGbZK\nGtlWex11VMPm/MFgzfwqYJYoiQKdQyfcjrVgfukv2U8CO5AVT/8eF6Azd4Q2McJZ\nxvSTWzdxdY8uVYQVns3q7a+v1HM2i0z1yzzji5jKr9AN7jDaHOKIRKVWFm20RQtd\naTmYuQbp6r+TW6RmjzMVfkHFH1n/hZWQZwek0YlqN5PpNVioZjVEFVRtsuXP7Xde\nH8339fwUM1XHUPvPqdyVqqxjNzIRh0V9tGtdZzozRuehCd0Jk45MUghV0RYxVoG4\n6bE49HYI6hLDAoIBAQDu2nPeYKJgA9XuqK9ocwDpHyVWgiuYFM0htgaKq+WnRAZN\nsSriBpHA0JOoZJGOBnksycJsVe9+kxFnnU3LlbjajL+4q4nck2dVLqj2TEgAOFOb\nMr/vSs3vV8QgBTiaWp1DTRtlQFwCp4wbkrhB8+sbcgcjsEcYlEd08L7PbAjSslRV\nsdqp5E1uqoQCY4dQAkg1zEKuLcE7RaPcLb2GD1Yu2AT0uXmOWfMYchcTmxvpQ0hl\np4vuZhk82S3iU1BdfhkX9nx4wSyMfWfS71r2O7VMDaF+z859H5DCs5wyroNEiiCH\nB+kgDKb5sQG5MIR/XjDc6ruKtuYg6OF6BoIuIsWHAoIBAQDcVxdRX2TRSzigVto0\no6GSCMcRDeDWJzaW2M4m0Cg5sErnU8j/C20P4HJnNAToiCnWC5rHGgYSeS42q3NN\nU/kqr2FsAih/twIg2sv2crcCeuwaQ5zXsK5egBVlWSuphJ1CyQbuXfCcuPVECq1r\nvwSefnepUocgUF3P9cuzsYwDAm9W+WKmKnxyfJwHTiMO5xxADegr4mf+wAfpZZcD\n9iWf3bSexNwPV4ycgu6/C/+umgRXZVt2ngYd9y6Y9TLJqnztqZ20h8NpVoxRI0yy\nayk1GMORqnVfzBoZnWsyhPbB1LuSyqMZQQJ318f70Q+NCyyqGXkK4+zHShOXiIzR\nczITAoIBAFlblsRZUv/ofB1P1tKotxsxwXsfKkPnBdQ5gtxyh29nlPy8/nPLUXJi\n9h2xi85TMNVYR/L+KXQsmLd/vkyG61jSNF3F7A2gvl3/pkayVAKhe4BZt5ekJQBU\nmmmsCWil05mGJQmRjoROnHkhjNXd1q/STbTa6P+HuK7Q3q8JxmX21D61Ix/JyhkG\nJB7x2cqI+4M/4k+psffDTxogquQiWgxR1Wd6za0bkfhXp+iCrdeGAYrfE6ssIdlq\nwOb59YPkMaGW+U6KT00R0X5xm/Bwc8Hso78/R1ion2HD6HYaOM/ylabNF6qNAA7j\nn5LBRoQPtq2K7PlknAtdghUGmB+IEm0=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-24T17:42:08.037776Z", "running": 0, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial026=a", "trial056=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T17:37:23.922970Z", "last_refresh": "2026-02-24T17:38:28.252168Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial026:10.20.193.26=a", "trial056:10.20.193.56=b", "trial064:10.20.193.64=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T17:37:08.892440Z", "last_refresh": "2026-02-24T17:38:28.252101Z", "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-24T17:38:07.027695Z", "last_refresh": "2026-02-24T17:38:28.252257Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial064"}, "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-24T17:37:48.062094Z", "last_refresh": "2026-02-24T17:38:28.252215Z", "running": 3, "size": 3}}, {"events": ["2026-02-24T17:38:30.194165Z 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-24T17:38:07.551933Z", "last_refresh": "2026-02-24T17:38:28.252300Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-24T17:42:16.186 INFO:tasks.cephadm:mgmt-gateway has 0/1 2026-02-24T17:42:16.805 INFO:journalctl@ceph.mgr.a.trial026.stdout:Feb 24 17:42:16 trial026 ceph-4e778e10-11a7-11f1-95a5-d404e6e7d460-mgr-a[40513]: ::ffff:10.20.193.56 - - [24/Feb/2026:17:42:16] "GET /metrics HTTP/1.1" 200 4007 "" "Prometheus/3.6.0" 2026-02-24T17:42:16.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:16 trial026 ceph-mon[40214]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:16.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:16 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:16.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:16 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:16.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:16 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:42:16.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:16 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:42:16.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:16 trial056 ceph-mon[43463]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:16.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:16 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:16.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:16 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:16.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:16 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:42:16.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:16 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:42:16.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:16 trial064 ceph-mon[44035]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-24T17:42:16.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:16 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:16.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:16 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:16.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:16 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-24T17:42:16.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:16 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-24T17:42:17.187 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- ceph orch ls -f json 2026-02-24T17:42:17.303 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:42:17.541 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:17.542 INFO:teuthology.orchestra.run.trial026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-24T17:38:07.379612Z", "last_refresh": "2026-02-24T17:42:16.055264Z", "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-24T17:38:07.198493Z", "last_refresh": "2026-02-24T17:38:33.454817Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2026-02-24T17:42:15.378009Z service:mgmt-gateway [INFO] \"service was created\""], "placement": {"hosts": ["trial064"]}, "service_name": "mgmt-gateway", "service_type": "mgmt-gateway", "spec": {"certificate_source": "inline", "enable_health_check_endpoint": true, "ssl": true, "ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIE+TCCAuGgAwIBAgIUMfSm02eJvCjhrT+3F2nOuwDae0cwDQYJKoZIhvcNAQEL\nBQAwDDEKMAgGA1UEAwwBKjAeFw0yNjAyMjQxNzQyMDdaFw0yNjAzMjYxNzQyMDda\nMAwxCjAIBgNVBAMMASowggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDw\nJ9vbcmJjJACvj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4Bq\nLJcPBEDFD3tKxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFT\nSLPiEr10Tu6WNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN\n2oplsDyNWSmqtNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ9\n3s2BwXQLsxdpKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4\nt2jyb23KGJkCIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I\n61nqXc5FUf/qd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3Pe\nXsHsTTZR4jvO/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQ\nUv3j09pHapJqvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3\nWPn/SR0D5DcEgQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4\nBq3ANTUp52KgAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABo1MwUTAdBgNVHQ4E\nFgQUJy8NYhKm53ex5Bj7OjFQkex1ioMwHwYDVR0jBBgwFoAUJy8NYhKm53ex5Bj7\nOjFQkex1ioMwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEADwLs\nPtrX5ewvrXlKelMaRp2x+DNvupjr1Nyxqk0bzvZoK7lX6HslwiZyi2X4lS58loE3\nskUoGaB3e6UPn3VcZG+Um7aPVlt+AKvyKoOraktL3tPPXlQStobNFZGxuxxsQdVt\n+FgkGR/qmtR4nj9KAP035oCemBTq14VJz22fhnEu9lJBhrMztlDToU2F9daY6O/2\nRY+RvMwlg8eOK/TBwj4XVpSv+lDokIz/s5QFMD2NA31bE9SC2Wq+SylqfnqwIIdM\nf2x+UtGBcOKlceAUXADLERsStxJZH+PdfDOce/fl7R1uKNBhNLSnA+gSZ4ZGSZ84\ngBkZd/cVoWJ5tF3jceGcyKiXt0rktlE6B4MEckAywV3ASMWp+r+jMANDeS7fpKOI\nsgE0IzjSWv+UNYEDctIeQhLp9CGvfEjq64G8fj67QtK0DAk0ojIsli2ayIezitWK\n1eR9mXli+BhdCJ6nomLA25SwAss+Ae2iGUzIAlVssHr9PUECPOWPzrxnGOkx7tJU\nCI49BcwRtalrbwwQbU2PbrjzJCfYy5ay5hPih/MVlJZIriGjT9F0xIKT9tMeSAnJ\nJG+el1aibZO7Hk19PQTobHtN2MkEXlF+49ZLslicFGBOS2YFJzyCefkjlDvLueuH\nxEGDXj+9pp2Qq1isM0mnyxUVa/DE1jik3wEjYfs=\n-----END CERTIFICATE-----\n", "ssl_ciphers": ["AES128-SHA", "AES256-SHA"], "ssl_key": "-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDwJ9vbcmJjJACv\nj8nwXVKwih3h9a3X9upicD3aKd25SEiWsaMHfO7jjoPriZwHd4BqLJcPBEDFD3tK\nxH5fo9Wxr3kzQJITmDIAAb9smZ53GsG4xi62+4f7jQKPMteB5pFTSLPiEr10Tu6W\nNN0oK6CQT9pfPDnyNN41tkO3MyiGMACAiUb+88lMEROEFquN0QtN2oplsDyNWSmq\ntNWhK1fd6Kbwvd79T/1qVOzclCOjyUyrapLZJhcZJB9yJqa6JpZ93s2BwXQLsxdp\nKI1vpyo9fIrJfMAMphjtA2HkhmEt7wLxmYbvimq2BAx9aMHq1kk4t2jyb23KGJkC\nIVIUVG9mP1ZK7RR5bh0dg6UN6rTX21bLXHb/8KGZo9Lo8gW2Id2I61nqXc5FUf/q\nd5e/Kc+fCDl0WtIpmT7oNxLmNpuR/B0JbOkY4nJxQ/mS+wfbz3PeXsHsTTZR4jvO\n/P+g2rPYZidLuUgS15Zuw5JCHQx6+5X4bDy942uq7X15E/QNIOMQUv3j09pHapJq\nvCfPicwiEbwNEe8cOct84pTK6iqQI84z4TuigkyWuwqWm3FBP/j3WPn/SR0D5DcE\ngQXp+2+xM1RmbgPUBK6MKL1roOLaiiqck5rZ/8cBF+sFlD/tGcs4Bq3ANTUp52Kg\nAxxlK63/ZbKtkkOpCcaJd8UiE/AziQIDAQABAoICAGvsRaGvHCbYeZRr5kCl97CN\nSROP8BFjDX6yWSFu+gy3PqO17YFCdCqAE6moPB2g5u0P38yoSSElrW7ysaXyPuis\nZieRp3O1zBZzsp4vxOZaeF88dKbXj4sMme9XVkCyqHFIdUotyMT5ab/HvvE79dqU\ngBqXOqUtfASgRXsROu9eqAMbbfPKA5ay/9W2yF6haFaS1OoQ0o1k2dQ0kuJsU37O\nfCMo+IpWxZfg1VblHcUPg+xuptJ+CxhJwvXuB7QU/kFPfIQIt0lAsM8ZocHg2hsq\nmkYk0Tt98yqj//yOJSLay7ReHaUNS5pDZIeBKdAKf3pE9h0o1SpidnReHAA11585\nAu7rWWA1Uqp3Exk8uknUItZ0Fa8fqDlEooPtiRzFEm+nBukzptIWmP8LlReY7mtn\niLa28foyMXjtOhrrnbwhruEocqTNaluzGAInVC2qKyBripTH4o9xkTcfoTelTptL\nODlCa9H1ehRwqPTtLho+stN/MrElMo2WcnF56+SmdAQfnK48mPKKduawi4hwwxWJ\nxImBWNWRiD1DOr7hflsDQxYbjGj3XktaHAPzYpY4hRMGXjFKKzndHgMY6MQM9yUO\nCJdK1mr7/cmMosUfx3XPtdYhMO4w0teLJIrlFgSaG2VMMmjOxbLIsdD5HLA2ei7g\nZ6JvpbQzjtN4gZ5W54mvAoIBAQD9lGmesCCU66ibjrY7uAely00v6JYZNQ7T5rRG\nKUOlnk+WqdKz7ckMoymaUv1zuQykJsNbw0DwvLTFitX3HXVIe/So3SE/RsKjjwLA\n4h82bDp0WbRw/i8+V0rsZPDwvWa+AGrnS49UXHC6pPnrSl1dDS+RwMk3mtiN7boo\nEFLeb0K62WFXkYU8SPtt+Rkd2k3whFeDKOZQPYFMoZd8YIK06SDaBwjWKrqI6jBW\nIm01lJL1Np5mSEf4rZbWcpfs6tT1UdXFl4I4JokTwdXuTaN+1zIPgclat2XF85RJ\nUGXuENVC7B+7nVi13zHRq6GyOKQaNSATL5txMF5MfvdW6+PDAoIBAQDycqV87YGL\nOGvHEtLjnDl239vwJxHDpWYgtL+kh2LwCOQbn2Wftyfwe1Bpc6ZcY2ZX4qxXGbZK\nGtlWex11VMPm/MFgzfwqYJYoiQKdQyfcjrVgfukv2U8CO5AVT/8eF6Azd4Q2McJZ\nxvSTWzdxdY8uVYQVns3q7a+v1HM2i0z1yzzji5jKr9AN7jDaHOKIRKVWFm20RQtd\naTmYuQbp6r+TW6RmjzMVfkHFH1n/hZWQZwek0YlqN5PpNVioZjVEFVRtsuXP7Xde\nH8339fwUM1XHUPvPqdyVqqxjNzIRh0V9tGtdZzozRuehCd0Jk45MUghV0RYxVoG4\n6bE49HYI6hLDAoIBAQDu2nPeYKJgA9XuqK9ocwDpHyVWgiuYFM0htgaKq+WnRAZN\nsSriBpHA0JOoZJGOBnksycJsVe9+kxFnnU3LlbjajL+4q4nck2dVLqj2TEgAOFOb\nMr/vSs3vV8QgBTiaWp1DTRtlQFwCp4wbkrhB8+sbcgcjsEcYlEd08L7PbAjSslRV\nsdqp5E1uqoQCY4dQAkg1zEKuLcE7RaPcLb2GD1Yu2AT0uXmOWfMYchcTmxvpQ0hl\np4vuZhk82S3iU1BdfhkX9nx4wSyMfWfS71r2O7VMDaF+z859H5DCs5wyroNEiiCH\nB+kgDKb5sQG5MIR/XjDc6ruKtuYg6OF6BoIuIsWHAoIBAQDcVxdRX2TRSzigVto0\no6GSCMcRDeDWJzaW2M4m0Cg5sErnU8j/C20P4HJnNAToiCnWC5rHGgYSeS42q3NN\nU/kqr2FsAih/twIg2sv2crcCeuwaQ5zXsK5egBVlWSuphJ1CyQbuXfCcuPVECq1r\nvwSefnepUocgUF3P9cuzsYwDAm9W+WKmKnxyfJwHTiMO5xxADegr4mf+wAfpZZcD\n9iWf3bSexNwPV4ycgu6/C/+umgRXZVt2ngYd9y6Y9TLJqnztqZ20h8NpVoxRI0yy\nayk1GMORqnVfzBoZnWsyhPbB1LuSyqMZQQJ318f70Q+NCyyqGXkK4+zHShOXiIzR\nczITAoIBAFlblsRZUv/ofB1P1tKotxsxwXsfKkPnBdQ5gtxyh29nlPy8/nPLUXJi\n9h2xi85TMNVYR/L+KXQsmLd/vkyG61jSNF3F7A2gvl3/pkayVAKhe4BZt5ekJQBU\nmmmsCWil05mGJQmRjoROnHkhjNXd1q/STbTa6P+HuK7Q3q8JxmX21D61Ix/JyhkG\nJB7x2cqI+4M/4k+psffDTxogquQiWgxR1Wd6za0bkfhXp+iCrdeGAYrfE6ssIdlq\nwOb59YPkMaGW+U6KT00R0X5xm/Bwc8Hso78/R1ion2HD6HYaOM/ylabNF6qNAA7j\nn5LBRoQPtq2K7PlknAtdghUGmB+IEm0=\n-----END PRIVATE KEY-----\n", "ssl_protocols": ["TLSv1.2", "TLSv1.3"]}, "status": {"created": "2026-02-24T17:42:08.037776Z", "last_refresh": "2026-02-24T17:42:16.055321Z", "running": 1, "size": 1}}, {"placement": {"count": 2, "hosts": ["trial026=a", "trial056=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-24T17:37:23.922970Z", "last_refresh": "2026-02-24T17:38:28.252168Z", "running": 2, "size": 2}}, {"placement": {"count": 3, "hosts": ["trial026:10.20.193.26=a", "trial056:10.20.193.56=b", "trial064:10.20.193.64=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-24T17:37:08.892440Z", "last_refresh": "2026-02-24T17:38:28.252101Z", "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-24T17:38:07.027695Z", "last_refresh": "2026-02-24T17:38:28.252257Z", "ports": [9100], "running": 3, "size": 3}}, {"placement": {"host_pattern": "trial064"}, "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-24T17:37:48.062094Z", "last_refresh": "2026-02-24T17:38:28.252215Z", "running": 3, "size": 3}}, {"events": ["2026-02-24T17:38:30.194165Z 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-24T17:38:07.551933Z", "last_refresh": "2026-02-24T17:38:28.252300Z", "ports": [9095], "running": 1, "size": 1}}] 2026-02-24T17:42:17.679 INFO:tasks.cephadm:mgmt-gateway has 1/1 2026-02-24T17:42:17.680 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-24T17:42:17.694 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial026.front.sepia.ceph.com 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:618c318a7a0b287ab5aeff207b7bf1d73ef45044 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e778e10-11a7-11f1-95a5-d404e6e7d460 -- bash -c 'set -ex 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> # Function to wait for a service to be healthy and log response on error 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> wait_for_service() { 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> local name="$1" 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> local url="$2" 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> local jq_filter="$3" 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> echo "Waiting for service $name to be healthy at $url..." 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> for i in {1..30}; do 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> local response 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> response=$(curl -k -s -u admin:admin "$url") 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> if echo "$response" | jq -e "$jq_filter" > /dev/null; then 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> echo "Service $name is healthy." 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> return 0 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> fi 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> echo "Attempt $i: service $name not ready yet" 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> sleep 10 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> done 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> echo "Timeout waiting for $name at $url" 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> echo "Last HTTP response:" 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> echo "$response" 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> echo "jq output:" 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> echo "$response" | jq "$jq_filter" || echo "(jq parse error or no match)" 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> return 1 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> } 2026-02-24T17:42:17.694 DEBUG:teuthology.orchestra.run.trial026:> 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> # retrieve mgmt hostname and ip 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> MGMT_GTW_HOST=$(ceph orch ps --daemon-type mgmt-gateway -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> 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-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> # check mgmt-gateway health 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> curl -k -s https://${MGMT_GTW_IP}/health 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> curl -k -s https://${MGMT_GTW_IP}:29443/health 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> # wait for monitoring services 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> wait_for_service "Grafana" "https://${MGMT_GTW_IP}/grafana/api/health" '"'"'.database == "ok"'"'"' || exit 1 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> wait_for_service "Prometheus" "https://${MGMT_GTW_IP}/prometheus/api/v1/status/config" '"'"'.status == "success"'"'"' || exit 1 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> wait_for_service "Alertmanager" "https://${MGMT_GTW_IP}/alertmanager/api/v2/status" '"'"'.cluster.status == "ready"'"'"' || exit 1 2026-02-24T17:42:17.695 DEBUG:teuthology.orchestra.run.trial026:> ' 2026-02-24T17:42:17.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:17 trial026 ceph-mon[40214]: from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:17.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:17 trial026 ceph-mon[40214]: [24/Feb/2026:17:42:16] ENGINE Bus STOPPING 2026-02-24T17:42:17.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:17 trial026 ceph-mon[40214]: [24/Feb/2026:17:42:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('10.20.193.26', 8765)) shut down 2026-02-24T17:42:17.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:17 trial026 ceph-mon[40214]: [24/Feb/2026:17:42:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('10.20.193.26', 7150)) shut down 2026-02-24T17:42:17.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:17 trial026 ceph-mon[40214]: [24/Feb/2026:17:42:16] ENGINE Bus STOPPED 2026-02-24T17:42:17.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:17 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:17.805 INFO:journalctl@ceph.mon.a.trial026.stdout:Feb 24 17:42:17 trial026 ceph-mon[40214]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:17.815 INFO:teuthology.orchestra.run.trial026.stderr:Inferring config /var/lib/ceph/4e778e10-11a7-11f1-95a5-d404e6e7d460/mon.a/config 2026-02-24T17:42:17.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:17 trial056 ceph-mon[43463]: from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:17.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:17 trial056 ceph-mon[43463]: [24/Feb/2026:17:42:16] ENGINE Bus STOPPING 2026-02-24T17:42:17.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:17 trial056 ceph-mon[43463]: [24/Feb/2026:17:42:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('10.20.193.26', 8765)) shut down 2026-02-24T17:42:17.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:17 trial056 ceph-mon[43463]: [24/Feb/2026:17:42:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('10.20.193.26', 7150)) shut down 2026-02-24T17:42:17.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:17 trial056 ceph-mon[43463]: [24/Feb/2026:17:42:16] ENGINE Bus STOPPED 2026-02-24T17:42:17.829 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:17 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:17.830 INFO:journalctl@ceph.mon.b.trial056.stdout:Feb 24 17:42:17 trial056 ceph-mon[43463]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:17.899 INFO:teuthology.orchestra.run.trial026.stderr:++ ceph orch ps --daemon-type mgmt-gateway -f json 2026-02-24T17:42:17.899 INFO:teuthology.orchestra.run.trial026.stderr:++ jq -e '.[]' 2026-02-24T17:42:17.900 INFO:teuthology.orchestra.run.trial026.stderr:++ jq -r .hostname 2026-02-24T17:42:17.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:17 trial064 ceph-mon[44035]: from='client.14529 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-24T17:42:17.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:17 trial064 ceph-mon[44035]: [24/Feb/2026:17:42:16] ENGINE Bus STOPPING 2026-02-24T17:42:17.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:17 trial064 ceph-mon[44035]: [24/Feb/2026:17:42:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('10.20.193.26', 8765)) shut down 2026-02-24T17:42:17.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:17 trial064 ceph-mon[44035]: [24/Feb/2026:17:42:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('10.20.193.26', 7150)) shut down 2026-02-24T17:42:17.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:17 trial064 ceph-mon[44035]: [24/Feb/2026:17:42:16] ENGINE Bus STOPPED 2026-02-24T17:42:17.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:17 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:17.980 INFO:journalctl@ceph.mon.c.trial064.stdout:Feb 24 17:42:17 trial064 ceph-mon[44035]: from='mgr.14466 10.20.193.26:0/3789573841' entity='mgr.a' 2026-02-24T17:42:18.066 INFO:teuthology.orchestra.run.trial026.stderr:+ MGMT_GTW_HOST=trial064 2026-02-24T17:42:18.067 INFO:teuthology.orchestra.run.trial026.stderr:++ ceph orch host ls -f json 2026-02-24T17:42:18.067 INFO:teuthology.orchestra.run.trial026.stderr:++ jq -r --arg MGMT_GTW_HOST trial064 '.[] | select(.hostname==$MGMT_GTW_HOST) | .addr' 2026-02-24T17:42:18.231 INFO:teuthology.orchestra.run.trial026.stderr:+ MGMT_GTW_IP=10.20.193.64 2026-02-24T17:42:18.231 INFO:teuthology.orchestra.run.trial026.stderr:+ curl -k -s https://10.20.193.64/health 2026-02-24T17:42:18.242 INFO:teuthology.orchestra.run.trial026.stderr:+ curl -k -s https://10.20.193.64:29443/health 2026-02-24T17:42:18.251 INFO:teuthology.orchestra.run.trial026.stdout:OK 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stdout:400 No required SSL certificate was sent 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stdout:

400 Bad Request

2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stdout:
No required SSL certificate was sent
2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stdout:
nginx/1.26.1
2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stdout: 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stderr:+ wait_for_service Grafana https://10.20.193.64/grafana/api/health '.database == "ok"' 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stderr:+ local name=Grafana 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stderr:+ local url=https://10.20.193.64/grafana/api/health 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stderr:+ local 'jq_filter=.database == "ok"' 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stderr:+ echo 'Waiting for service Grafana to be healthy at https://10.20.193.64/grafana/api/health...' 2026-02-24T17:42:18.252 INFO:teuthology.orchestra.run.trial026.stdout:Waiting for service Grafana to be healthy at https://10.20.193.64/grafana/api/health... 2026-02-24T17:42:18.253 INFO:teuthology.orchestra.run.trial026.stderr:+ for i in {1..30} 2026-02-24T17:42:18.253 INFO:teuthology.orchestra.run.trial026.stderr:+ local response 2026-02-24T17:42:18.253 INFO:teuthology.orchestra.run.trial026.stderr:++ curl -k -s -u admin:admin https://10.20.193.64/grafana/api/health 2026-02-24T17:42:18.280 INFO:teuthology.orchestra.run.trial026.stderr:+ response=' 2026-02-24T17:42:18.280 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: Grafana 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.281 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.282 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.283 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.284 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.284 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.284 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.284 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.296 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.296 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.296 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.296 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.296 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.296 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:

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

2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:
    2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:
  1. This could be caused by your reverse proxy settings.
  2. 2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:
  3. If you host grafana under a subpath make sure your grafana.ini root_url setting 2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr: includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
  4. 2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:
  5. If you have a local dev build make sure you build frontend using: yarn start, or 2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr: yarn build.
  6. 2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:
  7. Sometimes restarting grafana-server can help.
  8. 2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr:
  9. Check if you are using a non-supported browser. For more information, refer to the list of 2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.297 INFO:teuthology.orchestra.run.trial026.stderr: supported browsers .
  10. 2026-02-24T17:42:18.298 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.298 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.298 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.298 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.300 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.300 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.300 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.300 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.300 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.303 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.303 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.303 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.303 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.303 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.304 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.304 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.304 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.304 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.304 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.305 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.305 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.305 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.305 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.305 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.305 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.306 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.306 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.306 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.306 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.306 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.306 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.306 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr:' 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr:+ jq -e '.database == "ok"' 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr:+ echo ' 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: Grafana 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.307 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.308 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.309 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.309 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.309 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.309 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr: 2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr:
2026-02-24T17:42:18.317 INFO:teuthology.orchestra.run.trial026.stderr:

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

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