2026-02-26T02:44:16.669 INFO:root:teuthology version: 1.2.4.dev11+g6e3d0419c 2026-02-26T02:44:16.682 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-26T02:44:16.762 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070 branch: wip-yuri9-testing-2026-02-25-1600-squid description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '71070' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri9-testing-2026-02-25-1600-squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri9-testing-2026-02-25-1600-squid sha1: 8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 1525 sha1: 8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri9-testing-2026-02-25-1600-squid suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 targets: trial009.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIwAY4sQYrAtbmrTt+tiw2KBsKRsadSX7v95xD+JZTzC+vrUbvaCWEW9690XnG5T6u7+g0Vp/fblDgQdLMnffHM= trial030.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLTiupBL4zeme4vevbdIg3lC1tUA5LoHVWVtPT6+iKs7WKSXpTzp+zTCeu8kmJvK2vEcTIxn5t0eAmSlkhRoL98= trial151.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDnKDIlWhISuG3GUirHz/5d9zsyLBygNzMIakydGH4sAsVDp0YQnjqeH6CefXO8ufJMt38Qq/e2zIxttlRZMz8M= 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.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7af8bc121440>, signals=[15]) 2026-02-26T02:44:17.331 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-26T02:44:17.344 INFO:teuthology.task.internal:Opening connections... 2026-02-26T02:44:17.344 DEBUG:teuthology.task.internal:connecting to ubuntu@trial009.front.sepia.ceph.com 2026-02-26T02:44:17.345 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial009.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:44:17.407 DEBUG:teuthology.task.internal:connecting to ubuntu@trial030.front.sepia.ceph.com 2026-02-26T02:44:17.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial030.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:44:17.467 DEBUG:teuthology.task.internal:connecting to ubuntu@trial151.front.sepia.ceph.com 2026-02-26T02:44:17.468 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:44:17.531 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-26T02:44:17.541 DEBUG:teuthology.orchestra.run.trial009:> uname -m 2026-02-26T02:44:17.557 INFO:teuthology.orchestra.run.trial009.stdout:x86_64 2026-02-26T02:44:17.557 DEBUG:teuthology.orchestra.run.trial009:> cat /etc/os-release 2026-02-26T02:44:17.613 INFO:teuthology.orchestra.run.trial009.stdout:NAME="CentOS Stream" 2026-02-26T02:44:17.613 INFO:teuthology.orchestra.run.trial009.stdout:VERSION="9" 2026-02-26T02:44:17.613 INFO:teuthology.orchestra.run.trial009.stdout:ID="centos" 2026-02-26T02:44:17.613 INFO:teuthology.orchestra.run.trial009.stdout:ID_LIKE="rhel fedora" 2026-02-26T02:44:17.613 INFO:teuthology.orchestra.run.trial009.stdout:VERSION_ID="9" 2026-02-26T02:44:17.613 INFO:teuthology.orchestra.run.trial009.stdout:PLATFORM_ID="platform:el9" 2026-02-26T02:44:17.613 INFO:teuthology.orchestra.run.trial009.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-26T02:44:17.613 INFO:teuthology.orchestra.run.trial009.stdout:ANSI_COLOR="0;31" 2026-02-26T02:44:17.613 INFO:teuthology.orchestra.run.trial009.stdout:LOGO="fedora-logo-icon" 2026-02-26T02:44:17.614 INFO:teuthology.orchestra.run.trial009.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-26T02:44:17.614 INFO:teuthology.orchestra.run.trial009.stdout:HOME_URL="https://centos.org/" 2026-02-26T02:44:17.614 INFO:teuthology.orchestra.run.trial009.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-26T02:44:17.614 INFO:teuthology.orchestra.run.trial009.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-26T02:44:17.614 INFO:teuthology.orchestra.run.trial009.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-26T02:44:17.614 INFO:teuthology.lock.ops:Updating trial009.front.sepia.ceph.com on lock server 2026-02-26T02:44:17.687 DEBUG:teuthology.orchestra.run.trial030:> uname -m 2026-02-26T02:44:17.702 INFO:teuthology.orchestra.run.trial030.stdout:x86_64 2026-02-26T02:44:17.702 DEBUG:teuthology.orchestra.run.trial030:> cat /etc/os-release 2026-02-26T02:44:17.757 INFO:teuthology.orchestra.run.trial030.stdout:NAME="CentOS Stream" 2026-02-26T02:44:17.757 INFO:teuthology.orchestra.run.trial030.stdout:VERSION="9" 2026-02-26T02:44:17.757 INFO:teuthology.orchestra.run.trial030.stdout:ID="centos" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:ID_LIKE="rhel fedora" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:VERSION_ID="9" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:PLATFORM_ID="platform:el9" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:ANSI_COLOR="0;31" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:LOGO="fedora-logo-icon" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:HOME_URL="https://centos.org/" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-26T02:44:17.758 INFO:teuthology.orchestra.run.trial030.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-26T02:44:17.758 INFO:teuthology.lock.ops:Updating trial030.front.sepia.ceph.com on lock server 2026-02-26T02:44:17.837 DEBUG:teuthology.orchestra.run.trial151:> uname -m 2026-02-26T02:44:17.852 INFO:teuthology.orchestra.run.trial151.stdout:x86_64 2026-02-26T02:44:17.852 DEBUG:teuthology.orchestra.run.trial151:> cat /etc/os-release 2026-02-26T02:44:17.907 INFO:teuthology.orchestra.run.trial151.stdout:NAME="CentOS Stream" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:VERSION="9" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:ID="centos" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:ID_LIKE="rhel fedora" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:VERSION_ID="9" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:PLATFORM_ID="platform:el9" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:ANSI_COLOR="0;31" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:LOGO="fedora-logo-icon" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:HOME_URL="https://centos.org/" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-26T02:44:17.908 INFO:teuthology.orchestra.run.trial151.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-26T02:44:17.908 INFO:teuthology.lock.ops:Updating trial151.front.sepia.ceph.com on lock server 2026-02-26T02:44:17.983 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-26T02:44:17.995 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-26T02:44:18.008 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-26T02:44:18.008 DEBUG:teuthology.orchestra.run.trial009:> test '!' -e /home/ubuntu/cephtest 2026-02-26T02:44:18.010 DEBUG:teuthology.orchestra.run.trial030:> test '!' -e /home/ubuntu/cephtest 2026-02-26T02:44:18.011 DEBUG:teuthology.orchestra.run.trial151:> test '!' -e /home/ubuntu/cephtest 2026-02-26T02:44:18.026 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-26T02:44:18.038 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-26T02:44:18.038 DEBUG:teuthology.orchestra.run.trial009:> test -z $(ls -A /var/lib/ceph) 2026-02-26T02:44:18.065 DEBUG:teuthology.orchestra.run.trial030:> test -z $(ls -A /var/lib/ceph) 2026-02-26T02:44:18.067 DEBUG:teuthology.orchestra.run.trial151:> test -z $(ls -A /var/lib/ceph) 2026-02-26T02:44:18.083 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-26T02:44:18.288 INFO:teuthology.run_tasks:Running task kernel... 2026-02-26T02:44:18.307 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-26T02:44:18.307 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-26T02:44:18.307 DEBUG:teuthology.orchestra.run.trial009:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-26T02:44:18.308 DEBUG:teuthology.orchestra.run.trial030:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-26T02:44:18.308 DEBUG:teuthology.orchestra.run.trial151:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-26T02:44:18.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:44:18.323 DEBUG:teuthology.orchestra.run.trial151:> uname -r 2026-02-26T02:44:18.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:44:18.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:44:18.323 DEBUG:teuthology.orchestra.run.trial030:> uname -r 2026-02-26T02:44:18.324 DEBUG:teuthology.orchestra.run.trial009:> uname -r 2026-02-26T02:44:18.379 INFO:teuthology.orchestra.run.trial009.stdout:5.14.0-681.el9.x86_64 2026-02-26T02:44:18.379 INFO:teuthology.task.kernel:Running kernel on trial009: 5.14.0-681.el9.x86_64 2026-02-26T02:44:18.379 DEBUG:teuthology.orchestra.run.trial009:> sudo yum install -y kernel 2026-02-26T02:44:18.380 INFO:teuthology.orchestra.run.trial030.stdout:5.14.0-681.el9.x86_64 2026-02-26T02:44:18.380 INFO:teuthology.orchestra.run.trial151.stdout:5.14.0-681.el9.x86_64 2026-02-26T02:44:18.380 INFO:teuthology.task.kernel:Running kernel on trial030: 5.14.0-681.el9.x86_64 2026-02-26T02:44:18.380 DEBUG:teuthology.orchestra.run.trial030:> sudo yum install -y kernel 2026-02-26T02:44:18.381 INFO:teuthology.task.kernel:Running kernel on trial151: 5.14.0-681.el9.x86_64 2026-02-26T02:44:18.381 DEBUG:teuthology.orchestra.run.trial151:> sudo yum install -y kernel 2026-02-26T02:44:19.067 INFO:teuthology.orchestra.run.trial151.stdout:CentOS Stream 9 - BaseOS 29 MB/s | 8.9 MB 00:00 2026-02-26T02:44:19.476 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00 2026-02-26T02:44:19.516 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-26T02:44:21.429 INFO:teuthology.orchestra.run.trial151.stdout:CentOS Stream 9 - AppStream 15 MB/s | 27 MB 00:01 2026-02-26T02:44:21.811 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - AppStream 15 MB/s | 27 MB 00:01 2026-02-26T02:44:22.870 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - AppStream 9.5 MB/s | 27 MB 00:02 2026-02-26T02:44:25.752 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - CRB 5.2 MB/s | 8.0 MB 00:01 2026-02-26T02:44:26.024 INFO:teuthology.orchestra.run.trial151.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 8.0 MB 00:02 2026-02-26T02:44:26.224 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - CRB 8.0 MB/s | 8.0 MB 00:00 2026-02-26T02:44:26.893 INFO:teuthology.orchestra.run.trial151.stdout:CentOS Stream 9 - Extras packages 155 kB/s | 20 kB 00:00 2026-02-26T02:44:27.484 INFO:teuthology.orchestra.run.trial151.stdout:Extra Packages for Enterprise Linux 39 MB/s | 20 MB 00:00 2026-02-26T02:44:27.542 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 20 kB 00:01 2026-02-26T02:44:27.853 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 20 kB 00:00 2026-02-26T02:44:28.600 INFO:teuthology.orchestra.run.trial009.stdout:Extra Packages for Enterprise Linux 30 MB/s | 20 MB 00:00 2026-02-26T02:44:29.003 INFO:teuthology.orchestra.run.trial030.stdout:Extra Packages for Enterprise Linux 15 MB/s | 20 MB 00:01 2026-02-26T02:44:30.641 INFO:teuthology.orchestra.run.trial151.stdout:lab-extras 1.3 MB/s | 50 kB 00:00 2026-02-26T02:44:31.668 INFO:teuthology.orchestra.run.trial151.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-26T02:44:31.668 INFO:teuthology.orchestra.run.trial151.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-26T02:44:31.688 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout: Package Architecture Version Repository Size 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout:Install 4 Packages 2026-02-26T02:44:31.689 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:44:31.690 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 89 M 2026-02-26T02:44:31.690 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 135 M 2026-02-26T02:44:31.690 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:44:31.765 INFO:teuthology.orchestra.run.trial009.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-26T02:44:31.963 INFO:teuthology.orchestra.run.trial151.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 4.2 MB/s | 901 kB 00:00 2026-02-26T02:44:32.197 INFO:teuthology.orchestra.run.trial151.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 39 MB/s | 17 MB 00:00 2026-02-26T02:44:32.243 INFO:teuthology.orchestra.run.trial030.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-26T02:44:32.243 INFO:teuthology.orchestra.run.trial151.stdout:(3/4): kernel-modules-core-5.14.0-686.el9.x86_6 110 MB/s | 31 MB 00:00 2026-02-26T02:44:32.381 INFO:teuthology.orchestra.run.trial151.stdout:(4/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 63 MB/s | 40 MB 00:00 2026-02-26T02:44:32.381 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:44:32.382 INFO:teuthology.orchestra.run.trial151.stdout:Total 129 MB/s | 89 MB 00:00 2026-02-26T02:44:32.573 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:44:32.775 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:44:32.775 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:44:32.788 INFO:teuthology.orchestra.run.trial009.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-26T02:44:32.788 INFO:teuthology.orchestra.run.trial009.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-26T02:44:32.808 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout: Package Architecture Version Repository Size 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:Installing dependencies: 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:Install 4 Packages 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 89 M 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 135 M 2026-02-26T02:44:32.809 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:44:33.161 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:44:33.161 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:44:33.242 INFO:teuthology.orchestra.run.trial009.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 6.8 MB/s | 901 kB 00:00 2026-02-26T02:44:33.269 INFO:teuthology.orchestra.run.trial030.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-26T02:44:33.270 INFO:teuthology.orchestra.run.trial030.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-26T02:44:33.289 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:44:33.290 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout: Package Architecture Version Repository Size 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout: kernel x86_64 5.14.0-686.el9 baseos 901 k 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout: kernel-core x86_64 5.14.0-686.el9 baseos 17 M 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout: kernel-modules x86_64 5.14.0-686.el9 baseos 40 M 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout: kernel-modules-core x86_64 5.14.0-686.el9 baseos 31 M 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:44:33.291 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:44:33.292 INFO:teuthology.orchestra.run.trial030.stdout:Install 4 Packages 2026-02-26T02:44:33.292 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:44:33.292 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 89 M 2026-02-26T02:44:33.292 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 135 M 2026-02-26T02:44:33.292 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:44:33.711 INFO:teuthology.orchestra.run.trial009.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 29 MB/s | 17 MB 00:00 2026-02-26T02:44:34.127 INFO:teuthology.orchestra.run.trial009.stdout:(3/4): kernel-modules-core-5.14.0-686.el9.x86_6 35 MB/s | 31 MB 00:00 2026-02-26T02:44:34.180 INFO:teuthology.orchestra.run.trial030.stdout:(1/4): kernel-5.14.0-686.el9.x86_64.rpm 1.4 MB/s | 901 kB 00:00 2026-02-26T02:44:34.266 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:44:34.345 INFO:teuthology.orchestra.run.trial009.stdout:(4/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 32 MB/s | 40 MB 00:01 2026-02-26T02:44:34.345 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:44:34.345 INFO:teuthology.orchestra.run.trial009.stdout:Total 58 MB/s | 89 MB 00:01 2026-02-26T02:44:34.539 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:44:34.554 INFO:teuthology.orchestra.run.trial151.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-26T02:44:34.577 INFO:teuthology.orchestra.run.trial151.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-26T02:44:34.734 INFO:teuthology.orchestra.run.trial030.stdout:(2/4): kernel-core-5.14.0-686.el9.x86_64.rpm 14 MB/s | 17 MB 00:01 2026-02-26T02:44:34.742 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:44:34.742 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:44:35.125 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:44:35.125 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:44:35.246 INFO:teuthology.orchestra.run.trial030.stdout:(3/4): kernel-modules-core-5.14.0-686.el9.x86_6 29 MB/s | 31 MB 00:01 2026-02-26T02:44:35.457 INFO:teuthology.orchestra.run.trial030.stdout:(4/4): kernel-modules-5.14.0-686.el9.x86_64.rpm 21 MB/s | 40 MB 00:01 2026-02-26T02:44:35.457 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:44:35.457 INFO:teuthology.orchestra.run.trial030.stdout:Total 41 MB/s | 89 MB 00:02 2026-02-26T02:44:35.650 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:44:35.860 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:44:35.860 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:44:36.242 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:44:36.244 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:44:36.245 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:44:36.536 INFO:teuthology.orchestra.run.trial009.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-26T02:44:36.558 INFO:teuthology.orchestra.run.trial009.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-26T02:44:37.152 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-26T02:44:37.186 INFO:teuthology.orchestra.run.trial151.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-26T02:44:37.353 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:44:37.642 INFO:teuthology.orchestra.run.trial030.stdout: Installing : kernel-modules-core-5.14.0-686.el9.x86_64 1/4 2026-02-26T02:44:37.664 INFO:teuthology.orchestra.run.trial030.stdout: Installing : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-26T02:44:39.147 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-26T02:44:39.180 INFO:teuthology.orchestra.run.trial009.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-26T02:44:40.224 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-26T02:44:40.231 INFO:teuthology.orchestra.run.trial151.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:44:40.232 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-26T02:44:40.266 INFO:teuthology.orchestra.run.trial030.stdout: Installing : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-26T02:44:42.222 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-26T02:44:42.229 INFO:teuthology.orchestra.run.trial009.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:44:43.282 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:44:43.306 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-26T02:44:43.313 INFO:teuthology.orchestra.run.trial030.stdout: Installing : kernel-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:44:45.285 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:44:46.356 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:00.744 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:00.766 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:00.952 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:00.952 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-26T02:45:00.952 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-26T02:45:00.952 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-26T02:45:01.009 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:01.009 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:45:01.009 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:45:01.009 INFO:teuthology.orchestra.run.trial151.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-26T02:45:01.009 INFO:teuthology.orchestra.run.trial151.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-26T02:45:01.009 INFO:teuthology.orchestra.run.trial151.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-26T02:45:01.009 INFO:teuthology.orchestra.run.trial151.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-26T02:45:01.009 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:45:01.009 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:45:01.074 DEBUG:teuthology.orchestra.run.trial151:> rpm -q kernel | sort -rV | head -n 1 2026-02-26T02:45:01.102 INFO:teuthology.orchestra.run.trial151.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-26T02:45:01.103 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-26T02:45:01.103 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-26T02:45:01.103 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-26T02:45:01.103 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-26T02:45:01.103 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2026-02-26T02:45:01.103 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial151.front.sepia.ceph.com, path=None, version=distro) 2026-02-26T02:45:01.103 DEBUG:teuthology.orchestra.run.trial151:> rpm -q kernel | sort -rV | head -n 1 2026-02-26T02:45:01.167 INFO:teuthology.orchestra.run.trial151.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-26T02:45:01.168 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-26T02:45:01.168 DEBUG:teuthology.orchestra.run.trial151:> sudo rpm -qi grub2-tools 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Name : grub2-tools 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Epoch : 1 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Version : 2.06 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Release : 120.el9 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Architecture: x86_64 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Group : Unspecified 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Size : 9108611 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:License : GPLv3+ 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Packager : builder@centos.org 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Vendor : CentOS 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Summary : Support tools for GRUB. 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:Description : 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:hardware devices. 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:45:01.236 INFO:teuthology.orchestra.run.trial151.stdout:This subpackage provides tools for support of all platforms. 2026-02-26T02:45:01.237 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-26T02:45:01.237 INFO:teuthology.task.kernel:Updating grub on trial151 to boot 5.14.0-686.el9.x86_64 2026-02-26T02:45:01.237 DEBUG:teuthology.orchestra.run.trial151:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-26T02:45:01.301 INFO:teuthology.orchestra.run.trial151.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-26T02:45:01.302 DEBUG:teuthology.orchestra.run.trial151:> sudo command -v grubby && echo yes || echo no 2026-02-26T02:45:01.365 INFO:teuthology.orchestra.run.trial151.stdout:/sbin/grubby 2026-02-26T02:45:01.366 INFO:teuthology.orchestra.run.trial151.stdout:yes 2026-02-26T02:45:01.367 DEBUG:teuthology.orchestra.run.trial151:> 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-26T02:45:01.430 INFO:teuthology.orchestra.run.trial151.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-26T02:45:01.431 DEBUG:teuthology.orchestra.run.trial151:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-26T02:45:01.503 DEBUG:teuthology.orchestra.run.trial151:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-26T02:45:01.710 INFO:teuthology.orchestra.run.trial151.stderr:Generating grub configuration file ... 2026-02-26T02:45:01.778 INFO:teuthology.orchestra.run.trial151.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-26T02:45:01.785 INFO:teuthology.orchestra.run.trial151.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-26T02:45:02.039 INFO:teuthology.orchestra.run.trial151.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-26T02:45:02.046 INFO:teuthology.orchestra.run.trial151.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-26T02:45:02.080 INFO:teuthology.orchestra.run.trial151.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-26T02:45:02.087 INFO:teuthology.orchestra.run.trial151.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-26T02:45:02.118 INFO:teuthology.orchestra.run.trial151.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-26T02:45:02.124 INFO:teuthology.orchestra.run.trial151.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-26T02:45:02.148 INFO:teuthology.orchestra.run.trial151.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-26T02:45:02.154 INFO:teuthology.orchestra.run.trial151.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-26T02:45:02.241 INFO:teuthology.orchestra.run.trial151.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-26T02:45:02.250 INFO:teuthology.orchestra.run.trial151.stderr:done 2026-02-26T02:45:02.252 DEBUG:teuthology.orchestra.run.trial151:> test -d /sys/firmware/efi 2026-02-26T02:45:02.268 DEBUG:teuthology.orchestra.run.trial151:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-26T02:45:02.334 INFO:teuthology.orchestra.run.trial151.stdout:/boot/efi/EFI/BOOT 2026-02-26T02:45:02.334 INFO:teuthology.orchestra.run.trial151.stdout:/boot/efi/EFI/centos 2026-02-26T02:45:02.336 DEBUG:teuthology.orchestra.run.trial151:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-26T02:45:02.402 INFO:teuthology.orchestra.run.trial151.stdout:no 2026-02-26T02:45:02.402 DEBUG:teuthology.orchestra.run.trial151:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-26T02:45:02.467 INFO:teuthology.orchestra.run.trial151.stdout:yes 2026-02-26T02:45:02.467 DEBUG:teuthology.orchestra.run.trial151:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-26T02:45:02.530 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial151 2026-02-26T02:45:02.530 DEBUG:teuthology.orchestra.run.trial151:> sudo bash -c ' 2026-02-26T02:45:02.530 DEBUG:teuthology.orchestra.run.trial151:> 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-26T02:45:02.530 DEBUG:teuthology.orchestra.run.trial151:> ' 2026-02-26T02:45:03.008 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:03.030 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:03.219 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:03.219 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-26T02:45:03.219 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-26T02:45:03.219 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-26T02:45:03.277 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:03.277 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:45:03.277 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:45:03.277 INFO:teuthology.orchestra.run.trial009.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-26T02:45:03.277 INFO:teuthology.orchestra.run.trial009.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-26T02:45:03.277 INFO:teuthology.orchestra.run.trial009.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-26T02:45:03.277 INFO:teuthology.orchestra.run.trial009.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-26T02:45:03.277 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:45:03.277 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:45:03.339 DEBUG:teuthology.orchestra.run.trial009:> rpm -q kernel | sort -rV | head -n 1 2026-02-26T02:45:03.370 INFO:teuthology.orchestra.run.trial009.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-26T02:45:03.371 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-26T02:45:03.371 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-26T02:45:03.371 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-26T02:45:03.371 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-26T02:45:03.371 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-26T02:45:03.372 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial009.front.sepia.ceph.com, path=None, version=distro) 2026-02-26T02:45:03.372 DEBUG:teuthology.orchestra.run.trial009:> rpm -q kernel | sort -rV | head -n 1 2026-02-26T02:45:03.438 INFO:teuthology.orchestra.run.trial009.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-26T02:45:03.438 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-26T02:45:03.439 DEBUG:teuthology.orchestra.run.trial009:> sudo rpm -qi grub2-tools 2026-02-26T02:45:03.506 INFO:teuthology.orchestra.run.trial009.stdout:Name : grub2-tools 2026-02-26T02:45:03.506 INFO:teuthology.orchestra.run.trial009.stdout:Epoch : 1 2026-02-26T02:45:03.507 INFO:teuthology.orchestra.run.trial009.stdout:Version : 2.06 2026-02-26T02:45:03.507 INFO:teuthology.orchestra.run.trial009.stdout:Release : 120.el9 2026-02-26T02:45:03.507 INFO:teuthology.orchestra.run.trial009.stdout:Architecture: x86_64 2026-02-26T02:45:03.507 INFO:teuthology.orchestra.run.trial009.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-26T02:45:03.507 INFO:teuthology.orchestra.run.trial009.stdout:Group : Unspecified 2026-02-26T02:45:03.507 INFO:teuthology.orchestra.run.trial009.stdout:Size : 9108611 2026-02-26T02:45:03.507 INFO:teuthology.orchestra.run.trial009.stdout:License : GPLv3+ 2026-02-26T02:45:03.507 INFO:teuthology.orchestra.run.trial009.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-26T02:45:03.507 INFO:teuthology.orchestra.run.trial009.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:Packager : builder@centos.org 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:Vendor : CentOS 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:Summary : Support tools for GRUB. 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:Description : 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-26T02:45:03.508 INFO:teuthology.orchestra.run.trial009.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-26T02:45:03.509 INFO:teuthology.orchestra.run.trial009.stdout:hardware devices. 2026-02-26T02:45:03.509 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:45:03.509 INFO:teuthology.orchestra.run.trial009.stdout:This subpackage provides tools for support of all platforms. 2026-02-26T02:45:03.510 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-26T02:45:03.510 INFO:teuthology.task.kernel:Updating grub on trial009 to boot 5.14.0-686.el9.x86_64 2026-02-26T02:45:03.511 DEBUG:teuthology.orchestra.run.trial009:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-26T02:45:03.574 INFO:teuthology.orchestra.run.trial009.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-26T02:45:03.575 DEBUG:teuthology.orchestra.run.trial009:> sudo command -v grubby && echo yes || echo no 2026-02-26T02:45:03.639 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/grubby 2026-02-26T02:45:03.640 INFO:teuthology.orchestra.run.trial009.stdout:yes 2026-02-26T02:45:03.641 DEBUG:teuthology.orchestra.run.trial009:> 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-26T02:45:03.704 INFO:teuthology.orchestra.run.trial009.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-26T02:45:03.704 DEBUG:teuthology.orchestra.run.trial009:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-26T02:45:03.778 DEBUG:teuthology.orchestra.run.trial009:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-26T02:45:03.849 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: kernel-core-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:03.872 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: kernel-modules-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:03.991 INFO:teuthology.orchestra.run.trial009.stderr:Generating grub configuration file ... 2026-02-26T02:45:04.059 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: kernel-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:04.059 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : kernel-5.14.0-686.el9.x86_64 1/4 2026-02-26T02:45:04.059 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : kernel-core-5.14.0-686.el9.x86_64 2/4 2026-02-26T02:45:04.059 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : kernel-modules-5.14.0-686.el9.x86_64 3/4 2026-02-26T02:45:04.060 INFO:teuthology.orchestra.run.trial009.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-26T02:45:04.066 INFO:teuthology.orchestra.run.trial009.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-26T02:45:04.116 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : kernel-modules-core-5.14.0-686.el9.x86_64 4/4 2026-02-26T02:45:04.117 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:45:04.117 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:45:04.117 INFO:teuthology.orchestra.run.trial030.stdout: kernel-5.14.0-686.el9.x86_64 2026-02-26T02:45:04.117 INFO:teuthology.orchestra.run.trial030.stdout: kernel-core-5.14.0-686.el9.x86_64 2026-02-26T02:45:04.117 INFO:teuthology.orchestra.run.trial030.stdout: kernel-modules-5.14.0-686.el9.x86_64 2026-02-26T02:45:04.117 INFO:teuthology.orchestra.run.trial030.stdout: kernel-modules-core-5.14.0-686.el9.x86_64 2026-02-26T02:45:04.117 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:45:04.117 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:45:04.181 DEBUG:teuthology.orchestra.run.trial030:> rpm -q kernel | sort -rV | head -n 1 2026-02-26T02:45:04.212 INFO:teuthology.orchestra.run.trial030.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-26T02:45:04.212 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-26T02:45:04.212 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-26T02:45:04.213 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-26T02:45:04.213 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-26T02:45:04.213 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-26T02:45:04.213 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial030.front.sepia.ceph.com, path=None, version=distro) 2026-02-26T02:45:04.213 DEBUG:teuthology.orchestra.run.trial030:> rpm -q kernel | sort -rV | head -n 1 2026-02-26T02:45:04.277 INFO:teuthology.orchestra.run.trial030.stdout:kernel-5.14.0-686.el9.x86_64 2026-02-26T02:45:04.278 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-686.el9.x86_64 2026-02-26T02:45:04.278 DEBUG:teuthology.orchestra.run.trial030:> sudo rpm -qi grub2-tools 2026-02-26T02:45:04.320 INFO:teuthology.orchestra.run.trial009.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-26T02:45:04.327 INFO:teuthology.orchestra.run.trial009.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-26T02:45:04.347 INFO:teuthology.orchestra.run.trial030.stdout:Name : grub2-tools 2026-02-26T02:45:04.347 INFO:teuthology.orchestra.run.trial030.stdout:Epoch : 1 2026-02-26T02:45:04.347 INFO:teuthology.orchestra.run.trial030.stdout:Version : 2.06 2026-02-26T02:45:04.347 INFO:teuthology.orchestra.run.trial030.stdout:Release : 120.el9 2026-02-26T02:45:04.347 INFO:teuthology.orchestra.run.trial030.stdout:Architecture: x86_64 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Install Date: Wed 18 Feb 2026 05:18:42 PM UTC 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Group : Unspecified 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Size : 9108611 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:License : GPLv3+ 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Signature : RSA/SHA256, Thu 04 Dec 2025 09:42:59 AM UTC, Key ID 05b555b38483c65d 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Source RPM : grub2-2.06-120.el9.src.rpm 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Build Date : Wed 03 Dec 2025 12:10:38 PM UTC 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Packager : builder@centos.org 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Vendor : CentOS 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-26T02:45:04.348 INFO:teuthology.orchestra.run.trial030.stdout:Summary : Support tools for GRUB. 2026-02-26T02:45:04.349 INFO:teuthology.orchestra.run.trial030.stdout:Description : 2026-02-26T02:45:04.349 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:45:04.349 INFO:teuthology.orchestra.run.trial030.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-26T02:45:04.349 INFO:teuthology.orchestra.run.trial030.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-26T02:45:04.349 INFO:teuthology.orchestra.run.trial030.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-26T02:45:04.349 INFO:teuthology.orchestra.run.trial030.stdout:hardware devices. 2026-02-26T02:45:04.349 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:45:04.349 INFO:teuthology.orchestra.run.trial030.stdout:This subpackage provides tools for support of all platforms. 2026-02-26T02:45:04.350 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-26T02:45:04.350 INFO:teuthology.task.kernel:Updating grub on trial030 to boot 5.14.0-686.el9.x86_64 2026-02-26T02:45:04.351 DEBUG:teuthology.orchestra.run.trial030:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-26T02:45:04.362 INFO:teuthology.orchestra.run.trial009.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-26T02:45:04.369 INFO:teuthology.orchestra.run.trial009.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-26T02:45:04.400 INFO:teuthology.orchestra.run.trial009.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-26T02:45:04.407 INFO:teuthology.orchestra.run.trial009.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-26T02:45:04.413 INFO:teuthology.orchestra.run.trial030.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-26T02:45:04.415 DEBUG:teuthology.orchestra.run.trial030:> sudo command -v grubby && echo yes || echo no 2026-02-26T02:45:04.431 INFO:teuthology.orchestra.run.trial009.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-26T02:45:04.437 INFO:teuthology.orchestra.run.trial009.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-26T02:45:04.481 INFO:teuthology.orchestra.run.trial030.stdout:/sbin/grubby 2026-02-26T02:45:04.482 INFO:teuthology.orchestra.run.trial030.stdout:yes 2026-02-26T02:45:04.483 DEBUG:teuthology.orchestra.run.trial030:> 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-26T02:45:04.522 INFO:teuthology.orchestra.run.trial009.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-26T02:45:04.530 INFO:teuthology.orchestra.run.trial009.stderr:done 2026-02-26T02:45:04.532 DEBUG:teuthology.orchestra.run.trial009:> test -d /sys/firmware/efi 2026-02-26T02:45:04.545 INFO:teuthology.orchestra.run.trial030.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64.conf 2026-02-26T02:45:04.546 DEBUG:teuthology.orchestra.run.trial030:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-686.el9.x86_64 2026-02-26T02:45:04.548 DEBUG:teuthology.orchestra.run.trial009:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-26T02:45:04.613 INFO:teuthology.orchestra.run.trial009.stdout:/boot/efi/EFI/BOOT 2026-02-26T02:45:04.613 INFO:teuthology.orchestra.run.trial009.stdout:/boot/efi/EFI/centos 2026-02-26T02:45:04.615 DEBUG:teuthology.orchestra.run.trial009:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-26T02:45:04.618 DEBUG:teuthology.orchestra.run.trial030:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-26T02:45:04.681 INFO:teuthology.orchestra.run.trial009.stdout:no 2026-02-26T02:45:04.682 DEBUG:teuthology.orchestra.run.trial009:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-26T02:45:04.748 INFO:teuthology.orchestra.run.trial009.stdout:yes 2026-02-26T02:45:04.749 DEBUG:teuthology.orchestra.run.trial009:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-26T02:45:04.813 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial009 2026-02-26T02:45:04.813 DEBUG:teuthology.orchestra.run.trial009:> sudo bash -c ' 2026-02-26T02:45:04.813 DEBUG:teuthology.orchestra.run.trial009:> 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-26T02:45:04.813 DEBUG:teuthology.orchestra.run.trial009:> ' 2026-02-26T02:45:04.825 INFO:teuthology.orchestra.run.trial030.stderr:Generating grub configuration file ... 2026-02-26T02:45:04.894 INFO:teuthology.orchestra.run.trial030.stderr:Found linux image: /boot/vmlinuz-5.14.0-686.el9.x86_64 2026-02-26T02:45:04.901 INFO:teuthology.orchestra.run.trial030.stderr:Found initrd image: /boot/initramfs-5.14.0-686.el9.x86_64.img 2026-02-26T02:45:05.153 INFO:teuthology.orchestra.run.trial030.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-26T02:45:05.160 INFO:teuthology.orchestra.run.trial030.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-26T02:45:05.193 INFO:teuthology.orchestra.run.trial030.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-26T02:45:05.200 INFO:teuthology.orchestra.run.trial030.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-26T02:45:05.231 INFO:teuthology.orchestra.run.trial030.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-26T02:45:05.237 INFO:teuthology.orchestra.run.trial030.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-26T02:45:05.261 INFO:teuthology.orchestra.run.trial030.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-26T02:45:05.267 INFO:teuthology.orchestra.run.trial030.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-26T02:45:05.354 INFO:teuthology.orchestra.run.trial030.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-26T02:45:05.362 INFO:teuthology.orchestra.run.trial030.stderr:done 2026-02-26T02:45:05.364 DEBUG:teuthology.orchestra.run.trial030:> test -d /sys/firmware/efi 2026-02-26T02:45:05.380 DEBUG:teuthology.orchestra.run.trial030:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-26T02:45:05.445 INFO:teuthology.orchestra.run.trial030.stdout:/boot/efi/EFI/BOOT 2026-02-26T02:45:05.445 INFO:teuthology.orchestra.run.trial030.stdout:/boot/efi/EFI/centos 2026-02-26T02:45:05.447 DEBUG:teuthology.orchestra.run.trial030:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-26T02:45:05.511 INFO:teuthology.orchestra.run.trial030.stdout:no 2026-02-26T02:45:05.512 DEBUG:teuthology.orchestra.run.trial030:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-26T02:45:05.577 INFO:teuthology.orchestra.run.trial030.stdout:yes 2026-02-26T02:45:05.578 DEBUG:teuthology.orchestra.run.trial030:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-26T02:45:05.642 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial030 2026-02-26T02:45:05.642 DEBUG:teuthology.orchestra.run.trial030:> sudo bash -c ' 2026-02-26T02:45:05.642 DEBUG:teuthology.orchestra.run.trial030:> 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-26T02:45:05.642 DEBUG:teuthology.orchestra.run.trial030:> ' 2026-02-26T02:45:32.573 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2026-02-26T02:45:32.573 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial151.front.sepia.ceph.com' 2026-02-26T02:45:32.574 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:45:34.856 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-26T02:45:34.856 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial009.front.sepia.ceph.com' 2026-02-26T02:45:34.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial009.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:45:35.684 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-26T02:45:35.685 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial030.front.sepia.ceph.com' 2026-02-26T02:45:35.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial030.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:45:46.880 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.151 2026-02-26T02:45:49.120 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.9 2026-02-26T02:45:49.952 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.30 2026-02-26T02:45:55.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial151.front.sepia.ceph.com' 2026-02-26T02:45:55.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:45:58.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial009.front.sepia.ceph.com' 2026-02-26T02:45:58.124 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial009.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:45:58.953 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial030.front.sepia.ceph.com' 2026-02-26T02:45:58.954 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial030.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:46:31.654 DEBUG:teuthology.orchestra.run.trial151:> true 2026-02-26T02:46:31.810 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial151.front.sepia.ceph.com' 2026-02-26T02:46:31.810 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-686.el9.x86_64"... 2026-02-26T02:46:31.810 DEBUG:teuthology.orchestra.run.trial151:> uname -r 2026-02-26T02:46:31.866 INFO:teuthology.orchestra.run.trial151.stdout:5.14.0-686.el9.x86_64 2026-02-26T02:46:31.867 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-26T02:46:31.867 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-26T02:46:31.867 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-26T02:46:32.867 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-26T02:46:32.868 DEBUG:teuthology.orchestra.run.trial151:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-26T02:46:32.898 INFO:teuthology.orchestra.run.trial151.stdout:ttyS1 2026-02-26T02:46:32.936 DEBUG:teuthology.parallel:result is None 2026-02-26T02:46:34.246 DEBUG:teuthology.orchestra.run.trial009:> true 2026-02-26T02:46:34.400 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial009.front.sepia.ceph.com' 2026-02-26T02:46:34.400 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-686.el9.x86_64"... 2026-02-26T02:46:34.400 DEBUG:teuthology.orchestra.run.trial009:> uname -r 2026-02-26T02:46:34.456 INFO:teuthology.orchestra.run.trial009.stdout:5.14.0-686.el9.x86_64 2026-02-26T02:46:34.456 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-26T02:46:34.456 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-26T02:46:34.456 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-26T02:46:34.808 DEBUG:teuthology.orchestra.run.trial030:> true 2026-02-26T02:46:34.949 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial030.front.sepia.ceph.com' 2026-02-26T02:46:34.949 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-686.el9.x86_64"... 2026-02-26T02:46:34.949 DEBUG:teuthology.orchestra.run.trial030:> uname -r 2026-02-26T02:46:35.005 INFO:teuthology.orchestra.run.trial030.stdout:5.14.0-686.el9.x86_64 2026-02-26T02:46:35.005 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-26T02:46:35.005 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-26T02:46:35.005 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-26T02:46:35.457 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-26T02:46:35.457 DEBUG:teuthology.orchestra.run.trial009:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-26T02:46:35.487 INFO:teuthology.orchestra.run.trial009.stdout:ttyS1 2026-02-26T02:46:35.513 DEBUG:teuthology.parallel:result is None 2026-02-26T02:46:36.006 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-26T02:46:36.006 DEBUG:teuthology.orchestra.run.trial030:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-26T02:46:36.037 INFO:teuthology.orchestra.run.trial030.stdout:ttyS1 2026-02-26T02:46:36.058 DEBUG:teuthology.parallel:result is None 2026-02-26T02:46:36.058 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-26T02:46:36.071 INFO:teuthology.task.internal:Creating test directory... 2026-02-26T02:46:36.071 DEBUG:teuthology.orchestra.run.trial009:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-26T02:46:36.074 DEBUG:teuthology.orchestra.run.trial030:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-26T02:46:36.100 DEBUG:teuthology.orchestra.run.trial151:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-26T02:46:36.118 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-26T02:46:36.132 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-26T02:46:36.147 INFO:teuthology.task.internal:Creating archive directory... 2026-02-26T02:46:36.147 DEBUG:teuthology.orchestra.run.trial009:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-26T02:46:36.150 DEBUG:teuthology.orchestra.run.trial030:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-26T02:46:36.156 DEBUG:teuthology.orchestra.run.trial151:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-26T02:46:36.182 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-26T02:46:36.198 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-26T02:46:36.198 DEBUG:teuthology.orchestra.run.trial009:> 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-26T02:46:36.206 DEBUG:teuthology.orchestra.run.trial030:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-02-26T02:46:36.213 DEBUG:teuthology.orchestra.run.trial151:> 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-26T02:46:36.227 INFO:teuthology.orchestra.run.trial009.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-26T02:46:36.234 INFO:teuthology.orchestra.run.trial030.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-26T02:46:36.236 INFO:teuthology.orchestra.run.trial009.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-26T02:46:36.240 INFO:teuthology.orchestra.run.trial151.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-26T02:46:36.243 INFO:teuthology.orchestra.run.trial030.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-26T02:46:36.249 INFO:teuthology.orchestra.run.trial151.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-26T02:46:36.251 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-26T02:46:36.263 INFO:teuthology.task.internal:Configuring sudo... 2026-02-26T02:46:36.263 DEBUG:teuthology.orchestra.run.trial009:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-26T02:46:36.280 DEBUG:teuthology.orchestra.run.trial030:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-26T02:46:36.287 DEBUG:teuthology.orchestra.run.trial151:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-26T02:46:36.316 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-26T02:46:36.332 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-26T02:46:36.333 DEBUG:teuthology.orchestra.run.trial009:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-26T02:46:36.344 DEBUG:teuthology.orchestra.run.trial030:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-26T02:46:36.351 DEBUG:teuthology.orchestra.run.trial151:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-26T02:46:36.373 DEBUG:teuthology.orchestra.run.trial009:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-26T02:46:36.477 DEBUG:teuthology.orchestra.run.trial009:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-26T02:46:36.502 DEBUG:teuthology.orchestra.run.trial009:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-26T02:46:36.629 DEBUG:teuthology.orchestra.run.trial009:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-26T02:46:36.653 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:46:36.653 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-26T02:46:36.717 DEBUG:teuthology.orchestra.run.trial030:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-26T02:46:36.815 DEBUG:teuthology.orchestra.run.trial030:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-26T02:46:36.841 DEBUG:teuthology.orchestra.run.trial030:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-26T02:46:36.985 DEBUG:teuthology.orchestra.run.trial030:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-26T02:46:37.010 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:46:37.010 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-26T02:46:37.073 DEBUG:teuthology.orchestra.run.trial151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-26T02:46:37.190 DEBUG:teuthology.orchestra.run.trial151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-26T02:46:37.215 DEBUG:teuthology.orchestra.run.trial151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-26T02:46:37.350 DEBUG:teuthology.orchestra.run.trial151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-26T02:46:37.375 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:46:37.375 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-26T02:46:37.438 DEBUG:teuthology.orchestra.run.trial009:> sudo service rsyslog restart 2026-02-26T02:46:37.440 DEBUG:teuthology.orchestra.run.trial030:> sudo service rsyslog restart 2026-02-26T02:46:37.442 DEBUG:teuthology.orchestra.run.trial151:> sudo service rsyslog restart 2026-02-26T02:46:37.467 INFO:teuthology.orchestra.run.trial009.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-26T02:46:37.469 INFO:teuthology.orchestra.run.trial030.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-26T02:46:37.506 INFO:teuthology.orchestra.run.trial151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-26T02:46:37.997 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-26T02:46:38.010 INFO:teuthology.task.internal:Starting timer... 2026-02-26T02:46:38.010 INFO:teuthology.run_tasks:Running task pcp... 2026-02-26T02:46:38.030 INFO:teuthology.run_tasks:Running task selinux... 2026-02-26T02:46:38.049 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-26T02:46:38.049 DEBUG:teuthology.orchestra.run.trial009:> sudo service auditd rotate 2026-02-26T02:46:38.079 INFO:teuthology.orchestra.run.trial009.stdout:Rotating logs: 2026-02-26T02:46:38.081 DEBUG:teuthology.orchestra.run.trial030:> sudo service auditd rotate 2026-02-26T02:46:38.111 INFO:teuthology.orchestra.run.trial030.stdout:Rotating logs: 2026-02-26T02:46:38.112 DEBUG:teuthology.orchestra.run.trial151:> sudo service auditd rotate 2026-02-26T02:46:38.143 INFO:teuthology.orchestra.run.trial151.stdout:Rotating logs: 2026-02-26T02:46:38.144 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-26T02:46:38.145 DEBUG:teuthology.orchestra.run.trial009:> /usr/sbin/getenforce 2026-02-26T02:46:38.161 INFO:teuthology.orchestra.run.trial009.stdout:Permissive 2026-02-26T02:46:38.162 DEBUG:teuthology.orchestra.run.trial030:> /usr/sbin/getenforce 2026-02-26T02:46:38.178 INFO:teuthology.orchestra.run.trial030.stdout:Permissive 2026-02-26T02:46:38.179 DEBUG:teuthology.orchestra.run.trial151:> /usr/sbin/getenforce 2026-02-26T02:46:38.201 INFO:teuthology.orchestra.run.trial151.stdout:Permissive 2026-02-26T02:46:38.201 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial009.front.sepia.ceph.com': 'permissive', 'ubuntu@trial030.front.sepia.ceph.com': 'permissive', 'ubuntu@trial151.front.sepia.ceph.com': 'permissive'} 2026-02-26T02:46:38.201 DEBUG:teuthology.orchestra.run.trial009:> 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-26T02:46:38.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:46:38.226 DEBUG:teuthology.orchestra.run.trial030:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-26T02:46:38.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:46:38.251 DEBUG:teuthology.orchestra.run.trial151:> 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-26T02:46:38.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:46:38.277 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-26T02:46:38.277 DEBUG:teuthology.orchestra.run.trial009:> sudo /usr/sbin/setenforce permissive 2026-02-26T02:46:38.301 DEBUG:teuthology.orchestra.run.trial030:> sudo /usr/sbin/setenforce permissive 2026-02-26T02:46:38.326 DEBUG:teuthology.orchestra.run.trial151:> sudo /usr/sbin/setenforce permissive 2026-02-26T02:46:38.351 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-26T02:46:38.367 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-26T02:46:38.378 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-26T02:46:38.379 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial009.front.sepia.ceph.com,trial030.front.sepia.ceph.com,trial151.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-26T02:49:34.606 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial009.front.sepia.ceph.com'), Remote(name='ubuntu@trial030.front.sepia.ceph.com'), Remote(name='ubuntu@trial151.front.sepia.ceph.com')] 2026-02-26T02:49:34.607 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial009.front.sepia.ceph.com' 2026-02-26T02:49:34.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial009.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:49:34.721 DEBUG:teuthology.orchestra.run.trial009:> true 2026-02-26T02:49:34.798 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial009.front.sepia.ceph.com' 2026-02-26T02:49:34.799 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial030.front.sepia.ceph.com' 2026-02-26T02:49:34.799 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial030.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:49:34.881 DEBUG:teuthology.orchestra.run.trial030:> true 2026-02-26T02:49:34.956 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial030.front.sepia.ceph.com' 2026-02-26T02:49:34.956 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial151.front.sepia.ceph.com' 2026-02-26T02:49:34.956 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-26T02:49:35.030 DEBUG:teuthology.orchestra.run.trial151:> true 2026-02-26T02:49:35.106 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial151.front.sepia.ceph.com' 2026-02-26T02:49:35.107 INFO:teuthology.run_tasks:Running task clock... 2026-02-26T02:49:35.121 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-26T02:49:35.121 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-26T02:49:35.122 DEBUG:teuthology.orchestra.run.trial009:> 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-26T02:49:35.123 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-26T02:49:35.123 DEBUG:teuthology.orchestra.run.trial030:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-26T02:49:35.126 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-26T02:49:35.126 DEBUG:teuthology.orchestra.run.trial151:> 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-26T02:49:35.150 INFO:teuthology.orchestra.run.trial009.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-26T02:49:35.151 INFO:teuthology.orchestra.run.trial030.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-26T02:49:35.163 INFO:teuthology.orchestra.run.trial030.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-26T02:49:35.163 INFO:teuthology.orchestra.run.trial009.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-26T02:49:35.173 INFO:teuthology.orchestra.run.trial151.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-26T02:49:35.183 INFO:teuthology.orchestra.run.trial030.stderr:sudo: ntpd: command not found 2026-02-26T02:49:35.184 INFO:teuthology.orchestra.run.trial009.stderr:sudo: ntpd: command not found 2026-02-26T02:49:35.185 INFO:teuthology.orchestra.run.trial151.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-26T02:49:35.193 INFO:teuthology.orchestra.run.trial030.stdout:506 Cannot talk to daemon 2026-02-26T02:49:35.194 INFO:teuthology.orchestra.run.trial009.stdout:506 Cannot talk to daemon 2026-02-26T02:49:35.204 INFO:teuthology.orchestra.run.trial030.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-26T02:49:35.206 INFO:teuthology.orchestra.run.trial151.stderr:sudo: ntpd: command not found 2026-02-26T02:49:35.206 INFO:teuthology.orchestra.run.trial009.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-26T02:49:35.215 INFO:teuthology.orchestra.run.trial030.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-26T02:49:35.216 INFO:teuthology.orchestra.run.trial151.stdout:506 Cannot talk to daemon 2026-02-26T02:49:35.218 INFO:teuthology.orchestra.run.trial009.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-26T02:49:35.228 INFO:teuthology.orchestra.run.trial151.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-26T02:49:35.240 INFO:teuthology.orchestra.run.trial151.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-26T02:49:35.264 INFO:teuthology.orchestra.run.trial030.stderr:bash: line 1: ntpq: command not found 2026-02-26T02:49:35.266 INFO:teuthology.orchestra.run.trial009.stderr:bash: line 1: ntpq: command not found 2026-02-26T02:49:35.275 INFO:teuthology.orchestra.run.trial009.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-26T02:49:35.276 INFO:teuthology.orchestra.run.trial009.stdout:=============================================================================== 2026-02-26T02:49:35.276 INFO:teuthology.orchestra.run.trial009.stdout:^? static.190.111.161.5.cli> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-26T02:49:35.276 INFO:teuthology.orchestra.run.trial009.stdout:^? pool-138-89-14-60.mad.ea> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-26T02:49:35.278 INFO:teuthology.orchestra.run.trial030.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-26T02:49:35.278 INFO:teuthology.orchestra.run.trial030.stdout:=============================================================================== 2026-02-26T02:49:35.278 INFO:teuthology.orchestra.run.trial030.stdout:^? static.190.111.161.5.cli> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-26T02:49:35.278 INFO:teuthology.orchestra.run.trial030.stdout:^? pool-138-89-14-60.mad.ea> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-26T02:49:35.286 INFO:teuthology.orchestra.run.trial151.stderr:bash: line 1: ntpq: command not found 2026-02-26T02:49:35.296 INFO:teuthology.orchestra.run.trial151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-26T02:49:35.297 INFO:teuthology.orchestra.run.trial151.stdout:=============================================================================== 2026-02-26T02:49:35.297 INFO:teuthology.orchestra.run.trial151.stdout:^? static.190.111.161.5.cli> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-26T02:49:35.297 INFO:teuthology.orchestra.run.trial151.stdout:^? pool-138-89-14-60.mad.ea> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-26T02:49:35.297 INFO:teuthology.orchestra.run.trial151.stdout:^? ntp1.lax.us.hojmark.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-26T02:49:35.297 INFO:teuthology.orchestra.run.trial151.stdout:^? LAX.CALTICK.NET 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-26T02:49:35.298 INFO:teuthology.run_tasks:Running task pexec... 2026-02-26T02:49:35.316 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-26T02:49:35.317 DEBUG:teuthology.orchestra.run.trial009:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-26T02:49:35.318 DEBUG:teuthology.orchestra.run.trial030:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-26T02:49:35.318 DEBUG:teuthology.orchestra.run.trial151:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-26T02:49:35.321 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial009.front.sepia.ceph.com 2026-02-26T02:49:35.321 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-26T02:49:35.322 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-26T02:49:35.322 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-26T02:49:35.322 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-26T02:49:35.323 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial030.front.sepia.ceph.com 2026-02-26T02:49:35.323 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-26T02:49:35.324 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-26T02:49:35.324 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-26T02:49:35.324 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-26T02:49:35.341 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial151.front.sepia.ceph.com 2026-02-26T02:49:35.341 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-26T02:49:35.341 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-26T02:49:35.341 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-26T02:49:35.341 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-26T02:49:35.499 INFO:teuthology.orchestra.run.trial009.stdout:No match for argument: nvme-cli 2026-02-26T02:49:35.499 INFO:teuthology.orchestra.run.trial009.stderr:No packages marked for removal. 2026-02-26T02:49:35.500 INFO:teuthology.orchestra.run.trial030.stdout:No match for argument: nvme-cli 2026-02-26T02:49:35.500 INFO:teuthology.orchestra.run.trial030.stderr:No packages marked for removal. 2026-02-26T02:49:35.501 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:49:35.501 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:49:35.502 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:49:35.502 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:49:35.503 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:49:35.503 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:49:35.516 INFO:teuthology.orchestra.run.trial151.stdout:No match for argument: nvme-cli 2026-02-26T02:49:35.516 INFO:teuthology.orchestra.run.trial151.stderr:No packages marked for removal. 2026-02-26T02:49:35.518 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:49:35.519 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:49:35.519 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:49:35.815 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:40 ago on Thu 26 Feb 2026 02:48:55 AM UTC. 2026-02-26T02:49:35.815 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:39 ago on Thu 26 Feb 2026 02:48:56 AM UTC. 2026-02-26T02:49:35.830 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:39 ago on Thu 26 Feb 2026 02:48:56 AM UTC. 2026-02-26T02:49:35.896 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:49:35.896 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:49:35.896 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-26T02:49:35.897 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:49:35.898 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:49:35.898 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:49:35.898 INFO:teuthology.orchestra.run.trial030.stdout:Install 7 Packages 2026-02-26T02:49:35.898 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:49:35.899 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 6.3 M 2026-02-26T02:49:35.899 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 24 M 2026-02-26T02:49:35.899 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repository Size 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout:Installing dependencies: 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-26T02:49:35.900 INFO:teuthology.orchestra.run.trial009.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout:Install 7 Packages 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 6.3 M 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 24 M 2026-02-26T02:49:35.901 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:49:35.912 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:49:35.913 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:49:35.913 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repository Size 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-26T02:49:35.914 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:49:35.915 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:49:35.915 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:49:35.915 INFO:teuthology.orchestra.run.trial151.stdout:Install 7 Packages 2026-02-26T02:49:35.915 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:49:35.915 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 6.3 M 2026-02-26T02:49:35.916 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 24 M 2026-02-26T02:49:35.916 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:49:36.083 INFO:teuthology.orchestra.run.trial009.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 1.1 MB/s | 44 kB 00:00 2026-02-26T02:49:36.085 INFO:teuthology.orchestra.run.trial009.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.7 MB/s | 72 kB 00:00 2026-02-26T02:49:36.100 INFO:teuthology.orchestra.run.trial009.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 4.7 MB/s | 84 kB 00:00 2026-02-26T02:49:36.104 INFO:teuthology.orchestra.run.trial009.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 7.8 MB/s | 150 kB 00:00 2026-02-26T02:49:36.117 INFO:teuthology.orchestra.run.trial009.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 16 MB/s | 1.2 MB 00:00 2026-02-26T02:49:36.130 INFO:teuthology.orchestra.run.trial009.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 28 MB/s | 837 kB 00:00 2026-02-26T02:49:36.197 INFO:teuthology.orchestra.run.trial030.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 297 kB/s | 44 kB 00:00 2026-02-26T02:49:36.211 INFO:teuthology.orchestra.run.trial030.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 444 kB/s | 72 kB 00:00 2026-02-26T02:49:36.252 INFO:teuthology.orchestra.run.trial030.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-26T02:49:36.277 INFO:teuthology.orchestra.run.trial030.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-26T02:49:36.310 INFO:teuthology.orchestra.run.trial030.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 4.4 MB/s | 1.2 MB 00:00 2026-02-26T02:49:36.354 INFO:teuthology.orchestra.run.trial030.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.1 MB/s | 837 kB 00:00 2026-02-26T02:49:36.364 INFO:teuthology.orchestra.run.trial030.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 45 MB/s | 4.0 MB 00:00 2026-02-26T02:49:36.365 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:49:36.365 INFO:teuthology.orchestra.run.trial030.stdout:Total 13 MB/s | 6.3 MB 00:00 2026-02-26T02:49:36.434 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:49:36.442 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:49:36.442 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:49:36.463 INFO:teuthology.orchestra.run.trial009.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-26T02:49:36.517 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:49:36.517 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:49:36.662 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:49:36.670 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-26T02:49:36.678 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-26T02:49:36.684 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-26T02:49:36.689 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-26T02:49:36.690 INFO:teuthology.orchestra.run.trial030.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-26T02:49:36.741 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-26T02:49:36.780 INFO:teuthology.orchestra.run.trial151.stdout:[MIRROR] nvmetcli-0.8-3.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvmetcli-0.8-3.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-26T02:49:36.781 INFO:teuthology.orchestra.run.trial151.stdout:[MIRROR] nvme-cli-2.16-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvme-cli-2.16-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-26T02:49:36.783 INFO:teuthology.orchestra.run.trial151.stdout:[MIRROR] python3-configshell-1.1.30-1.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-configshell-1.1.30-1.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-26T02:49:36.854 INFO:teuthology.orchestra.run.trial030.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-26T02:49:36.856 INFO:teuthology.orchestra.run.trial030.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-26T02:49:36.869 INFO:teuthology.orchestra.run.trial009.stdout:[MIRROR] runc-1.4.0-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.4.0-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-26T02:49:37.143 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-26T02:49:37.143 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-26T02:49:37.144 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:49:37.398 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-26T02:49:37.398 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-26T02:49:37.399 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-26T02:49:37.399 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-26T02:49:37.399 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-26T02:49:37.399 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-26T02:49:37.418 INFO:teuthology.orchestra.run.trial151.stdout:[MIRROR] python3-configshell-1.1.30-1.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-configshell-1.1.30-1.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-26T02:49:37.425 INFO:teuthology.orchestra.run.trial151.stdout:[MIRROR] nvme-cli-2.16-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvme-cli-2.16-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-26T02:49:37.425 INFO:teuthology.orchestra.run.trial151.stdout:[MIRROR] nvmetcli-0.8-3.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvmetcli-0.8-3.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-26T02:49:37.457 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-26T02:49:37.457 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:49:37.457 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:49:37.457 INFO:teuthology.orchestra.run.trial030.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-26T02:49:37.457 INFO:teuthology.orchestra.run.trial030.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-26T02:49:37.458 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-26T02:49:37.458 INFO:teuthology.orchestra.run.trial030.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-26T02:49:37.458 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:49:37.458 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:49:37.510 DEBUG:teuthology.parallel:result is None 2026-02-26T02:49:37.738 INFO:teuthology.orchestra.run.trial151.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 30 kB/s | 44 kB 00:01 2026-02-26T02:49:37.784 INFO:teuthology.orchestra.run.trial151.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 48 kB/s | 72 kB 00:01 2026-02-26T02:49:37.981 INFO:teuthology.orchestra.run.trial009.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 2.1 MB/s | 4.0 MB 00:01 2026-02-26T02:49:37.982 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:49:37.982 INFO:teuthology.orchestra.run.trial009.stdout:Total 3.0 MB/s | 6.3 MB 00:02 2026-02-26T02:49:38.052 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:49:38.060 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:49:38.061 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:49:38.104 INFO:teuthology.orchestra.run.trial151.stdout:(3/7): nvme-cli-2.16-1.el9.x86_64.rpm 654 kB/s | 1.2 MB 00:01 2026-02-26T02:49:38.135 INFO:teuthology.orchestra.run.trial151.stdout:[MIRROR] python3-kmod-0.9-32.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-kmod-0.9-32.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-26T02:49:38.138 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:49:38.138 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:49:38.180 INFO:teuthology.orchestra.run.trial151.stdout:[MIRROR] python3-pyparsing-2.4.7-9.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-pyparsing-2.4.7-9.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-26T02:49:38.266 INFO:teuthology.orchestra.run.trial151.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 312 kB/s | 150 kB 00:00 2026-02-26T02:49:38.284 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:49:38.286 INFO:teuthology.orchestra.run.trial151.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 154 kB/s | 84 kB 00:00 2026-02-26T02:49:38.291 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-26T02:49:38.300 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-26T02:49:38.306 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-26T02:49:38.311 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-26T02:49:38.312 INFO:teuthology.orchestra.run.trial009.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-26T02:49:38.359 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-26T02:49:38.471 INFO:teuthology.orchestra.run.trial009.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-26T02:49:38.473 INFO:teuthology.orchestra.run.trial009.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-26T02:49:38.505 INFO:teuthology.orchestra.run.trial151.stdout:[MIRROR] python3-urwid-2.1.2-4.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-urwid-2.1.2-4.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-26T02:49:38.756 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-26T02:49:38.756 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-26T02:49:38.757 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:49:38.848 INFO:teuthology.orchestra.run.trial151.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.1 MB/s | 837 kB 00:00 2026-02-26T02:49:39.023 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-26T02:49:39.023 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-26T02:49:39.023 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-26T02:49:39.023 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-26T02:49:39.023 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-26T02:49:39.023 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-26T02:49:39.085 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-26T02:49:39.085 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:49:39.085 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:49:39.085 INFO:teuthology.orchestra.run.trial009.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-26T02:49:39.085 INFO:teuthology.orchestra.run.trial009.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-26T02:49:39.085 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-26T02:49:39.085 INFO:teuthology.orchestra.run.trial009.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-26T02:49:39.085 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:49:39.086 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:49:39.140 DEBUG:teuthology.parallel:result is None 2026-02-26T02:49:39.292 INFO:teuthology.orchestra.run.trial151.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 3.9 MB/s | 4.0 MB 00:01 2026-02-26T02:49:39.294 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:49:39.294 INFO:teuthology.orchestra.run.trial151.stdout:Total 1.9 MB/s | 6.3 MB 00:03 2026-02-26T02:49:39.366 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:49:39.374 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:49:39.374 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:49:39.452 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:49:39.452 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:49:39.598 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:49:39.605 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-26T02:49:39.614 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-26T02:49:39.620 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-26T02:49:39.625 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-26T02:49:39.626 INFO:teuthology.orchestra.run.trial151.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-26T02:49:39.675 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-26T02:49:39.788 INFO:teuthology.orchestra.run.trial151.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-26T02:49:39.790 INFO:teuthology.orchestra.run.trial151.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-26T02:49:40.074 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-26T02:49:40.074 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-26T02:49:40.074 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:49:40.340 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-26T02:49:40.340 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-26T02:49:40.341 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-26T02:49:40.341 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-26T02:49:40.341 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-26T02:49:40.341 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-26T02:49:40.403 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-26T02:49:40.403 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:49:40.404 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:49:40.404 INFO:teuthology.orchestra.run.trial151.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-26T02:49:40.404 INFO:teuthology.orchestra.run.trial151.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-26T02:49:40.404 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-26T02:49:40.404 INFO:teuthology.orchestra.run.trial151.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-26T02:49:40.404 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:49:40.404 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:49:40.456 DEBUG:teuthology.parallel:result is None 2026-02-26T02:49:40.456 INFO:teuthology.run_tasks:Running task install... 2026-02-26T02:49:40.473 DEBUG:teuthology.task.install:project ceph 2026-02-26T02:49:40.473 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5'}} 2026-02-26T02:49:40.473 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5'} 2026-02-26T02:49:40.474 INFO:teuthology.task.install:Using flavor: default 2026-02-26T02:49:40.482 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-26T02:49:40.482 INFO:teuthology.task.install:extra packages: [] 2026-02-26T02:49:40.483 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': '8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5', 'tag': None, 'wait_for_package': False} 2026-02-26T02:49:40.483 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:49:40.486 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': '8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5', 'tag': None, 'wait_for_package': False} 2026-02-26T02:49:40.486 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:49:40.488 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': '8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5', 'tag': None, 'wait_for_package': False} 2026-02-26T02:49:40.488 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:49:40.719 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/ 2026-02-26T02:49:40.719 INFO:teuthology.task.install.rpm:Package version is 19.2.3-687.g8d724284 2026-02-26T02:49:40.721 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/ 2026-02-26T02:49:40.721 INFO:teuthology.task.install.rpm:Package version is 19.2.3-687.g8d724284 2026-02-26T02:49:40.731 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/ 2026-02-26T02:49:40.731 INFO:teuthology.task.install.rpm:Package version is 19.2.3-687.g8d724284 2026-02-26T02:49:40.906 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-26T02:49:40.906 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:49:40.906 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-26T02:49:40.907 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-26T02:49:40.907 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:49:40.907 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-26T02:49:40.919 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-26T02:49:40.919 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:49:40.919 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-26T02:49:40.933 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-26T02:49:40.933 DEBUG:teuthology.orchestra.run.trial151:> 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' /etc/yum.repos.d/ceph.repo ; fi 2026-02-26T02:49:40.936 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-26T02:49:40.936 DEBUG:teuthology.orchestra.run.trial030:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-26T02:49:40.946 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-26T02:49:40.946 DEBUG:teuthology.orchestra.run.trial009:> 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' /etc/yum.repos.d/ceph.repo ; fi 2026-02-26T02:49:40.998 DEBUG:teuthology.orchestra.run.trial151:> 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-26T02:49:41.001 DEBUG:teuthology.orchestra.run.trial030:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-02-26T02:49:41.011 DEBUG:teuthology.orchestra.run.trial009:> 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-26T02:49:41.072 DEBUG:teuthology.orchestra.run.trial151:> 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-26T02:49:41.073 DEBUG:teuthology.orchestra.run.trial030:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-02-26T02:49:41.085 DEBUG:teuthology.orchestra.run.trial009:> 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-26T02:49:41.135 INFO:teuthology.orchestra.run.trial151.stdout:check_obsoletes = 1 2026-02-26T02:49:41.136 INFO:teuthology.orchestra.run.trial030.stdout:check_obsoletes = 1 2026-02-26T02:49:41.136 DEBUG:teuthology.orchestra.run.trial151:> sudo yum clean all 2026-02-26T02:49:41.137 DEBUG:teuthology.orchestra.run.trial030:> sudo yum clean all 2026-02-26T02:49:41.148 INFO:teuthology.orchestra.run.trial009.stdout:check_obsoletes = 1 2026-02-26T02:49:41.149 DEBUG:teuthology.orchestra.run.trial009:> sudo yum clean all 2026-02-26T02:49:41.285 INFO:teuthology.orchestra.run.trial030.stdout:41 files removed 2026-02-26T02:49:41.285 INFO:teuthology.orchestra.run.trial151.stdout:41 files removed 2026-02-26T02:49:41.299 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-radosgw 2026-02-26T02:49:41.300 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-radosgw 2026-02-26T02:49:41.301 INFO:teuthology.orchestra.run.trial009.stdout:41 files removed 2026-02-26T02:49:41.314 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-radosgw 2026-02-26T02:49:41.573 INFO:teuthology.orchestra.run.trial030.stdout:ceph packages for x86_64 676 kB/s | 86 kB 00:00 2026-02-26T02:49:41.587 INFO:teuthology.orchestra.run.trial151.stdout:ceph packages for x86_64 618 kB/s | 86 kB 00:00 2026-02-26T02:49:41.605 INFO:teuthology.orchestra.run.trial009.stdout:ceph packages for x86_64 596 kB/s | 86 kB 00:00 2026-02-26T02:49:41.721 INFO:teuthology.orchestra.run.trial030.stdout:ceph noarch packages 99 kB/s | 12 kB 00:00 2026-02-26T02:49:41.748 INFO:teuthology.orchestra.run.trial151.stdout:ceph noarch packages 90 kB/s | 12 kB 00:00 2026-02-26T02:49:41.753 INFO:teuthology.orchestra.run.trial009.stdout:ceph noarch packages 99 kB/s | 12 kB 00:00 2026-02-26T02:49:41.851 INFO:teuthology.orchestra.run.trial030.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-26T02:49:41.880 INFO:teuthology.orchestra.run.trial151.stdout:ceph source packages 17 kB/s | 1.9 kB 00:00 2026-02-26T02:49:41.883 INFO:teuthology.orchestra.run.trial009.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-26T02:49:43.157 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - BaseOS 6.9 MB/s | 8.9 MB 00:01 2026-02-26T02:49:50.345 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - BaseOS 1.1 MB/s | 8.9 MB 00:08 2026-02-26T02:49:50.735 INFO:teuthology.orchestra.run.trial151.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-26T02:49:52.723 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - AppStream 3.0 MB/s | 27 MB 00:09 2026-02-26T02:49:53.523 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-26T02:49:54.418 INFO:teuthology.orchestra.run.trial151.stdout:CentOS Stream 9 - AppStream 8.6 MB/s | 27 MB 00:03 2026-02-26T02:49:57.124 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 8.0 MB 00:01 2026-02-26T02:49:58.954 INFO:teuthology.orchestra.run.trial030.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 20 kB 00:01 2026-02-26T02:49:59.646 INFO:teuthology.orchestra.run.trial030.stdout:Extra Packages for Enterprise Linux 32 MB/s | 20 MB 00:00 2026-02-26T02:49:59.752 INFO:teuthology.orchestra.run.trial151.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 8.0 MB 00:02 2026-02-26T02:50:01.898 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - CRB 1.3 MB/s | 8.0 MB 00:05 2026-02-26T02:50:02.875 INFO:teuthology.orchestra.run.trial030.stdout:lab-extras 2.1 MB/s | 50 kB 00:00 2026-02-26T02:50:04.115 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: ceph-radosgw x86_64 2:19.2.3-687.g8d724284.el9 ceph 11 M 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout:Upgrading: 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: librados2 x86_64 2:19.2.3-687.g8d724284.el9 ceph 3.4 M 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: librbd1 x86_64 2:19.2.3-687.g8d724284.el9 ceph 3.2 M 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: ceph-base x86_64 2:19.2.3-687.g8d724284.el9 ceph 5.5 M 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: ceph-common x86_64 2:19.2.3-687.g8d724284.el9 ceph 22 M 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: ceph-selinux x86_64 2:19.2.3-687.g8d724284.el9 ceph 25 k 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs2 x86_64 2:19.2.3-687.g8d724284.el9 ceph 999 k 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-26T02:50:04.116 INFO:teuthology.orchestra.run.trial030.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: libradosstriper1 x86_64 2:19.2.3-687.g8d724284.el9 ceph 504 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: librgw2 x86_64 2:19.2.3-687.g8d724284.el9 ceph 5.4 M 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: python3-ceph-argparse x86_64 2:19.2.3-687.g8d724284.el9 ceph 45 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: python3-ceph-common x86_64 2:19.2.3-687.g8d724284.el9 ceph 142 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: python3-cephfs x86_64 2:19.2.3-687.g8d724284.el9 ceph 165 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: python3-rados x86_64 2:19.2.3-687.g8d724284.el9 ceph 321 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: python3-rbd x86_64 2:19.2.3-687.g8d724284.el9 ceph 303 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: python3-rgw x86_64 2:19.2.3-687.g8d724284.el9 ceph 100 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout:Installing weak dependencies: 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout:Install 32 Packages 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout:Upgrade 2 Packages 2026-02-26T02:50:04.117 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:04.118 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 62 M 2026-02-26T02:50:04.118 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:04.427 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - Extras packages 11 kB/s | 20 kB 00:01 2026-02-26T02:50:04.669 INFO:teuthology.orchestra.run.trial009.stdout:Extra Packages for Enterprise Linux 114 MB/s | 20 MB 00:00 2026-02-26T02:50:04.716 INFO:teuthology.orchestra.run.trial030.stdout:(1/34): ceph-base-19.2.3-687.g8d724284.el9.x86_ 18 MB/s | 5.5 MB 00:00 2026-02-26T02:50:04.756 INFO:teuthology.orchestra.run.trial030.stdout:(2/34): ceph-selinux-19.2.3-687.g8d724284.el9.x 645 kB/s | 25 kB 00:00 2026-02-26T02:50:04.814 INFO:teuthology.orchestra.run.trial030.stdout:(3/34): libcephfs2-19.2.3-687.g8d724284.el9.x86 17 MB/s | 999 kB 00:00 2026-02-26T02:50:04.864 INFO:teuthology.orchestra.run.trial030.stdout:(4/34): libradosstriper1-19.2.3-687.g8d724284.e 9.9 MB/s | 504 kB 00:00 2026-02-26T02:50:05.101 INFO:teuthology.orchestra.run.trial030.stdout:(5/34): ceph-radosgw-19.2.3-687.g8d724284.el9.x 16 MB/s | 11 MB 00:00 2026-02-26T02:50:05.138 INFO:teuthology.orchestra.run.trial030.stdout:(6/34): python3-ceph-argparse-19.2.3-687.g8d724 1.2 MB/s | 45 kB 00:00 2026-02-26T02:50:05.145 INFO:teuthology.orchestra.run.trial030.stdout:(7/34): librgw2-19.2.3-687.g8d724284.el9.x86_64 19 MB/s | 5.4 MB 00:00 2026-02-26T02:50:05.159 INFO:teuthology.orchestra.run.trial030.stdout:(8/34): python3-ceph-common-19.2.3-687.g8d72428 6.7 MB/s | 142 kB 00:00 2026-02-26T02:50:05.170 INFO:teuthology.orchestra.run.trial030.stdout:(9/34): python3-cephfs-19.2.3-687.g8d724284.el9 6.4 MB/s | 165 kB 00:00 2026-02-26T02:50:05.185 INFO:teuthology.orchestra.run.trial030.stdout:(10/34): python3-rados-19.2.3-687.g8d724284.el9 12 MB/s | 321 kB 00:00 2026-02-26T02:50:05.199 INFO:teuthology.orchestra.run.trial030.stdout:(11/34): python3-rbd-19.2.3-687.g8d724284.el9.x 10 MB/s | 303 kB 00:00 2026-02-26T02:50:05.211 INFO:teuthology.orchestra.run.trial030.stdout:(12/34): python3-rgw-19.2.3-687.g8d724284.el9.x 3.8 MB/s | 100 kB 00:00 2026-02-26T02:50:05.226 INFO:teuthology.orchestra.run.trial030.stdout:(13/34): mailcap-2.1.49-5.el9.noarch.rpm 1.2 MB/s | 33 kB 00:00 2026-02-26T02:50:05.248 INFO:teuthology.orchestra.run.trial030.stdout:(14/34): pciutils-3.7.0-7.el9.x86_64.rpm 2.5 MB/s | 93 kB 00:00 2026-02-26T02:50:05.308 INFO:teuthology.orchestra.run.trial030.stdout:(15/34): ceph-common-19.2.3-687.g8d724284.el9.x 24 MB/s | 22 MB 00:00 2026-02-26T02:50:05.386 INFO:teuthology.orchestra.run.trial030.stdout:(16/34): boost-program-options-1.75.0-13.el9.x8 651 kB/s | 104 kB 00:00 2026-02-26T02:50:05.392 INFO:teuthology.orchestra.run.trial030.stdout:(17/34): libnbd-1.20.3-4.el9.x86_64.rpm 1.1 MB/s | 164 kB 00:00 2026-02-26T02:50:05.431 INFO:teuthology.orchestra.run.trial030.stdout:(18/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 45 kB 00:00 2026-02-26T02:50:05.446 INFO:teuthology.orchestra.run.trial030.stdout:(19/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 160 kB 00:00 2026-02-26T02:50:05.514 INFO:teuthology.orchestra.run.trial030.stdout:(20/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2026-02-26T02:50:05.527 INFO:teuthology.orchestra.run.trial030.stdout:(21/34): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2026-02-26T02:50:05.547 INFO:teuthology.orchestra.run.trial030.stdout:(22/34): qatlib-25.08.0-2.el9.x86_64.rpm 2.3 MB/s | 240 kB 00:00 2026-02-26T02:50:05.560 INFO:teuthology.orchestra.run.trial030.stdout:(23/34): qatlib-service-25.08.0-2.el9.x86_64.rp 808 kB/s | 37 kB 00:00 2026-02-26T02:50:05.561 INFO:teuthology.orchestra.run.trial030.stdout:(24/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.9 MB/s | 66 kB 00:00 2026-02-26T02:50:05.853 INFO:teuthology.orchestra.run.trial030.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 85 kB/s | 25 kB 00:00 2026-02-26T02:50:06.126 INFO:teuthology.orchestra.run.trial030.stdout:(26/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 532 kB/s | 308 kB 00:00 2026-02-26T02:50:06.126 INFO:teuthology.orchestra.run.trial030.stdout:(27/34): liboath-2.6.12-1.el9.x86_64.rpm 179 kB/s | 49 kB 00:00 2026-02-26T02:50:06.272 INFO:teuthology.orchestra.run.trial030.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 460 kB/s | 67 kB 00:00 2026-02-26T02:50:06.567 INFO:teuthology.orchestra.run.trial030.stdout:(29/34): libarrow-9.0.0-15.el9.x86_64.rpm 4.4 MB/s | 4.4 MB 00:01 2026-02-26T02:50:06.571 INFO:teuthology.orchestra.run.trial030.stdout:(30/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 1.8 MB/s | 838 kB 00:00 2026-02-26T02:50:06.625 INFO:teuthology.orchestra.run.trial030.stdout:(31/34): re2-20211101-20.el9.x86_64.rpm 543 kB/s | 191 kB 00:00 2026-02-26T02:50:06.688 INFO:teuthology.orchestra.run.trial030.stdout:(32/34): librados2-19.2.3-687.g8d724284.el9.x86 29 MB/s | 3.4 MB 00:00 2026-02-26T02:50:06.713 INFO:teuthology.orchestra.run.trial030.stdout:(33/34): thrift-0.15.0-4.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2026-02-26T02:50:06.740 INFO:teuthology.orchestra.run.trial030.stdout:(34/34): librbd1-19.2.3-687.g8d724284.el9.x86_6 27 MB/s | 3.2 MB 00:00 2026-02-26T02:50:06.743 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:06.743 INFO:teuthology.orchestra.run.trial030.stdout:Total 24 MB/s | 62 MB 00:02 2026-02-26T02:50:06.829 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:06.847 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:06.847 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:07.078 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:07.078 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:07.370 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:07.378 INFO:teuthology.orchestra.run.trial030.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-26T02:50:07.381 INFO:teuthology.orchestra.run.trial030.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/36 2026-02-26T02:50:07.392 INFO:teuthology.orchestra.run.trial030.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/36 2026-02-26T02:50:07.543 INFO:teuthology.orchestra.run.trial030.stdout: Installing : thrift-0.15.0-4.el9.x86_64 4/36 2026-02-26T02:50:07.546 INFO:teuthology.orchestra.run.trial030.stdout: Upgrading : librados2-2:19.2.3-687.g8d724284.el9.x86_64 5/36 2026-02-26T02:50:07.573 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librados2-2:19.2.3-687.g8d724284.el9.x86_64 5/36 2026-02-26T02:50:07.615 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 6/36 2026-02-26T02:50:07.616 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 7/36 2026-02-26T02:50:07.628 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 7/36 2026-02-26T02:50:07.633 INFO:teuthology.orchestra.run.trial030.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/36 2026-02-26T02:50:07.643 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-ceph-argparse-2:19.2.3-687.g8d724284.el9.x 9/36 2026-02-26T02:50:07.665 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 10/36 2026-02-26T02:50:07.666 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 11/36 2026-02-26T02:50:07.679 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 11/36 2026-02-26T02:50:07.708 INFO:teuthology.orchestra.run.trial030.stdout: Installing : re2-1:20211101-20.el9.x86_64 12/36 2026-02-26T02:50:07.712 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 13/36 2026-02-26T02:50:07.718 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/36 2026-02-26T02:50:07.720 INFO:teuthology.orchestra.run.trial030.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/36 2026-02-26T02:50:07.723 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 16/36 2026-02-26T02:50:07.727 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/36 2026-02-26T02:50:07.866 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-26T02:50:07.868 INFO:teuthology.orchestra.run.trial030.stdout: Upgrading : librbd1-2:19.2.3-687.g8d724284.el9.x86_64 19/36 2026-02-26T02:50:07.895 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librbd1-2:19.2.3-687.g8d724284.el9.x86_64 19/36 2026-02-26T02:50:07.898 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 20/36 2026-02-26T02:50:07.901 INFO:teuthology.orchestra.run.trial009.stdout:lab-extras 1.3 MB/s | 50 kB 00:00 2026-02-26T02:50:07.904 INFO:teuthology.orchestra.run.trial030.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-26T02:50:08.127 INFO:teuthology.orchestra.run.trial030.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-26T02:50:08.129 INFO:teuthology.orchestra.run.trial030.stdout: Installing : librgw2-2:19.2.3-687.g8d724284.el9.x86_64 23/36 2026-02-26T02:50:08.144 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librgw2-2:19.2.3-687.g8d724284.el9.x86_64 23/36 2026-02-26T02:50:08.148 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 24/36 2026-02-26T02:50:08.153 INFO:teuthology.orchestra.run.trial030.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-26T02:50:08.156 INFO:teuthology.orchestra.run.trial030.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-26T02:50:08.156 INFO:teuthology.orchestra.run.trial030.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-26T02:50:08.174 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-26T02:50:08.177 INFO:teuthology.orchestra.run.trial030.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-26T02:50:08.202 INFO:teuthology.orchestra.run.trial030.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-26T02:50:08.204 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-ceph-common-2:19.2.3-687.g8d724284.el9.x86 30/36 2026-02-26T02:50:09.148 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:09.150 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:09.150 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repository Size 2026-02-26T02:50:09.150 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:09.150 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:09.150 INFO:teuthology.orchestra.run.trial009.stdout: ceph-radosgw x86_64 2:19.2.3-687.g8d724284.el9 ceph 11 M 2026-02-26T02:50:09.150 INFO:teuthology.orchestra.run.trial009.stdout:Upgrading: 2026-02-26T02:50:09.150 INFO:teuthology.orchestra.run.trial009.stdout: librados2 x86_64 2:19.2.3-687.g8d724284.el9 ceph 3.4 M 2026-02-26T02:50:09.150 INFO:teuthology.orchestra.run.trial009.stdout: librbd1 x86_64 2:19.2.3-687.g8d724284.el9 ceph 3.2 M 2026-02-26T02:50:09.150 INFO:teuthology.orchestra.run.trial009.stdout:Installing dependencies: 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: ceph-base x86_64 2:19.2.3-687.g8d724284.el9 ceph 5.5 M 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: ceph-common x86_64 2:19.2.3-687.g8d724284.el9 ceph 22 M 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: ceph-selinux x86_64 2:19.2.3-687.g8d724284.el9 ceph 25 k 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs2 x86_64 2:19.2.3-687.g8d724284.el9 ceph 999 k 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-26T02:50:09.151 INFO:teuthology.orchestra.run.trial009.stdout: libradosstriper1 x86_64 2:19.2.3-687.g8d724284.el9 ceph 504 k 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: librgw2 x86_64 2:19.2.3-687.g8d724284.el9 ceph 5.4 M 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: python3-ceph-argparse x86_64 2:19.2.3-687.g8d724284.el9 ceph 45 k 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: python3-ceph-common x86_64 2:19.2.3-687.g8d724284.el9 ceph 142 k 2026-02-26T02:50:09.152 INFO:teuthology.orchestra.run.trial009.stdout: python3-cephfs x86_64 2:19.2.3-687.g8d724284.el9 ceph 165 k 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout: python3-rados x86_64 2:19.2.3-687.g8d724284.el9 ceph 321 k 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout: python3-rbd x86_64 2:19.2.3-687.g8d724284.el9 ceph 303 k 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout: python3-rgw x86_64 2:19.2.3-687.g8d724284.el9 ceph 100 k 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout:Installing weak dependencies: 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:09.153 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:09.154 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:09.154 INFO:teuthology.orchestra.run.trial009.stdout:Install 32 Packages 2026-02-26T02:50:09.154 INFO:teuthology.orchestra.run.trial009.stdout:Upgrade 2 Packages 2026-02-26T02:50:09.154 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:09.154 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 62 M 2026-02-26T02:50:09.155 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:09.181 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 31/36 2026-02-26T02:50:09.184 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 31/36 2026-02-26T02:50:09.469 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 31/36 2026-02-26T02:50:09.472 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 32/36 2026-02-26T02:50:09.511 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 32/36 2026-02-26T02:50:09.511 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-26T02:50:09.511 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-26T02:50:09.511 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:09.514 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 33/36 2026-02-26T02:50:10.024 INFO:teuthology.orchestra.run.trial009.stdout:(1/34): ceph-base-19.2.3-687.g8d724284.el9.x86_ 14 MB/s | 5.5 MB 00:00 2026-02-26T02:50:10.070 INFO:teuthology.orchestra.run.trial009.stdout:(2/34): ceph-selinux-19.2.3-687.g8d724284.el9.x 545 kB/s | 25 kB 00:00 2026-02-26T02:50:10.136 INFO:teuthology.orchestra.run.trial009.stdout:(3/34): libcephfs2-19.2.3-687.g8d724284.el9.x86 15 MB/s | 999 kB 00:00 2026-02-26T02:50:10.175 INFO:teuthology.orchestra.run.trial009.stdout:(4/34): ceph-radosgw-19.2.3-687.g8d724284.el9.x 20 MB/s | 11 MB 00:00 2026-02-26T02:50:10.182 INFO:teuthology.orchestra.run.trial009.stdout:(5/34): libradosstriper1-19.2.3-687.g8d724284.e 11 MB/s | 504 kB 00:00 2026-02-26T02:50:10.235 INFO:teuthology.orchestra.run.trial009.stdout:(6/34): python3-ceph-argparse-19.2.3-687.g8d724 850 kB/s | 45 kB 00:00 2026-02-26T02:50:10.292 INFO:teuthology.orchestra.run.trial009.stdout:(7/34): python3-ceph-common-19.2.3-687.g8d72428 2.4 MB/s | 142 kB 00:00 2026-02-26T02:50:10.352 INFO:teuthology.orchestra.run.trial009.stdout:(8/34): python3-cephfs-19.2.3-687.g8d724284.el9 2.7 MB/s | 165 kB 00:00 2026-02-26T02:50:10.377 INFO:teuthology.orchestra.run.trial009.stdout:(9/34): librgw2-19.2.3-687.g8d724284.el9.x86_64 27 MB/s | 5.4 MB 00:00 2026-02-26T02:50:10.389 INFO:teuthology.orchestra.run.trial009.stdout:(10/34): python3-rados-19.2.3-687.g8d724284.el9 8.6 MB/s | 321 kB 00:00 2026-02-26T02:50:10.416 INFO:teuthology.orchestra.run.trial009.stdout:(11/34): python3-rbd-19.2.3-687.g8d724284.el9.x 7.7 MB/s | 303 kB 00:00 2026-02-26T02:50:10.424 INFO:teuthology.orchestra.run.trial009.stdout:(12/34): python3-rgw-19.2.3-687.g8d724284.el9.x 2.8 MB/s | 100 kB 00:00 2026-02-26T02:50:10.541 INFO:teuthology.orchestra.run.trial009.stdout:(13/34): ceph-common-19.2.3-687.g8d724284.el9.x 24 MB/s | 22 MB 00:00 2026-02-26T02:50:10.593 INFO:teuthology.orchestra.run.trial009.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 2.0 MB/s | 104 kB 00:00 2026-02-26T02:50:10.625 INFO:teuthology.orchestra.run.trial009.stdout:(15/34): libnbd-1.20.3-4.el9.x86_64.rpm 5.0 MB/s | 164 kB 00:00 2026-02-26T02:50:10.651 INFO:teuthology.orchestra.run.trial009.stdout:(16/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 6.1 MB/s | 160 kB 00:00 2026-02-26T02:50:10.677 INFO:teuthology.orchestra.run.trial009.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.7 MB/s | 45 kB 00:00 2026-02-26T02:50:10.709 INFO:teuthology.orchestra.run.trial009.stdout:(18/34): librdkafka-1.6.1-102.el9.x86_64.rpm 21 MB/s | 662 kB 00:00 2026-02-26T02:50:10.738 INFO:teuthology.orchestra.run.trial009.stdout:(19/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 9.8 MB/s | 292 kB 00:00 2026-02-26T02:50:10.769 INFO:teuthology.orchestra.run.trial009.stdout:(20/34): qatlib-25.08.0-2.el9.x86_64.rpm 7.7 MB/s | 240 kB 00:00 2026-02-26T02:50:10.794 INFO:teuthology.orchestra.run.trial009.stdout:(21/34): qatlib-service-25.08.0-2.el9.x86_64.rp 1.4 MB/s | 37 kB 00:00 2026-02-26T02:50:10.821 INFO:teuthology.orchestra.run.trial009.stdout:(22/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.5 MB/s | 66 kB 00:00 2026-02-26T02:50:11.009 INFO:teuthology.orchestra.run.trial009.stdout:(23/34): mailcap-2.1.49-5.el9.noarch.rpm 56 kB/s | 33 kB 00:00 2026-02-26T02:50:11.044 INFO:teuthology.orchestra.run.trial009.stdout:(24/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.3 MB/s | 308 kB 00:00 2026-02-26T02:50:11.077 INFO:teuthology.orchestra.run.trial009.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 739 kB/s | 25 kB 00:00 2026-02-26T02:50:11.113 INFO:teuthology.orchestra.run.trial009.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 1.3 MB/s | 49 kB 00:00 2026-02-26T02:50:11.117 INFO:teuthology.orchestra.run.trial009.stdout:(27/34): pciutils-3.7.0-7.el9.x86_64.rpm 134 kB/s | 93 kB 00:00 2026-02-26T02:50:11.150 INFO:teuthology.orchestra.run.trial009.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 1.8 MB/s | 67 kB 00:00 2026-02-26T02:50:11.198 INFO:teuthology.orchestra.run.trial009.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 4.0 MB/s | 191 kB 00:00 2026-02-26T02:50:11.315 INFO:teuthology.orchestra.run.trial009.stdout:(30/34): thrift-0.15.0-4.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2026-02-26T02:50:11.355 INFO:teuthology.orchestra.run.trial009.stdout:(31/34): libarrow-9.0.0-15.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2026-02-26T02:50:11.381 INFO:teuthology.orchestra.run.trial009.stdout:(32/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 3.1 MB/s | 838 kB 00:00 2026-02-26T02:50:11.406 INFO:teuthology.orchestra.run.trial009.stdout:(33/34): librados2-19.2.3-687.g8d724284.el9.x86 38 MB/s | 3.4 MB 00:00 2026-02-26T02:50:11.448 INFO:teuthology.orchestra.run.trial009.stdout:(34/34): librbd1-19.2.3-687.g8d724284.el9.x86_6 34 MB/s | 3.2 MB 00:00 2026-02-26T02:50:11.450 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:11.450 INFO:teuthology.orchestra.run.trial009.stdout:Total 27 MB/s | 62 MB 00:02 2026-02-26T02:50:11.538 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:11.555 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:11.555 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:11.783 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:11.783 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:12.072 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:12.081 INFO:teuthology.orchestra.run.trial009.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-26T02:50:12.083 INFO:teuthology.orchestra.run.trial009.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/36 2026-02-26T02:50:12.095 INFO:teuthology.orchestra.run.trial009.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/36 2026-02-26T02:50:12.248 INFO:teuthology.orchestra.run.trial009.stdout: Installing : thrift-0.15.0-4.el9.x86_64 4/36 2026-02-26T02:50:12.252 INFO:teuthology.orchestra.run.trial009.stdout: Upgrading : librados2-2:19.2.3-687.g8d724284.el9.x86_64 5/36 2026-02-26T02:50:12.282 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librados2-2:19.2.3-687.g8d724284.el9.x86_64 5/36 2026-02-26T02:50:12.327 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 6/36 2026-02-26T02:50:12.328 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 7/36 2026-02-26T02:50:12.340 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 7/36 2026-02-26T02:50:12.345 INFO:teuthology.orchestra.run.trial009.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/36 2026-02-26T02:50:12.355 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-ceph-argparse-2:19.2.3-687.g8d724284.el9.x 9/36 2026-02-26T02:50:12.378 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 10/36 2026-02-26T02:50:12.378 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 11/36 2026-02-26T02:50:12.391 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 11/36 2026-02-26T02:50:12.422 INFO:teuthology.orchestra.run.trial009.stdout: Installing : re2-1:20211101-20.el9.x86_64 12/36 2026-02-26T02:50:12.426 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 13/36 2026-02-26T02:50:12.432 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/36 2026-02-26T02:50:12.434 INFO:teuthology.orchestra.run.trial009.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/36 2026-02-26T02:50:12.437 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 16/36 2026-02-26T02:50:12.442 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/36 2026-02-26T02:50:12.581 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-26T02:50:12.583 INFO:teuthology.orchestra.run.trial009.stdout: Upgrading : librbd1-2:19.2.3-687.g8d724284.el9.x86_64 19/36 2026-02-26T02:50:12.609 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librbd1-2:19.2.3-687.g8d724284.el9.x86_64 19/36 2026-02-26T02:50:12.612 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 20/36 2026-02-26T02:50:12.618 INFO:teuthology.orchestra.run.trial009.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-26T02:50:12.843 INFO:teuthology.orchestra.run.trial009.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-26T02:50:12.844 INFO:teuthology.orchestra.run.trial009.stdout: Installing : librgw2-2:19.2.3-687.g8d724284.el9.x86_64 23/36 2026-02-26T02:50:12.860 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librgw2-2:19.2.3-687.g8d724284.el9.x86_64 23/36 2026-02-26T02:50:12.863 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 24/36 2026-02-26T02:50:12.868 INFO:teuthology.orchestra.run.trial009.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-26T02:50:12.870 INFO:teuthology.orchestra.run.trial009.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-26T02:50:12.871 INFO:teuthology.orchestra.run.trial009.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-26T02:50:12.888 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-26T02:50:12.890 INFO:teuthology.orchestra.run.trial009.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-26T02:50:12.916 INFO:teuthology.orchestra.run.trial009.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-26T02:50:12.917 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-ceph-common-2:19.2.3-687.g8d724284.el9.x86 30/36 2026-02-26T02:50:13.903 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 31/36 2026-02-26T02:50:13.906 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 31/36 2026-02-26T02:50:14.006 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 33/36 2026-02-26T02:50:14.007 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /sys 2026-02-26T02:50:14.007 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /proc 2026-02-26T02:50:14.007 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /mnt 2026-02-26T02:50:14.007 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /var/tmp 2026-02-26T02:50:14.007 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /home 2026-02-26T02:50:14.007 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /root 2026-02-26T02:50:14.007 INFO:teuthology.orchestra.run.trial030.stdout:skipping the directory /tmp 2026-02-26T02:50:14.007 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:14.185 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 31/36 2026-02-26T02:50:14.188 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 32/36 2026-02-26T02:50:14.230 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 32/36 2026-02-26T02:50:14.230 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-26T02:50:14.230 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-26T02:50:14.230 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:14.233 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 33/36 2026-02-26T02:50:14.458 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 34/36 2026-02-26T02:50:14.481 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 34/36 2026-02-26T02:50:14.481 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:14.482 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-26T02:50:14.482 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-26T02:50:14.482 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-26T02:50:14.482 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:14.483 INFO:teuthology.orchestra.run.trial030.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-26T02:50:14.495 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-26T02:50:14.496 INFO:teuthology.orchestra.run.trial030.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-26T02:50:14.553 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-26T02:50:14.553 INFO:teuthology.orchestra.run.trial030.stdout:Creating group 'qat' with GID 992. 2026-02-26T02:50:14.553 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 1/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 2/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 3/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 4/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 5/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 6/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librgw2-2:19.2.3-687.g8d724284.el9.x86_64 7/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-ceph-argparse-2:19.2.3-687.g8d724284.el9.x 8/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-ceph-common-2:19.2.3-687.g8d724284.el9.x86 9/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 10/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 11/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 12/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 13/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-26T02:50:14.830 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librados2-2:19.2.3-687.g8d724284.el9.x86_64 33/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-26T02:50:14.831 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librbd1-2:19.2.3-687.g8d724284.el9.x86_64 35/36 2026-02-26T02:50:14.896 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-26T02:50:14.897 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:14.897 INFO:teuthology.orchestra.run.trial030.stdout:Upgraded: 2026-02-26T02:50:14.897 INFO:teuthology.orchestra.run.trial030.stdout: librados2-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.897 INFO:teuthology.orchestra.run.trial030.stdout: librbd1-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.897 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:14.897 INFO:teuthology.orchestra.run.trial030.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-26T02:50:14.897 INFO:teuthology.orchestra.run.trial030.stdout: ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.897 INFO:teuthology.orchestra.run.trial030.stdout: ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.898 INFO:teuthology.orchestra.run.trial030.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: librgw2-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: python3-ceph-argparse-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: python3-ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.899 INFO:teuthology.orchestra.run.trial030.stdout: python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:14.900 INFO:teuthology.orchestra.run.trial030.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-26T02:50:14.900 INFO:teuthology.orchestra.run.trial030.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-26T02:50:14.900 INFO:teuthology.orchestra.run.trial030.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-26T02:50:14.900 INFO:teuthology.orchestra.run.trial030.stdout: re2-1:20211101-20.el9.x86_64 2026-02-26T02:50:14.900 INFO:teuthology.orchestra.run.trial030.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-26T02:50:14.900 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:14.900 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:14.936 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-test 2026-02-26T02:50:15.252 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:13 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:15.334 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:15.335 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:15.336 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-26T02:50:15.336 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:15.336 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:15.336 INFO:teuthology.orchestra.run.trial030.stdout: ceph-test x86_64 2:19.2.3-687.g8d724284.el9 ceph 51 M 2026-02-26T02:50:15.336 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-26T02:50:15.336 INFO:teuthology.orchestra.run.trial030.stdout: libcephsqlite x86_64 2:19.2.3-687.g8d724284.el9 ceph 163 k 2026-02-26T02:50:15.336 INFO:teuthology.orchestra.run.trial030.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-26T02:50:15.336 INFO:teuthology.orchestra.run.trial030.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-26T02:50:15.336 INFO:teuthology.orchestra.run.trial030.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-26T02:50:15.337 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:15.337 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:15.337 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:15.337 INFO:teuthology.orchestra.run.trial030.stdout:Install 5 Packages 2026-02-26T02:50:15.337 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:15.337 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 51 M 2026-02-26T02:50:15.337 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 222 M 2026-02-26T02:50:15.337 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:15.449 INFO:teuthology.orchestra.run.trial030.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 4.7 MB/s | 233 kB 00:00 2026-02-26T02:50:15.468 INFO:teuthology.orchestra.run.trial030.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 16 MB/s | 303 kB 00:00 2026-02-26T02:50:15.477 INFO:teuthology.orchestra.run.trial030.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.8 MB/s | 64 kB 00:00 2026-02-26T02:50:15.524 INFO:teuthology.orchestra.run.trial030.stdout:(4/5): libcephsqlite-19.2.3-687.g8d724284.el9.x 1.3 MB/s | 163 kB 00:00 2026-02-26T02:50:16.816 INFO:teuthology.orchestra.run.trial030.stdout:(5/5): ceph-test-19.2.3-687.g8d724284.el9.x86_6 36 MB/s | 51 MB 00:01 2026-02-26T02:50:16.817 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:16.817 INFO:teuthology.orchestra.run.trial030.stdout:Total 35 MB/s | 51 MB 00:01 2026-02-26T02:50:16.842 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:16.852 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:16.852 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:17.042 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:17.043 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:17.259 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:17.264 INFO:teuthology.orchestra.run.trial030.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-26T02:50:17.268 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-26T02:50:17.276 INFO:teuthology.orchestra.run.trial030.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-26T02:50:17.277 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 4/5 2026-02-26T02:50:18.773 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 33/36 2026-02-26T02:50:18.774 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /sys 2026-02-26T02:50:18.774 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /proc 2026-02-26T02:50:18.774 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /mnt 2026-02-26T02:50:18.774 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /var/tmp 2026-02-26T02:50:18.774 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /home 2026-02-26T02:50:18.774 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /root 2026-02-26T02:50:18.774 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /tmp 2026-02-26T02:50:18.774 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:18.809 INFO:teuthology.orchestra.run.trial151.stdout:CentOS Stream 9 - Extras packages 1.1 kB/s | 20 kB 00:18 2026-02-26T02:50:19.228 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 34/36 2026-02-26T02:50:19.252 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 34/36 2026-02-26T02:50:19.252 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:19.252 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-26T02:50:19.252 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-26T02:50:19.252 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-26T02:50:19.252 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:19.254 INFO:teuthology.orchestra.run.trial009.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-26T02:50:19.266 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-26T02:50:19.267 INFO:teuthology.orchestra.run.trial009.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-26T02:50:19.320 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-26T02:50:19.320 INFO:teuthology.orchestra.run.trial009.stdout:Creating group 'qat' with GID 992. 2026-02-26T02:50:19.321 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:19.398 INFO:teuthology.orchestra.run.trial151.stdout:Extra Packages for Enterprise Linux 39 MB/s | 20 MB 00:00 2026-02-26T02:50:19.582 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 4/5 2026-02-26T02:50:19.595 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 1/36 2026-02-26T02:50:19.595 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 2/36 2026-02-26T02:50:19.595 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 3/36 2026-02-26T02:50:19.595 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 4/36 2026-02-26T02:50:19.595 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 5/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 6/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librgw2-2:19.2.3-687.g8d724284.el9.x86_64 7/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-ceph-argparse-2:19.2.3-687.g8d724284.el9.x 8/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-ceph-common-2:19.2.3-687.g8d724284.el9.x86 9/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 10/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 11/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 12/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 13/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-26T02:50:19.596 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-26T02:50:19.597 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-26T02:50:19.598 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-26T02:50:19.598 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-26T02:50:19.598 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librados2-2:19.2.3-687.g8d724284.el9.x86_64 33/36 2026-02-26T02:50:19.598 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-26T02:50:19.598 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librbd1-2:19.2.3-687.g8d724284.el9.x86_64 35/36 2026-02-26T02:50:19.601 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 5/5 2026-02-26T02:50:19.660 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-26T02:50:19.660 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:19.660 INFO:teuthology.orchestra.run.trial009.stdout:Upgraded: 2026-02-26T02:50:19.660 INFO:teuthology.orchestra.run.trial009.stdout: librados2-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.660 INFO:teuthology.orchestra.run.trial009.stdout: librbd1-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.660 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-26T02:50:19.661 INFO:teuthology.orchestra.run.trial009.stdout: libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: librgw2-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: python3-ceph-argparse-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: python3-ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-26T02:50:19.662 INFO:teuthology.orchestra.run.trial009.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-26T02:50:19.663 INFO:teuthology.orchestra.run.trial009.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-26T02:50:19.663 INFO:teuthology.orchestra.run.trial009.stdout: re2-1:20211101-20.el9.x86_64 2026-02-26T02:50:19.663 INFO:teuthology.orchestra.run.trial009.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-26T02:50:19.663 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:19.663 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:19.702 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-test 2026-02-26T02:50:19.853 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 5/5 2026-02-26T02:50:19.853 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 1/5 2026-02-26T02:50:19.853 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 2/5 2026-02-26T02:50:19.853 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-26T02:50:19.854 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-26T02:50:19.911 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-26T02:50:19.911 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:19.912 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:19.912 INFO:teuthology.orchestra.run.trial030.stdout: ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.912 INFO:teuthology.orchestra.run.trial030.stdout: libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:19.912 INFO:teuthology.orchestra.run.trial030.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-26T02:50:19.912 INFO:teuthology.orchestra.run.trial030.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-26T02:50:19.912 INFO:teuthology.orchestra.run.trial030.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-26T02:50:19.912 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:19.912 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:19.944 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph 2026-02-26T02:50:20.021 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:13 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:20.103 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:20.104 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:20.104 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repository Size 2026-02-26T02:50:20.104 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:20.104 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:20.104 INFO:teuthology.orchestra.run.trial009.stdout: ceph-test x86_64 2:19.2.3-687.g8d724284.el9 ceph 51 M 2026-02-26T02:50:20.104 INFO:teuthology.orchestra.run.trial009.stdout:Installing dependencies: 2026-02-26T02:50:20.104 INFO:teuthology.orchestra.run.trial009.stdout: libcephsqlite x86_64 2:19.2.3-687.g8d724284.el9 ceph 163 k 2026-02-26T02:50:20.104 INFO:teuthology.orchestra.run.trial009.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-26T02:50:20.105 INFO:teuthology.orchestra.run.trial009.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-26T02:50:20.105 INFO:teuthology.orchestra.run.trial009.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-26T02:50:20.105 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:20.105 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:20.105 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:20.105 INFO:teuthology.orchestra.run.trial009.stdout:Install 5 Packages 2026-02-26T02:50:20.105 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:20.105 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 51 M 2026-02-26T02:50:20.105 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 222 M 2026-02-26T02:50:20.106 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:20.255 INFO:teuthology.orchestra.run.trial009.stdout:(1/5): libcephsqlite-19.2.3-687.g8d724284.el9.x 1.8 MB/s | 163 kB 00:00 2026-02-26T02:50:20.265 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:18 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:20.325 INFO:teuthology.orchestra.run.trial009.stdout:(2/5): libxslt-1.1.34-12.el9.x86_64.rpm 1.4 MB/s | 233 kB 00:00 2026-02-26T02:50:20.354 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:20.354 INFO:teuthology.orchestra.run.trial009.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.1 MB/s | 64 kB 00:00 2026-02-26T02:50:20.357 INFO:teuthology.orchestra.run.trial030.stdout:====================================================================================== 2026-02-26T02:50:20.357 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repository Size 2026-02-26T02:50:20.357 INFO:teuthology.orchestra.run.trial030.stdout:====================================================================================== 2026-02-26T02:50:20.357 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:20.357 INFO:teuthology.orchestra.run.trial030.stdout: ceph x86_64 2:19.2.3-687.g8d724284.el9 ceph 6.5 k 2026-02-26T02:50:20.357 INFO:teuthology.orchestra.run.trial030.stdout:Installing dependencies: 2026-02-26T02:50:20.357 INFO:teuthology.orchestra.run.trial030.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-26T02:50:20.357 INFO:teuthology.orchestra.run.trial030.stdout: ceph-grafana-dashboards noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 31 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mds x86_64 2:19.2.3-687.g8d724284.el9 ceph 2.4 M 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr x86_64 2:19.2.3-687.g8d724284.el9 ceph 1.1 M 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-modules-core noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 253 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mon x86_64 2:19.2.3-687.g8d724284.el9 ceph 4.7 M 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: ceph-osd x86_64 2:19.2.3-687.g8d724284.el9 ceph 17 M 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: ceph-prometheus-alerts noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 17 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: cephadm noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 769 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-26T02:50:20.358 INFO:teuthology.orchestra.run.trial030.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-26T02:50:20.359 INFO:teuthology.orchestra.run.trial030.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-26T02:50:20.360 INFO:teuthology.orchestra.run.trial030.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-02-26T02:50:20.361 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-26T02:50:20.362 INFO:teuthology.orchestra.run.trial030.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout:Installing weak dependencies: 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-cephadm noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 150 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-dashboard noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 3.8 M 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 7.4 M 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 22 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-rook noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 49 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: ceph-volume noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 299 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout:====================================================================================== 2026-02-26T02:50:20.363 INFO:teuthology.orchestra.run.trial030.stdout:Install 98 Packages 2026-02-26T02:50:20.364 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:20.364 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 95 M 2026-02-26T02:50:20.364 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 519 M 2026-02-26T02:50:20.364 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:20.417 INFO:teuthology.orchestra.run.trial009.stdout:(4/5): socat-1.7.4.1-8.el9.x86_64.rpm 1.8 MB/s | 303 kB 00:00 2026-02-26T02:50:21.132 INFO:teuthology.orchestra.run.trial030.stdout:(1/98): ceph-19.2.3-687.g8d724284.el9.x86_64.rp 31 kB/s | 6.5 kB 00:00 2026-02-26T02:50:21.206 INFO:teuthology.orchestra.run.trial009.stdout:(5/5): ceph-test-19.2.3-687.g8d724284.el9.x86_6 49 MB/s | 51 MB 00:01 2026-02-26T02:50:21.207 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:21.207 INFO:teuthology.orchestra.run.trial009.stdout:Total 47 MB/s | 51 MB 00:01 2026-02-26T02:50:21.216 INFO:teuthology.orchestra.run.trial030.stdout:(2/98): ceph-mgr-19.2.3-687.g8d724284.el9.x86_6 3.7 MB/s | 1.1 MB 00:00 2026-02-26T02:50:21.234 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:21.244 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:21.244 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:21.251 INFO:teuthology.orchestra.run.trial030.stdout:(3/98): ceph-mds-19.2.3-687.g8d724284.el9.x86_6 7.4 MB/s | 2.4 MB 00:00 2026-02-26T02:50:21.279 INFO:teuthology.orchestra.run.trial030.stdout:(4/98): ceph-grafana-dashboards-19.2.3-687.g8d7 1.1 MB/s | 31 kB 00:00 2026-02-26T02:50:21.312 INFO:teuthology.orchestra.run.trial030.stdout:(5/98): ceph-mgr-cephadm-19.2.3-687.g8d724284.e 4.5 MB/s | 150 kB 00:00 2026-02-26T02:50:21.393 INFO:teuthology.orchestra.run.trial030.stdout:(6/98): ceph-mon-19.2.3-687.g8d724284.el9.x86_6 18 MB/s | 4.7 MB 00:00 2026-02-26T02:50:21.435 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:21.435 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:21.476 INFO:teuthology.orchestra.run.trial030.stdout:(7/98): ceph-mgr-dashboard-19.2.3-687.g8d724284 23 MB/s | 3.8 MB 00:00 2026-02-26T02:50:21.513 INFO:teuthology.orchestra.run.trial030.stdout:(8/98): ceph-mgr-k8sevents-19.2.3-687.g8d724284 606 kB/s | 22 kB 00:00 2026-02-26T02:50:21.555 INFO:teuthology.orchestra.run.trial030.stdout:(9/98): ceph-mgr-modules-core-19.2.3-687.g8d724 5.8 MB/s | 253 kB 00:00 2026-02-26T02:50:21.596 INFO:teuthology.orchestra.run.trial030.stdout:(10/98): ceph-mgr-rook-19.2.3-687.g8d724284.el9 1.2 MB/s | 49 kB 00:00 2026-02-26T02:50:21.639 INFO:teuthology.orchestra.run.trial030.stdout:(11/98): ceph-prometheus-alerts-19.2.3-687.g8d7 391 kB/s | 17 kB 00:00 2026-02-26T02:50:21.653 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:21.659 INFO:teuthology.orchestra.run.trial009.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-26T02:50:21.663 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-26T02:50:21.671 INFO:teuthology.orchestra.run.trial009.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-26T02:50:21.672 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 4/5 2026-02-26T02:50:21.689 INFO:teuthology.orchestra.run.trial030.stdout:(12/98): ceph-volume-19.2.3-687.g8d724284.el9.n 5.8 MB/s | 299 kB 00:00 2026-02-26T02:50:21.725 INFO:teuthology.orchestra.run.trial030.stdout:(13/98): ceph-mgr-diskprediction-local-19.2.3-6 22 MB/s | 7.4 MB 00:00 2026-02-26T02:50:21.744 INFO:teuthology.orchestra.run.trial030.stdout:(14/98): cephadm-19.2.3-687.g8d724284.el9.noarc 14 MB/s | 769 kB 00:00 2026-02-26T02:50:21.852 INFO:teuthology.orchestra.run.trial030.stdout:(15/98): ceph-osd-19.2.3-687.g8d724284.el9.x86_ 27 MB/s | 17 MB 00:00 2026-02-26T02:50:22.339 INFO:teuthology.orchestra.run.trial030.stdout:(16/98): ledmon-libs-1.1.0-3.el9.x86_64.rpm 68 kB/s | 40 kB 00:00 2026-02-26T02:50:22.484 INFO:teuthology.orchestra.run.trial030.stdout:(17/98): libconfig-1.7.2-9.el9.x86_64.rpm 114 kB/s | 72 kB 00:00 2026-02-26T02:50:22.549 INFO:teuthology.orchestra.run.trial151.stdout:lab-extras 2.1 MB/s | 50 kB 00:00 2026-02-26T02:50:22.591 INFO:teuthology.orchestra.run.trial030.stdout:(18/98): cryptsetup-2.8.1-3.el9.x86_64.rpm 405 kB/s | 351 kB 00:00 2026-02-26T02:50:22.721 INFO:teuthology.orchestra.run.trial030.stdout:(19/98): libquadmath-11.5.0-14.el9.x86_64.rpm 780 kB/s | 184 kB 00:00 2026-02-26T02:50:22.751 INFO:teuthology.orchestra.run.trial030.stdout:(20/98): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2026-02-26T02:50:22.910 INFO:teuthology.orchestra.run.trial030.stdout:(21/98): python3-ply-3.11-14.el9.noarch.rpm 673 kB/s | 106 kB 00:00 2026-02-26T02:50:23.047 INFO:teuthology.orchestra.run.trial030.stdout:(22/98): libgfortran-11.5.0-14.el9.x86_64.rpm 1.1 MB/s | 794 kB 00:00 2026-02-26T02:50:23.147 INFO:teuthology.orchestra.run.trial030.stdout:(23/98): python3-pycparser-2.20-6.el9.noarch.rp 570 kB/s | 135 kB 00:00 2026-02-26T02:50:23.192 INFO:teuthology.orchestra.run.trial030.stdout:(24/98): python3-cryptography-36.0.1-5.el9.x86_ 2.6 MB/s | 1.2 MB 00:00 2026-02-26T02:50:23.206 INFO:teuthology.orchestra.run.trial030.stdout:(25/98): python3-requests-2.25.1-10.el9.noarch. 791 kB/s | 126 kB 00:00 2026-02-26T02:50:23.306 INFO:teuthology.orchestra.run.trial030.stdout:(26/98): python3-urllib3-1.26.5-7.el9.noarch.rp 1.3 MB/s | 218 kB 00:00 2026-02-26T02:50:23.354 INFO:teuthology.orchestra.run.trial030.stdout:(27/98): unzip-6.0-59.el9.x86_64.rpm 1.1 MB/s | 182 kB 00:00 2026-02-26T02:50:23.443 INFO:teuthology.orchestra.run.trial030.stdout:(28/98): zip-3.0-35.el9.x86_64.rpm 1.1 MB/s | 266 kB 00:00 2026-02-26T02:50:23.505 INFO:teuthology.orchestra.run.trial030.stdout:(29/98): flexiblas-openblas-openmp-3.0.4-9.el9. 241 kB/s | 15 kB 00:00 2026-02-26T02:50:23.542 INFO:teuthology.orchestra.run.trial030.stdout:(30/98): flexiblas-3.0.4-9.el9.x86_64.rpm 126 kB/s | 30 kB 00:00 2026-02-26T02:50:23.632 INFO:teuthology.orchestra.run.trial030.stdout:(31/98): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 11 MB/s | 3.0 MB 00:00 2026-02-26T02:50:23.686 INFO:teuthology.orchestra.run.trial030.stdout:(32/98): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 1.3 MB/s | 246 kB 00:00 2026-02-26T02:50:23.729 INFO:teuthology.orchestra.run.trial030.stdout:(33/98): lua-5.4.4-4.el9.x86_64.rpm 1.0 MB/s | 188 kB 00:00 2026-02-26T02:50:23.759 INFO:teuthology.orchestra.run.trial030.stdout:(34/98): openblas-0.3.29-1.el9.x86_64.rpm 331 kB/s | 42 kB 00:00 2026-02-26T02:50:23.762 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:23.763 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:23.763 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repository Size 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout: ceph-radosgw x86_64 2:19.2.3-687.g8d724284.el9 ceph 11 M 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout:Upgrading: 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout: librados2 x86_64 2:19.2.3-687.g8d724284.el9 ceph 3.4 M 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout: librbd1 x86_64 2:19.2.3-687.g8d724284.el9 ceph 3.2 M 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout: ceph-base x86_64 2:19.2.3-687.g8d724284.el9 ceph 5.5 M 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout: ceph-common x86_64 2:19.2.3-687.g8d724284.el9 ceph 22 M 2026-02-26T02:50:23.764 INFO:teuthology.orchestra.run.trial151.stdout: ceph-selinux x86_64 2:19.2.3-687.g8d724284.el9 ceph 25 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs2 x86_64 2:19.2.3-687.g8d724284.el9 ceph 999 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: libradosstriper1 x86_64 2:19.2.3-687.g8d724284.el9 ceph 504 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: librgw2 x86_64 2:19.2.3-687.g8d724284.el9 ceph 5.4 M 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-26T02:50:23.765 INFO:teuthology.orchestra.run.trial151.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: python3-ceph-argparse x86_64 2:19.2.3-687.g8d724284.el9 ceph 45 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: python3-ceph-common x86_64 2:19.2.3-687.g8d724284.el9 ceph 142 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: python3-cephfs x86_64 2:19.2.3-687.g8d724284.el9 ceph 165 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: python3-rados x86_64 2:19.2.3-687.g8d724284.el9 ceph 321 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: python3-rbd x86_64 2:19.2.3-687.g8d724284.el9 ceph 303 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: python3-rgw x86_64 2:19.2.3-687.g8d724284.el9 ceph 100 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-26T02:50:23.766 INFO:teuthology.orchestra.run.trial151.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-26T02:50:23.767 INFO:teuthology.orchestra.run.trial151.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-26T02:50:23.767 INFO:teuthology.orchestra.run.trial151.stdout:Installing weak dependencies: 2026-02-26T02:50:23.767 INFO:teuthology.orchestra.run.trial151.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-26T02:50:23.767 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:23.767 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:50:23.767 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:23.767 INFO:teuthology.orchestra.run.trial151.stdout:Install 32 Packages 2026-02-26T02:50:23.767 INFO:teuthology.orchestra.run.trial151.stdout:Upgrade 2 Packages 2026-02-26T02:50:23.767 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:23.768 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 62 M 2026-02-26T02:50:23.768 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:50:24.114 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 4/5 2026-02-26T02:50:24.133 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 5/5 2026-02-26T02:50:24.284 INFO:teuthology.orchestra.run.trial030.stdout:(35/98): openblas-openmp-0.3.29-1.el9.x86_64.rp 8.8 MB/s | 5.3 MB 00:00 2026-02-26T02:50:24.361 INFO:teuthology.orchestra.run.trial030.stdout:(36/98): protobuf-3.14.0-17.el9.x86_64.rpm 1.6 MB/s | 1.0 MB 00:00 2026-02-26T02:50:24.367 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 5/5 2026-02-26T02:50:24.367 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 1/5 2026-02-26T02:50:24.367 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 2/5 2026-02-26T02:50:24.367 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-26T02:50:24.367 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-26T02:50:24.381 INFO:teuthology.orchestra.run.trial030.stdout:(37/98): python3-babel-2.9.1-2.el9.noarch.rpm 9.6 MB/s | 6.0 MB 00:00 2026-02-26T02:50:24.419 INFO:teuthology.orchestra.run.trial030.stdout:(38/98): python3-devel-3.9.25-3.el9.x86_64.rpm 1.8 MB/s | 244 kB 00:00 2026-02-26T02:50:24.426 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-26T02:50:24.426 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:24.426 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:24.426 INFO:teuthology.orchestra.run.trial009.stdout: ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:24.426 INFO:teuthology.orchestra.run.trial009.stdout: libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:24.426 INFO:teuthology.orchestra.run.trial009.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-26T02:50:24.427 INFO:teuthology.orchestra.run.trial009.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-26T02:50:24.427 INFO:teuthology.orchestra.run.trial009.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-26T02:50:24.427 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:24.427 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:24.459 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph 2026-02-26T02:50:24.486 INFO:teuthology.orchestra.run.trial030.stdout:(39/98): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.9 MB/s | 249 kB 00:00 2026-02-26T02:50:24.586 INFO:teuthology.orchestra.run.trial030.stdout:(40/98): python3-libstoragemgmt-1.10.1-1.el9.x8 863 kB/s | 177 kB 00:00 2026-02-26T02:50:24.604 INFO:teuthology.orchestra.run.trial030.stdout:(41/98): python3-mako-1.1.4-6.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2026-02-26T02:50:24.658 INFO:teuthology.orchestra.run.trial151.stdout:(1/34): ceph-base-19.2.3-687.g8d724284.el9.x86_ 12 MB/s | 5.5 MB 00:00 2026-02-26T02:50:24.667 INFO:teuthology.orchestra.run.trial030.stdout:(42/98): python3-markupsafe-1.1.1-12.el9.x86_64 427 kB/s | 35 kB 00:00 2026-02-26T02:50:24.676 INFO:teuthology.orchestra.run.trial030.stdout:(43/98): python3-lxml-4.6.5-3.el9.x86_64.rpm 4.8 MB/s | 1.2 MB 00:00 2026-02-26T02:50:24.697 INFO:teuthology.orchestra.run.trial151.stdout:(2/34): ceph-selinux-19.2.3-687.g8d724284.el9.x 659 kB/s | 25 kB 00:00 2026-02-26T02:50:24.718 INFO:teuthology.orchestra.run.trial151.stdout:(3/34): ceph-radosgw-19.2.3-687.g8d724284.el9.x 20 MB/s | 11 MB 00:00 2026-02-26T02:50:24.753 INFO:teuthology.orchestra.run.trial151.stdout:(4/34): libcephfs2-19.2.3-687.g8d724284.el9.x86 17 MB/s | 999 kB 00:00 2026-02-26T02:50:24.760 INFO:teuthology.orchestra.run.trial151.stdout:(5/34): libradosstriper1-19.2.3-687.g8d724284.e 12 MB/s | 504 kB 00:00 2026-02-26T02:50:24.770 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:17 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:24.793 INFO:teuthology.orchestra.run.trial151.stdout:(6/34): python3-ceph-argparse-19.2.3-687.g8d724 1.4 MB/s | 45 kB 00:00 2026-02-26T02:50:24.798 INFO:teuthology.orchestra.run.trial030.stdout:(44/98): python3-packaging-20.9-5.el9.noarch.rp 630 kB/s | 77 kB 00:00 2026-02-26T02:50:24.826 INFO:teuthology.orchestra.run.trial151.stdout:(7/34): python3-ceph-common-19.2.3-687.g8d72428 4.1 MB/s | 142 kB 00:00 2026-02-26T02:50:24.858 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:24.860 INFO:teuthology.orchestra.run.trial151.stdout:(8/34): python3-cephfs-19.2.3-687.g8d724284.el9 4.7 MB/s | 165 kB 00:00 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout:====================================================================================== 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repository Size 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout:====================================================================================== 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout: ceph x86_64 2:19.2.3-687.g8d724284.el9 ceph 6.5 k 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout:Installing dependencies: 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout: ceph-grafana-dashboards noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 31 k 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mds x86_64 2:19.2.3-687.g8d724284.el9 ceph 2.4 M 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr x86_64 2:19.2.3-687.g8d724284.el9 ceph 1.1 M 2026-02-26T02:50:24.861 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-modules-core noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 253 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mon x86_64 2:19.2.3-687.g8d724284.el9 ceph 4.7 M 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: ceph-osd x86_64 2:19.2.3-687.g8d724284.el9 ceph 17 M 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: ceph-prometheus-alerts noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 17 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: cephadm noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 769 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-26T02:50:24.862 INFO:teuthology.orchestra.run.trial009.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-26T02:50:24.863 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-26T02:50:24.864 INFO:teuthology.orchestra.run.trial009.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-26T02:50:24.865 INFO:teuthology.orchestra.run.trial009.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout:Installing weak dependencies: 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-cephadm noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 150 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-dashboard noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 3.8 M 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 7.4 M 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 22 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-rook noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 49 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: ceph-volume noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 299 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-26T02:50:24.866 INFO:teuthology.orchestra.run.trial009.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-26T02:50:24.867 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:24.867 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:24.867 INFO:teuthology.orchestra.run.trial009.stdout:====================================================================================== 2026-02-26T02:50:24.867 INFO:teuthology.orchestra.run.trial009.stdout:Install 98 Packages 2026-02-26T02:50:24.867 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:24.867 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 95 M 2026-02-26T02:50:24.867 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 519 M 2026-02-26T02:50:24.867 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:24.878 INFO:teuthology.orchestra.run.trial030.stdout:(45/98): python3-numpy-f2py-1.23.5-2.el9.x86_64 2.0 MB/s | 442 kB 00:00 2026-02-26T02:50:24.898 INFO:teuthology.orchestra.run.trial151.stdout:(9/34): python3-rados-19.2.3-687.g8d724284.el9. 8.3 MB/s | 321 kB 00:00 2026-02-26T02:50:24.935 INFO:teuthology.orchestra.run.trial151.stdout:(10/34): python3-rbd-19.2.3-687.g8d724284.el9.x 8.0 MB/s | 303 kB 00:00 2026-02-26T02:50:24.952 INFO:teuthology.orchestra.run.trial030.stdout:(46/98): python3-numpy-1.23.5-2.el9.x86_64.rpm 18 MB/s | 6.1 MB 00:00 2026-02-26T02:50:24.969 INFO:teuthology.orchestra.run.trial151.stdout:(11/34): python3-rgw-19.2.3-687.g8d724284.el9.x 2.9 MB/s | 100 kB 00:00 2026-02-26T02:50:25.001 INFO:teuthology.orchestra.run.trial151.stdout:(12/34): librgw2-19.2.3-687.g8d724284.el9.x86_6 22 MB/s | 5.4 MB 00:00 2026-02-26T02:50:25.091 INFO:teuthology.orchestra.run.trial151.stdout:(13/34): ceph-common-19.2.3-687.g8d724284.el9.x 24 MB/s | 22 MB 00:00 2026-02-26T02:50:25.144 INFO:teuthology.orchestra.run.trial030.stdout:(47/98): python3-protobuf-3.14.0-17.el9.noarch. 776 kB/s | 267 kB 00:00 2026-02-26T02:50:25.238 INFO:teuthology.orchestra.run.trial030.stdout:(48/98): python3-requests-oauthlib-1.3.0-12.el9 570 kB/s | 54 kB 00:00 2026-02-26T02:50:25.310 INFO:teuthology.orchestra.run.trial030.stdout:(49/98): python3-pyasn1-0.4.8-7.el9.noarch.rpm 365 kB/s | 157 kB 00:00 2026-02-26T02:50:25.377 INFO:teuthology.orchestra.run.trial151.stdout:(14/34): mailcap-2.1.49-5.el9.noarch.rpm 81 kB/s | 33 kB 00:00 2026-02-26T02:50:25.406 INFO:teuthology.orchestra.run.trial030.stdout:(50/98): python3-pyasn1-modules-0.4.8-7.el9.noa 610 kB/s | 277 kB 00:00 2026-02-26T02:50:25.410 INFO:teuthology.orchestra.run.trial030.stdout:(51/98): python3-toml-0.10.2-6.el9.noarch.rpm 416 kB/s | 42 kB 00:00 2026-02-26T02:50:25.504 INFO:teuthology.orchestra.run.trial009.stdout:(1/98): ceph-19.2.3-687.g8d724284.el9.x86_64.rp 113 kB/s | 6.5 kB 00:00 2026-02-26T02:50:25.554 INFO:teuthology.orchestra.run.trial030.stdout:(52/98): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.2 MB/s | 189 kB 00:00 2026-02-26T02:50:25.566 INFO:teuthology.orchestra.run.trial151.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 165 kB/s | 93 kB 00:00 2026-02-26T02:50:25.579 INFO:teuthology.orchestra.run.trial030.stdout:(53/98): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 535 kB/s | 90 kB 00:00 2026-02-26T02:50:25.582 INFO:teuthology.orchestra.run.trial009.stdout:(2/98): ceph-mgr-19.2.3-687.g8d724284.el9.x86_6 8.0 MB/s | 1.1 MB 00:00 2026-02-26T02:50:25.602 INFO:teuthology.orchestra.run.trial009.stdout:(3/98): ceph-mds-19.2.3-687.g8d724284.el9.x86_6 16 MB/s | 2.4 MB 00:00 2026-02-26T02:50:25.616 INFO:teuthology.orchestra.run.trial151.stdout:(16/34): libnbd-1.20.3-4.el9.x86_64.rpm 688 kB/s | 164 kB 00:00 2026-02-26T02:50:25.633 INFO:teuthology.orchestra.run.trial009.stdout:(4/98): ceph-grafana-dashboards-19.2.3-687.g8d7 1.0 MB/s | 31 kB 00:00 2026-02-26T02:50:25.650 INFO:teuthology.orchestra.run.trial151.stdout:(17/34): boost-program-options-1.75.0-13.el9.x8 187 kB/s | 104 kB 00:00 2026-02-26T02:50:25.664 INFO:teuthology.orchestra.run.trial009.stdout:(5/98): ceph-mgr-cephadm-19.2.3-687.g8d724284.e 4.7 MB/s | 150 kB 00:00 2026-02-26T02:50:25.702 INFO:teuthology.orchestra.run.trial151.stdout:(18/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 526 kB/s | 45 kB 00:00 2026-02-26T02:50:25.719 INFO:teuthology.orchestra.run.trial030.stdout:(54/98): lua-devel-5.4.4-4.el9.x86_64.rpm 135 kB/s | 22 kB 00:00 2026-02-26T02:50:25.805 INFO:teuthology.orchestra.run.trial151.stdout:(19/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 670 kB/s | 160 kB 00:00 2026-02-26T02:50:25.828 INFO:teuthology.orchestra.run.trial009.stdout:(6/98): ceph-mgr-dashboard-19.2.3-687.g8d724284 23 MB/s | 3.8 MB 00:00 2026-02-26T02:50:25.833 INFO:teuthology.orchestra.run.trial009.stdout:(7/98): ceph-mon-19.2.3-687.g8d724284.el9.x86_6 14 MB/s | 4.7 MB 00:00 2026-02-26T02:50:25.881 INFO:teuthology.orchestra.run.trial009.stdout:(8/98): ceph-mgr-k8sevents-19.2.3-687.g8d724284 466 kB/s | 22 kB 00:00 2026-02-26T02:50:25.937 INFO:teuthology.orchestra.run.trial009.stdout:(9/98): ceph-mgr-modules-core-19.2.3-687.g8d724 4.4 MB/s | 253 kB 00:00 2026-02-26T02:50:25.977 INFO:teuthology.orchestra.run.trial030.stdout:(55/98): python3-scipy-1.9.3-2.el9.x86_64.rpm 26 MB/s | 19 MB 00:00 2026-02-26T02:50:25.979 INFO:teuthology.orchestra.run.trial030.stdout:(56/98): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.1 MB/s | 551 kB 00:00 2026-02-26T02:50:25.990 INFO:teuthology.orchestra.run.trial009.stdout:(10/98): ceph-mgr-rook-19.2.3-687.g8d724284.el9 924 kB/s | 49 kB 00:00 2026-02-26T02:50:26.018 INFO:teuthology.orchestra.run.trial030.stdout:(57/98): luarocks-3.9.2-5.el9.noarch.rpm 3.8 MB/s | 151 kB 00:00 2026-02-26T02:50:26.046 INFO:teuthology.orchestra.run.trial009.stdout:(11/98): ceph-prometheus-alerts-19.2.3-687.g8d7 298 kB/s | 17 kB 00:00 2026-02-26T02:50:26.055 INFO:teuthology.orchestra.run.trial030.stdout:(58/98): protobuf-compiler-3.14.0-17.el9.x86_64 1.8 MB/s | 862 kB 00:00 2026-02-26T02:50:26.076 INFO:teuthology.orchestra.run.trial030.stdout:(59/98): python3-asyncssh-2.13.2-5.el9.noarch.r 9.3 MB/s | 548 kB 00:00 2026-02-26T02:50:26.076 INFO:teuthology.orchestra.run.trial030.stdout:(60/98): grpc-data-1.46.7-10.el9.noarch.rpm 197 kB/s | 19 kB 00:00 2026-02-26T02:50:26.080 INFO:teuthology.orchestra.run.trial009.stdout:(12/98): ceph-mgr-diskprediction-local-19.2.3-6 29 MB/s | 7.4 MB 00:00 2026-02-26T02:50:26.086 INFO:teuthology.orchestra.run.trial009.stdout:(13/98): ceph-volume-19.2.3-687.g8d724284.el9.n 7.2 MB/s | 299 kB 00:00 2026-02-26T02:50:26.096 INFO:teuthology.orchestra.run.trial151.stdout:(20/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 741 kB/s | 292 kB 00:00 2026-02-26T02:50:26.110 INFO:teuthology.orchestra.run.trial030.stdout:(61/98): python3-backports-tarfile-1.2.0-1.el9. 1.7 MB/s | 60 kB 00:00 2026-02-26T02:50:26.123 INFO:teuthology.orchestra.run.trial151.stdout:(21/34): qatlib-25.08.0-2.el9.x86_64.rpm 753 kB/s | 240 kB 00:00 2026-02-26T02:50:26.125 INFO:teuthology.orchestra.run.trial009.stdout:(14/98): cephadm-19.2.3-687.g8d724284.el9.noarc 17 MB/s | 769 kB 00:00 2026-02-26T02:50:26.144 INFO:teuthology.orchestra.run.trial030.stdout:(62/98): python3-cachetools-4.2.4-1.el9.noarch. 957 kB/s | 32 kB 00:00 2026-02-26T02:50:26.145 INFO:teuthology.orchestra.run.trial030.stdout:(63/98): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 628 kB/s | 43 kB 00:00 2026-02-26T02:50:26.159 INFO:teuthology.orchestra.run.trial009.stdout:(15/98): cryptsetup-2.8.1-3.el9.x86_64.rpm 4.7 MB/s | 351 kB 00:00 2026-02-26T02:50:26.160 INFO:teuthology.orchestra.run.trial009.stdout:(16/98): ledmon-libs-1.1.0-3.el9.x86_64.rpm 1.2 MB/s | 40 kB 00:00 2026-02-26T02:50:26.162 INFO:teuthology.orchestra.run.trial030.stdout:(64/98): python3-autocommand-2.2.2-8.el9.noarch 275 kB/s | 29 kB 00:00 2026-02-26T02:50:26.178 INFO:teuthology.orchestra.run.trial030.stdout:(65/98): python3-certifi-2023.05.07-4.el9.noarc 422 kB/s | 14 kB 00:00 2026-02-26T02:50:26.179 INFO:teuthology.orchestra.run.trial151.stdout:(22/34): qatlib-service-25.08.0-2.el9.x86_64.rp 447 kB/s | 37 kB 00:00 2026-02-26T02:50:26.201 INFO:teuthology.orchestra.run.trial009.stdout:(17/98): ceph-osd-19.2.3-687.g8d724284.el9.x86_ 28 MB/s | 17 MB 00:00 2026-02-26T02:50:26.202 INFO:teuthology.orchestra.run.trial009.stdout:(18/98): libconfig-1.7.2-9.el9.x86_64.rpm 1.7 MB/s | 72 kB 00:00 2026-02-26T02:50:26.203 INFO:teuthology.orchestra.run.trial009.stdout:(19/98): libgfortran-11.5.0-14.el9.x86_64.rpm 18 MB/s | 794 kB 00:00 2026-02-26T02:50:26.206 INFO:teuthology.orchestra.run.trial151.stdout:(23/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 801 kB/s | 66 kB 00:00 2026-02-26T02:50:26.219 INFO:teuthology.orchestra.run.trial030.stdout:(66/98): python3-google-auth-2.45.0-1.el9.noarc 6.0 MB/s | 254 kB 00:00 2026-02-26T02:50:26.230 INFO:teuthology.orchestra.run.trial009.stdout:(20/98): libquadmath-11.5.0-14.el9.x86_64.rpm 6.5 MB/s | 184 kB 00:00 2026-02-26T02:50:26.232 INFO:teuthology.orchestra.run.trial009.stdout:(21/98): python3-cffi-1.14.5-5.el9.x86_64.rpm 8.7 MB/s | 253 kB 00:00 2026-02-26T02:50:26.238 INFO:teuthology.orchestra.run.trial009.stdout:(22/98): python3-cryptography-36.0.1-5.el9.x86_ 35 MB/s | 1.2 MB 00:00 2026-02-26T02:50:26.239 INFO:teuthology.orchestra.run.trial030.stdout:(67/98): python3-cheroot-10.0.1-4.el9.noarch.rp 1.8 MB/s | 173 kB 00:00 2026-02-26T02:50:26.258 INFO:teuthology.orchestra.run.trial009.stdout:(23/98): python3-pycparser-2.20-6.el9.noarch.rp 5.1 MB/s | 135 kB 00:00 2026-02-26T02:50:26.261 INFO:teuthology.orchestra.run.trial009.stdout:(24/98): python3-ply-3.11-14.el9.noarch.rpm 3.4 MB/s | 106 kB 00:00 2026-02-26T02:50:26.264 INFO:teuthology.orchestra.run.trial009.stdout:(25/98): python3-requests-2.25.1-10.el9.noarch. 4.8 MB/s | 126 kB 00:00 2026-02-26T02:50:26.286 INFO:teuthology.orchestra.run.trial009.stdout:(26/98): python3-urllib3-1.26.5-7.el9.noarch.rp 7.8 MB/s | 218 kB 00:00 2026-02-26T02:50:26.290 INFO:teuthology.orchestra.run.trial030.stdout:(68/98): python3-grpcio-tools-1.46.7-10.el9.x86 2.8 MB/s | 144 kB 00:00 2026-02-26T02:50:26.292 INFO:teuthology.orchestra.run.trial009.stdout:(27/98): zip-3.0-35.el9.x86_64.rpm 9.3 MB/s | 266 kB 00:00 2026-02-26T02:50:26.298 INFO:teuthology.orchestra.run.trial009.stdout:(28/98): unzip-6.0-59.el9.x86_64.rpm 4.7 MB/s | 182 kB 00:00 2026-02-26T02:50:26.312 INFO:teuthology.orchestra.run.trial030.stdout:(69/98): python3-cherrypy-18.6.1-2.el9.noarch.r 2.3 MB/s | 358 kB 00:00 2026-02-26T02:50:26.320 INFO:teuthology.orchestra.run.trial030.stdout:(70/98): python3-grpcio-1.46.7-10.el9.x86_64.rp 20 MB/s | 2.0 MB 00:00 2026-02-26T02:50:26.329 INFO:teuthology.orchestra.run.trial151.stdout:(24/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.0 MB/s | 308 kB 00:00 2026-02-26T02:50:26.339 INFO:teuthology.orchestra.run.trial030.stdout:(71/98): python3-influxdb-5.3.1-1.el9.noarch.rp 2.8 MB/s | 139 kB 00:00 2026-02-26T02:50:26.348 INFO:teuthology.orchestra.run.trial030.stdout:(72/98): python3-isodate-0.6.1-3.el9.noarch.rpm 1.5 MB/s | 56 kB 00:00 2026-02-26T02:50:26.353 INFO:teuthology.orchestra.run.trial151.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.0 MB/s | 25 kB 00:00 2026-02-26T02:50:26.354 INFO:teuthology.orchestra.run.trial030.stdout:(73/98): python3-jaraco-8.2.1-3.el9.noarch.rpm 320 kB/s | 11 kB 00:00 2026-02-26T02:50:26.374 INFO:teuthology.orchestra.run.trial030.stdout:(74/98): python3-jaraco-classes-3.2.1-5.el9.noa 514 kB/s | 18 kB 00:00 2026-02-26T02:50:26.377 INFO:teuthology.orchestra.run.trial151.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 2.0 MB/s | 49 kB 00:00 2026-02-26T02:50:26.382 INFO:teuthology.orchestra.run.trial030.stdout:(75/98): python3-jaraco-collections-3.0.0-8.el9 687 kB/s | 23 kB 00:00 2026-02-26T02:50:26.387 INFO:teuthology.orchestra.run.trial030.stdout:(76/98): python3-jaraco-context-6.0.1-3.el9.noa 587 kB/s | 20 kB 00:00 2026-02-26T02:50:26.402 INFO:teuthology.orchestra.run.trial151.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2026-02-26T02:50:26.408 INFO:teuthology.orchestra.run.trial030.stdout:(77/98): python3-jaraco-functools-3.5.0-2.el9.n 568 kB/s | 19 kB 00:00 2026-02-26T02:50:26.416 INFO:teuthology.orchestra.run.trial030.stdout:(78/98): python3-jaraco-text-4.0.0-2.el9.noarch 788 kB/s | 26 kB 00:00 2026-02-26T02:50:26.432 INFO:teuthology.orchestra.run.trial030.stdout:(79/98): python3-kubernetes-26.1.0-3.el9.noarch 23 MB/s | 1.0 MB 00:00 2026-02-26T02:50:26.435 INFO:teuthology.orchestra.run.trial151.stdout:(28/34): librdkafka-1.6.1-102.el9.x86_64.rpm 843 kB/s | 662 kB 00:00 2026-02-26T02:50:26.446 INFO:teuthology.orchestra.run.trial030.stdout:(80/98): python3-logutils-0.3.5-21.el9.noarch.r 1.2 MB/s | 46 kB 00:00 2026-02-26T02:50:26.453 INFO:teuthology.orchestra.run.trial030.stdout:(81/98): python3-more-itertools-8.12.0-2.el9.no 2.1 MB/s | 79 kB 00:00 2026-02-26T02:50:26.466 INFO:teuthology.orchestra.run.trial151.stdout:(29/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 13 MB/s | 838 kB 00:00 2026-02-26T02:50:26.467 INFO:teuthology.orchestra.run.trial030.stdout:(82/98): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.4 MB/s | 86 kB 00:00 2026-02-26T02:50:26.485 INFO:teuthology.orchestra.run.trial030.stdout:(83/98): python3-natsort-7.1.1-5.el9.noarch.rpm 1.4 MB/s | 58 kB 00:00 2026-02-26T02:50:26.500 INFO:teuthology.orchestra.run.trial030.stdout:(84/98): python3-portend-3.1.0-2.el9.noarch.rpm 493 kB/s | 16 kB 00:00 2026-02-26T02:50:26.502 INFO:teuthology.orchestra.run.trial030.stdout:(85/98): python3-pecan-1.4.2-3.el9.noarch.rpm 5.4 MB/s | 272 kB 00:00 2026-02-26T02:50:26.523 INFO:teuthology.orchestra.run.trial151.stdout:(30/34): libarrow-9.0.0-15.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2026-02-26T02:50:26.525 INFO:teuthology.orchestra.run.trial151.stdout:(31/34): thrift-0.15.0-4.el9.x86_64.rpm 27 MB/s | 1.6 MB 00:00 2026-02-26T02:50:26.528 INFO:teuthology.orchestra.run.trial030.stdout:(86/98): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.0 MB/s | 90 kB 00:00 2026-02-26T02:50:26.536 INFO:teuthology.orchestra.run.trial030.stdout:(87/98): python3-repoze-lru-0.7-16.el9.noarch.r 847 kB/s | 31 kB 00:00 2026-02-26T02:50:26.547 INFO:teuthology.orchestra.run.trial030.stdout:(88/98): python3-routes-2.5.1-5.el9.noarch.rpm 4.1 MB/s | 188 kB 00:00 2026-02-26T02:50:26.568 INFO:teuthology.orchestra.run.trial030.stdout:(89/98): python3-rsa-4.9-2.el9.noarch.rpm 1.5 MB/s | 59 kB 00:00 2026-02-26T02:50:26.577 INFO:teuthology.orchestra.run.trial151.stdout:(32/34): re2-20211101-20.el9.x86_64.rpm 1.3 MB/s | 191 kB 00:00 2026-02-26T02:50:26.582 INFO:teuthology.orchestra.run.trial030.stdout:(90/98): python3-tempora-5.0.0-2.el9.noarch.rpm 1.0 MB/s | 36 kB 00:00 2026-02-26T02:50:26.602 INFO:teuthology.orchestra.run.trial030.stdout:(91/98): python3-saml-1.16.0-1.el9.noarch.rpm 1.9 MB/s | 125 kB 00:00 2026-02-26T02:50:26.611 INFO:teuthology.orchestra.run.trial030.stdout:(92/98): python3-typing-extensions-4.15.0-1.el9 2.0 MB/s | 86 kB 00:00 2026-02-26T02:50:26.629 INFO:teuthology.orchestra.run.trial030.stdout:(93/98): python3-webob-1.8.8-2.el9.noarch.rpm 4.8 MB/s | 230 kB 00:00 2026-02-26T02:50:26.637 INFO:teuthology.orchestra.run.trial030.stdout:(94/98): python3-websocket-client-1.2.3-2.el9.n 2.5 MB/s | 90 kB 00:00 2026-02-26T02:50:26.665 INFO:teuthology.orchestra.run.trial030.stdout:(95/98): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.3 MB/s | 48 kB 00:00 2026-02-26T02:50:26.671 INFO:teuthology.orchestra.run.trial030.stdout:(96/98): python3-xmltodict-0.12.0-15.el9.noarch 659 kB/s | 22 kB 00:00 2026-02-26T02:50:26.684 INFO:teuthology.orchestra.run.trial151.stdout:(33/34): librbd1-19.2.3-687.g8d724284.el9.x86_6 20 MB/s | 3.2 MB 00:00 2026-02-26T02:50:26.690 INFO:teuthology.orchestra.run.trial009.stdout:(29/98): flexiblas-3.0.4-9.el9.x86_64.rpm 73 kB/s | 30 kB 00:00 2026-02-26T02:50:26.690 INFO:teuthology.orchestra.run.trial151.stdout:(34/34): librados2-19.2.3-687.g8d724284.el9.x86 21 MB/s | 3.4 MB 00:00 2026-02-26T02:50:26.693 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:26.693 INFO:teuthology.orchestra.run.trial151.stdout:Total 21 MB/s | 62 MB 00:02 2026-02-26T02:50:26.695 INFO:teuthology.orchestra.run.trial030.stdout:(97/98): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2026-02-26T02:50:26.699 INFO:teuthology.orchestra.run.trial030.stdout:(98/98): python3-zc-lockfile-2.0-10.el9.noarch. 590 kB/s | 20 kB 00:00 2026-02-26T02:50:26.700 INFO:teuthology.orchestra.run.trial009.stdout:(30/98): flexiblas-openblas-openmp-3.0.4-9.el9. 37 kB/s | 15 kB 00:00 2026-02-26T02:50:26.701 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:26.701 INFO:teuthology.orchestra.run.trial030.stdout:Total 15 MB/s | 95 MB 00:06 2026-02-26T02:50:26.777 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:50:26.794 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:50:26.794 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:50:27.007 INFO:teuthology.orchestra.run.trial009.stdout:(31/98): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 779 kB/s | 246 kB 00:00 2026-02-26T02:50:27.015 INFO:teuthology.orchestra.run.trial009.stdout:(32/98): lua-5.4.4-4.el9.x86_64.rpm 598 kB/s | 188 kB 00:00 2026-02-26T02:50:27.022 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:50:27.022 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:50:27.089 INFO:teuthology.orchestra.run.trial009.stdout:(33/98): openblas-0.3.29-1.el9.x86_64.rpm 509 kB/s | 42 kB 00:00 2026-02-26T02:50:27.133 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:27.169 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:27.169 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:27.308 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:50:27.316 INFO:teuthology.orchestra.run.trial151.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-26T02:50:27.319 INFO:teuthology.orchestra.run.trial151.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/36 2026-02-26T02:50:27.330 INFO:teuthology.orchestra.run.trial151.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/36 2026-02-26T02:50:27.480 INFO:teuthology.orchestra.run.trial151.stdout: Installing : thrift-0.15.0-4.el9.x86_64 4/36 2026-02-26T02:50:27.484 INFO:teuthology.orchestra.run.trial151.stdout: Upgrading : librados2-2:19.2.3-687.g8d724284.el9.x86_64 5/36 2026-02-26T02:50:27.513 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librados2-2:19.2.3-687.g8d724284.el9.x86_64 5/36 2026-02-26T02:50:27.555 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 6/36 2026-02-26T02:50:27.556 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 7/36 2026-02-26T02:50:27.568 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 7/36 2026-02-26T02:50:27.572 INFO:teuthology.orchestra.run.trial151.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/36 2026-02-26T02:50:27.581 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-ceph-argparse-2:19.2.3-687.g8d724284.el9.x 9/36 2026-02-26T02:50:27.587 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:27.587 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:27.604 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 10/36 2026-02-26T02:50:27.604 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 11/36 2026-02-26T02:50:27.617 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 11/36 2026-02-26T02:50:27.654 INFO:teuthology.orchestra.run.trial151.stdout: Installing : re2-1:20211101-20.el9.x86_64 12/36 2026-02-26T02:50:27.660 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 13/36 2026-02-26T02:50:27.666 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/36 2026-02-26T02:50:27.669 INFO:teuthology.orchestra.run.trial151.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/36 2026-02-26T02:50:27.671 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 16/36 2026-02-26T02:50:27.676 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/36 2026-02-26T02:50:27.815 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-26T02:50:27.816 INFO:teuthology.orchestra.run.trial151.stdout: Upgrading : librbd1-2:19.2.3-687.g8d724284.el9.x86_64 19/36 2026-02-26T02:50:27.842 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librbd1-2:19.2.3-687.g8d724284.el9.x86_64 19/36 2026-02-26T02:50:27.845 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 20/36 2026-02-26T02:50:27.851 INFO:teuthology.orchestra.run.trial151.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-26T02:50:28.034 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:28.036 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/98 2026-02-26T02:50:28.067 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/98 2026-02-26T02:50:28.072 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 3/98 2026-02-26T02:50:28.074 INFO:teuthology.orchestra.run.trial151.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-26T02:50:28.076 INFO:teuthology.orchestra.run.trial151.stdout: Installing : librgw2-2:19.2.3-687.g8d724284.el9.x86_64 23/36 2026-02-26T02:50:28.091 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librgw2-2:19.2.3-687.g8d724284.el9.x86_64 23/36 2026-02-26T02:50:28.093 INFO:teuthology.orchestra.run.trial030.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 4/98 2026-02-26T02:50:28.095 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 24/36 2026-02-26T02:50:28.101 INFO:teuthology.orchestra.run.trial151.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-26T02:50:28.103 INFO:teuthology.orchestra.run.trial151.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-26T02:50:28.104 INFO:teuthology.orchestra.run.trial151.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-26T02:50:28.104 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 5/98 2026-02-26T02:50:28.110 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-packaging-20.9-5.el9.noarch 6/98 2026-02-26T02:50:28.121 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-26T02:50:28.124 INFO:teuthology.orchestra.run.trial151.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-26T02:50:28.143 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 7/98 2026-02-26T02:50:28.150 INFO:teuthology.orchestra.run.trial151.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-26T02:50:28.152 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-ceph-common-2:19.2.3-687.g8d724284.el9.x86 30/36 2026-02-26T02:50:28.152 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 8/98 2026-02-26T02:50:28.157 INFO:teuthology.orchestra.run.trial030.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 9/98 2026-02-26T02:50:28.160 INFO:teuthology.orchestra.run.trial030.stdout: Installing : lua-5.4.4-4.el9.x86_64 10/98 2026-02-26T02:50:28.164 INFO:teuthology.orchestra.run.trial030.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 11/98 2026-02-26T02:50:28.187 INFO:teuthology.orchestra.run.trial030.stdout: Installing : unzip-6.0-59.el9.x86_64 12/98 2026-02-26T02:50:28.200 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 13/98 2026-02-26T02:50:28.203 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 14/98 2026-02-26T02:50:28.209 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 15/98 2026-02-26T02:50:28.211 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 16/98 2026-02-26T02:50:28.222 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 17/98 2026-02-26T02:50:28.228 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 18/98 2026-02-26T02:50:28.252 INFO:teuthology.orchestra.run.trial030.stdout: Installing : zip-3.0-35.el9.x86_64 19/98 2026-02-26T02:50:28.255 INFO:teuthology.orchestra.run.trial030.stdout: Installing : luarocks-3.9.2-5.el9.noarch 20/98 2026-02-26T02:50:28.262 INFO:teuthology.orchestra.run.trial009.stdout:(34/98): protobuf-3.14.0-17.el9.x86_64.rpm 877 kB/s | 1.0 MB 00:01 2026-02-26T02:50:28.262 INFO:teuthology.orchestra.run.trial030.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 21/98 2026-02-26T02:50:28.287 INFO:teuthology.orchestra.run.trial030.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 22/98 2026-02-26T02:50:28.338 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 23/98 2026-02-26T02:50:28.351 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 24/98 2026-02-26T02:50:28.354 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-rsa-4.9-2.el9.noarch 25/98 2026-02-26T02:50:28.358 INFO:teuthology.orchestra.run.trial030.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 26/98 2026-02-26T02:50:28.363 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 27/98 2026-02-26T02:50:28.368 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 28/98 2026-02-26T02:50:28.371 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 29/98 2026-02-26T02:50:28.386 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 30/98 2026-02-26T02:50:28.407 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 31/98 2026-02-26T02:50:28.412 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 32/98 2026-02-26T02:50:28.417 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 33/98 2026-02-26T02:50:28.428 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 34/98 2026-02-26T02:50:28.437 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 35/98 2026-02-26T02:50:28.444 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 36/98 2026-02-26T02:50:28.463 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 37/98 2026-02-26T02:50:28.472 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 38/98 2026-02-26T02:50:28.527 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 39/98 2026-02-26T02:50:28.539 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 40/98 2026-02-26T02:50:28.555 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 41/98 2026-02-26T02:50:28.559 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 42/98 2026-02-26T02:50:28.567 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 43/98 2026-02-26T02:50:28.607 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 44/98 2026-02-26T02:50:28.890 INFO:teuthology.orchestra.run.trial009.stdout:(35/98): openblas-openmp-0.3.29-1.el9.x86_64.rp 2.8 MB/s | 5.3 MB 00:01 2026-02-26T02:50:28.934 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 45/98 2026-02-26T02:50:28.944 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 46/98 2026-02-26T02:50:28.948 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 47/98 2026-02-26T02:50:28.954 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 48/98 2026-02-26T02:50:28.956 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 49/98 2026-02-26T02:50:28.974 INFO:teuthology.orchestra.run.trial009.stdout:(36/98): python3-devel-3.9.25-3.el9.x86_64.rpm 2.8 MB/s | 244 kB 00:00 2026-02-26T02:50:28.982 INFO:teuthology.orchestra.run.trial009.stdout:(37/98): python3-babel-2.9.1-2.el9.noarch.rpm 8.3 MB/s | 6.0 MB 00:00 2026-02-26T02:50:28.983 INFO:teuthology.orchestra.run.trial030.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 50/98 2026-02-26T02:50:29.027 INFO:teuthology.orchestra.run.trial030.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 51/98 2026-02-26T02:50:29.033 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 52/98 2026-02-26T02:50:29.037 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 53/98 2026-02-26T02:50:29.043 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 54/98 2026-02-26T02:50:29.046 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 55/98 2026-02-26T02:50:29.053 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 56/98 2026-02-26T02:50:29.057 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 57/98 2026-02-26T02:50:29.062 INFO:teuthology.orchestra.run.trial009.stdout:(38/98): python3-jinja2-2.11.3-8.el9.noarch.rpm 2.8 MB/s | 249 kB 00:00 2026-02-26T02:50:29.066 INFO:teuthology.orchestra.run.trial009.stdout:(39/98): python3-libstoragemgmt-1.10.1-1.el9.x8 2.1 MB/s | 177 kB 00:00 2026-02-26T02:50:29.085 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 58/98 2026-02-26T02:50:29.096 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 59/98 2026-02-26T02:50:29.129 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 31/36 2026-02-26T02:50:29.131 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 60/98 2026-02-26T02:50:29.131 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 31/36 2026-02-26T02:50:29.149 INFO:teuthology.orchestra.run.trial009.stdout:(40/98): python3-mako-1.1.4-6.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2026-02-26T02:50:29.152 INFO:teuthology.orchestra.run.trial009.stdout:(41/98): python3-lxml-4.6.5-3.el9.x86_64.rpm 14 MB/s | 1.2 MB 00:00 2026-02-26T02:50:29.232 INFO:teuthology.orchestra.run.trial009.stdout:(42/98): python3-markupsafe-1.1.1-12.el9.x86_64 420 kB/s | 35 kB 00:00 2026-02-26T02:50:29.317 INFO:teuthology.orchestra.run.trial009.stdout:(43/98): python3-numpy-f2py-1.23.5-2.el9.x86_64 5.1 MB/s | 442 kB 00:00 2026-02-26T02:50:29.356 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 61/98 2026-02-26T02:50:29.380 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 62/98 2026-02-26T02:50:29.384 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 63/98 2026-02-26T02:50:29.400 INFO:teuthology.orchestra.run.trial009.stdout:(44/98): python3-packaging-20.9-5.el9.noarch.rp 929 kB/s | 77 kB 00:00 2026-02-26T02:50:29.414 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 31/36 2026-02-26T02:50:29.417 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 32/36 2026-02-26T02:50:29.443 INFO:teuthology.orchestra.run.trial030.stdout: Installing : openblas-0.3.29-1.el9.x86_64 64/98 2026-02-26T02:50:29.445 INFO:teuthology.orchestra.run.trial030.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 65/98 2026-02-26T02:50:29.454 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 32/36 2026-02-26T02:50:29.454 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-26T02:50:29.454 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-26T02:50:29.454 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:29.458 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 33/36 2026-02-26T02:50:29.466 INFO:teuthology.orchestra.run.trial030.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 66/98 2026-02-26T02:50:29.477 INFO:teuthology.orchestra.run.trial009.stdout:(45/98): python3-numpy-1.23.5-2.el9.x86_64.rpm 19 MB/s | 6.1 MB 00:00 2026-02-26T02:50:29.486 INFO:teuthology.orchestra.run.trial009.stdout:(46/98): python3-protobuf-3.14.0-17.el9.noarch. 3.1 MB/s | 267 kB 00:00 2026-02-26T02:50:29.560 INFO:teuthology.orchestra.run.trial009.stdout:(47/98): python3-pyasn1-0.4.8-7.el9.noarch.rpm 1.9 MB/s | 157 kB 00:00 2026-02-26T02:50:29.570 INFO:teuthology.orchestra.run.trial009.stdout:(48/98): python3-pyasn1-modules-0.4.8-7.el9.noa 3.2 MB/s | 277 kB 00:00 2026-02-26T02:50:29.645 INFO:teuthology.orchestra.run.trial009.stdout:(49/98): python3-requests-oauthlib-1.3.0-12.el9 633 kB/s | 54 kB 00:00 2026-02-26T02:50:29.727 INFO:teuthology.orchestra.run.trial009.stdout:(50/98): python3-toml-0.10.2-6.el9.noarch.rpm 504 kB/s | 42 kB 00:00 2026-02-26T02:50:29.794 INFO:teuthology.orchestra.run.trial030.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 67/98 2026-02-26T02:50:29.811 INFO:teuthology.orchestra.run.trial009.stdout:(51/98): xmlsec1-1.2.29-13.el9.x86_64.rpm 2.2 MB/s | 189 kB 00:00 2026-02-26T02:50:29.868 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 68/98 2026-02-26T02:50:29.893 INFO:teuthology.orchestra.run.trial009.stdout:(52/98): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 1.1 MB/s | 90 kB 00:00 2026-02-26T02:50:29.909 INFO:teuthology.orchestra.run.trial009.stdout:(53/98): lua-devel-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 22 kB 00:00 2026-02-26T02:50:29.928 INFO:teuthology.orchestra.run.trial009.stdout:(54/98): protobuf-compiler-3.14.0-17.el9.x86_64 45 MB/s | 862 kB 00:00 2026-02-26T02:50:29.963 INFO:teuthology.orchestra.run.trial009.stdout:(55/98): abseil-cpp-20211102.0-4.el9.x86_64.rpm 15 MB/s | 551 kB 00:00 2026-02-26T02:50:29.966 INFO:teuthology.orchestra.run.trial009.stdout:(56/98): grpc-data-1.46.7-10.el9.noarch.rpm 6.1 MB/s | 19 kB 00:00 2026-02-26T02:50:29.970 INFO:teuthology.orchestra.run.trial009.stdout:(57/98): luarocks-3.9.2-5.el9.noarch.rpm 38 MB/s | 151 kB 00:00 2026-02-26T02:50:29.976 INFO:teuthology.orchestra.run.trial009.stdout:(58/98): python3-asyncssh-2.13.2-5.el9.noarch.r 92 MB/s | 548 kB 00:00 2026-02-26T02:50:29.980 INFO:teuthology.orchestra.run.trial009.stdout:(59/98): python3-autocommand-2.2.2-8.el9.noarch 8.9 MB/s | 29 kB 00:00 2026-02-26T02:50:29.983 INFO:teuthology.orchestra.run.trial009.stdout:(60/98): python3-backports-tarfile-1.2.0-1.el9. 18 MB/s | 60 kB 00:00 2026-02-26T02:50:29.987 INFO:teuthology.orchestra.run.trial009.stdout:(61/98): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 12 MB/s | 43 kB 00:00 2026-02-26T02:50:29.990 INFO:teuthology.orchestra.run.trial009.stdout:(62/98): python3-cachetools-4.2.4-1.el9.noarch. 9.7 MB/s | 32 kB 00:00 2026-02-26T02:50:29.994 INFO:teuthology.orchestra.run.trial009.stdout:(63/98): python3-certifi-2023.05.07-4.el9.noarc 4.4 MB/s | 14 kB 00:00 2026-02-26T02:50:29.997 INFO:teuthology.orchestra.run.trial009.stdout:(64/98): python3-cheroot-10.0.1-4.el9.noarch.rp 46 MB/s | 173 kB 00:00 2026-02-26T02:50:30.002 INFO:teuthology.orchestra.run.trial009.stdout:(65/98): python3-cherrypy-18.6.1-2.el9.noarch.r 78 MB/s | 358 kB 00:00 2026-02-26T02:50:30.006 INFO:teuthology.orchestra.run.trial009.stdout:(66/98): python3-google-auth-2.45.0-1.el9.noarc 62 MB/s | 254 kB 00:00 2026-02-26T02:50:30.017 INFO:teuthology.orchestra.run.trial009.stdout:(67/98): python3-grpcio-1.46.7-10.el9.x86_64.rp 185 MB/s | 2.0 MB 00:00 2026-02-26T02:50:30.021 INFO:teuthology.orchestra.run.trial009.stdout:(68/98): python3-grpcio-tools-1.46.7-10.el9.x86 38 MB/s | 144 kB 00:00 2026-02-26T02:50:30.025 INFO:teuthology.orchestra.run.trial009.stdout:(69/98): python3-influxdb-5.3.1-1.el9.noarch.rp 37 MB/s | 139 kB 00:00 2026-02-26T02:50:30.028 INFO:teuthology.orchestra.run.trial009.stdout:(70/98): python3-isodate-0.6.1-3.el9.noarch.rpm 17 MB/s | 56 kB 00:00 2026-02-26T02:50:30.032 INFO:teuthology.orchestra.run.trial009.stdout:(71/98): python3-jaraco-8.2.1-3.el9.noarch.rpm 3.4 MB/s | 11 kB 00:00 2026-02-26T02:50:30.035 INFO:teuthology.orchestra.run.trial009.stdout:(72/98): python3-jaraco-classes-3.2.1-5.el9.noa 5.4 MB/s | 18 kB 00:00 2026-02-26T02:50:30.038 INFO:teuthology.orchestra.run.trial009.stdout:(73/98): python3-jaraco-collections-3.0.0-8.el9 7.1 MB/s | 23 kB 00:00 2026-02-26T02:50:30.042 INFO:teuthology.orchestra.run.trial009.stdout:(74/98): python3-jaraco-context-6.0.1-3.el9.noa 6.0 MB/s | 20 kB 00:00 2026-02-26T02:50:30.045 INFO:teuthology.orchestra.run.trial009.stdout:(75/98): python3-jaraco-functools-3.5.0-2.el9.n 6.0 MB/s | 19 kB 00:00 2026-02-26T02:50:30.048 INFO:teuthology.orchestra.run.trial009.stdout:(76/98): python3-jaraco-text-4.0.0-2.el9.noarch 8.2 MB/s | 26 kB 00:00 2026-02-26T02:50:30.055 INFO:teuthology.orchestra.run.trial009.stdout:(77/98): python3-kubernetes-26.1.0-3.el9.noarch 150 MB/s | 1.0 MB 00:00 2026-02-26T02:50:30.058 INFO:teuthology.orchestra.run.trial009.stdout:(78/98): python3-logutils-0.3.5-21.el9.noarch.r 14 MB/s | 46 kB 00:00 2026-02-26T02:50:30.062 INFO:teuthology.orchestra.run.trial009.stdout:(79/98): python3-more-itertools-8.12.0-2.el9.no 23 MB/s | 79 kB 00:00 2026-02-26T02:50:30.065 INFO:teuthology.orchestra.run.trial009.stdout:(80/98): python3-msgpack-1.0.3-2.el9.x86_64.rpm 26 MB/s | 86 kB 00:00 2026-02-26T02:50:30.069 INFO:teuthology.orchestra.run.trial009.stdout:(81/98): python3-natsort-7.1.1-5.el9.noarch.rpm 17 MB/s | 58 kB 00:00 2026-02-26T02:50:30.073 INFO:teuthology.orchestra.run.trial009.stdout:(82/98): python3-pecan-1.4.2-3.el9.noarch.rpm 67 MB/s | 272 kB 00:00 2026-02-26T02:50:30.076 INFO:teuthology.orchestra.run.trial009.stdout:(83/98): python3-portend-3.1.0-2.el9.noarch.rpm 5.2 MB/s | 16 kB 00:00 2026-02-26T02:50:30.079 INFO:teuthology.orchestra.run.trial009.stdout:(84/98): python3-pyOpenSSL-21.0.0-1.el9.noarch. 26 MB/s | 90 kB 00:00 2026-02-26T02:50:30.086 INFO:teuthology.orchestra.run.trial009.stdout:(85/98): python3-repoze-lru-0.7-16.el9.noarch.r 4.8 MB/s | 31 kB 00:00 2026-02-26T02:50:30.090 INFO:teuthology.orchestra.run.trial009.stdout:(86/98): python3-routes-2.5.1-5.el9.noarch.rpm 49 MB/s | 188 kB 00:00 2026-02-26T02:50:30.093 INFO:teuthology.orchestra.run.trial009.stdout:(87/98): python3-rsa-4.9-2.el9.noarch.rpm 18 MB/s | 59 kB 00:00 2026-02-26T02:50:30.097 INFO:teuthology.orchestra.run.trial009.stdout:(88/98): python3-saml-1.16.0-1.el9.noarch.rpm 36 MB/s | 125 kB 00:00 2026-02-26T02:50:30.100 INFO:teuthology.orchestra.run.trial009.stdout:(89/98): python3-tempora-5.0.0-2.el9.noarch.rpm 11 MB/s | 36 kB 00:00 2026-02-26T02:50:30.103 INFO:teuthology.orchestra.run.trial009.stdout:(90/98): python3-typing-extensions-4.15.0-1.el9 25 MB/s | 86 kB 00:00 2026-02-26T02:50:30.108 INFO:teuthology.orchestra.run.trial009.stdout:(91/98): python3-webob-1.8.8-2.el9.noarch.rpm 57 MB/s | 230 kB 00:00 2026-02-26T02:50:30.111 INFO:teuthology.orchestra.run.trial009.stdout:(92/98): python3-websocket-client-1.2.3-2.el9.n 25 MB/s | 90 kB 00:00 2026-02-26T02:50:30.116 INFO:teuthology.orchestra.run.trial009.stdout:(93/98): python3-werkzeug-2.0.3-3.el9.1.noarch. 91 MB/s | 427 kB 00:00 2026-02-26T02:50:30.119 INFO:teuthology.orchestra.run.trial009.stdout:(94/98): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 14 MB/s | 48 kB 00:00 2026-02-26T02:50:30.123 INFO:teuthology.orchestra.run.trial009.stdout:(95/98): python3-xmltodict-0.12.0-15.el9.noarch 6.9 MB/s | 22 kB 00:00 2026-02-26T02:50:30.127 INFO:teuthology.orchestra.run.trial009.stdout:(96/98): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 798 kB/s | 3.0 MB 00:03 2026-02-26T02:50:30.128 INFO:teuthology.orchestra.run.trial009.stdout:(97/98): python3-zc-lockfile-2.0-10.el9.noarch. 3.5 MB/s | 20 kB 00:00 2026-02-26T02:50:30.545 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 69/98 2026-02-26T02:50:30.563 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 70/98 2026-02-26T02:50:30.577 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-ply-3.11-14.el9.noarch 71/98 2026-02-26T02:50:30.593 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 72/98 2026-02-26T02:50:30.668 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 73/98 2026-02-26T02:50:30.677 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 74/98 2026-02-26T02:50:30.700 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 75/98 2026-02-26T02:50:30.712 INFO:teuthology.orchestra.run.trial009.stdout:(98/98): python3-scipy-1.9.3-2.el9.x86_64.rpm 17 MB/s | 19 MB 00:01 2026-02-26T02:50:30.716 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:30.716 INFO:teuthology.orchestra.run.trial009.stdout:Total 16 MB/s | 95 MB 00:05 2026-02-26T02:50:30.730 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 76/98 2026-02-26T02:50:30.781 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 77/98 2026-02-26T02:50:30.787 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 78/98 2026-02-26T02:50:30.790 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 79/98 2026-02-26T02:50:30.792 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 80/98 2026-02-26T02:50:30.809 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 81/98 2026-02-26T02:50:30.809 INFO:teuthology.orchestra.run.trial030.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-26T02:50:30.810 INFO:teuthology.orchestra.run.trial030.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-26T02:50:30.810 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:30.817 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 81/98 2026-02-26T02:50:30.842 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 81/98 2026-02-26T02:50:30.842 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-26T02:50:30.843 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:30.876 INFO:teuthology.orchestra.run.trial030.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 82/98 2026-02-26T02:50:30.939 INFO:teuthology.orchestra.run.trial030.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 83/98 2026-02-26T02:50:30.941 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 84/98 2026-02-26T02:50:30.955 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 84/98 2026-02-26T02:50:30.955 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:30.955 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-26T02:50:30.955 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:31.141 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:31.177 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:31.178 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:31.595 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:31.595 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:31.654 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 85/98 2026-02-26T02:50:31.680 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 85/98 2026-02-26T02:50:31.680 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:31.680 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-26T02:50:31.680 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-26T02:50:31.680 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-26T02:50:31.681 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:31.734 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: cephadm-2:19.2.3-687.g8d724284.el9.noarch 86/98 2026-02-26T02:50:31.736 INFO:teuthology.orchestra.run.trial030.stdout: Installing : cephadm-2:19.2.3-687.g8d724284.el9.noarch 86/98 2026-02-26T02:50:31.741 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-687.g8d724284.el9. 87/98 2026-02-26T02:50:31.760 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-687.g8d724284.el9 88/98 2026-02-26T02:50:31.762 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 89/98 2026-02-26T02:50:32.048 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:32.050 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/98 2026-02-26T02:50:32.081 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/98 2026-02-26T02:50:32.086 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 3/98 2026-02-26T02:50:32.107 INFO:teuthology.orchestra.run.trial009.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 4/98 2026-02-26T02:50:32.117 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 5/98 2026-02-26T02:50:32.123 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-packaging-20.9-5.el9.noarch 6/98 2026-02-26T02:50:32.157 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 7/98 2026-02-26T02:50:32.167 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 8/98 2026-02-26T02:50:32.172 INFO:teuthology.orchestra.run.trial009.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 9/98 2026-02-26T02:50:32.174 INFO:teuthology.orchestra.run.trial009.stdout: Installing : lua-5.4.4-4.el9.x86_64 10/98 2026-02-26T02:50:32.179 INFO:teuthology.orchestra.run.trial009.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 11/98 2026-02-26T02:50:32.202 INFO:teuthology.orchestra.run.trial009.stdout: Installing : unzip-6.0-59.el9.x86_64 12/98 2026-02-26T02:50:32.215 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 13/98 2026-02-26T02:50:32.217 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 14/98 2026-02-26T02:50:32.223 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 15/98 2026-02-26T02:50:32.225 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 16/98 2026-02-26T02:50:32.237 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 17/98 2026-02-26T02:50:32.242 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 18/98 2026-02-26T02:50:32.255 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 89/98 2026-02-26T02:50:32.259 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noar 90/98 2026-02-26T02:50:32.267 INFO:teuthology.orchestra.run.trial009.stdout: Installing : zip-3.0-35.el9.x86_64 19/98 2026-02-26T02:50:32.270 INFO:teuthology.orchestra.run.trial009.stdout: Installing : luarocks-3.9.2-5.el9.noarch 20/98 2026-02-26T02:50:32.277 INFO:teuthology.orchestra.run.trial009.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 21/98 2026-02-26T02:50:32.301 INFO:teuthology.orchestra.run.trial009.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 22/98 2026-02-26T02:50:32.353 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 23/98 2026-02-26T02:50:32.365 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 24/98 2026-02-26T02:50:32.367 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-rsa-4.9-2.el9.noarch 25/98 2026-02-26T02:50:32.372 INFO:teuthology.orchestra.run.trial009.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 26/98 2026-02-26T02:50:32.377 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 27/98 2026-02-26T02:50:32.382 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 28/98 2026-02-26T02:50:32.386 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 29/98 2026-02-26T02:50:32.400 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 30/98 2026-02-26T02:50:32.421 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 31/98 2026-02-26T02:50:32.425 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 32/98 2026-02-26T02:50:32.430 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 33/98 2026-02-26T02:50:32.442 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 34/98 2026-02-26T02:50:32.451 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 35/98 2026-02-26T02:50:32.457 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 36/98 2026-02-26T02:50:32.477 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 37/98 2026-02-26T02:50:32.485 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 38/98 2026-02-26T02:50:32.540 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 39/98 2026-02-26T02:50:32.552 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 40/98 2026-02-26T02:50:32.567 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 41/98 2026-02-26T02:50:32.571 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 42/98 2026-02-26T02:50:32.579 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 43/98 2026-02-26T02:50:32.619 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 44/98 2026-02-26T02:50:32.709 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noar 90/98 2026-02-26T02:50:32.710 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-687.g8d7242 91/98 2026-02-26T02:50:32.722 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-687.g8d7242 91/98 2026-02-26T02:50:32.722 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noar 92/98 2026-02-26T02:50:32.780 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noar 92/98 2026-02-26T02:50:32.830 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-687.g8d724284.el9.n 93/98 2026-02-26T02:50:32.830 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 94/98 2026-02-26T02:50:32.852 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 94/98 2026-02-26T02:50:32.852 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:32.852 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-26T02:50:32.853 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-26T02:50:32.853 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-26T02:50:32.853 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:32.864 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 95/98 2026-02-26T02:50:32.942 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 45/98 2026-02-26T02:50:32.952 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 46/98 2026-02-26T02:50:32.956 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 47/98 2026-02-26T02:50:32.962 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 48/98 2026-02-26T02:50:32.963 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 49/98 2026-02-26T02:50:32.991 INFO:teuthology.orchestra.run.trial009.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 50/98 2026-02-26T02:50:33.034 INFO:teuthology.orchestra.run.trial009.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 51/98 2026-02-26T02:50:33.040 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 52/98 2026-02-26T02:50:33.044 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 53/98 2026-02-26T02:50:33.050 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 54/98 2026-02-26T02:50:33.053 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 55/98 2026-02-26T02:50:33.060 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 56/98 2026-02-26T02:50:33.064 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 57/98 2026-02-26T02:50:33.078 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 95/98 2026-02-26T02:50:33.080 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 96/98 2026-02-26T02:50:33.091 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 58/98 2026-02-26T02:50:33.102 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 96/98 2026-02-26T02:50:33.102 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:33.103 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-26T02:50:33.103 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-26T02:50:33.103 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-26T02:50:33.103 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:33.104 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 59/98 2026-02-26T02:50:33.137 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 60/98 2026-02-26T02:50:33.204 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 97/98 2026-02-26T02:50:33.226 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 97/98 2026-02-26T02:50:33.226 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:33.226 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-26T02:50:33.226 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-26T02:50:33.226 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-26T02:50:33.226 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:33.245 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-2:19.2.3-687.g8d724284.el9.x86_64 98/98 2026-02-26T02:50:33.361 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 61/98 2026-02-26T02:50:33.384 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 62/98 2026-02-26T02:50:33.388 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 63/98 2026-02-26T02:50:33.447 INFO:teuthology.orchestra.run.trial009.stdout: Installing : openblas-0.3.29-1.el9.x86_64 64/98 2026-02-26T02:50:33.449 INFO:teuthology.orchestra.run.trial009.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 65/98 2026-02-26T02:50:33.470 INFO:teuthology.orchestra.run.trial009.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 66/98 2026-02-26T02:50:33.794 INFO:teuthology.orchestra.run.trial009.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 67/98 2026-02-26T02:50:33.867 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 68/98 2026-02-26T02:50:33.901 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-2:19.2.3-687.g8d724284.el9.x86_64 98/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-2:19.2.3-687.g8d724284.el9.x86_64 1/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 2/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 3/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 4/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 5/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-687.g8d724284.el9 6/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 7/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noar 8/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-687.g8d7242 9/98 2026-02-26T02:50:33.902 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noar 10/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-687.g8d724284.el9.n 11/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 12/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-687.g8d724284.el9. 13/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 14/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : cephadm-2:19.2.3-687.g8d724284.el9.noarch 15/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/98 2026-02-26T02:50:33.903 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : zip-3.0-35.el9.x86_64 28/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/98 2026-02-26T02:50:33.904 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 38/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 40/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 41/98 2026-02-26T02:50:33.905 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 42/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 48/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 49/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/98 2026-02-26T02:50:33.906 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/98 2026-02-26T02:50:33.907 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/98 2026-02-26T02:50:33.908 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 80/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 84/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 85/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 86/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 87/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 90/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 92/98 2026-02-26T02:50:33.909 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 93/98 2026-02-26T02:50:33.910 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 94/98 2026-02-26T02:50:33.910 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 95/98 2026-02-26T02:50:33.910 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 96/98 2026-02-26T02:50:33.910 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 97/98 2026-02-26T02:50:33.969 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 33/36 2026-02-26T02:50:33.970 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /sys 2026-02-26T02:50:33.970 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /proc 2026-02-26T02:50:33.970 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /mnt 2026-02-26T02:50:33.970 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /var/tmp 2026-02-26T02:50:33.970 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /home 2026-02-26T02:50:33.970 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /root 2026-02-26T02:50:33.970 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /tmp 2026-02-26T02:50:33.970 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:33.972 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/98 2026-02-26T02:50:33.972 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:33.972 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:33.972 INFO:teuthology.orchestra.run.trial030.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-26T02:50:33.972 INFO:teuthology.orchestra.run.trial030.stdout: ceph-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-grafana-dashboards-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-diskprediction-local-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-modules-core-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.973 INFO:teuthology.orchestra.run.trial030.stdout: ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: ceph-prometheus-alerts-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: cephadm-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-26T02:50:33.974 INFO:teuthology.orchestra.run.trial030.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: lua-5.4.4-4.el9.x86_64 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-26T02:50:33.975 INFO:teuthology.orchestra.run.trial030.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-26T02:50:33.976 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-26T02:50:33.977 INFO:teuthology.orchestra.run.trial030.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-ply-3.11-14.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-26T02:50:33.978 INFO:teuthology.orchestra.run.trial030.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-26T02:50:33.979 INFO:teuthology.orchestra.run.trial030.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-26T02:50:33.980 INFO:teuthology.orchestra.run.trial030.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-26T02:50:33.980 INFO:teuthology.orchestra.run.trial030.stdout: unzip-6.0-59.el9.x86_64 2026-02-26T02:50:33.980 INFO:teuthology.orchestra.run.trial030.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-26T02:50:33.980 INFO:teuthology.orchestra.run.trial030.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-26T02:50:33.980 INFO:teuthology.orchestra.run.trial030.stdout: zip-3.0-35.el9.x86_64 2026-02-26T02:50:33.980 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:33.980 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:34.028 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-base 2026-02-26T02:50:34.356 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:32 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:34.421 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:34.422 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 34/36 2026-02-26T02:50:34.440 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:34.441 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:34.441 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:34.445 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 34/36 2026-02-26T02:50:34.446 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:34.446 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-26T02:50:34.446 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-26T02:50:34.446 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-26T02:50:34.446 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:34.447 INFO:teuthology.orchestra.run.trial151.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-26T02:50:34.459 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-26T02:50:34.460 INFO:teuthology.orchestra.run.trial151.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-26T02:50:34.463 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install cephadm 2026-02-26T02:50:34.515 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-26T02:50:34.515 INFO:teuthology.orchestra.run.trial151.stdout:Creating group 'qat' with GID 992. 2026-02-26T02:50:34.515 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:34.537 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 69/98 2026-02-26T02:50:34.556 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 70/98 2026-02-26T02:50:34.570 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-ply-3.11-14.el9.noarch 71/98 2026-02-26T02:50:34.585 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 72/98 2026-02-26T02:50:34.660 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 73/98 2026-02-26T02:50:34.669 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 74/98 2026-02-26T02:50:34.692 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 75/98 2026-02-26T02:50:34.722 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 76/98 2026-02-26T02:50:34.773 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 77/98 2026-02-26T02:50:34.779 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 78/98 2026-02-26T02:50:34.782 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:32 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:34.782 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 79/98 2026-02-26T02:50:34.783 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 80/98 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 1/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 2/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 3/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 4/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 5/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 6/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : librgw2-2:19.2.3-687.g8d724284.el9.x86_64 7/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-ceph-argparse-2:19.2.3-687.g8d724284.el9.x 8/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-ceph-common-2:19.2.3-687.g8d724284.el9.x86 9/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 10/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 11/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 12/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 13/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-26T02:50:34.801 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : librados2-2:19.2.3-687.g8d724284.el9.x86_64 33/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : librbd1-2:19.2.3-687.g8d724284.el9.x86_64 35/36 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 81/98 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial009.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial009.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-26T02:50:34.802 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:34.808 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 81/98 2026-02-26T02:50:34.834 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 81/98 2026-02-26T02:50:34.834 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-26T02:50:34.835 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:34.848 INFO:teuthology.orchestra.run.trial030.stdout:Package cephadm-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:34.867 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:34.868 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:34.868 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:34.868 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 82/98 2026-02-26T02:50:34.872 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-26T02:50:34.872 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:34.872 INFO:teuthology.orchestra.run.trial151.stdout:Upgraded: 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: librados2-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: librbd1-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: ceph-radosgw-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: ceph-selinux-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: libradosstriper1-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.873 INFO:teuthology.orchestra.run.trial151.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: librgw2-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: python3-ceph-argparse-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: python3-ceph-common-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: re2-1:20211101-20.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-26T02:50:34.874 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:34.875 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:34.889 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-immutable-object-cache 2026-02-26T02:50:34.913 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-test 2026-02-26T02:50:34.932 INFO:teuthology.orchestra.run.trial009.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 83/98 2026-02-26T02:50:34.934 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 84/98 2026-02-26T02:50:34.948 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 84/98 2026-02-26T02:50:34.948 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:34.948 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-26T02:50:34.948 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:35.203 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:33 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:35.233 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:13 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:35.287 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:35.288 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:35.288 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repo Size 2026-02-26T02:50:35.288 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:35.288 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:35.288 INFO:teuthology.orchestra.run.trial030.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-687.g8d724284.el9 ceph 145 k 2026-02-26T02:50:35.288 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:35.288 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:35.288 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:35.289 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-26T02:50:35.289 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:35.289 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 145 k 2026-02-26T02:50:35.289 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 431 k 2026-02-26T02:50:35.289 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:35.317 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:35.318 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:35.318 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repository Size 2026-02-26T02:50:35.318 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout: ceph-test x86_64 2:19.2.3-687.g8d724284.el9 ceph 51 M 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout: libcephsqlite x86_64 2:19.2.3-687.g8d724284.el9 ceph 163 k 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:35.319 INFO:teuthology.orchestra.run.trial151.stdout:Install 5 Packages 2026-02-26T02:50:35.320 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:35.320 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 51 M 2026-02-26T02:50:35.320 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 222 M 2026-02-26T02:50:35.320 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:50:35.374 INFO:teuthology.orchestra.run.trial030.stdout:ceph-immutable-object-cache-19.2.3-687.g8d72428 1.7 MB/s | 145 kB 00:00 2026-02-26T02:50:35.375 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:35.375 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.6 MB/s | 145 kB 00:00 2026-02-26T02:50:35.375 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:35.378 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:35.378 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:35.409 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:35.409 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:35.466 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:35.468 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-687.g8d724284.e 1/1 2026-02-26T02:50:35.469 INFO:teuthology.orchestra.run.trial151.stdout:(1/5): libcephsqlite-19.2.3-687.g8d724284.el9.x 1.7 MB/s | 163 kB 00:00 2026-02-26T02:50:35.489 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-687.g8d724284.e 1/1 2026-02-26T02:50:35.489 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:35.489 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-26T02:50:35.489 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:35.665 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 85/98 2026-02-26T02:50:35.690 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 85/98 2026-02-26T02:50:35.691 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:35.691 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-26T02:50:35.691 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-26T02:50:35.691 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-26T02:50:35.691 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:35.749 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: cephadm-2:19.2.3-687.g8d724284.el9.noarch 86/98 2026-02-26T02:50:35.750 INFO:teuthology.orchestra.run.trial009.stdout: Installing : cephadm-2:19.2.3-687.g8d724284.el9.noarch 86/98 2026-02-26T02:50:35.755 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-687.g8d724284.el9. 87/98 2026-02-26T02:50:35.775 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-687.g8d724284.el9 88/98 2026-02-26T02:50:35.777 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 89/98 2026-02-26T02:50:35.805 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-687.g8d724284.e 1/1 2026-02-26T02:50:35.806 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:35.806 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:35.806 INFO:teuthology.orchestra.run.trial030.stdout: ceph-immutable-object-cache-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:35.806 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:35.806 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:35.832 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr 2026-02-26T02:50:35.871 INFO:teuthology.orchestra.run.trial151.stdout:(2/5): libxslt-1.1.34-12.el9.x86_64.rpm 472 kB/s | 233 kB 00:00 2026-02-26T02:50:35.965 INFO:teuthology.orchestra.run.trial151.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 683 kB/s | 64 kB 00:00 2026-02-26T02:50:35.987 INFO:teuthology.orchestra.run.trial151.stdout:(4/5): socat-1.7.4.1-8.el9.x86_64.rpm 586 kB/s | 303 kB 00:00 2026-02-26T02:50:36.153 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:34 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:36.219 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:36.238 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:36.239 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:36.239 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:36.260 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr-dashboard 2026-02-26T02:50:36.273 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 89/98 2026-02-26T02:50:36.276 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noar 90/98 2026-02-26T02:50:36.533 INFO:teuthology.orchestra.run.trial151.stdout:(5/5): ceph-test-19.2.3-687.g8d724284.el9.x86_6 44 MB/s | 51 MB 00:01 2026-02-26T02:50:36.534 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:36.535 INFO:teuthology.orchestra.run.trial151.stdout:Total 42 MB/s | 51 MB 00:01 2026-02-26T02:50:36.561 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:50:36.570 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:50:36.571 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:50:36.574 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:34 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:36.639 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:36.658 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:36.659 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:36.660 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:36.680 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-26T02:50:36.735 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noar 90/98 2026-02-26T02:50:36.736 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-687.g8d7242 91/98 2026-02-26T02:50:36.749 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-687.g8d7242 91/98 2026-02-26T02:50:36.749 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noar 92/98 2026-02-26T02:50:36.761 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:50:36.761 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:50:36.807 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noar 92/98 2026-02-26T02:50:36.858 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-687.g8d724284.el9.n 93/98 2026-02-26T02:50:36.859 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 94/98 2026-02-26T02:50:36.881 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 94/98 2026-02-26T02:50:36.881 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:36.881 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-26T02:50:36.881 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-26T02:50:36.881 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-26T02:50:36.881 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:36.894 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 95/98 2026-02-26T02:50:36.978 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:50:36.983 INFO:teuthology.orchestra.run.trial151.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-26T02:50:36.989 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-26T02:50:36.997 INFO:teuthology.orchestra.run.trial151.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-26T02:50:36.997 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 4/5 2026-02-26T02:50:37.001 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:34 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:37.068 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-mgr-diskprediction-local-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:37.086 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:37.087 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:37.087 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:37.109 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr-rook 2026-02-26T02:50:37.113 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 95/98 2026-02-26T02:50:37.114 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 96/98 2026-02-26T02:50:37.136 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 96/98 2026-02-26T02:50:37.136 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:37.136 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-26T02:50:37.136 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-26T02:50:37.136 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-26T02:50:37.136 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:37.239 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 97/98 2026-02-26T02:50:37.261 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 97/98 2026-02-26T02:50:37.261 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:37.261 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-26T02:50:37.261 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-26T02:50:37.261 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-26T02:50:37.261 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:37.280 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-2:19.2.3-687.g8d724284.el9.x86_64 98/98 2026-02-26T02:50:37.426 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:35 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:37.492 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:37.511 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:37.512 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:37.512 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:37.533 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-mgr-cephadm 2026-02-26T02:50:37.846 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:35 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:37.912 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:37.930 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:37.931 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:37.931 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:37.954 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-fuse 2026-02-26T02:50:37.954 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-2:19.2.3-687.g8d724284.el9.x86_64 98/98 2026-02-26T02:50:37.954 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-2:19.2.3-687.g8d724284.el9.x86_64 1/98 2026-02-26T02:50:37.954 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 2/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 3/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 4/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 5/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-687.g8d724284.el9 6/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 7/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noar 8/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-687.g8d7242 9/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noar 10/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-687.g8d724284.el9.n 11/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 12/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-687.g8d724284.el9. 13/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 14/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : cephadm-2:19.2.3-687.g8d724284.el9.noarch 15/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : zip-3.0-35.el9.x86_64 28/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 38/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 40/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 41/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 42/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/98 2026-02-26T02:50:37.955 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 48/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 49/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 80/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 84/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 85/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 86/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 87/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/98 2026-02-26T02:50:37.956 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 90/98 2026-02-26T02:50:37.957 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/98 2026-02-26T02:50:37.957 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 92/98 2026-02-26T02:50:37.957 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 93/98 2026-02-26T02:50:37.957 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 94/98 2026-02-26T02:50:37.957 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 95/98 2026-02-26T02:50:37.957 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 96/98 2026-02-26T02:50:37.957 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 97/98 2026-02-26T02:50:38.024 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/98 2026-02-26T02:50:38.024 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:38.024 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:38.025 INFO:teuthology.orchestra.run.trial009.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-26T02:50:38.025 INFO:teuthology.orchestra.run.trial009.stdout: ceph-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:38.025 INFO:teuthology.orchestra.run.trial009.stdout: ceph-grafana-dashboards-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.025 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:38.025 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:38.025 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.025 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.025 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-diskprediction-local-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-modules-core-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: ceph-prometheus-alerts-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: cephadm-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-26T02:50:38.026 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: lua-5.4.4-4.el9.x86_64 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-26T02:50:38.027 INFO:teuthology.orchestra.run.trial009.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-26T02:50:38.028 INFO:teuthology.orchestra.run.trial009.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-26T02:50:38.029 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-26T02:50:38.030 INFO:teuthology.orchestra.run.trial009.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-ply-3.11-14.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-26T02:50:38.031 INFO:teuthology.orchestra.run.trial009.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-26T02:50:38.032 INFO:teuthology.orchestra.run.trial009.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-26T02:50:38.033 INFO:teuthology.orchestra.run.trial009.stdout: unzip-6.0-59.el9.x86_64 2026-02-26T02:50:38.033 INFO:teuthology.orchestra.run.trial009.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-26T02:50:38.033 INFO:teuthology.orchestra.run.trial009.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-26T02:50:38.033 INFO:teuthology.orchestra.run.trial009.stdout: zip-3.0-35.el9.x86_64 2026-02-26T02:50:38.033 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:38.033 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:38.082 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-base 2026-02-26T02:50:38.274 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:36 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:38.358 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:38.359 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:38.359 INFO:teuthology.orchestra.run.trial030.stdout: Package Architecture Version Repository Size 2026-02-26T02:50:38.359 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:38.359 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:38.359 INFO:teuthology.orchestra.run.trial030.stdout: ceph-fuse x86_64 2:19.2.3-687.g8d724284.el9 ceph 1.2 M 2026-02-26T02:50:38.359 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:38.359 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:38.359 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:38.360 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-26T02:50:38.360 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:38.360 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 1.2 M 2026-02-26T02:50:38.360 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 3.6 M 2026-02-26T02:50:38.360 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:38.406 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:31 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:38.471 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:38.480 INFO:teuthology.orchestra.run.trial030.stdout:ceph-fuse-19.2.3-687.g8d724284.el9.x86_64.rpm 9.5 MB/s | 1.2 MB 00:00 2026-02-26T02:50:38.481 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:38.481 INFO:teuthology.orchestra.run.trial030.stdout:Total 9.4 MB/s | 1.2 MB 00:00 2026-02-26T02:50:38.481 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:38.485 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:38.485 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:38.490 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:38.490 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:38.490 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:38.513 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install cephadm 2026-02-26T02:50:38.519 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:38.520 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:38.622 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:38.640 INFO:teuthology.orchestra.run.trial030.stdout: Installing : ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:38.831 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:31 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:38.865 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:38.896 INFO:teuthology.orchestra.run.trial009.stdout:Package cephadm-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:38.915 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:38.915 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:38.915 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:38.926 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:38.926 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:38.926 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:38.926 INFO:teuthology.orchestra.run.trial030.stdout: ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:38.926 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:38.926 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:38.936 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-immutable-object-cache 2026-02-26T02:50:38.954 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install ceph-volume 2026-02-26T02:50:39.255 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:32 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:39.272 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:37 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:39.338 INFO:teuthology.orchestra.run.trial030.stdout:Package ceph-volume-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:39.340 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:39.340 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:39.341 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repo Size 2026-02-26T02:50:39.341 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:39.341 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:39.341 INFO:teuthology.orchestra.run.trial009.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-687.g8d724284.el9 ceph 145 k 2026-02-26T02:50:39.341 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:39.341 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:39.341 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:39.341 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-26T02:50:39.341 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:39.342 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 145 k 2026-02-26T02:50:39.342 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 431 k 2026-02-26T02:50:39.342 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:39.356 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 4/5 2026-02-26T02:50:39.358 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:39.358 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:39.358 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:39.376 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 5/5 2026-02-26T02:50:39.380 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install librados-devel 2026-02-26T02:50:39.427 INFO:teuthology.orchestra.run.trial009.stdout:ceph-immutable-object-cache-19.2.3-687.g8d72428 1.7 MB/s | 145 kB 00:00 2026-02-26T02:50:39.427 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:39.427 INFO:teuthology.orchestra.run.trial009.stdout:Total 1.6 MB/s | 145 kB 00:00 2026-02-26T02:50:39.427 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:39.431 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:39.431 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:39.462 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:39.462 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:39.518 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:39.519 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-687.g8d724284.e 1/1 2026-02-26T02:50:39.542 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-687.g8d724284.e 1/1 2026-02-26T02:50:39.542 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:39.542 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-26T02:50:39.542 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:39.608 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 5/5 2026-02-26T02:50:39.608 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 1/5 2026-02-26T02:50:39.608 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 2/5 2026-02-26T02:50:39.608 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-26T02:50:39.608 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-26T02:50:39.665 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-26T02:50:39.666 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:39.666 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:50:39.666 INFO:teuthology.orchestra.run.trial151.stdout: ceph-test-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:39.666 INFO:teuthology.orchestra.run.trial151.stdout: libcephsqlite-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:39.666 INFO:teuthology.orchestra.run.trial151.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-26T02:50:39.666 INFO:teuthology.orchestra.run.trial151.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-26T02:50:39.666 INFO:teuthology.orchestra.run.trial151.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-26T02:50:39.666 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:39.667 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:39.700 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:37 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:39.701 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph 2026-02-26T02:50:39.785 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:39.785 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:39.785 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repo Size 2026-02-26T02:50:39.785 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:39.785 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:39.785 INFO:teuthology.orchestra.run.trial030.stdout: librados-devel x86_64 2:19.2.3-687.g8d724284.el9 ceph 126 k 2026-02-26T02:50:39.785 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:39.785 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:39.785 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:39.786 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-26T02:50:39.786 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:39.786 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 126 k 2026-02-26T02:50:39.786 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 456 k 2026-02-26T02:50:39.786 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:39.870 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-687.g8d724284.e 1/1 2026-02-26T02:50:39.870 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:39.870 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:39.870 INFO:teuthology.orchestra.run.trial009.stdout: ceph-immutable-object-cache-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:39.870 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:39.870 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:39.873 INFO:teuthology.orchestra.run.trial030.stdout:librados-devel-19.2.3-687.g8d724284.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-26T02:50:39.873 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:39.873 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-26T02:50:39.873 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:39.876 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:39.876 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:39.898 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr 2026-02-26T02:50:39.908 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:39.908 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:39.964 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:39.981 INFO:teuthology.orchestra.run.trial030.stdout: Installing : librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:40.013 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:18 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:40.068 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:40.099 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:40.103 INFO:teuthology.orchestra.run.trial151.stdout:====================================================================================== 2026-02-26T02:50:40.103 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repository Size 2026-02-26T02:50:40.103 INFO:teuthology.orchestra.run.trial151.stdout:====================================================================================== 2026-02-26T02:50:40.103 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:50:40.103 INFO:teuthology.orchestra.run.trial151.stdout: ceph x86_64 2:19.2.3-687.g8d724284.el9 ceph 6.5 k 2026-02-26T02:50:40.103 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: ceph-grafana-dashboards noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 31 k 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mds x86_64 2:19.2.3-687.g8d724284.el9 ceph 2.4 M 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr x86_64 2:19.2.3-687.g8d724284.el9 ceph 1.1 M 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-modules-core noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 253 k 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mon x86_64 2:19.2.3-687.g8d724284.el9 ceph 4.7 M 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: ceph-osd x86_64 2:19.2.3-687.g8d724284.el9 ceph 17 M 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: ceph-prometheus-alerts noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 17 k 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: cephadm noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 769 k 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-26T02:50:40.104 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-26T02:50:40.105 INFO:teuthology.orchestra.run.trial151.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-26T02:50:40.106 INFO:teuthology.orchestra.run.trial151.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-26T02:50:40.107 INFO:teuthology.orchestra.run.trial151.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-26T02:50:40.108 INFO:teuthology.orchestra.run.trial151.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-26T02:50:40.109 INFO:teuthology.orchestra.run.trial151.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-26T02:50:40.110 INFO:teuthology.orchestra.run.trial151.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout:Installing weak dependencies: 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-cephadm noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 150 k 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-dashboard noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 3.8 M 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-diskprediction-local noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 7.4 M 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-k8sevents noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 22 k 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-rook noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 49 k 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout: ceph-volume noarch 2:19.2.3-687.g8d724284.el9 ceph-noarch 299 k 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:40.111 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:50:40.112 INFO:teuthology.orchestra.run.trial151.stdout:====================================================================================== 2026-02-26T02:50:40.112 INFO:teuthology.orchestra.run.trial151.stdout:Install 98 Packages 2026-02-26T02:50:40.112 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:40.112 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 95 M 2026-02-26T02:50:40.113 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 519 M 2026-02-26T02:50:40.113 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:50:40.132 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:40.133 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:40.133 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:40.133 INFO:teuthology.orchestra.run.trial030.stdout: librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:40.133 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:40.133 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:40.160 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install libcephfs2 2026-02-26T02:50:40.220 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:33 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:40.285 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:40.304 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:40.306 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:40.306 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:40.328 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr-dashboard 2026-02-26T02:50:40.479 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:38 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:40.544 INFO:teuthology.orchestra.run.trial030.stdout:Package libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:40.563 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:40.563 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:40.563 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:40.584 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install libcephfs-devel 2026-02-26T02:50:40.648 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:33 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:40.713 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:40.732 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:40.733 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:40.733 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:40.755 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-26T02:50:40.902 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:38 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:40.987 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:40.987 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:40.987 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repo Size 2026-02-26T02:50:40.987 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:40.987 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:40.987 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs-devel x86_64 2:19.2.3-687.g8d724284.el9 ceph 34 k 2026-02-26T02:50:40.987 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:40.987 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:40.988 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:40.988 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-26T02:50:40.988 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:40.988 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 34 k 2026-02-26T02:50:40.988 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 153 k 2026-02-26T02:50:40.988 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:41.053 INFO:teuthology.orchestra.run.trial030.stdout:libcephfs-devel-19.2.3-687.g8d724284.el9.x86_64 520 kB/s | 34 kB 00:00 2026-02-26T02:50:41.053 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:41.054 INFO:teuthology.orchestra.run.trial030.stdout:Total 508 kB/s | 34 kB 00:00 2026-02-26T02:50:41.054 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:41.056 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:41.056 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:41.058 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:41.058 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:41.074 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:34 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:41.080 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:41.097 INFO:teuthology.orchestra.run.trial030.stdout: Installing : libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:41.140 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-diskprediction-local-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:41.158 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:41.158 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:41.159 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:41.159 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:41.181 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr-rook 2026-02-26T02:50:41.220 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:41.220 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:41.220 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:41.220 INFO:teuthology.orchestra.run.trial030.stdout: libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:41.220 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:41.220 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:41.247 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install librados2 2026-02-26T02:50:41.493 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:34 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:41.558 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:41.560 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:39 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:41.577 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:41.578 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:41.578 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:41.599 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr-cephadm 2026-02-26T02:50:41.626 INFO:teuthology.orchestra.run.trial030.stdout:Package librados2-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:41.645 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:41.645 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:41.646 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:41.667 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install librbd1 2026-02-26T02:50:41.917 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:34 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:41.983 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:41.986 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:39 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:42.002 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:42.003 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:42.003 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:42.025 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-fuse 2026-02-26T02:50:42.027 INFO:teuthology.orchestra.run.trial151.stdout:(1/98): ceph-19.2.3-687.g8d724284.el9.x86_64.rp 114 kB/s | 6.5 kB 00:00 2026-02-26T02:50:42.053 INFO:teuthology.orchestra.run.trial030.stdout:Package librbd1-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:42.072 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:42.072 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:42.073 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:42.094 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install python3-rados 2026-02-26T02:50:42.116 INFO:teuthology.orchestra.run.trial151.stdout:(2/98): ceph-mgr-19.2.3-687.g8d724284.el9.x86_6 7.4 MB/s | 1.1 MB 00:00 2026-02-26T02:50:42.146 INFO:teuthology.orchestra.run.trial151.stdout:(3/98): ceph-mds-19.2.3-687.g8d724284.el9.x86_6 14 MB/s | 2.4 MB 00:00 2026-02-26T02:50:42.183 INFO:teuthology.orchestra.run.trial151.stdout:(4/98): ceph-grafana-dashboards-19.2.3-687.g8d7 825 kB/s | 31 kB 00:00 2026-02-26T02:50:42.225 INFO:teuthology.orchestra.run.trial151.stdout:(5/98): ceph-mgr-cephadm-19.2.3-687.g8d724284.e 3.5 MB/s | 150 kB 00:00 2026-02-26T02:50:42.313 INFO:teuthology.orchestra.run.trial151.stdout:(6/98): ceph-mon-19.2.3-687.g8d724284.el9.x86_6 17 MB/s | 4.7 MB 00:00 2026-02-26T02:50:42.346 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:35 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:42.403 INFO:teuthology.orchestra.run.trial151.stdout:(7/98): ceph-mgr-dashboard-19.2.3-687.g8d724284 21 MB/s | 3.8 MB 00:00 2026-02-26T02:50:42.412 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:40 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:42.431 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:42.431 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout: Package Architecture Version Repository Size 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout: ceph-fuse x86_64 2:19.2.3-687.g8d724284.el9 ceph 1.2 M 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:42.432 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 1.2 M 2026-02-26T02:50:42.433 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 3.6 M 2026-02-26T02:50:42.433 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:42.443 INFO:teuthology.orchestra.run.trial151.stdout:(8/98): ceph-mgr-k8sevents-19.2.3-687.g8d724284 560 kB/s | 22 kB 00:00 2026-02-26T02:50:42.478 INFO:teuthology.orchestra.run.trial030.stdout:Package python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:42.481 INFO:teuthology.orchestra.run.trial151.stdout:(9/98): ceph-mgr-modules-core-19.2.3-687.g8d724 6.5 MB/s | 253 kB 00:00 2026-02-26T02:50:42.496 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:42.497 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:42.497 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:42.515 INFO:teuthology.orchestra.run.trial151.stdout:(10/98): ceph-mgr-rook-19.2.3-687.g8d724284.el9 1.4 MB/s | 49 kB 00:00 2026-02-26T02:50:42.519 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install python3-rgw 2026-02-26T02:50:42.549 INFO:teuthology.orchestra.run.trial151.stdout:(11/98): ceph-prometheus-alerts-19.2.3-687.g8d7 498 kB/s | 17 kB 00:00 2026-02-26T02:50:42.588 INFO:teuthology.orchestra.run.trial151.stdout:(12/98): ceph-volume-19.2.3-687.g8d724284.el9.n 7.4 MB/s | 299 kB 00:00 2026-02-26T02:50:42.638 INFO:teuthology.orchestra.run.trial151.stdout:(13/98): cephadm-19.2.3-687.g8d724284.el9.noarc 15 MB/s | 769 kB 00:00 2026-02-26T02:50:42.696 INFO:teuthology.orchestra.run.trial151.stdout:(14/98): ceph-mgr-diskprediction-local-19.2.3-6 19 MB/s | 7.4 MB 00:00 2026-02-26T02:50:42.735 INFO:teuthology.orchestra.run.trial151.stdout:(15/98): ceph-osd-19.2.3-687.g8d724284.el9.x86_ 28 MB/s | 17 MB 00:00 2026-02-26T02:50:42.810 INFO:teuthology.orchestra.run.trial009.stdout:ceph-fuse-19.2.3-687.g8d724284.el9.x86_64.rpm 3.0 MB/s | 1.2 MB 00:00 2026-02-26T02:50:42.810 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:42.810 INFO:teuthology.orchestra.run.trial009.stdout:Total 3.0 MB/s | 1.2 MB 00:00 2026-02-26T02:50:42.810 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:42.815 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:42.815 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:42.834 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:40 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:42.850 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:42.850 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:42.899 INFO:teuthology.orchestra.run.trial030.stdout:Package python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:42.918 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:42.918 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:42.918 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:42.939 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install python3-cephfs 2026-02-26T02:50:42.951 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:42.969 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:43.224 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:43.256 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:41 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:43.285 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:43.285 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:43.285 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:43.285 INFO:teuthology.orchestra.run.trial009.stdout: ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:43.285 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:43.285 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:43.304 INFO:teuthology.orchestra.run.trial151.stdout:(16/98): ledmon-libs-1.1.0-3.el9.x86_64.rpm 66 kB/s | 40 kB 00:00 2026-02-26T02:50:43.314 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-volume 2026-02-26T02:50:43.322 INFO:teuthology.orchestra.run.trial030.stdout:Package python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:43.341 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:43.341 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:43.342 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:43.363 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install python3-rbd 2026-02-26T02:50:43.383 INFO:teuthology.orchestra.run.trial151.stdout:(17/98): libconfig-1.7.2-9.el9.x86_64.rpm 111 kB/s | 72 kB 00:00 2026-02-26T02:50:43.508 INFO:teuthology.orchestra.run.trial151.stdout:(18/98): cryptsetup-2.8.1-3.el9.x86_64.rpm 403 kB/s | 351 kB 00:00 2026-02-26T02:50:43.634 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:36 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:43.678 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:41 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:43.699 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-volume-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:43.718 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:43.719 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:43.719 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:43.741 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install librados-devel 2026-02-26T02:50:43.744 INFO:teuthology.orchestra.run.trial030.stdout:Package python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:43.762 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:43.763 INFO:teuthology.orchestra.run.trial030.stdout:Nothing to do. 2026-02-26T02:50:43.764 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:43.784 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install rbd-fuse 2026-02-26T02:50:44.060 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:37 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:44.102 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:42 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:44.145 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:44.145 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:44.146 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repo Size 2026-02-26T02:50:44.146 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:44.146 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:44.146 INFO:teuthology.orchestra.run.trial009.stdout: librados-devel x86_64 2:19.2.3-687.g8d724284.el9 ceph 126 k 2026-02-26T02:50:44.146 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:44.146 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:44.146 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:44.146 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-26T02:50:44.146 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:44.147 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 126 k 2026-02-26T02:50:44.147 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 456 k 2026-02-26T02:50:44.147 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:44.160 INFO:teuthology.orchestra.run.trial151.stdout:(19/98): libquadmath-11.5.0-14.el9.x86_64.rpm 237 kB/s | 184 kB 00:00 2026-02-26T02:50:44.186 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:44.186 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:44.186 INFO:teuthology.orchestra.run.trial030.stdout: Package Architecture Version Repository Size 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout: rbd-fuse x86_64 2:19.2.3-687.g8d724284.el9 ceph 85 k 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 85 k 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 227 k 2026-02-26T02:50:44.187 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:44.224 INFO:teuthology.orchestra.run.trial151.stdout:(20/98): libgfortran-11.5.0-14.el9.x86_64.rpm 864 kB/s | 794 kB 00:00 2026-02-26T02:50:44.245 INFO:teuthology.orchestra.run.trial009.stdout:librados-devel-19.2.3-687.g8d724284.el9.x86_64. 1.2 MB/s | 126 kB 00:00 2026-02-26T02:50:44.246 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:44.246 INFO:teuthology.orchestra.run.trial009.stdout:Total 1.2 MB/s | 126 kB 00:00 2026-02-26T02:50:44.246 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:44.249 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:44.249 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:44.260 INFO:teuthology.orchestra.run.trial030.stdout:rbd-fuse-19.2.3-687.g8d724284.el9.x86_64.rpm 1.1 MB/s | 85 kB 00:00 2026-02-26T02:50:44.261 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:44.261 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.1 MB/s | 85 kB 00:00 2026-02-26T02:50:44.261 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:44.264 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:44.264 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:44.281 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:44.281 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:44.296 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:44.297 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:44.338 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:44.349 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:44.355 INFO:teuthology.orchestra.run.trial009.stdout: Installing : librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:44.366 INFO:teuthology.orchestra.run.trial030.stdout: Installing : rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:44.445 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:44.451 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:44.507 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:44.507 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:44.507 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:44.507 INFO:teuthology.orchestra.run.trial009.stdout: librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:44.507 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:44.507 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:44.511 INFO:teuthology.orchestra.run.trial151.stdout:(21/98): python3-cffi-1.14.5-5.el9.x86_64.rpm 252 kB/s | 253 kB 00:01 2026-02-26T02:50:44.513 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:44.513 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:44.514 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:44.514 INFO:teuthology.orchestra.run.trial030.stdout: rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:44.514 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:44.514 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:44.535 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install libcephfs2 2026-02-26T02:50:44.541 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install rbd-mirror 2026-02-26T02:50:44.850 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:37 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:44.855 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:42 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:44.915 INFO:teuthology.orchestra.run.trial009.stdout:Package libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:44.921 INFO:teuthology.orchestra.run.trial151.stdout:(22/98): python3-ply-3.11-14.el9.noarch.rpm 153 kB/s | 106 kB 00:00 2026-02-26T02:50:44.934 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:44.935 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:44.935 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:44.939 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:44.939 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout: Package Arch Version Repo Size 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout: rbd-mirror x86_64 2:19.2.3-687.g8d724284.el9 ceph 3.1 M 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:44.940 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 3.1 M 2026-02-26T02:50:44.941 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 13 M 2026-02-26T02:50:44.941 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:44.956 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install libcephfs-devel 2026-02-26T02:50:45.090 INFO:teuthology.orchestra.run.trial030.stdout:rbd-mirror-19.2.3-687.g8d724284.el9.x86_64.rpm 21 MB/s | 3.1 MB 00:00 2026-02-26T02:50:45.090 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:45.091 INFO:teuthology.orchestra.run.trial030.stdout:Total 21 MB/s | 3.1 MB 00:00 2026-02-26T02:50:45.091 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:45.094 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:45.095 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:45.135 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:45.135 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:45.165 INFO:teuthology.orchestra.run.trial151.stdout:(23/98): python3-cryptography-36.0.1-5.el9.x86_ 1.2 MB/s | 1.2 MB 00:01 2026-02-26T02:50:45.241 INFO:teuthology.orchestra.run.trial151.stdout:(24/98): python3-pycparser-2.20-6.el9.noarch.rp 185 kB/s | 135 kB 00:00 2026-02-26T02:50:45.274 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:38 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:45.333 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:45.335 INFO:teuthology.orchestra.run.trial030.stdout: Installing : rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:45.358 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:45.358 INFO:teuthology.orchestra.run.trial030.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:45.358 INFO:teuthology.orchestra.run.trial030.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-26T02:50:45.358 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-26T02:50:45.358 INFO:teuthology.orchestra.run.trial030.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-26T02:50:45.358 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:45.360 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:45.360 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:45.360 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repo Size 2026-02-26T02:50:45.360 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:45.360 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:45.360 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs-devel x86_64 2:19.2.3-687.g8d724284.el9 ceph 34 k 2026-02-26T02:50:45.360 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:45.360 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:45.360 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:45.361 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-26T02:50:45.361 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:45.361 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 34 k 2026-02-26T02:50:45.361 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 153 k 2026-02-26T02:50:45.361 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:45.423 INFO:teuthology.orchestra.run.trial009.stdout:libcephfs-devel-19.2.3-687.g8d724284.el9.x86_64 523 kB/s | 34 kB 00:00 2026-02-26T02:50:45.424 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:45.424 INFO:teuthology.orchestra.run.trial009.stdout:Total 514 kB/s | 34 kB 00:00 2026-02-26T02:50:45.424 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:45.426 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:45.426 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:45.428 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:45.429 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:45.451 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:45.468 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:45.532 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:45.594 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:45.594 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:45.594 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:45.594 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:45.594 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:45.594 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:45.622 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install librados2 2026-02-26T02:50:45.652 INFO:teuthology.orchestra.run.trial151.stdout:(25/98): python3-requests-2.25.1-10.el9.noarch. 173 kB/s | 126 kB 00:00 2026-02-26T02:50:45.657 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:45.657 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:45.657 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:45.657 INFO:teuthology.orchestra.run.trial030.stdout: rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:45.657 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:45.657 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:45.687 DEBUG:teuthology.orchestra.run.trial030:> sudo yum -y install rbd-nbd 2026-02-26T02:50:45.940 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:38 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:45.957 INFO:teuthology.orchestra.run.trial151.stdout:(26/98): python3-urllib3-1.26.5-7.el9.noarch.rp 275 kB/s | 218 kB 00:00 2026-02-26T02:50:45.967 INFO:teuthology.orchestra.run.trial151.stdout:(27/98): flexiblas-3.0.4-9.el9.x86_64.rpm 2.8 MB/s | 30 kB 00:00 2026-02-26T02:50:45.996 INFO:teuthology.orchestra.run.trial151.stdout:(28/98): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 106 MB/s | 3.0 MB 00:00 2026-02-26T02:50:46.000 INFO:teuthology.orchestra.run.trial151.stdout:(29/98): flexiblas-openblas-openmp-3.0.4-9.el9. 3.7 MB/s | 15 kB 00:00 2026-02-26T02:50:46.005 INFO:teuthology.orchestra.run.trial009.stdout:Package librados2-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:46.005 INFO:teuthology.orchestra.run.trial151.stdout:(30/98): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 42 MB/s | 246 kB 00:00 2026-02-26T02:50:46.010 INFO:teuthology.orchestra.run.trial030.stdout:Last metadata expiration check: 0:00:44 ago on Thu 26 Feb 2026 02:50:02 AM UTC. 2026-02-26T02:50:46.012 INFO:teuthology.orchestra.run.trial151.stdout:(31/98): lua-5.4.4-4.el9.x86_64.rpm 32 MB/s | 188 kB 00:00 2026-02-26T02:50:46.015 INFO:teuthology.orchestra.run.trial151.stdout:(32/98): unzip-6.0-59.el9.x86_64.rpm 235 kB/s | 182 kB 00:00 2026-02-26T02:50:46.016 INFO:teuthology.orchestra.run.trial151.stdout:(33/98): openblas-0.3.29-1.el9.x86_64.rpm 9.8 MB/s | 42 kB 00:00 2026-02-26T02:50:46.024 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:46.024 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:46.024 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:46.029 INFO:teuthology.orchestra.run.trial151.stdout:(34/98): protobuf-3.14.0-17.el9.x86_64.rpm 75 MB/s | 1.0 MB 00:00 2026-02-26T02:50:46.046 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install librbd1 2026-02-26T02:50:46.055 INFO:teuthology.orchestra.run.trial151.stdout:(35/98): python3-babel-2.9.1-2.el9.noarch.rpm 232 MB/s | 6.0 MB 00:00 2026-02-26T02:50:46.066 INFO:teuthology.orchestra.run.trial151.stdout:(36/98): openblas-openmp-0.3.29-1.el9.x86_64.rp 104 MB/s | 5.3 MB 00:00 2026-02-26T02:50:46.067 INFO:teuthology.orchestra.run.trial151.stdout:(37/98): python3-devel-3.9.25-3.el9.x86_64.rpm 21 MB/s | 244 kB 00:00 2026-02-26T02:50:46.073 INFO:teuthology.orchestra.run.trial151.stdout:(38/98): python3-jinja2-2.11.3-8.el9.noarch.rpm 35 MB/s | 249 kB 00:00 2026-02-26T02:50:46.074 INFO:teuthology.orchestra.run.trial151.stdout:(39/98): python3-libstoragemgmt-1.10.1-1.el9.x8 26 MB/s | 177 kB 00:00 2026-02-26T02:50:46.081 INFO:teuthology.orchestra.run.trial151.stdout:(40/98): python3-mako-1.1.4-6.el9.noarch.rpm 23 MB/s | 172 kB 00:00 2026-02-26T02:50:46.084 INFO:teuthology.orchestra.run.trial151.stdout:(41/98): python3-lxml-4.6.5-3.el9.x86_64.rpm 121 MB/s | 1.2 MB 00:00 2026-02-26T02:50:46.086 INFO:teuthology.orchestra.run.trial151.stdout:(42/98): python3-markupsafe-1.1.1-12.el9.x86_64 6.8 MB/s | 35 kB 00:00 2026-02-26T02:50:46.093 INFO:teuthology.orchestra.run.trial151.stdout:(43/98): python3-numpy-f2py-1.23.5-2.el9.x86_64 64 MB/s | 442 kB 00:00 2026-02-26T02:50:46.094 INFO:teuthology.orchestra.run.trial030.stdout:Dependencies resolved. 2026-02-26T02:50:46.094 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:46.094 INFO:teuthology.orchestra.run.trial030.stdout: Package Architecture Version Repository Size 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout:Installing: 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout: rbd-nbd x86_64 2:19.2.3-687.g8d724284.el9 ceph 170 k 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout:Transaction Summary 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout:================================================================================ 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout:Install 1 Package 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout:Total download size: 170 k 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout:Installed size: 490 k 2026-02-26T02:50:46.095 INFO:teuthology.orchestra.run.trial030.stdout:Downloading Packages: 2026-02-26T02:50:46.099 INFO:teuthology.orchestra.run.trial151.stdout:(44/98): python3-packaging-20.9-5.el9.noarch.rp 13 MB/s | 77 kB 00:00 2026-02-26T02:50:46.111 INFO:teuthology.orchestra.run.trial151.stdout:(45/98): python3-numpy-1.23.5-2.el9.x86_64.rpm 223 MB/s | 6.1 MB 00:00 2026-02-26T02:50:46.112 INFO:teuthology.orchestra.run.trial151.stdout:(46/98): python3-protobuf-3.14.0-17.el9.noarch. 20 MB/s | 267 kB 00:00 2026-02-26T02:50:46.118 INFO:teuthology.orchestra.run.trial151.stdout:(47/98): python3-pyasn1-0.4.8-7.el9.noarch.rpm 23 MB/s | 157 kB 00:00 2026-02-26T02:50:46.119 INFO:teuthology.orchestra.run.trial151.stdout:(48/98): python3-pyasn1-modules-0.4.8-7.el9.noa 39 MB/s | 277 kB 00:00 2026-02-26T02:50:46.123 INFO:teuthology.orchestra.run.trial151.stdout:(49/98): python3-requests-oauthlib-1.3.0-12.el9 11 MB/s | 54 kB 00:00 2026-02-26T02:50:46.128 INFO:teuthology.orchestra.run.trial151.stdout:(50/98): python3-toml-0.10.2-6.el9.noarch.rpm 8.3 MB/s | 42 kB 00:00 2026-02-26T02:50:46.133 INFO:teuthology.orchestra.run.trial151.stdout:(51/98): xmlsec1-1.2.29-13.el9.x86_64.rpm 39 MB/s | 189 kB 00:00 2026-02-26T02:50:46.138 INFO:teuthology.orchestra.run.trial151.stdout:(52/98): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 18 MB/s | 90 kB 00:00 2026-02-26T02:50:46.184 INFO:teuthology.orchestra.run.trial030.stdout:rbd-nbd-19.2.3-687.g8d724284.el9.x86_64.rpm 1.9 MB/s | 170 kB 00:00 2026-02-26T02:50:46.184 INFO:teuthology.orchestra.run.trial030.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:46.184 INFO:teuthology.orchestra.run.trial030.stdout:Total 1.9 MB/s | 170 kB 00:00 2026-02-26T02:50:46.184 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction check 2026-02-26T02:50:46.188 INFO:teuthology.orchestra.run.trial030.stdout:Transaction check succeeded. 2026-02-26T02:50:46.188 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction test 2026-02-26T02:50:46.195 INFO:teuthology.orchestra.run.trial151.stdout:(53/98): python3-scipy-1.9.3-2.el9.x86_64.rpm 255 MB/s | 19 MB 00:00 2026-02-26T02:50:46.195 INFO:teuthology.orchestra.run.trial151.stdout:(54/98): lua-devel-5.4.4-4.el9.x86_64.rpm 389 kB/s | 22 kB 00:00 2026-02-26T02:50:46.220 INFO:teuthology.orchestra.run.trial030.stdout:Transaction test succeeded. 2026-02-26T02:50:46.220 INFO:teuthology.orchestra.run.trial030.stdout:Running transaction 2026-02-26T02:50:46.237 INFO:teuthology.orchestra.run.trial151.stdout:(55/98): abseil-cpp-20211102.0-4.el9.x86_64.rpm 13 MB/s | 551 kB 00:00 2026-02-26T02:50:46.240 INFO:teuthology.orchestra.run.trial151.stdout:(56/98): grpc-data-1.46.7-10.el9.noarch.rpm 6.1 MB/s | 19 kB 00:00 2026-02-26T02:50:46.244 INFO:teuthology.orchestra.run.trial151.stdout:(57/98): luarocks-3.9.2-5.el9.noarch.rpm 41 MB/s | 151 kB 00:00 2026-02-26T02:50:46.250 INFO:teuthology.orchestra.run.trial151.stdout:(58/98): python3-asyncssh-2.13.2-5.el9.noarch.r 93 MB/s | 548 kB 00:00 2026-02-26T02:50:46.253 INFO:teuthology.orchestra.run.trial151.stdout:(59/98): python3-autocommand-2.2.2-8.el9.noarch 9.3 MB/s | 29 kB 00:00 2026-02-26T02:50:46.256 INFO:teuthology.orchestra.run.trial151.stdout:(60/98): python3-backports-tarfile-1.2.0-1.el9. 18 MB/s | 60 kB 00:00 2026-02-26T02:50:46.260 INFO:teuthology.orchestra.run.trial151.stdout:(61/98): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 14 MB/s | 43 kB 00:00 2026-02-26T02:50:46.263 INFO:teuthology.orchestra.run.trial151.stdout:(62/98): python3-cachetools-4.2.4-1.el9.noarch. 10 MB/s | 32 kB 00:00 2026-02-26T02:50:46.266 INFO:teuthology.orchestra.run.trial151.stdout:(63/98): python3-certifi-2023.05.07-4.el9.noarc 4.6 MB/s | 14 kB 00:00 2026-02-26T02:50:46.270 INFO:teuthology.orchestra.run.trial151.stdout:(64/98): python3-cheroot-10.0.1-4.el9.noarch.rp 44 MB/s | 173 kB 00:00 2026-02-26T02:50:46.274 INFO:teuthology.orchestra.run.trial151.stdout:(65/98): python3-cherrypy-18.6.1-2.el9.noarch.r 80 MB/s | 358 kB 00:00 2026-02-26T02:50:46.276 INFO:teuthology.orchestra.run.trial030.stdout: Preparing : 1/1 2026-02-26T02:50:46.278 INFO:teuthology.orchestra.run.trial151.stdout:(66/98): python3-google-auth-2.45.0-1.el9.noarc 64 MB/s | 254 kB 00:00 2026-02-26T02:50:46.290 INFO:teuthology.orchestra.run.trial151.stdout:(67/98): python3-grpcio-1.46.7-10.el9.x86_64.rp 188 MB/s | 2.0 MB 00:00 2026-02-26T02:50:46.293 INFO:teuthology.orchestra.run.trial151.stdout:(68/98): python3-grpcio-tools-1.46.7-10.el9.x86 38 MB/s | 144 kB 00:00 2026-02-26T02:50:46.294 INFO:teuthology.orchestra.run.trial030.stdout: Installing : rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:46.297 INFO:teuthology.orchestra.run.trial151.stdout:(69/98): python3-influxdb-5.3.1-1.el9.noarch.rp 39 MB/s | 139 kB 00:00 2026-02-26T02:50:46.300 INFO:teuthology.orchestra.run.trial151.stdout:(70/98): python3-isodate-0.6.1-3.el9.noarch.rpm 18 MB/s | 56 kB 00:00 2026-02-26T02:50:46.303 INFO:teuthology.orchestra.run.trial151.stdout:(71/98): python3-jaraco-8.2.1-3.el9.noarch.rpm 3.5 MB/s | 11 kB 00:00 2026-02-26T02:50:46.306 INFO:teuthology.orchestra.run.trial151.stdout:(72/98): python3-jaraco-classes-3.2.1-5.el9.noa 5.6 MB/s | 18 kB 00:00 2026-02-26T02:50:46.310 INFO:teuthology.orchestra.run.trial151.stdout:(73/98): python3-jaraco-collections-3.0.0-8.el9 7.4 MB/s | 23 kB 00:00 2026-02-26T02:50:46.313 INFO:teuthology.orchestra.run.trial151.stdout:(74/98): python3-jaraco-context-6.0.1-3.el9.noa 6.3 MB/s | 20 kB 00:00 2026-02-26T02:50:46.316 INFO:teuthology.orchestra.run.trial151.stdout:(75/98): python3-jaraco-functools-3.5.0-2.el9.n 6.2 MB/s | 19 kB 00:00 2026-02-26T02:50:46.319 INFO:teuthology.orchestra.run.trial151.stdout:(76/98): python3-jaraco-text-4.0.0-2.el9.noarch 8.3 MB/s | 26 kB 00:00 2026-02-26T02:50:46.321 INFO:teuthology.orchestra.run.trial151.stdout:(77/98): protobuf-compiler-3.14.0-17.el9.x86_64 6.7 MB/s | 862 kB 00:00 2026-02-26T02:50:46.325 INFO:teuthology.orchestra.run.trial151.stdout:(78/98): python3-kubernetes-26.1.0-3.el9.noarch 171 MB/s | 1.0 MB 00:00 2026-02-26T02:50:46.332 INFO:teuthology.orchestra.run.trial151.stdout:(79/98): python3-more-itertools-8.12.0-2.el9.no 22 MB/s | 79 kB 00:00 2026-02-26T02:50:46.336 INFO:teuthology.orchestra.run.trial151.stdout:(80/98): python3-msgpack-1.0.3-2.el9.x86_64.rpm 25 MB/s | 86 kB 00:00 2026-02-26T02:50:46.339 INFO:teuthology.orchestra.run.trial151.stdout:(81/98): python3-natsort-7.1.1-5.el9.noarch.rpm 18 MB/s | 58 kB 00:00 2026-02-26T02:50:46.341 INFO:teuthology.orchestra.run.trial151.stdout:(82/98): python3-logutils-0.3.5-21.el9.noarch.r 2.3 MB/s | 46 kB 00:00 2026-02-26T02:50:46.343 INFO:teuthology.orchestra.run.trial151.stdout:(83/98): python3-pecan-1.4.2-3.el9.noarch.rpm 70 MB/s | 272 kB 00:00 2026-02-26T02:50:46.345 INFO:teuthology.orchestra.run.trial151.stdout:(84/98): python3-portend-3.1.0-2.el9.noarch.rpm 4.9 MB/s | 16 kB 00:00 2026-02-26T02:50:46.347 INFO:teuthology.orchestra.run.trial151.stdout:(85/98): python3-pyOpenSSL-21.0.0-1.el9.noarch. 27 MB/s | 90 kB 00:00 2026-02-26T02:50:46.348 INFO:teuthology.orchestra.run.trial151.stdout:(86/98): python3-repoze-lru-0.7-16.el9.noarch.r 9.1 MB/s | 31 kB 00:00 2026-02-26T02:50:46.350 INFO:teuthology.orchestra.run.trial151.stdout:(87/98): python3-routes-2.5.1-5.el9.noarch.rpm 51 MB/s | 188 kB 00:00 2026-02-26T02:50:46.352 INFO:teuthology.orchestra.run.trial151.stdout:(88/98): python3-rsa-4.9-2.el9.noarch.rpm 14 MB/s | 59 kB 00:00 2026-02-26T02:50:46.356 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:39 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:46.358 INFO:teuthology.orchestra.run.trial151.stdout:(89/98): python3-saml-1.16.0-1.el9.noarch.rpm 16 MB/s | 125 kB 00:00 2026-02-26T02:50:46.359 INFO:teuthology.orchestra.run.trial151.stdout:(90/98): python3-tempora-5.0.0-2.el9.noarch.rpm 5.6 MB/s | 36 kB 00:00 2026-02-26T02:50:46.362 INFO:teuthology.orchestra.run.trial151.stdout:(91/98): python3-typing-extensions-4.15.0-1.el9 25 MB/s | 86 kB 00:00 2026-02-26T02:50:46.365 INFO:teuthology.orchestra.run.trial151.stdout:(92/98): python3-websocket-client-1.2.3-2.el9.n 27 MB/s | 90 kB 00:00 2026-02-26T02:50:46.366 INFO:teuthology.orchestra.run.trial151.stdout:(93/98): python3-webob-1.8.8-2.el9.noarch.rpm 31 MB/s | 230 kB 00:00 2026-02-26T02:50:46.370 INFO:teuthology.orchestra.run.trial151.stdout:(94/98): python3-werkzeug-2.0.3-3.el9.1.noarch. 93 MB/s | 427 kB 00:00 2026-02-26T02:50:46.370 INFO:teuthology.orchestra.run.trial151.stdout:(95/98): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 12 MB/s | 48 kB 00:00 2026-02-26T02:50:46.373 INFO:teuthology.orchestra.run.trial151.stdout:(96/98): python3-xmltodict-0.12.0-15.el9.noarch 7.0 MB/s | 22 kB 00:00 2026-02-26T02:50:46.374 INFO:teuthology.orchestra.run.trial030.stdout: Running scriptlet: rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:46.374 INFO:teuthology.orchestra.run.trial151.stdout:(97/98): python3-zc-lockfile-2.0-10.el9.noarch. 5.4 MB/s | 20 kB 00:00 2026-02-26T02:50:46.422 INFO:teuthology.orchestra.run.trial009.stdout:Package librbd1-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:46.436 INFO:teuthology.orchestra.run.trial030.stdout: Verifying : rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:46.436 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:46.436 INFO:teuthology.orchestra.run.trial030.stdout:Installed: 2026-02-26T02:50:46.436 INFO:teuthology.orchestra.run.trial030.stdout: rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:46.436 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:50:46.436 INFO:teuthology.orchestra.run.trial030.stdout:Complete! 2026-02-26T02:50:46.441 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:46.441 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:46.441 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:46.462 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install python3-rados 2026-02-26T02:50:46.466 DEBUG:teuthology.parallel:result is None 2026-02-26T02:50:46.471 INFO:teuthology.orchestra.run.trial151.stdout:(98/98): zip-3.0-35.el9.x86_64.rpm 324 kB/s | 266 kB 00:00 2026-02-26T02:50:46.474 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:46.474 INFO:teuthology.orchestra.run.trial151.stdout:Total 15 MB/s | 95 MB 00:06 2026-02-26T02:50:46.779 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:39 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:46.844 INFO:teuthology.orchestra.run.trial009.stdout:Package python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:46.863 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:46.864 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:46.864 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:46.886 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install python3-rgw 2026-02-26T02:50:46.907 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:50:46.944 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:50:46.944 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:50:47.198 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:40 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:47.264 INFO:teuthology.orchestra.run.trial009.stdout:Package python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:47.283 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:47.283 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:47.283 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:47.306 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install python3-cephfs 2026-02-26T02:50:47.361 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:50:47.361 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:50:47.624 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:40 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:47.690 INFO:teuthology.orchestra.run.trial009.stdout:Package python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:47.709 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:47.710 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:47.710 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:47.731 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install python3-rbd 2026-02-26T02:50:47.807 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:50:47.809 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/98 2026-02-26T02:50:47.839 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/98 2026-02-26T02:50:47.844 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 3/98 2026-02-26T02:50:47.865 INFO:teuthology.orchestra.run.trial151.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 4/98 2026-02-26T02:50:47.876 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 5/98 2026-02-26T02:50:47.881 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-packaging-20.9-5.el9.noarch 6/98 2026-02-26T02:50:47.914 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 7/98 2026-02-26T02:50:47.923 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 8/98 2026-02-26T02:50:47.929 INFO:teuthology.orchestra.run.trial151.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 9/98 2026-02-26T02:50:47.931 INFO:teuthology.orchestra.run.trial151.stdout: Installing : lua-5.4.4-4.el9.x86_64 10/98 2026-02-26T02:50:47.935 INFO:teuthology.orchestra.run.trial151.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 11/98 2026-02-26T02:50:47.959 INFO:teuthology.orchestra.run.trial151.stdout: Installing : unzip-6.0-59.el9.x86_64 12/98 2026-02-26T02:50:47.971 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 13/98 2026-02-26T02:50:47.974 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 14/98 2026-02-26T02:50:47.980 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 15/98 2026-02-26T02:50:47.981 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 16/98 2026-02-26T02:50:47.992 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 17/98 2026-02-26T02:50:47.998 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 18/98 2026-02-26T02:50:48.022 INFO:teuthology.orchestra.run.trial151.stdout: Installing : zip-3.0-35.el9.x86_64 19/98 2026-02-26T02:50:48.025 INFO:teuthology.orchestra.run.trial151.stdout: Installing : luarocks-3.9.2-5.el9.noarch 20/98 2026-02-26T02:50:48.033 INFO:teuthology.orchestra.run.trial151.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 21/98 2026-02-26T02:50:48.041 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:41 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:48.057 INFO:teuthology.orchestra.run.trial151.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 22/98 2026-02-26T02:50:48.106 INFO:teuthology.orchestra.run.trial009.stdout:Package python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:48.107 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 23/98 2026-02-26T02:50:48.120 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 24/98 2026-02-26T02:50:48.123 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-rsa-4.9-2.el9.noarch 25/98 2026-02-26T02:50:48.125 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:48.125 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-26T02:50:48.125 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:48.127 INFO:teuthology.orchestra.run.trial151.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 26/98 2026-02-26T02:50:48.132 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 27/98 2026-02-26T02:50:48.137 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 28/98 2026-02-26T02:50:48.140 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 29/98 2026-02-26T02:50:48.146 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install rbd-fuse 2026-02-26T02:50:48.155 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 30/98 2026-02-26T02:50:48.176 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 31/98 2026-02-26T02:50:48.180 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 32/98 2026-02-26T02:50:48.185 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 33/98 2026-02-26T02:50:48.197 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 34/98 2026-02-26T02:50:48.206 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 35/98 2026-02-26T02:50:48.212 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 36/98 2026-02-26T02:50:48.231 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 37/98 2026-02-26T02:50:48.240 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 38/98 2026-02-26T02:50:48.295 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 39/98 2026-02-26T02:50:48.307 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 40/98 2026-02-26T02:50:48.323 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 41/98 2026-02-26T02:50:48.327 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 42/98 2026-02-26T02:50:48.335 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 43/98 2026-02-26T02:50:48.375 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 44/98 2026-02-26T02:50:48.468 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:41 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:48.553 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:48.553 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:48.553 INFO:teuthology.orchestra.run.trial009.stdout: Package Architecture Version Repository Size 2026-02-26T02:50:48.554 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:48.554 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:48.554 INFO:teuthology.orchestra.run.trial009.stdout: rbd-fuse x86_64 2:19.2.3-687.g8d724284.el9 ceph 85 k 2026-02-26T02:50:48.554 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:48.554 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:48.554 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:48.554 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-26T02:50:48.554 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:48.554 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 85 k 2026-02-26T02:50:48.555 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 227 k 2026-02-26T02:50:48.555 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:48.629 INFO:teuthology.orchestra.run.trial009.stdout:rbd-fuse-19.2.3-687.g8d724284.el9.x86_64.rpm 1.1 MB/s | 85 kB 00:00 2026-02-26T02:50:48.630 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:48.630 INFO:teuthology.orchestra.run.trial009.stdout:Total 1.1 MB/s | 85 kB 00:00 2026-02-26T02:50:48.630 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:48.633 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:48.633 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:48.664 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:48.665 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:48.717 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:48.720 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 45/98 2026-02-26T02:50:48.730 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 46/98 2026-02-26T02:50:48.734 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 47/98 2026-02-26T02:50:48.734 INFO:teuthology.orchestra.run.trial009.stdout: Installing : rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:48.740 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 48/98 2026-02-26T02:50:48.743 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 49/98 2026-02-26T02:50:48.770 INFO:teuthology.orchestra.run.trial151.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 50/98 2026-02-26T02:50:48.814 INFO:teuthology.orchestra.run.trial151.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 51/98 2026-02-26T02:50:48.820 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 52/98 2026-02-26T02:50:48.823 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:48.824 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 53/98 2026-02-26T02:50:48.829 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 54/98 2026-02-26T02:50:48.833 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 55/98 2026-02-26T02:50:48.840 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 56/98 2026-02-26T02:50:48.843 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 57/98 2026-02-26T02:50:48.871 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 58/98 2026-02-26T02:50:48.881 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 59/98 2026-02-26T02:50:48.885 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:48.885 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:48.885 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:48.885 INFO:teuthology.orchestra.run.trial009.stdout: rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:48.885 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:48.885 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:48.914 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install rbd-mirror 2026-02-26T02:50:48.916 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 60/98 2026-02-26T02:50:49.141 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 61/98 2026-02-26T02:50:49.164 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 62/98 2026-02-26T02:50:49.168 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 63/98 2026-02-26T02:50:49.227 INFO:teuthology.orchestra.run.trial151.stdout: Installing : openblas-0.3.29-1.el9.x86_64 64/98 2026-02-26T02:50:49.229 INFO:teuthology.orchestra.run.trial151.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 65/98 2026-02-26T02:50:49.230 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:42 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:49.250 INFO:teuthology.orchestra.run.trial151.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 66/98 2026-02-26T02:50:49.315 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:49.315 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:49.315 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repo Size 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout: rbd-mirror x86_64 2:19.2.3-687.g8d724284.el9 ceph 3.1 M 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 3.1 M 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 13 M 2026-02-26T02:50:49.316 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:49.466 INFO:teuthology.orchestra.run.trial009.stdout:rbd-mirror-19.2.3-687.g8d724284.el9.x86_64.rpm 21 MB/s | 3.1 MB 00:00 2026-02-26T02:50:49.466 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:49.467 INFO:teuthology.orchestra.run.trial009.stdout:Total 21 MB/s | 3.1 MB 00:00 2026-02-26T02:50:49.467 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:49.471 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:49.471 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:49.511 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:49.512 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:49.576 INFO:teuthology.orchestra.run.trial151.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 67/98 2026-02-26T02:50:49.649 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 68/98 2026-02-26T02:50:49.706 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:49.707 INFO:teuthology.orchestra.run.trial009.stdout: Installing : rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:49.731 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:49.731 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:49.731 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-26T02:50:49.732 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-26T02:50:49.732 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-26T02:50:49.732 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:50.068 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:50.068 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:50.068 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:50.068 INFO:teuthology.orchestra.run.trial009.stdout: rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:50.069 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:50.069 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:50.097 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install rbd-nbd 2026-02-26T02:50:50.324 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 69/98 2026-02-26T02:50:50.343 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 70/98 2026-02-26T02:50:50.357 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-ply-3.11-14.el9.noarch 71/98 2026-02-26T02:50:50.372 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 72/98 2026-02-26T02:50:50.422 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:43 ago on Thu 26 Feb 2026 02:50:07 AM UTC. 2026-02-26T02:50:50.448 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 73/98 2026-02-26T02:50:50.456 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 74/98 2026-02-26T02:50:50.480 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 75/98 2026-02-26T02:50:50.505 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-26T02:50:50.506 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:50.506 INFO:teuthology.orchestra.run.trial009.stdout: Package Architecture Version Repository Size 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout: rbd-nbd x86_64 2:19.2.3-687.g8d724284.el9 ceph 170 k 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 170 k 2026-02-26T02:50:50.507 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 490 k 2026-02-26T02:50:50.508 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-26T02:50:50.509 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 76/98 2026-02-26T02:50:50.560 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 77/98 2026-02-26T02:50:50.566 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 78/98 2026-02-26T02:50:50.569 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 79/98 2026-02-26T02:50:50.571 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 80/98 2026-02-26T02:50:50.589 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 81/98 2026-02-26T02:50:50.589 INFO:teuthology.orchestra.run.trial151.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-26T02:50:50.589 INFO:teuthology.orchestra.run.trial151.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-26T02:50:50.589 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:50.592 INFO:teuthology.orchestra.run.trial009.stdout:rbd-nbd-19.2.3-687.g8d724284.el9.x86_64.rpm 1.9 MB/s | 170 kB 00:00 2026-02-26T02:50:50.593 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:50.593 INFO:teuthology.orchestra.run.trial009.stdout:Total 1.9 MB/s | 170 kB 00:00 2026-02-26T02:50:50.593 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-26T02:50:50.596 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-26T02:50:50.596 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-26T02:50:50.597 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 81/98 2026-02-26T02:50:50.624 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 81/98 2026-02-26T02:50:50.624 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-26T02:50:50.624 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:50.628 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-26T02:50:50.628 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-26T02:50:50.661 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 82/98 2026-02-26T02:50:50.685 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-26T02:50:50.702 INFO:teuthology.orchestra.run.trial009.stdout: Installing : rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:50.724 INFO:teuthology.orchestra.run.trial151.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 83/98 2026-02-26T02:50:50.726 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 84/98 2026-02-26T02:50:50.741 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 84/98 2026-02-26T02:50:50.741 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:50.741 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-26T02:50:50.741 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:50.787 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:50.849 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:50.849 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:50.850 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-26T02:50:50.850 INFO:teuthology.orchestra.run.trial009.stdout: rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:50.850 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:50:50.850 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-26T02:50:50.883 DEBUG:teuthology.parallel:result is None 2026-02-26T02:50:51.443 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 85/98 2026-02-26T02:50:51.469 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 85/98 2026-02-26T02:50:51.469 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:51.470 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-26T02:50:51.470 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-26T02:50:51.470 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-26T02:50:51.470 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:51.527 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: cephadm-2:19.2.3-687.g8d724284.el9.noarch 86/98 2026-02-26T02:50:51.529 INFO:teuthology.orchestra.run.trial151.stdout: Installing : cephadm-2:19.2.3-687.g8d724284.el9.noarch 86/98 2026-02-26T02:50:51.534 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-prometheus-alerts-2:19.2.3-687.g8d724284.el9. 87/98 2026-02-26T02:50:51.553 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-grafana-dashboards-2:19.2.3-687.g8d724284.el9 88/98 2026-02-26T02:50:51.555 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 89/98 2026-02-26T02:50:52.045 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 89/98 2026-02-26T02:50:52.048 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noar 90/98 2026-02-26T02:50:52.506 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noar 90/98 2026-02-26T02:50:52.506 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-diskprediction-local-2:19.2.3-687.g8d7242 91/98 2026-02-26T02:50:52.521 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.2.3-687.g8d7242 91/98 2026-02-26T02:50:52.521 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noar 92/98 2026-02-26T02:50:52.577 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noar 92/98 2026-02-26T02:50:52.626 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-modules-core-2:19.2.3-687.g8d724284.el9.n 93/98 2026-02-26T02:50:52.627 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 94/98 2026-02-26T02:50:52.648 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 94/98 2026-02-26T02:50:52.649 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:52.649 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-26T02:50:52.649 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-26T02:50:52.649 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-26T02:50:52.649 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:52.661 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 95/98 2026-02-26T02:50:52.874 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 95/98 2026-02-26T02:50:52.876 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 96/98 2026-02-26T02:50:52.897 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 96/98 2026-02-26T02:50:52.897 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:52.898 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-26T02:50:52.898 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-26T02:50:52.898 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-26T02:50:52.898 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:52.999 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 97/98 2026-02-26T02:50:53.021 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 97/98 2026-02-26T02:50:53.021 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:53.021 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-26T02:50:53.021 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-26T02:50:53.021 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-26T02:50:53.021 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:53.041 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-2:19.2.3-687.g8d724284.el9.x86_64 98/98 2026-02-26T02:50:53.736 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-2:19.2.3-687.g8d724284.el9.x86_64 98/98 2026-02-26T02:50:53.736 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-2:19.2.3-687.g8d724284.el9.x86_64 1/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 2/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 3/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 4/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 5/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-grafana-dashboards-2:19.2.3-687.g8d724284.el9 6/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 7/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noar 8/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.2.3-687.g8d7242 9/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noar 10/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-mgr-modules-core-2:19.2.3-687.g8d724284.el9.n 11/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 12/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-prometheus-alerts-2:19.2.3-687.g8d724284.el9. 13/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 14/98 2026-02-26T02:50:53.737 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : cephadm-2:19.2.3-687.g8d724284.el9.noarch 15/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : zip-3.0-35.el9.x86_64 28/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/98 2026-02-26T02:50:53.738 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 38/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 40/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 41/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 42/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/98 2026-02-26T02:50:53.739 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 48/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 49/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/98 2026-02-26T02:50:53.740 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 80/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/98 2026-02-26T02:50:53.741 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 84/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 85/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 86/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 87/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 88/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 89/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 90/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 91/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 92/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 93/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 94/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 95/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 96/98 2026-02-26T02:50:53.742 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 97/98 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 98/98 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-grafana-dashboards-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mds-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-diskprediction-local-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-k8sevents-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-modules-core-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mon-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:53.806 INFO:teuthology.orchestra.run.trial151.stdout: ceph-osd-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: ceph-prometheus-alerts-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: ceph-volume-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: cephadm-2:19.2.3-687.g8d724284.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: lua-5.4.4-4.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-26T02:50:53.807 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-ply-3.11-14.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-26T02:50:53.808 INFO:teuthology.orchestra.run.trial151.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-26T02:50:53.809 INFO:teuthology.orchestra.run.trial151.stdout: unzip-6.0-59.el9.x86_64 2026-02-26T02:50:53.809 INFO:teuthology.orchestra.run.trial151.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-26T02:50:53.809 INFO:teuthology.orchestra.run.trial151.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-26T02:50:53.809 INFO:teuthology.orchestra.run.trial151.stdout: zip-3.0-35.el9.x86_64 2026-02-26T02:50:53.809 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:53.809 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:53.861 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-base 2026-02-26T02:50:54.182 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:32 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:54.247 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-base-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:54.266 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:54.266 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:50:54.266 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:54.288 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install cephadm 2026-02-26T02:50:54.610 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:32 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:54.675 INFO:teuthology.orchestra.run.trial151.stdout:Package cephadm-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:54.694 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:54.695 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:50:54.695 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:54.716 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-immutable-object-cache 2026-02-26T02:50:55.033 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:33 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:55.117 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:55.117 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:55.117 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repo Size 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout: ceph-immutable-object-cache x86_64 2:19.2.3-687.g8d724284.el9 ceph 145 k 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 145 k 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 431 k 2026-02-26T02:50:55.118 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:50:55.212 INFO:teuthology.orchestra.run.trial151.stdout:ceph-immutable-object-cache-19.2.3-687.g8d72428 1.5 MB/s | 145 kB 00:00 2026-02-26T02:50:55.213 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:55.213 INFO:teuthology.orchestra.run.trial151.stdout:Total 1.5 MB/s | 145 kB 00:00 2026-02-26T02:50:55.213 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:50:55.217 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:50:55.217 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:50:55.248 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:50:55.248 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:50:55.304 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:50:55.305 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-immutable-object-cache-2:19.2.3-687.g8d724284.e 1/1 2026-02-26T02:50:55.328 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.2.3-687.g8d724284.e 1/1 2026-02-26T02:50:55.328 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:50:55.328 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-26T02:50:55.328 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:55.640 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-immutable-object-cache-2:19.2.3-687.g8d724284.e 1/1 2026-02-26T02:50:55.641 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:55.641 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:50:55.641 INFO:teuthology.orchestra.run.trial151.stdout: ceph-immutable-object-cache-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:55.641 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:55.641 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:55.667 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr 2026-02-26T02:50:55.985 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:33 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:56.050 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:50:56.069 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:56.070 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:50:56.070 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:56.091 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr-dashboard 2026-02-26T02:50:56.406 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:34 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:56.472 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-dashboard-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:56.491 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:56.491 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:50:56.492 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:56.512 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-26T02:50:56.829 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:34 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:56.893 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-diskprediction-local-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:56.912 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:56.913 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:50:56.913 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:56.933 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr-rook 2026-02-26T02:50:57.248 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:35 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:57.312 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-rook-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:57.331 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:57.332 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:50:57.332 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:57.353 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr-cephadm 2026-02-26T02:50:57.672 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:35 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:57.738 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-cephadm-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:57.757 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:57.757 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:50:57.758 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:57.779 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-fuse 2026-02-26T02:50:58.098 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:36 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:58.183 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:58.183 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:58.183 INFO:teuthology.orchestra.run.trial151.stdout: Package Architecture Version Repository Size 2026-02-26T02:50:58.183 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:58.183 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:50:58.184 INFO:teuthology.orchestra.run.trial151.stdout: ceph-fuse x86_64 2:19.2.3-687.g8d724284.el9 ceph 1.2 M 2026-02-26T02:50:58.184 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:58.184 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:50:58.184 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:58.184 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-26T02:50:58.184 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:58.184 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 1.2 M 2026-02-26T02:50:58.184 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 3.6 M 2026-02-26T02:50:58.184 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:50:58.306 INFO:teuthology.orchestra.run.trial151.stdout:ceph-fuse-19.2.3-687.g8d724284.el9.x86_64.rpm 9.4 MB/s | 1.2 MB 00:00 2026-02-26T02:50:58.306 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:58.306 INFO:teuthology.orchestra.run.trial151.stdout:Total 9.3 MB/s | 1.2 MB 00:00 2026-02-26T02:50:58.306 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:50:58.310 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:50:58.310 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:50:58.347 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:50:58.347 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:50:58.449 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:50:58.467 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:58.712 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:58.773 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:58.774 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:58.774 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:50:58.774 INFO:teuthology.orchestra.run.trial151.stdout: ceph-fuse-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:58.774 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:58.774 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:58.802 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-volume 2026-02-26T02:50:59.120 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:37 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:59.186 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-volume-2:19.2.3-687.g8d724284.el9.noarch is already installed. 2026-02-26T02:50:59.206 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:59.207 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:50:59.207 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:50:59.228 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install librados-devel 2026-02-26T02:50:59.546 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:37 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:50:59.630 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repo Size 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout: librados-devel x86_64 2:19.2.3-687.g8d724284.el9 ceph 126 k 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 126 k 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 456 k 2026-02-26T02:50:59.631 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:50:59.720 INFO:teuthology.orchestra.run.trial151.stdout:librados-devel-19.2.3-687.g8d724284.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-26T02:50:59.720 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:50:59.720 INFO:teuthology.orchestra.run.trial151.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-26T02:50:59.721 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:50:59.723 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:50:59.723 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:50:59.755 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:50:59.755 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:50:59.811 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:50:59.828 INFO:teuthology.orchestra.run.trial151.stdout: Installing : librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:59.913 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:59.975 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:50:59.976 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:59.976 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:50:59.976 INFO:teuthology.orchestra.run.trial151.stdout: librados-devel-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:50:59.976 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:50:59.976 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:00.004 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install libcephfs2 2026-02-26T02:51:00.317 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:38 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:00.382 INFO:teuthology.orchestra.run.trial151.stdout:Package libcephfs2-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:51:00.400 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:00.401 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:51:00.401 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:00.421 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install libcephfs-devel 2026-02-26T02:51:00.740 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:38 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:00.825 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repo Size 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs-devel x86_64 2:19.2.3-687.g8d724284.el9 ceph 34 k 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 34 k 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 153 k 2026-02-26T02:51:00.826 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:51:00.896 INFO:teuthology.orchestra.run.trial151.stdout:libcephfs-devel-19.2.3-687.g8d724284.el9.x86_64 485 kB/s | 34 kB 00:00 2026-02-26T02:51:00.897 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:51:00.897 INFO:teuthology.orchestra.run.trial151.stdout:Total 476 kB/s | 34 kB 00:00 2026-02-26T02:51:00.897 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:51:00.899 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:51:00.899 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:51:00.901 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:51:00.901 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:51:00.923 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:51:00.940 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:00.998 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:01.060 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:01.060 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:01.060 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:51:01.060 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs-devel-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:51:01.060 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:01.061 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:01.086 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install librados2 2026-02-26T02:51:01.408 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:39 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:01.476 INFO:teuthology.orchestra.run.trial151.stdout:Package librados2-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:51:01.494 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:01.495 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:51:01.495 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:01.517 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install librbd1 2026-02-26T02:51:01.838 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:39 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:01.904 INFO:teuthology.orchestra.run.trial151.stdout:Package librbd1-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:51:01.923 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:01.923 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:51:01.923 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:01.945 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install python3-rados 2026-02-26T02:51:02.258 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:40 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:02.323 INFO:teuthology.orchestra.run.trial151.stdout:Package python3-rados-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:51:02.342 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:02.343 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:51:02.343 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:02.364 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install python3-rgw 2026-02-26T02:51:02.682 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:40 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:02.748 INFO:teuthology.orchestra.run.trial151.stdout:Package python3-rgw-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:51:02.767 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:02.767 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:51:02.767 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:02.789 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install python3-cephfs 2026-02-26T02:51:03.113 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:41 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:03.179 INFO:teuthology.orchestra.run.trial151.stdout:Package python3-cephfs-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:51:03.199 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:03.199 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:51:03.199 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:03.221 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install python3-rbd 2026-02-26T02:51:03.534 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:41 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:03.599 INFO:teuthology.orchestra.run.trial151.stdout:Package python3-rbd-2:19.2.3-687.g8d724284.el9.x86_64 is already installed. 2026-02-26T02:51:03.618 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:03.619 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-26T02:51:03.619 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:03.640 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install rbd-fuse 2026-02-26T02:51:03.958 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:41 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:04.042 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:04.042 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:04.042 INFO:teuthology.orchestra.run.trial151.stdout: Package Architecture Version Repository Size 2026-02-26T02:51:04.042 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:04.042 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:51:04.042 INFO:teuthology.orchestra.run.trial151.stdout: rbd-fuse x86_64 2:19.2.3-687.g8d724284.el9 ceph 85 k 2026-02-26T02:51:04.043 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:04.043 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:51:04.043 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:04.043 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-26T02:51:04.043 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:04.043 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 85 k 2026-02-26T02:51:04.043 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 227 k 2026-02-26T02:51:04.043 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:51:04.125 INFO:teuthology.orchestra.run.trial151.stdout:rbd-fuse-19.2.3-687.g8d724284.el9.x86_64.rpm 1.0 MB/s | 85 kB 00:00 2026-02-26T02:51:04.125 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:51:04.125 INFO:teuthology.orchestra.run.trial151.stdout:Total 1.0 MB/s | 85 kB 00:00 2026-02-26T02:51:04.126 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:51:04.129 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:51:04.129 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:51:04.160 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:51:04.161 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:51:04.213 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:51:04.231 INFO:teuthology.orchestra.run.trial151.stdout: Installing : rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:04.318 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:04.380 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:04.380 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:04.380 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:51:04.380 INFO:teuthology.orchestra.run.trial151.stdout: rbd-fuse-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:51:04.380 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:04.381 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:04.408 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install rbd-mirror 2026-02-26T02:51:04.725 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:42 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:04.809 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repo Size 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout: rbd-mirror x86_64 2:19.2.3-687.g8d724284.el9 ceph 3.1 M 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:04.810 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 3.1 M 2026-02-26T02:51:04.811 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 13 M 2026-02-26T02:51:04.811 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:51:05.264 INFO:teuthology.orchestra.run.trial151.stdout:rbd-mirror-19.2.3-687.g8d724284.el9.x86_64.rpm 6.9 MB/s | 3.1 MB 00:00 2026-02-26T02:51:05.265 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:51:05.265 INFO:teuthology.orchestra.run.trial151.stdout:Total 6.8 MB/s | 3.1 MB 00:00 2026-02-26T02:51:05.265 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:51:05.269 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:51:05.269 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:51:05.309 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:51:05.309 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:51:05.503 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:51:05.505 INFO:teuthology.orchestra.run.trial151.stdout: Installing : rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:05.527 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:05.527 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-26T02:51:05.527 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-26T02:51:05.527 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-26T02:51:05.527 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-26T02:51:05.528 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:05.862 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:05.862 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:05.863 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:51:05.863 INFO:teuthology.orchestra.run.trial151.stdout: rbd-mirror-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:51:05.863 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:05.863 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:05.889 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install rbd-nbd 2026-02-26T02:51:06.215 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:44 ago on Thu 26 Feb 2026 02:50:22 AM UTC. 2026-02-26T02:51:06.299 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-26T02:51:06.300 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:06.300 INFO:teuthology.orchestra.run.trial151.stdout: Package Architecture Version Repository Size 2026-02-26T02:51:06.300 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:06.300 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-26T02:51:06.300 INFO:teuthology.orchestra.run.trial151.stdout: rbd-nbd x86_64 2:19.2.3-687.g8d724284.el9 ceph 170 k 2026-02-26T02:51:06.300 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:06.300 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-26T02:51:06.301 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-26T02:51:06.301 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-26T02:51:06.301 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:06.301 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 170 k 2026-02-26T02:51:06.301 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 490 k 2026-02-26T02:51:06.301 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-26T02:51:06.387 INFO:teuthology.orchestra.run.trial151.stdout:rbd-nbd-19.2.3-687.g8d724284.el9.x86_64.rpm 1.9 MB/s | 170 kB 00:00 2026-02-26T02:51:06.387 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:51:06.388 INFO:teuthology.orchestra.run.trial151.stdout:Total 1.9 MB/s | 170 kB 00:00 2026-02-26T02:51:06.388 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-26T02:51:06.391 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-26T02:51:06.391 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-26T02:51:06.423 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-26T02:51:06.423 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-26T02:51:06.482 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-26T02:51:06.500 INFO:teuthology.orchestra.run.trial151.stdout: Installing : rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:06.582 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:06.644 INFO:teuthology.orchestra.run.trial151.stdout: Verifying : rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 1/1 2026-02-26T02:51:06.644 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:06.644 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-26T02:51:06.644 INFO:teuthology.orchestra.run.trial151.stdout: rbd-nbd-2:19.2.3-687.g8d724284.el9.x86_64 2026-02-26T02:51:06.644 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:06.644 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-26T02:51:06.675 DEBUG:teuthology.parallel:result is None 2026-02-26T02:51:06.676 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:51:06.834 DEBUG:teuthology.orchestra.run.trial009:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-26T02:51:06.857 INFO:teuthology.orchestra.run.trial009.stdout:19.2.3-687.g8d724284.el9 2026-02-26T02:51:06.857 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-687.g8d724284.el9 2026-02-26T02:51:06.857 INFO:teuthology.task.install:The correct ceph version 19.2.3-687.g8d724284 is installed. 2026-02-26T02:51:06.860 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:51:07.002 DEBUG:teuthology.orchestra.run.trial030:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-26T02:51:07.023 INFO:teuthology.orchestra.run.trial030.stdout:19.2.3-687.g8d724284.el9 2026-02-26T02:51:07.023 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-687.g8d724284.el9 2026-02-26T02:51:07.023 INFO:teuthology.task.install:The correct ceph version 19.2.3-687.g8d724284 is installed. 2026-02-26T02:51:07.025 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:51:07.161 DEBUG:teuthology.orchestra.run.trial151:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-26T02:51:07.183 INFO:teuthology.orchestra.run.trial151.stdout:19.2.3-687.g8d724284.el9 2026-02-26T02:51:07.183 INFO:teuthology.packaging:The installed version of ceph is 19.2.3-687.g8d724284.el9 2026-02-26T02:51:07.183 INFO:teuthology.task.install:The correct ceph version 19.2.3-687.g8d724284 is installed. 2026-02-26T02:51:07.185 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-26T02:51:07.185 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:51:07.185 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-26T02:51:07.212 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:51:07.213 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-26T02:51:07.239 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:51:07.239 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-26T02:51:07.265 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-26T02:51:07.265 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:51:07.265 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/usr/bin/daemon-helper 2026-02-26T02:51:07.289 DEBUG:teuthology.orchestra.run.trial009:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-26T02:51:07.352 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:51:07.353 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/usr/bin/daemon-helper 2026-02-26T02:51:07.378 DEBUG:teuthology.orchestra.run.trial030:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-26T02:51:07.441 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:51:07.441 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/usr/bin/daemon-helper 2026-02-26T02:51:07.467 DEBUG:teuthology.orchestra.run.trial151:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-26T02:51:07.530 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-26T02:51:07.530 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:51:07.530 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-26T02:51:07.556 DEBUG:teuthology.orchestra.run.trial009:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-26T02:51:07.620 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:51:07.620 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-26T02:51:07.646 DEBUG:teuthology.orchestra.run.trial030:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-26T02:51:07.710 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:51:07.710 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-26T02:51:07.735 DEBUG:teuthology.orchestra.run.trial151:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-26T02:51:07.799 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-26T02:51:07.799 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:51:07.800 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/usr/bin/stdin-killer 2026-02-26T02:51:07.826 DEBUG:teuthology.orchestra.run.trial009:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-26T02:51:07.890 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:51:07.891 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/usr/bin/stdin-killer 2026-02-26T02:51:07.914 DEBUG:teuthology.orchestra.run.trial030:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-26T02:51:07.978 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:51:07.978 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/usr/bin/stdin-killer 2026-02-26T02:51:08.003 DEBUG:teuthology.orchestra.run.trial151:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-26T02:51:08.067 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-26T02:51:08.170 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5'} 2026-02-26T02:51:08.170 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:51:08.172 INFO:tasks.cephadm:Cluster fsid is 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:08.173 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-26T02:51:08.173 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.9', 'mon.b': '10.20.193.30', 'mon.c': '10.20.193.151'} 2026-02-26T02:51:08.173 INFO:tasks.cephadm:First mon is mon.a on trial009 2026-02-26T02:51:08.173 INFO:tasks.cephadm:First mgr is a 2026-02-26T02:51:08.173 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-26T02:51:08.173 DEBUG:teuthology.orchestra.run.trial009:> sudo hostname $(hostname -s) 2026-02-26T02:51:08.197 DEBUG:teuthology.orchestra.run.trial030:> sudo hostname $(hostname -s) 2026-02-26T02:51:08.223 DEBUG:teuthology.orchestra.run.trial151:> sudo hostname $(hostname -s) 2026-02-26T02:51:08.249 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-26T02:51:08.249 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:51:08.368 INFO:tasks.cephadm:builder_project result: [{'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/flavors/default/', 'ref': 'wip-yuri9-testing-2026-02-25-1600-squid', 'sha1': '8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-25 23:31:47.079262', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '19.2.3-687-g8d724284', 'package_manager_version': '19.2.3-687.g8d724284', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3278/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-26T02:51:08.495 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri9-testing-2026-02-25-1600-squid, sha1 8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:51:08.497 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/x86_64/flavors/default/cephadm 2026-02-26T02:51:08.497 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/x86_64/flavors/default/cephadm 2026-02-26T02:51:08.497 DEBUG:teuthology.orchestra.run.trial009:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-26T02:51:08.845 INFO:teuthology.orchestra.run.trial009.stdout:-rw-r--r--. 1 ubuntu ubuntu 788311 Feb 26 02:51 /home/ubuntu/cephtest/cephadm 2026-02-26T02:51:08.846 DEBUG:teuthology.orchestra.run.trial030:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-26T02:51:09.156 INFO:teuthology.orchestra.run.trial030.stdout:-rw-r--r--. 1 ubuntu ubuntu 788311 Feb 26 02:51 /home/ubuntu/cephtest/cephadm 2026-02-26T02:51:09.156 DEBUG:teuthology.orchestra.run.trial151:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri9-testing-2026-02-25-1600-squid/8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-26T02:51:09.470 INFO:teuthology.orchestra.run.trial151.stdout:-rw-r--r--. 1 ubuntu ubuntu 788311 Feb 26 02:51 /home/ubuntu/cephtest/cephadm 2026-02-26T02:51:09.471 DEBUG:teuthology.orchestra.run.trial009:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-26T02:51:09.489 DEBUG:teuthology.orchestra.run.trial030:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-26T02:51:09.507 DEBUG:teuthology.orchestra.run.trial151:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-26T02:51:09.533 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 on all hosts... 2026-02-26T02:51:09.533 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 pull 2026-02-26T02:51:09.534 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 pull 2026-02-26T02:51:09.549 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 pull 2026-02-26T02:51:09.679 INFO:teuthology.orchestra.run.trial009.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5... 2026-02-26T02:51:09.697 INFO:teuthology.orchestra.run.trial030.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5... 2026-02-26T02:51:09.708 INFO:teuthology.orchestra.run.trial151.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5... 2026-02-26T02:51:18.979 INFO:teuthology.orchestra.run.trial030.stdout:{ 2026-02-26T02:51:18.980 INFO:teuthology.orchestra.run.trial030.stdout: "ceph_version": "ceph version 19.2.3-687-g8d724284 (8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5) squid (stable)", 2026-02-26T02:51:18.980 INFO:teuthology.orchestra.run.trial030.stdout: "image_id": "d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae", 2026-02-26T02:51:18.980 INFO:teuthology.orchestra.run.trial030.stdout: "repo_digests": [ 2026-02-26T02:51:18.980 INFO:teuthology.orchestra.run.trial030.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644" 2026-02-26T02:51:18.980 INFO:teuthology.orchestra.run.trial030.stdout: ] 2026-02-26T02:51:18.980 INFO:teuthology.orchestra.run.trial030.stdout:} 2026-02-26T02:51:18.985 INFO:teuthology.orchestra.run.trial009.stdout:{ 2026-02-26T02:51:18.985 INFO:teuthology.orchestra.run.trial009.stdout: "ceph_version": "ceph version 19.2.3-687-g8d724284 (8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5) squid (stable)", 2026-02-26T02:51:18.985 INFO:teuthology.orchestra.run.trial009.stdout: "image_id": "d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae", 2026-02-26T02:51:18.985 INFO:teuthology.orchestra.run.trial009.stdout: "repo_digests": [ 2026-02-26T02:51:18.985 INFO:teuthology.orchestra.run.trial009.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644" 2026-02-26T02:51:18.985 INFO:teuthology.orchestra.run.trial009.stdout: ] 2026-02-26T02:51:18.985 INFO:teuthology.orchestra.run.trial009.stdout:} 2026-02-26T02:51:19.008 INFO:teuthology.orchestra.run.trial151.stdout:{ 2026-02-26T02:51:19.008 INFO:teuthology.orchestra.run.trial151.stdout: "ceph_version": "ceph version 19.2.3-687-g8d724284 (8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5) squid (stable)", 2026-02-26T02:51:19.008 INFO:teuthology.orchestra.run.trial151.stdout: "image_id": "d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae", 2026-02-26T02:51:19.008 INFO:teuthology.orchestra.run.trial151.stdout: "repo_digests": [ 2026-02-26T02:51:19.008 INFO:teuthology.orchestra.run.trial151.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644" 2026-02-26T02:51:19.008 INFO:teuthology.orchestra.run.trial151.stdout: ] 2026-02-26T02:51:19.008 INFO:teuthology.orchestra.run.trial151.stdout:} 2026-02-26T02:51:19.023 DEBUG:teuthology.orchestra.run.trial009:> sudo mkdir -p /etc/ceph 2026-02-26T02:51:19.071 DEBUG:teuthology.orchestra.run.trial030:> sudo mkdir -p /etc/ceph 2026-02-26T02:51:19.100 DEBUG:teuthology.orchestra.run.trial151:> sudo mkdir -p /etc/ceph 2026-02-26T02:51:19.128 DEBUG:teuthology.orchestra.run.trial009:> sudo chmod 777 /etc/ceph 2026-02-26T02:51:19.154 DEBUG:teuthology.orchestra.run.trial030:> sudo chmod 777 /etc/ceph 2026-02-26T02:51:19.178 DEBUG:teuthology.orchestra.run.trial151:> sudo chmod 777 /etc/ceph 2026-02-26T02:51:19.201 INFO:tasks.cephadm:Writing seed config... 2026-02-26T02:51:19.202 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-02-26T02:51:19.202 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-26T02:51:19.202 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-26T02:51:19.202 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-26T02:51:19.202 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-26T02:51:19.202 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-26T02:51:19.202 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-26T02:51:19.202 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-26T02:51:19.202 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-26T02:51:19.202 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:51:19.203 DEBUG:teuthology.orchestra.run.trial009:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-26T02:51:19.218 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=jerasure 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 = 003434e4-12be-11f1-af16-d404e6e7d460 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-26T02:51:19.219 DEBUG:teuthology.orchestra.run.trial009:mon.a> sudo journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.a.service 2026-02-26T02:51:19.261 DEBUG:teuthology.orchestra.run.trial009:mgr.a> sudo journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.a.service 2026-02-26T02:51:19.304 INFO:tasks.cephadm:Bootstrapping... 2026-02-26T02:51:19.305 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 -v bootstrap --fsid 003434e4-12be-11f1-af16-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.9 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:19.440 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-26T02:51:19.441 INFO:teuthology.orchestra.run.trial009.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5', '-v', 'bootstrap', '--fsid', '003434e4-12be-11f1-af16-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.9', '--skip-admin-label'] 2026-02-26T02:51:19.441 INFO:teuthology.orchestra.run.trial009.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-26T02:51:19.441 INFO:teuthology.orchestra.run.trial009.stdout:Verifying podman|docker is present... 2026-02-26T02:51:19.456 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stdout 5.8.0 2026-02-26T02:51:19.456 INFO:teuthology.orchestra.run.trial009.stdout:Verifying lvm2 is present... 2026-02-26T02:51:19.456 INFO:teuthology.orchestra.run.trial009.stdout:Verifying time synchronization is in place... 2026-02-26T02:51:19.463 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-26T02:51:19.463 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-26T02:51:19.469 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-26T02:51:19.469 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-26T02:51:19.475 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout enabled 2026-02-26T02:51:19.480 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout active 2026-02-26T02:51:19.480 INFO:teuthology.orchestra.run.trial009.stdout:Unit chronyd.service is enabled and running 2026-02-26T02:51:19.480 INFO:teuthology.orchestra.run.trial009.stdout:Repeating the final host check... 2026-02-26T02:51:19.494 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stdout 5.8.0 2026-02-26T02:51:19.495 INFO:teuthology.orchestra.run.trial009.stdout:podman (/bin/podman) version 5.8.0 is present 2026-02-26T02:51:19.495 INFO:teuthology.orchestra.run.trial009.stdout:systemctl is present 2026-02-26T02:51:19.495 INFO:teuthology.orchestra.run.trial009.stdout:lvcreate is present 2026-02-26T02:51:19.500 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-26T02:51:19.500 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-26T02:51:19.506 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-26T02:51:19.506 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-26T02:51:19.512 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout enabled 2026-02-26T02:51:19.517 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout active 2026-02-26T02:51:19.518 INFO:teuthology.orchestra.run.trial009.stdout:Unit chronyd.service is enabled and running 2026-02-26T02:51:19.518 INFO:teuthology.orchestra.run.trial009.stdout:Host looks OK 2026-02-26T02:51:19.518 INFO:teuthology.orchestra.run.trial009.stdout:Cluster fsid: 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:19.518 INFO:teuthology.orchestra.run.trial009.stdout:Acquiring lock 139651024050976 on /run/cephadm/003434e4-12be-11f1-af16-d404e6e7d460.lock 2026-02-26T02:51:19.518 INFO:teuthology.orchestra.run.trial009.stdout:Lock 139651024050976 acquired on /run/cephadm/003434e4-12be-11f1-af16-d404e6e7d460.lock 2026-02-26T02:51:19.518 INFO:teuthology.orchestra.run.trial009.stdout:Verifying IP 10.20.193.9 port 3300 ... 2026-02-26T02:51:19.518 INFO:teuthology.orchestra.run.trial009.stdout:Verifying IP 10.20.193.9 port 6789 ... 2026-02-26T02:51:19.518 INFO:teuthology.orchestra.run.trial009.stdout:Base mon IP(s) is [10.20.193.9:3300, 10.20.193.9:6789], mon addrv is [v2:10.20.193.9:3300,v1:10.20.193.9:6789] 2026-02-26T02:51:19.521 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.9 metric 102 2026-02-26T02:51:19.521 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.9 metric 102 2026-02-26T02:51:19.521 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-26T02:51:19.524 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-26T02:51:19.524 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-26T02:51:19.524 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-26T02:51:19.528 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-26T02:51:19.528 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-26T02:51:19.528 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-26T02:51:19.528 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-26T02:51:19.528 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout inet6 fe80::306a:3c83:98fe:f8f3/64 scope link noprefixroute 2026-02-26T02:51:19.528 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-26T02:51:19.528 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-26T02:51:19.528 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:5fcc/64 scope link 2026-02-26T02:51:19.529 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-26T02:51:19.529 INFO:teuthology.orchestra.run.trial009.stdout:Mon IP `10.20.193.9` is in CIDR network `10.20.192.0/20` 2026-02-26T02:51:19.529 INFO:teuthology.orchestra.run.trial009.stdout:Mon IP `10.20.193.9` is in CIDR network `10.20.192.0/20` 2026-02-26T02:51:19.529 INFO:teuthology.orchestra.run.trial009.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-26T02:51:19.529 INFO:teuthology.orchestra.run.trial009.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-26T02:51:19.529 INFO:teuthology.orchestra.run.trial009.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5... 2026-02-26T02:51:19.771 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stdout d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae 2026-02-26T02:51:19.771 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5... 2026-02-26T02:51:19.771 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Getting image source signatures 2026-02-26T02:51:19.771 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Copying blob sha256:8e380faede39ebd4286247457b408d979ab568aafd8389c42ec304b8cfba4e92 2026-02-26T02:51:19.771 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Copying blob sha256:c1772b0fefd70d25a33169c6bbdc268bff32130f6c75045340cded278a95f1cb 2026-02-26T02:51:19.771 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Copying config sha256:d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae 2026-02-26T02:51:19.771 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-26T02:51:20.034 INFO:teuthology.orchestra.run.trial009.stdout:ceph: stdout ceph version 19.2.3-687-g8d724284 (8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5) squid (stable) 2026-02-26T02:51:20.034 INFO:teuthology.orchestra.run.trial009.stdout:Ceph version: ceph version 19.2.3-687-g8d724284 (8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5) squid (stable) 2026-02-26T02:51:20.034 INFO:teuthology.orchestra.run.trial009.stdout:Extracting ceph user uid/gid from container image... 2026-02-26T02:51:20.280 INFO:teuthology.orchestra.run.trial009.stdout:stat: stdout 167 167 2026-02-26T02:51:20.281 INFO:teuthology.orchestra.run.trial009.stdout:Creating initial keys... 2026-02-26T02:51:20.527 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph-authtool: stdout AQAotZ9phPZ+GBAABQQUjZeRmGvKgGYBphyxIg== 2026-02-26T02:51:20.802 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph-authtool: stdout AQAotZ9pSb2vKBAA/D+fUwOYfxuCCYiGBE7sKA== 2026-02-26T02:51:21.064 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph-authtool: stdout AQAotZ9pChF7OBAAbXjCFWRWxhFPiP1XdQRcSw== 2026-02-26T02:51:21.064 INFO:teuthology.orchestra.run.trial009.stdout:Creating initial monmap... 2026-02-26T02:51:21.354 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-26T02:51:21.354 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2026-02-26T02:51:21.354 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:21.354 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-26T02:51:21.354 INFO:teuthology.orchestra.run.trial009.stdout:monmaptool for a [v2:10.20.193.9:3300,v1:10.20.193.9:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-26T02:51:21.354 INFO:teuthology.orchestra.run.trial009.stdout:setting min_mon_release = quincy 2026-02-26T02:51:21.355 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: set fsid to 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:21.355 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-26T02:51:21.355 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:21.355 INFO:teuthology.orchestra.run.trial009.stdout:Creating mon... 2026-02-26T02:51:21.640 INFO:teuthology.orchestra.run.trial009.stdout:create mon.a on 2026-02-26T02:51:21.813 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-26T02:51:21.917 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-26T02:51:22.024 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-003434e4-12be-11f1-af16-d404e6e7d460.target → /etc/systemd/system/ceph-003434e4-12be-11f1-af16-d404e6e7d460.target. 2026-02-26T02:51:22.024 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-003434e4-12be-11f1-af16-d404e6e7d460.target → /etc/systemd/system/ceph-003434e4-12be-11f1-af16-d404e6e7d460.target. 2026-02-26T02:51:22.152 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.a 2026-02-26T02:51:22.152 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to reset failed state of unit ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.a.service: Unit ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.a.service not loaded. 2026-02-26T02:51:22.285 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-003434e4-12be-11f1-af16-d404e6e7d460.target.wants/ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-003434e4-12be-11f1-af16-d404e6e7d460@.service. 2026-02-26T02:51:22.429 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-26T02:51:22.429 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout disabled 2026-02-26T02:51:22.436 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-26T02:51:22.436 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-26T02:51:22.436 INFO:teuthology.orchestra.run.trial009.stdout:firewalld.service is not enabled 2026-02-26T02:51:22.436 INFO:teuthology.orchestra.run.trial009.stdout:Not possible to enable service . firewalld.service is not available 2026-02-26T02:51:22.436 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mon to start... 2026-02-26T02:51:22.436 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mon... 2026-02-26T02:51:22.714 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout cluster: 2026-02-26T02:51:22.714 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout id: 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:22.714 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-26T02:51:22.714 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout services: 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.151966s) 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout data: 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout pgs: 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:mon is available 2026-02-26T02:51:22.715 INFO:teuthology.orchestra.run.trial009.stdout:Assimilating anything we can from ceph.conf... 2026-02-26T02:51:22.990 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:22.990 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [global] 2026-02-26T02:51:22.990 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout fsid = 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:22.990 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-26T02:51:22.990 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.9:3300,v1:10.20.193.9:6789] 2026-02-26T02:51:22.990 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-26T02:51:22.990 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-26T02:51:22.990 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [osd] 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-26T02:51:22.991 INFO:teuthology.orchestra.run.trial009.stdout:Generating new minimal ceph.conf... 2026-02-26T02:51:23.283 INFO:teuthology.orchestra.run.trial009.stdout:Restarting the monitor... 2026-02-26T02:51:23.363 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 systemd[1]: Stopping Ceph mon.a for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:51:23.686 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a[39713]: 2026-02-26T02:51:23.360+0000 7fe683675640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-26T02:51:23.686 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a[39713]: 2026-02-26T02:51:23.360+0000 7fe683675640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-26T02:51:23.686 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 podman[40103]: 2026-02-26 02:51:23.574208819 +0000 UTC m=+0.226541902 container died 6c42fd6b18ac20f625c75f0ef96eb8a1347762fa623cd33f9fd08e0235d01f4b (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-02-26T02:51:23.687 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 podman[40103]: 2026-02-26 02:51:23.685018063 +0000 UTC m=+0.337351136 container remove 6c42fd6b18ac20f625c75f0ef96eb8a1347762fa623cd33f9fd08e0235d01f4b (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid) 2026-02-26T02:51:23.687 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 bash[40103]: ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a 2026-02-26T02:51:23.886 INFO:teuthology.orchestra.run.trial009.stdout:Setting public_network to 10.20.192.0/20 in mon config section 2026-02-26T02:51:23.941 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 systemd[1]: ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 systemd[1]: Stopped Ceph mon.a for 003434e4-12be-11f1-af16-d404e6e7d460. 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 systemd[1]: Starting Ceph mon.a for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 podman[40239]: 2026-02-26 02:51:23.84389379 +0000 UTC m=+0.014408375 container create 50c013e0c78705286408ccfea630ac2bfade0d18dd48df14d057d51df5db62a0 (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid) 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 podman[40239]: 2026-02-26 02:51:23.877838224 +0000 UTC m=+0.048352819 container init 50c013e0c78705286408ccfea630ac2bfade0d18dd48df14d057d51df5db62a0 (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a, ceph=True, OSD_FLAVOR=default, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0) 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 podman[40239]: 2026-02-26 02:51:23.8813783 +0000 UTC m=+0.051892895 container start 50c013e0c78705286408ccfea630ac2bfade0d18dd48df14d057d51df5db62a0 (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 bash[40239]: 50c013e0c78705286408ccfea630ac2bfade0d18dd48df14d057d51df5db62a0 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 podman[40239]: 2026-02-26 02:51:23.838053131 +0000 UTC m=+0.008567716 image pull d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 systemd[1]: Started Ceph mon.a for 003434e4-12be-11f1-af16-d404e6e7d460. 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: set uid:gid to 167:167 (ceph:ceph) 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: ceph version 19.2.3-687-g8d724284 (8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5) squid (stable), process ceph-mon, pid 7 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: pidfile_write: ignore empty --pid-file 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: load: jerasure load: lrc 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: RocksDB version: 7.9.2 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Git sha 0 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Compile date 2026-02-25 22:53:16 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: DB SUMMARY 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: DB Session ID: E2COXI6AOW22E9CQOOYU 2026-02-26T02:51:23.942 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: CURRENT file: CURRENT 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: IDENTITY file: IDENTITY 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 74981 ; 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.error_if_exists: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.create_if_missing: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.paranoid_checks: 1 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.env: 0x5577e3683dc0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.fs: PosixFileSystem 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.info_log: 0x5577e4d1d880 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_file_opening_threads: 16 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.statistics: (nil) 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.use_fsync: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_log_file_size: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.keep_log_file_num: 1000 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.recycle_log_file_num: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.allow_fallocate: 1 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.allow_mmap_reads: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.allow_mmap_writes: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.use_direct_reads: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.create_missing_column_families: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.db_log_dir: 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.wal_dir: 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.advise_random_on_open: 1 2026-02-26T02:51:23.943 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.db_write_buffer_size: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.write_buffer_manager: 0x5577e4d21900 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.rate_limiter: (nil) 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.wal_recovery_mode: 2 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.enable_thread_tracking: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.enable_pipelined_write: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.unordered_write: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.row_cache: None 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.wal_filter: None 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.allow_ingest_behind: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.two_write_queues: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.manual_wal_flush: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.wal_compression: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.atomic_flush: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.log_readahead_size: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.best_efforts_recovery: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.allow_data_in_errors: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.db_host_id: __hostname__ 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_background_jobs: 2 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_background_compactions: -1 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_subcompactions: 1 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-26T02:51:23.944 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_total_wal_size: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_open_files: -1 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bytes_per_sync: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_readahead_size: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_background_flushes: -1 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Compression algorithms supported: 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: kZSTD supported: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: kXpressCompression supported: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: kBZip2Compression supported: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: kLZ4Compression supported: 1 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: kZlibCompression supported: 1 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: kLZ4HCCompression supported: 1 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: kSnappyCompression supported: 1 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.merge_operator: 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_filter: None 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_filter_factory: None 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.sst_partitioner_factory: None 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5577e4d1c480) 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout: cache_index_and_filter_blocks: 1 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-26T02:51:23.945 INFO:journalctl@ceph.mon.a.trial009.stdout: pin_top_level_index_and_filter: 1 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: index_type: 0 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: data_block_index_type: 0 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: index_shortening: 1 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: checksum: 4 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: no_block_cache: 0 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: block_cache: 0x5577e4d41350 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: block_cache_name: BinnedLRUCache 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: block_cache_options: 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: capacity : 536870912 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: num_shard_bits : 4 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: strict_capacity_limit : 0 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: high_pri_pool_ratio: 0.000 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: block_cache_compressed: (nil) 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: persistent_cache: (nil) 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: block_size: 4096 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: block_size_deviation: 10 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: block_restart_interval: 16 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: index_block_restart_interval: 1 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: metadata_block_size: 4096 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: partition_filters: 0 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: use_delta_encoding: 1 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: filter_policy: bloomfilter 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: whole_key_filtering: 1 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: verify_compression: 0 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: read_amp_bytes_per_bit: 0 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: format_version: 5 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: enable_index_compression: 1 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: block_align: 0 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: max_auto_readahead_size: 262144 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: prepopulate_block_cache: 0 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: initial_auto_readahead_size: 8192 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout: num_file_reads_for_auto_readahead: 2 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.write_buffer_size: 33554432 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_write_buffer_number: 2 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression: NoCompression 2026-02-26T02:51:23.946 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression: Disabled 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.prefix_extractor: nullptr 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.num_levels: 7 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression_opts.level: 32767 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression_opts.strategy: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression_opts.enabled: false 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.target_file_size_base: 67108864 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-26T02:51:23.947 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.arena_block_size: 1048576 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.disable_auto_compactions: 0 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.inplace_update_support: 0 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.bloom_locality: 0 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.max_successive_merges: 0 2026-02-26T02:51:23.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.paranoid_file_checks: 0 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.force_consistency_checks: 1 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.report_bg_io_stats: 0 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.ttl: 2592000 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.enable_blob_files: false 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.min_blob_size: 0 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.blob_file_size: 268435456 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.blob_file_starting_level: 0 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: 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-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5dea7fbe-9ccd-497f-ab8c-fadd2bcc1bec 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772074283898886, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772074283899732, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 72122, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 223, "table_properties": {"data_size": 70393, "index_size": 178, "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": 9550, "raw_average_key_size": 49, "raw_value_size": 64965, "raw_average_value_size": 334, "num_data_blocks": 8, "num_entries": 194, "num_filter_entries": 194, "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": 1772074283, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5dea7fbe-9ccd-497f-ab8c-fadd2bcc1bec", "db_session_id": "E2COXI6AOW22E9CQOOYU", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772074283899783, "job": 1, "event": "recovery_finished"} 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: 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-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5577e4d42e00 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: DB pointer 0x5577e4e4e000 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout: ** DB Stats ** 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.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-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-26T02:51:23.949 INFO:journalctl@ceph.mon.a.trial009.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-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: ** Compaction Stats [default] ** 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.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-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: L0 2/0 72.29 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Sum 2/0 72.29 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: ** Compaction Stats [default] ** 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.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-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Cumulative compaction: 0.00 GB write, 23.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Interval compaction: 0.00 GB write, 23.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.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-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Block cache BinnedLRUCache@0x5577e4d41350#7 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.38 KB,7.15256e-05%) Misc(1,0.00 KB,0%) 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: starting mon.a rank 0 at public addrs [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] at bind addrs [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mon.a@-1(???) e1 preinit fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mon.a@-1(???).mds e1 new map 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mon.a@-1(???).mds e1 print_map 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: e1 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: btime 2026-02-26T02:51:22:440943+0000 2026-02-26T02:51:23.950 INFO:journalctl@ceph.mon.a.trial009.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-26T02:51:23.951 INFO:journalctl@ceph.mon.a.trial009.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-26T02:51:23.951 INFO:journalctl@ceph.mon.a.trial009.stdout: legacy client fscid: -1 2026-02-26T02:51:23.951 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-26T02:51:23.951 INFO:journalctl@ceph.mon.a.trial009.stdout: No filesystems configured 2026-02-26T02:51:23.951 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-26T02:51:23.951 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-26T02:51:23.951 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-26T02:51:23.951 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-26T02:51:23.951 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-26T02:51:24.157 INFO:teuthology.orchestra.run.trial009.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-26T02:51:24.158 INFO:teuthology.orchestra.run.trial009.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:24.158 INFO:teuthology.orchestra.run.trial009.stdout:Creating mgr... 2026-02-26T02:51:24.158 INFO:teuthology.orchestra.run.trial009.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-26T02:51:24.159 INFO:teuthology.orchestra.run.trial009.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-26T02:51:24.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-26T02:51:24.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: monmap epoch 1 2026-02-26T02:51:24.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:24.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: last_changed 2026-02-26T02:51:21.229370+0000 2026-02-26T02:51:24.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:51:24.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: min_mon_release 19 (squid) 2026-02-26T02:51:24.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: election_strategy: 1 2026-02-26T02:51:24.208 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a 2026-02-26T02:51:24.208 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: fsmap 2026-02-26T02:51:24.208 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: osdmap e1: 0 total, 0 up, 0 in 2026-02-26T02:51:24.208 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:23 trial009 ceph-mon[40292]: mgrmap e1: no daemons active 2026-02-26T02:51:24.294 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.a 2026-02-26T02:51:24.294 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to reset failed state of unit ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.a.service: Unit ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.a.service not loaded. 2026-02-26T02:51:24.410 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-003434e4-12be-11f1-af16-d404e6e7d460.target.wants/ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-003434e4-12be-11f1-af16-d404e6e7d460@.service. 2026-02-26T02:51:24.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:24 trial009 podman[40565]: 2026-02-26 02:51:24.512896643 +0000 UTC m=+0.015727907 container create 6f401f9731d7df48da2d41b464e8b5e0aef97e6550dd26f6bd0fca520436d5db (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.build-date=20260223, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-26T02:51:24.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:24 trial009 podman[40565]: 2026-02-26 02:51:24.5562211 +0000 UTC m=+0.059052364 container init 6f401f9731d7df48da2d41b464e8b5e0aef97e6550dd26f6bd0fca520436d5db (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a, OSD_FLAVOR=default, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.license=GPLv2) 2026-02-26T02:51:24.573 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-26T02:51:24.573 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout disabled 2026-02-26T02:51:24.579 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-26T02:51:24.579 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-26T02:51:24.579 INFO:teuthology.orchestra.run.trial009.stdout:firewalld.service is not enabled 2026-02-26T02:51:24.579 INFO:teuthology.orchestra.run.trial009.stdout:Not possible to enable service . firewalld.service is not available 2026-02-26T02:51:24.587 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-26T02:51:24.587 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout disabled 2026-02-26T02:51:24.593 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-26T02:51:24.593 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-26T02:51:24.593 INFO:teuthology.orchestra.run.trial009.stdout:firewalld.service is not enabled 2026-02-26T02:51:24.593 INFO:teuthology.orchestra.run.trial009.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-26T02:51:24.593 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mgr to start... 2026-02-26T02:51:24.593 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mgr... 2026-02-26T02:51:24.874 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:24 trial009 podman[40565]: 2026-02-26 02:51:24.560013414 +0000 UTC m=+0.062844678 container start 6f401f9731d7df48da2d41b464e8b5e0aef97e6550dd26f6bd0fca520436d5db (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-26T02:51:24.874 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:24 trial009 bash[40565]: 6f401f9731d7df48da2d41b464e8b5e0aef97e6550dd26f6bd0fca520436d5db 2026-02-26T02:51:24.874 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:24 trial009 podman[40565]: 2026-02-26 02:51:24.505775465 +0000 UTC m=+0.008606729 image pull d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 2026-02-26T02:51:24.874 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:24 trial009 systemd[1]: Started Ceph mgr.a for 003434e4-12be-11f1-af16-d404e6e7d460. 2026-02-26T02:51:24.886 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:24.886 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-26T02:51:24.886 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsid": "003434e4-12be-11f1-af16-d404e6e7d460", 2026-02-26T02:51:24.886 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "health": { 2026-02-26T02:51:24.886 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-26T02:51:24.886 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-26T02:51:24.886 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-26T02:51:24.886 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 0 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "a" 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:24.887 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-26T02:51:24.888 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:24.889 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "btime": "2026-02-26T02:51:22:440943+0000", 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-26T02:51:24.890 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "nfs", 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "restful" 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modified": "2026-02-26T02:51:22.441488+0000", 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-26T02:51:24.891 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-26T02:51:24.892 INFO:teuthology.orchestra.run.trial009.stdout:mgr not available, waiting (1/15)... 2026-02-26T02:51:25.129 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/43951319' entity='client.admin' 2026-02-26T02:51:25.129 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/648212907' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-26T02:51:25.130 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:24 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:24.950+0000 7f6e0368b140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-02-26T02:51:25.130 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.092+0000 7f6e0368b140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-26T02:51:25.130 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.126+0000 7f6e0368b140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-26T02:51:25.409 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.168+0000 7f6e0368b140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-26T02:51:25.409 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.199+0000 7f6e0368b140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-26T02:51:25.409 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.233+0000 7f6e0368b140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-26T02:51:25.409 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.298+0000 7f6e0368b140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-26T02:51:25.409 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: /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-26T02:51:25.409 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 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-26T02:51:25.409 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: from numpy import show_config as show_numpy_config 2026-02-26T02:51:25.409 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.372+0000 7f6e0368b140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-26T02:51:25.409 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.406+0000 7f6e0368b140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-26T02:51:25.665 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.502+0000 7f6e0368b140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-26T02:51:25.665 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.561+0000 7f6e0368b140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-26T02:51:25.665 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.595+0000 7f6e0368b140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-26T02:51:25.665 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.628+0000 7f6e0368b140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-26T02:51:25.666 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.662+0000 7f6e0368b140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-26T02:51:25.937 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.692+0000 7f6e0368b140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-26T02:51:26.190 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:25.934+0000 7f6e0368b140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-26T02:51:26.190 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:26.033+0000 7f6e0368b140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-26T02:51:26.190 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:26.063+0000 7f6e0368b140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-26T02:51:26.190 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:26.094+0000 7f6e0368b140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-26T02:51:26.191 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:26.187+0000 7f6e0368b140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-26T02:51:26.454 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:26.216+0000 7f6e0368b140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-26T02:51:26.454 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:26.309+0000 7f6e0368b140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-26T02:51:27.035 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:26.767+0000 7f6e0368b140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-26T02:51:27.035 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:26.796+0000 7f6e0368b140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-26T02:51:27.158 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:27.158 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-26T02:51:27.158 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsid": "003434e4-12be-11f1-af16-d404e6e7d460", 2026-02-26T02:51:27.158 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "health": { 2026-02-26T02:51:27.158 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-26T02:51:27.158 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-26T02:51:27.158 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-26T02:51:27.158 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 0 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "a" 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-26T02:51:27.159 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "btime": "2026-02-26T02:51:22:440943+0000", 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "nfs", 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "restful" 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:27.160 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-26T02:51:27.161 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:27.161 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modified": "2026-02-26T02:51:22.441488+0000", 2026-02-26T02:51:27.161 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-26T02:51:27.161 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:27.161 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-26T02:51:27.161 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-26T02:51:27.161 INFO:teuthology.orchestra.run.trial009.stdout:mgr not available, waiting (2/15)... 2026-02-26T02:51:27.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:27 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3983349071' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-26T02:51:27.454 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:27 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:27.204+0000 7f6e0368b140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-26T02:51:28.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: Activating manager daemon a 2026-02-26T02:51:28.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: mgrmap e2: a(active, starting, since 0.00235154s) 2026-02-26T02:51:28.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-26T02:51:28.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-26T02:51:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-26T02:51:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:51:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-02-26T02:51:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: Manager daemon a is now available 2026-02-26T02:51:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-02-26T02:51:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-02-26T02:51:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' 2026-02-26T02:51:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' 2026-02-26T02:51:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:28 trial009 ceph-mon[40292]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' 2026-02-26T02:51:29.453 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:29 trial009 ceph-mon[40292]: mgrmap e3: a(active, since 1.00521s) 2026-02-26T02:51:29.522 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsid": "003434e4-12be-11f1-af16-d404e6e7d460", 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "health": { 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 0 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "a" 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-26T02:51:29.525 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "btime": "2026-02-26T02:51:22:440943+0000", 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "nfs", 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "restful" 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modified": "2026-02-26T02:51:22.441488+0000", 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-26T02:51:29.526 INFO:teuthology.orchestra.run.trial009.stdout:mgr is available 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [global] 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout fsid = 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.9:3300,v1:10.20.193.9:6789] 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [osd] 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-26T02:51:29.860 INFO:teuthology.orchestra.run.trial009.stdout:Enabling cephadm module... 2026-02-26T02:51:30.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:30 trial009 ceph-mon[40292]: mgrmap e4: a(active, since 2s) 2026-02-26T02:51:30.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:30 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/2089202927' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-26T02:51:30.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:30 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/2616445763' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-02-26T02:51:30.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:30 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/2616445763' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-26T02:51:30.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:30 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3958966811' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-02-26T02:51:31.098 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:30 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: ignoring --setuser ceph since I am not root 2026-02-26T02:51:31.098 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:30 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: ignoring --setgroup ceph since I am not root 2026-02-26T02:51:31.223 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-26T02:51:31.223 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-26T02:51:31.223 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-26T02:51:31.223 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-26T02:51:31.223 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-26T02:51:31.223 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-26T02:51:31.223 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for the mgr to restart... 2026-02-26T02:51:31.223 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mgr epoch 5... 2026-02-26T02:51:31.378 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.150+0000 7fd3450b8140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-02-26T02:51:31.378 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.299+0000 7fd3450b8140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-26T02:51:31.379 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.334+0000 7fd3450b8140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-26T02:51:31.379 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.376+0000 7fd3450b8140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-26T02:51:31.704 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.408+0000 7fd3450b8140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-26T02:51:31.704 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.443+0000 7fd3450b8140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-26T02:51:31.704 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.509+0000 7fd3450b8140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-26T02:51:31.705 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: /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-26T02:51:31.705 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 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-26T02:51:31.705 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: from numpy import show_config as show_numpy_config 2026-02-26T02:51:31.705 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.583+0000 7fd3450b8140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-26T02:51:31.705 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.617+0000 7fd3450b8140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-26T02:51:32.145 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3958966811' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-26T02:51:32.145 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-mon[40292]: mgrmap e5: a(active, since 3s) 2026-02-26T02:51:32.145 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/2189668136' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-02-26T02:51:32.146 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.714+0000 7fd3450b8140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-26T02:51:32.146 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.774+0000 7fd3450b8140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-26T02:51:32.146 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.808+0000 7fd3450b8140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-26T02:51:32.146 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.842+0000 7fd3450b8140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-26T02:51:32.146 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.877+0000 7fd3450b8140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-26T02:51:32.146 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:31 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:31.907+0000 7fd3450b8140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-26T02:51:32.146 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:32 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:32.144+0000 7fd3450b8140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-26T02:51:32.402 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:32 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:32.244+0000 7fd3450b8140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-26T02:51:32.402 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:32 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:32.275+0000 7fd3450b8140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-26T02:51:32.402 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:32 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:32.306+0000 7fd3450b8140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-26T02:51:32.403 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:32 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:32.400+0000 7fd3450b8140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-26T02:51:32.704 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:32 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:32.429+0000 7fd3450b8140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-26T02:51:32.704 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:32 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:32.522+0000 7fd3450b8140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-26T02:51:33.417 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:32 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:32.987+0000 7fd3450b8140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-26T02:51:33.418 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:33.018+0000 7fd3450b8140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-26T02:51:33.704 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:33.415+0000 7fd3450b8140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-26T02:51:33.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: Active manager daemon a restarted 2026-02-26T02:51:33.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: Activating manager daemon a 2026-02-26T02:51:33.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: osdmap e2: 0 total, 0 up, 0 in 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: mgrmap e6: a(active, starting, since 0.00257471s) 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: Manager daemon a is now available 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:33.706 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:33.706 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-02-26T02:51:33.706 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:33 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-02-26T02:51:34.551 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-26T02:51:34.552 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-26T02:51:34.552 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-26T02:51:34.552 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-26T02:51:34.552 INFO:teuthology.orchestra.run.trial009.stdout:mgr epoch 5 is available 2026-02-26T02:51:34.552 INFO:teuthology.orchestra.run.trial009.stdout:Setting orchestrator backend to cephadm... 2026-02-26T02:51:35.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:34 trial009 ceph-mon[40292]: Found migration_current of "None". Setting to last migration. 2026-02-26T02:51:35.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:34 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:35.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:34 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:35.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:34 trial009 ceph-mon[40292]: mgrmap e7: a(active, since 1.00357s) 2026-02-26T02:51:35.229 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-26T02:51:35.229 INFO:teuthology.orchestra.run.trial009.stdout:Generating ssh key... 2026-02-26T02:51:35.758 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: Generating public/private ed25519 key pair. 2026-02-26T02:51:35.758 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: Your identification has been saved in /tmp/tmp6m3doee_/key 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: Your public key has been saved in /tmp/tmp6m3doee_/key.pub 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: The key fingerprint is: 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: SHA256:7Xn2HXRPOQ109+o76mxEeQ2f4EO31T17ViFvMLfi2uE ceph-003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: The key's randomart image is: 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: +--[ED25519 256]--+ 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: | +.o*| 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: | +B+O| 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: | oo+BO| 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: | . +o+*B| 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: | S .. +o==| 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: | . .=.o.+| 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: | oooE...| 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: | +...o.| 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: | o+.o..| 2026-02-26T02:51:35.759 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: +----[SHA256]-----+ 2026-02-26T02:51:35.907 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOmcvq/qvxvno4zLc7TmSlZXgTH5qYIoQumwaRoL86J3 ceph-003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:35.908 INFO:teuthology.orchestra.run.trial009.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-26T02:51:35.908 INFO:teuthology.orchestra.run.trial009.stdout:Adding key to root@localhost authorized_keys... 2026-02-26T02:51:35.908 INFO:teuthology.orchestra.run.trial009.stdout:Adding host trial009... 2026-02-26T02:51:36.024 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-mon[40292]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-26T02:51:36.024 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-mon[40292]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-26T02:51:36.024 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-mon[40292]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:36.025 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:36.025 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:36.025 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:36.025 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:35 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:36.877 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:36 trial009 ceph-mon[40292]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:36.878 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:36 trial009 ceph-mon[40292]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:36.878 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:36 trial009 ceph-mon[40292]: Generating ssh key... 2026-02-26T02:51:36.878 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:36 trial009 ceph-mon[40292]: mgrmap e8: a(active, since 2s) 2026-02-26T02:51:36.878 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:36 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:37.763 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout Added host 'trial009' with addr '10.20.193.9' 2026-02-26T02:51:37.763 INFO:teuthology.orchestra.run.trial009.stdout:Deploying unmanaged mon service... 2026-02-26T02:51:37.876 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:37.876 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:36] ENGINE Bus STARTING 2026-02-26T02:51:37.876 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial009", "addr": "10.20.193.9", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:37.876 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:36] ENGINE Serving on https://10.20.193.9:7150 2026-02-26T02:51:37.876 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:36] ENGINE Client ('10.20.193.9', 33692) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-26T02:51:37.877 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:36] ENGINE Serving on http://10.20.193.9:8765 2026-02-26T02:51:37.877 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:36] ENGINE Bus STARTED 2026-02-26T02:51:37.877 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: Deploying cephadm binary to trial009 2026-02-26T02:51:37.877 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:37.877 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:37 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:38.100 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-26T02:51:38.100 INFO:teuthology.orchestra.run.trial009.stdout:Deploying unmanaged mgr service... 2026-02-26T02:51:38.441 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-26T02:51:39.105 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: Added host trial009 2026-02-26T02:51:39.105 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:39.105 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:39.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:39.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:39.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3641305812' entity='client.admin' 2026-02-26T02:51:39.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:39.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:39.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:trial009", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:51:39.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:39.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.trial009", "caps": []}]: dispatch 2026-02-26T02:51:39.106 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:38 trial009 ceph-mon[40292]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial009", "caps": []}]': finished 2026-02-26T02:51:39.110 INFO:teuthology.orchestra.run.trial009.stdout:Enabling the dashboard module... 2026-02-26T02:51:40.018 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:39 trial009 ceph-mon[40292]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:40.019 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:39 trial009 ceph-mon[40292]: Saving service mon spec with placement count:5 2026-02-26T02:51:40.019 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:39 trial009 ceph-mon[40292]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:40.019 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:39 trial009 ceph-mon[40292]: Saving service mgr spec with placement count:2 2026-02-26T02:51:40.019 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:39 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1352614103' entity='client.admin' 2026-02-26T02:51:40.019 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:39 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3734319925' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-02-26T02:51:40.354 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: ignoring --setuser ceph since I am not root 2026-02-26T02:51:40.354 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: ignoring --setgroup ceph since I am not root 2026-02-26T02:51:40.477 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-26T02:51:40.478 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-26T02:51:40.478 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-26T02:51:40.478 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-26T02:51:40.478 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-26T02:51:40.478 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-26T02:51:40.478 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for the mgr to restart... 2026-02-26T02:51:40.478 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mgr epoch 9... 2026-02-26T02:51:40.626 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.397+0000 7f752587a140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-02-26T02:51:40.626 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.546+0000 7f752587a140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-26T02:51:40.626 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.582+0000 7f752587a140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-26T02:51:40.626 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.624+0000 7f752587a140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-26T02:51:40.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-mon[40292]: Deploying daemon agent.trial009 on trial009 2026-02-26T02:51:40.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3734319925' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-26T02:51:40.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-mon[40292]: mgrmap e9: a(active, since 6s) 2026-02-26T02:51:40.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1391045871' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-02-26T02:51:40.955 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.655+0000 7f752587a140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-26T02:51:40.955 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.689+0000 7f752587a140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-26T02:51:40.955 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.755+0000 7f752587a140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-26T02:51:40.955 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: /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-26T02:51:40.955 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 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-26T02:51:40.955 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: from numpy import show_config as show_numpy_config 2026-02-26T02:51:40.955 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.827+0000 7f752587a140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-26T02:51:40.956 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.861+0000 7f752587a140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-26T02:51:41.383 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:40 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:40.959+0000 7f752587a140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-26T02:51:41.383 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.018+0000 7f752587a140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-26T02:51:41.383 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.051+0000 7f752587a140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-26T02:51:41.383 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.084+0000 7f752587a140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-26T02:51:41.383 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.118+0000 7f752587a140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-26T02:51:41.383 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.148+0000 7f752587a140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-26T02:51:41.383 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.381+0000 7f752587a140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-26T02:51:41.635 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.479+0000 7f752587a140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-26T02:51:41.636 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.510+0000 7f752587a140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-26T02:51:41.636 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.541+0000 7f752587a140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-26T02:51:41.636 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.634+0000 7f752587a140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-26T02:51:41.954 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.663+0000 7f752587a140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-26T02:51:41.954 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:41 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:41.756+0000 7f752587a140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-26T02:51:42.670 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:42.232+0000 7f752587a140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-26T02:51:42.670 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:42.262+0000 7f752587a140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:51:42.668+0000 7f752587a140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: Active manager daemon a restarted 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: Activating manager daemon a 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: osdmap e3: 0 total, 0 up, 0 in 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: mgrmap e10: a(active, starting, since 0.0025632s) 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: Manager daemon a is now available 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-02-26T02:51:42.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-02-26T02:51:43.802 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-26T02:51:43.802 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-26T02:51:43.803 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-26T02:51:43.803 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-26T02:51:43.803 INFO:teuthology.orchestra.run.trial009.stdout:mgr epoch 9 is available 2026-02-26T02:51:43.803 INFO:teuthology.orchestra.run.trial009.stdout:Generating a dashboard self-signed certificate... 2026-02-26T02:51:44.185 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2026-02-26T02:51:44.185 INFO:teuthology.orchestra.run.trial009.stdout:Creating initial admin user... 2026-02-26T02:51:44.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:44.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:trial009", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:51:44.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:44.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.trial009", "caps": []}]: dispatch 2026-02-26T02:51:44.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: Deploying daemon agent.trial009 on trial009 2026-02-26T02:51:44.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:43] ENGINE Bus STARTING 2026-02-26T02:51:44.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:43] ENGINE Serving on http://10.20.193.9:8765 2026-02-26T02:51:44.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-26T02:51:44.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: mgrmap e11: a(active, since 1.00389s) 2026-02-26T02:51:44.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-26T02:51:44.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:43] ENGINE Serving on https://10.20.193.9:7150 2026-02-26T02:51:44.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:43] ENGINE Bus STARTED 2026-02-26T02:51:44.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: [26/Feb/2026:02:51:43] ENGINE Client ('10.20.193.9', 43104) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-26T02:51:44.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:44.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:44.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:44 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:44.664 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$EhJmWd7GwHBAH2fIi5uoieWLZT.AdE0JPMwG/4SjqNkfYI.ey8ws.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1772074304, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-26T02:51:44.665 INFO:teuthology.orchestra.run.trial009.stdout:Fetching dashboard port number... 2026-02-26T02:51:44.992 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 8443 2026-02-26T02:51:45.000 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-26T02:51:45.000 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout disabled 2026-02-26T02:51:45.006 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-26T02:51:45.006 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-26T02:51:45.006 INFO:teuthology.orchestra.run.trial009.stdout:firewalld.service is not enabled 2026-02-26T02:51:45.007 INFO:teuthology.orchestra.run.trial009.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-26T02:51:45.007 INFO:teuthology.orchestra.run.trial009.stdout:Ceph Dashboard is now available at: 2026-02-26T02:51:45.007 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.008 INFO:teuthology.orchestra.run.trial009.stdout: URL: https://trial009:8443/ 2026-02-26T02:51:45.008 INFO:teuthology.orchestra.run.trial009.stdout: User: admin 2026-02-26T02:51:45.008 INFO:teuthology.orchestra.run.trial009.stdout: Password: xyuu98jaxn 2026-02-26T02:51:45.008 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.008 INFO:teuthology.orchestra.run.trial009.stdout:Saving cluster configuration to /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config directory 2026-02-26T02:51:45.375 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-26T02:51:45.375 INFO:teuthology.orchestra.run.trial009.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-26T02:51:45.375 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout:Or, if you are only running a single cluster on this host: 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout: ceph telemetry on 2026-02-26T02:51:45.376 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.377 INFO:teuthology.orchestra.run.trial009.stdout:For more information see: 2026-02-26T02:51:45.377 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.377 INFO:teuthology.orchestra.run.trial009.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-26T02:51:45.377 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:45.377 INFO:teuthology.orchestra.run.trial009.stdout:Bootstrap complete. 2026-02-26T02:51:45.402 INFO:tasks.cephadm:Fetching config... 2026-02-26T02:51:45.402 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:51:45.402 DEBUG:teuthology.orchestra.run.trial009:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-26T02:51:45.419 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-26T02:51:45.419 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:51:45.420 DEBUG:teuthology.orchestra.run.trial009:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-26T02:51:45.476 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-26T02:51:45.476 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:51:45.476 DEBUG:teuthology.orchestra.run.trial009:> sudo dd if=/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-26T02:51:45.563 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-26T02:51:45.563 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:51:45.563 DEBUG:teuthology.orchestra.run.trial009:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-26T02:51:45.619 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-26T02:51:45.619 DEBUG:teuthology.orchestra.run.trial009:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOmcvq/qvxvno4zLc7TmSlZXgTH5qYIoQumwaRoL86J3 ceph-003434e4-12be-11f1-af16-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-26T02:51:45.640 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:45 trial009 ceph-mon[40292]: from='client.14164 -' 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-26T02:51:45.640 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:45 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:45.640 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:45 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/765964445' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-02-26T02:51:45.640 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:45 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1407871824' entity='client.admin' 2026-02-26T02:51:45.717 INFO:teuthology.orchestra.run.trial009.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOmcvq/qvxvno4zLc7TmSlZXgTH5qYIoQumwaRoL86J3 ceph-003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:45.727 DEBUG:teuthology.orchestra.run.trial030:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOmcvq/qvxvno4zLc7TmSlZXgTH5qYIoQumwaRoL86J3 ceph-003434e4-12be-11f1-af16-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-26T02:51:45.762 INFO:teuthology.orchestra.run.trial030.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOmcvq/qvxvno4zLc7TmSlZXgTH5qYIoQumwaRoL86J3 ceph-003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:45.771 DEBUG:teuthology.orchestra.run.trial151:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOmcvq/qvxvno4zLc7TmSlZXgTH5qYIoQumwaRoL86J3 ceph-003434e4-12be-11f1-af16-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-26T02:51:45.806 INFO:teuthology.orchestra.run.trial151.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOmcvq/qvxvno4zLc7TmSlZXgTH5qYIoQumwaRoL86J3 ceph-003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:45.818 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-26T02:51:46.051 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:51:46.421 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-26T02:51:46.421 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-26T02:51:46.637 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:51:46.700 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: mgrmap e12: a(active, since 2s) 2026-02-26T02:51:46.700 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.700 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.700 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.700 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/2817891834' entity='client.admin' 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:46.701 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:46 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:47.010 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial030 2026-02-26T02:51:47.011 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:51:47.011 DEBUG:teuthology.orchestra.run.trial030:> dd of=/etc/ceph/ceph.conf 2026-02-26T02:51:47.029 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:51:47.030 DEBUG:teuthology.orchestra.run.trial030:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:47.086 INFO:tasks.cephadm:Adding host trial030 to orchestrator... 2026-02-26T02:51:47.087 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch host add trial030 2026-02-26T02:51:47.237 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:51:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:47.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:47.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:47.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: Updating trial009:/etc/ceph/ceph.conf 2026-02-26T02:51:47.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: Updating trial009:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:51:47.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:47.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:47.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:47.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:47.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:48.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:48 trial009 ceph-mon[40292]: Updating trial009:/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:48.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:48 trial009 ceph-mon[40292]: Updating trial009:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-26T02:51:48.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:48 trial009 ceph-mon[40292]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial030", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:48.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:48 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:48.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:48 trial009 ceph-mon[40292]: Deploying cephadm binary to trial030 2026-02-26T02:51:48.997 INFO:teuthology.orchestra.run.trial009.stdout:Added host 'trial030' with addr '10.20.193.30' 2026-02-26T02:51:49.144 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-26T02:51:49.289 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:51:49.508 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:49.508 INFO:teuthology.orchestra.run.trial009.stdout:[{"addr": "10.20.193.9", "hostname": "trial009", "labels": [], "status": ""}, {"addr": "10.20.193.30", "hostname": "trial030", "labels": [], "status": ""}] 2026-02-26T02:51:49.646 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial151 2026-02-26T02:51:49.646 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:51:49.646 DEBUG:teuthology.orchestra.run.trial151:> dd of=/etc/ceph/ceph.conf 2026-02-26T02:51:49.664 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:51:49.664 DEBUG:teuthology.orchestra.run.trial151:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:49.722 INFO:tasks.cephadm:Adding host trial151 to orchestrator... 2026-02-26T02:51:49.722 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch host add trial151 2026-02-26T02:51:49.868 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:51:49.889 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: mgrmap e13: a(active, since 6s) 2026-02-26T02:51:49.890 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:49.890 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: Added host trial030 2026-02-26T02:51:49.890 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:49.890 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:49.890 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:49.890 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:49.890 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:51:49.890 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:49.890 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:51.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: Updating trial030:/etc/ceph/ceph.conf 2026-02-26T02:51:51.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: Updating trial030:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:51:51.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:51:51.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: Updating trial030:/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: Updating trial030:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []}]: dispatch 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []}]': finished 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:51.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:51.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:51.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:51.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:51.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:51.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.595 INFO:teuthology.orchestra.run.trial009.stdout:Added host 'trial151' with addr '10.20.193.151' 2026-02-26T02:51:51.739 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-26T02:51:51.885 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:51:51.906 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial151", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:51.906 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: Deploying daemon agent.trial030 on trial030 2026-02-26T02:51:51.906 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: Deploying cephadm binary to trial151 2026-02-26T02:51:51.906 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:51.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:51.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:52.096 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:51:52.096 INFO:teuthology.orchestra.run.trial009.stdout:[{"addr": "10.20.193.9", "hostname": "trial009", "labels": [], "status": ""}, {"addr": "10.20.193.30", "hostname": "trial030", "labels": [], "status": ""}, {"addr": "10.20.193.151", "hostname": "trial151", "labels": [], "status": ""}] 2026-02-26T02:51:52.234 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-26T02:51:52.234 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd crush tunables default 2026-02-26T02:51:52.379 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: Added host trial151 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:trial151", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: Updating trial151:/etc/ceph/ceph.conf 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: Updating trial151:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.trial151", "caps": []}]: dispatch 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial151", "caps": []}]': finished 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/740052558' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-02-26T02:51:53.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:53.376 INFO:teuthology.orchestra.run.trial009.stderr:adjusted tunables profile to default 2026-02-26T02:51:53.516 INFO:tasks.cephadm:Adding mon.a on trial009 2026-02-26T02:51:53.516 INFO:tasks.cephadm:Adding mon.b on trial030 2026-02-26T02:51:53.516 INFO:tasks.cephadm:Adding mon.c on trial151 2026-02-26T02:51:53.517 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch apply mon '3;trial009:10.20.193.9=a;trial030:10.20.193.30=b;trial151:10.20.193.151=c' 2026-02-26T02:51:53.670 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:51:53.956 INFO:teuthology.orchestra.run.trial151.stdout:Scheduled mon update... 2026-02-26T02:51:54.098 DEBUG:teuthology.orchestra.run.trial030:mon.b> sudo journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.b.service 2026-02-26T02:51:54.101 DEBUG:teuthology.orchestra.run.trial151:mon.c> sudo journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.c.service 2026-02-26T02:51:54.104 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-26T02:51:54.104 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph mon dump -f json 2026-02-26T02:51:54.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:51:54.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: Updating trial151:/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:54.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: Updating trial151:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-26T02:51:54.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: Deploying daemon agent.trial151 on trial151 2026-02-26T02:51:54.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:54.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:54.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:54.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/740052558' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-26T02:51:54.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: osdmap e4: 0 total, 0 up, 0 in 2026-02-26T02:51:54.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:54.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:54.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:54.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:54.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:54.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:54.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:54.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:54.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:54.207 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:54.208 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:54.421 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:51:54.736 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:51:54.736 INFO:teuthology.orchestra.run.trial151.stdout:{"epoch":1,"fsid":"003434e4-12be-11f1-af16-d404e6e7d460","modified":"2026-02-26T02:51:21.229370Z","created":"2026-02-26T02:51:21.229370Z","min_mon_release":19,"min_mon_release_name":"squid","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:3300","nonce":0},{"type":"v1","addr":"10.20.193.9:6789","nonce":0}]},"addr":"10.20.193.9:6789/0","public_addr":"10.20.193.9:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-26T02:51:54.736 INFO:teuthology.orchestra.run.trial151.stderr:dumped monmap epoch 1 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial009:10.20.193.9=a;trial030:10.20.193.30=b;trial151:10.20.193.151=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: Saving service mon spec with placement trial009:10.20.193.9=a;trial030:10.20.193.30=b;trial151:10.20.193.151=c;count:3 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: Deploying daemon mon.c on trial151 2026-02-26T02:51:55.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:51:54 trial009 ceph-mon[40292]: from='client.? 10.20.193.151:0/379085154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.518 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 podman[41483]: 2026-02-26 02:51:55.481289868 +0000 UTC m=+0.015522463 container create 0445cbc3e8b19b2b4d591b87a0f945cf65d2f004849ee04cd5f3950d1c33fa2c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-c, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, io.buildah.version=1.41.3, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5) 2026-02-26T02:51:55.518 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 podman[41483]: 2026-02-26 02:51:55.517039994 +0000 UTC m=+0.051272589 container init 0445cbc3e8b19b2b4d591b87a0f945cf65d2f004849ee04cd5f3950d1c33fa2c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-c, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.license=GPLv2, ceph=True) 2026-02-26T02:51:55.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 podman[41483]: 2026-02-26 02:51:55.520534532 +0000 UTC m=+0.054767127 container start 0445cbc3e8b19b2b4d591b87a0f945cf65d2f004849ee04cd5f3950d1c33fa2c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-c, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.41.3, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.license=GPLv2, org.label-schema.build-date=20260223, 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.vendor=CentOS, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-26T02:51:55.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 bash[41483]: 0445cbc3e8b19b2b4d591b87a0f945cf65d2f004849ee04cd5f3950d1c33fa2c 2026-02-26T02:51:55.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 podman[41483]: 2026-02-26 02:51:55.474371875 +0000 UTC m=+0.008604470 image pull d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644 2026-02-26T02:51:55.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 systemd[1]: Started Ceph mon.c for 003434e4-12be-11f1-af16-d404e6e7d460. 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: set uid:gid to 167:167 (ceph:ceph) 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: ceph version 19.2.3-687-g8d724284 (8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5) squid (stable), process ceph-mon, pid 7 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: pidfile_write: ignore empty --pid-file 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: load: jerasure load: lrc 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: RocksDB version: 7.9.2 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Git sha 0 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Compile date 2026-02-25 22:53:16 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: DB SUMMARY 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: DB Session ID: AAA8K9NT4K1A4FMYV9UO 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: CURRENT file: CURRENT 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: IDENTITY file: IDENTITY 2026-02-26T02:51:55.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.error_if_exists: 0 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.create_if_missing: 0 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.paranoid_checks: 1 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.env: 0x5649dd9bbdc0 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.fs: PosixFileSystem 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.info_log: 0x5649dfac9880 2026-02-26T02:51:55.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_file_opening_threads: 16 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.statistics: (nil) 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.use_fsync: 0 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_log_file_size: 0 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.keep_log_file_num: 1000 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.recycle_log_file_num: 0 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.allow_fallocate: 1 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.allow_mmap_reads: 0 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.allow_mmap_writes: 0 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.use_direct_reads: 0 2026-02-26T02:51:55.795 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.create_missing_column_families: 0 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.db_log_dir: 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.wal_dir: 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.advise_random_on_open: 1 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.db_write_buffer_size: 0 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.write_buffer_manager: 0x5649dfacd900 2026-02-26T02:51:55.796 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.rate_limiter: (nil) 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.wal_recovery_mode: 2 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.enable_thread_tracking: 0 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.enable_pipelined_write: 0 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.unordered_write: 0 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-26T02:51:55.797 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.row_cache: None 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.wal_filter: None 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.allow_ingest_behind: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.two_write_queues: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.manual_wal_flush: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.wal_compression: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.atomic_flush: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.log_readahead_size: 0 2026-02-26T02:51:55.798 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.best_efforts_recovery: 0 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.allow_data_in_errors: 0 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.db_host_id: __hostname__ 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_background_jobs: 2 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_background_compactions: -1 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_subcompactions: 1 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-26T02:51:55.799 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_total_wal_size: 0 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_open_files: -1 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bytes_per_sync: 0 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_readahead_size: 0 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_background_flushes: -1 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Compression algorithms supported: 2026-02-26T02:51:55.800 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: kZSTD supported: 0 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: kXpressCompression supported: 0 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: kBZip2Compression supported: 0 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: kLZ4Compression supported: 1 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: kZlibCompression supported: 1 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: kLZ4HCCompression supported: 1 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: kSnappyCompression supported: 1 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-26T02:51:55.801 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.merge_operator: 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_filter: None 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_filter_factory: None 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.sst_partitioner_factory: None 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5649dfac8480) 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout: cache_index_and_filter_blocks: 1 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout: pin_top_level_index_and_filter: 1 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout: index_type: 0 2026-02-26T02:51:55.802 INFO:journalctl@ceph.mon.c.trial151.stdout: data_block_index_type: 0 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: index_shortening: 1 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: checksum: 4 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: no_block_cache: 0 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: block_cache: 0x5649dfaed350 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: block_cache_name: BinnedLRUCache 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: block_cache_options: 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: capacity : 536870912 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: num_shard_bits : 4 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: strict_capacity_limit : 0 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: high_pri_pool_ratio: 0.000 2026-02-26T02:51:55.803 INFO:journalctl@ceph.mon.c.trial151.stdout: block_cache_compressed: (nil) 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: persistent_cache: (nil) 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: block_size: 4096 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: block_size_deviation: 10 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: block_restart_interval: 16 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: index_block_restart_interval: 1 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: metadata_block_size: 4096 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: partition_filters: 0 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: use_delta_encoding: 1 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: filter_policy: bloomfilter 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: whole_key_filtering: 1 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: verify_compression: 0 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: read_amp_bytes_per_bit: 0 2026-02-26T02:51:55.804 INFO:journalctl@ceph.mon.c.trial151.stdout: format_version: 5 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout: enable_index_compression: 1 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout: block_align: 0 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout: max_auto_readahead_size: 262144 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout: prepopulate_block_cache: 0 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout: initial_auto_readahead_size: 8192 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout: num_file_reads_for_auto_readahead: 2 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.write_buffer_size: 33554432 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_write_buffer_number: 2 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression: NoCompression 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression: Disabled 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.prefix_extractor: nullptr 2026-02-26T02:51:55.805 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.num_levels: 7 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-26T02:51:55.806 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression_opts.level: 32767 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression_opts.strategy: 0 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression_opts.enabled: false 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-26T02:51:55.807 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.target_file_size_base: 67108864 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-26T02:51:55.808 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.arena_block_size: 1048576 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.disable_auto_compactions: 0 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-26T02:51:55.809 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.inplace_update_support: 0 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-26T02:51:55.810 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.bloom_locality: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.max_successive_merges: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.paranoid_file_checks: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.force_consistency_checks: 1 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.report_bg_io_stats: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.ttl: 2592000 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.enable_blob_files: false 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.min_blob_size: 0 2026-02-26T02:51:55.811 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.blob_file_size: 268435456 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.blob_file_starting_level: 0 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f4f459f0-f354-4811-ac58-4da62d9fcca2 2026-02-26T02:51:55.812 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772074315539217, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772074315539559, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1647, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1772074315, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f4f459f0-f354-4811-ac58-4da62d9fcca2", "db_session_id": "AAA8K9NT4K1A4FMYV9UO", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: EVENT_LOG_v1 {"time_micros": 1772074315539623, "job": 1, "event": "recovery_finished"} 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5649dfaeee00 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: DB pointer 0x5649dfbfa000 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c does not exist in monmap, will attempt to join an existing cluster 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout: ** DB Stats ** 2026-02-26T02:51:55.813 INFO:journalctl@ceph.mon.c.trial151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.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-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.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-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.stdout: 2026-02-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.stdout: ** Compaction Stats [default] ** 2026-02-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.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-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-26T02:51:55.814 INFO:journalctl@ceph.mon.c.trial151.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.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 4.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: ** Compaction Stats [default] ** 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.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-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.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 4.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-26T02:51:55.815 INFO:journalctl@ceph.mon.c.trial151.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout: Cumulative compaction: 0.00 GB write, 0.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout: Interval compaction: 0.00 GB write, 0.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.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-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout: Block cache BinnedLRUCache@0x5649dfaed350#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout: 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: using public_addr v2:10.20.193.151:0/0 -> [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: starting mon.c rank -1 at public addrs [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] at bind addrs [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(???) e0 preinit fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:55.816 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).mds e1 new map 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).mds e1 print_map 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout: e1 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout: btime 2026-02-26T02:51:22:440943+0000 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.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-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout: legacy client fscid: -1 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout: 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout: No filesystems configured 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-26T02:51:55.817 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mkfs 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: monmap epoch 1 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: last_changed 2026-02-26T02:51:21.229370+0000 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:51:55.818 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: min_mon_release 19 (squid) 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: election_strategy: 1 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: fsmap 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: osdmap e1: 0 total, 0 up, 0 in 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e1: no daemons active 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/43951319' entity='client.admin' 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/648212907' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3983349071' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Activating manager daemon a 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e2: a(active, starting, since 0.00235154s) 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-26T02:51:55.819 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Manager daemon a is now available 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14100 10.20.193.9:0/3320893796' entity='mgr.a' 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e3: a(active, since 1.00521s) 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e4: a(active, since 2s) 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/2089202927' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/2616445763' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/2616445763' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3958966811' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3958966811' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e5: a(active, since 3s) 2026-02-26T02:51:55.820 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/2189668136' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Active manager daemon a restarted 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Activating manager daemon a 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: osdmap e2: 0 total, 0 up, 0 in 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e6: a(active, starting, since 0.00257471s) 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Manager daemon a is now available 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.821 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Found migration_current of "None". Setting to last migration. 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e7: a(active, since 1.00357s) 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.822 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Generating ssh key... 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e8: a(active, since 2s) 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:36] ENGINE Bus STARTING 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial009", "addr": "10.20.193.9", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:36] ENGINE Serving on https://10.20.193.9:7150 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:36] ENGINE Client ('10.20.193.9', 33692) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:36] ENGINE Serving on http://10.20.193.9:8765 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:36] ENGINE Bus STARTED 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Deploying cephadm binary to trial009 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.823 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Added host trial009 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3641305812' entity='client.admin' 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:trial009", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.trial009", "caps": []}]: dispatch 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14118 10.20.193.9:0/3788649629' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial009", "caps": []}]': finished 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Saving service mon spec with placement count:5 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.824 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Saving service mgr spec with placement count:2 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1352614103' entity='client.admin' 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3734319925' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Deploying daemon agent.trial009 on trial009 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3734319925' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e9: a(active, since 6s) 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1391045871' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Active manager daemon a restarted 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Activating manager daemon a 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: osdmap e3: 0 total, 0 up, 0 in 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e10: a(active, starting, since 0.0025632s) 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-26T02:51:55.825 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Manager daemon a is now available 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:trial009", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.trial009", "caps": []}]: dispatch 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Deploying daemon agent.trial009 on trial009 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:43] ENGINE Bus STARTING 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:43] ENGINE Serving on http://10.20.193.9:8765 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e11: a(active, since 1.00389s) 2026-02-26T02:51:55.826 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:43] ENGINE Serving on https://10.20.193.9:7150 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:43] ENGINE Bus STARTED 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: [26/Feb/2026:02:51:43] ENGINE Client ('10.20.193.9', 43104) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14164 -' 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-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/765964445' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1407871824' entity='client.admin' 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e12: a(active, since 2s) 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.827 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/2817891834' entity='client.admin' 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.828 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial009:/etc/ceph/ceph.conf 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial009:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial009:/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial009:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial030", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Deploying cephadm binary to trial030 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mgrmap e13: a(active, since 6s) 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Added host trial030 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:trial030", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial030:/etc/ceph/ceph.conf 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial030:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial030:/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial030:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.829 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial030", "caps": []}]': finished 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial151", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Deploying daemon agent.trial030 on trial030 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Deploying cephadm binary to trial151 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Added host trial151 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:trial151", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial151:/etc/ceph/ceph.conf 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial151:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.trial151", "caps": []}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial151", "caps": []}]': finished 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/740052558' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial151:/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Updating trial151:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Deploying daemon agent.trial151 on trial151 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/740052558' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-26T02:51:55.830 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: osdmap e4: 0 total, 0 up, 0 in 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial009:10.20.193.9=a;trial030:10.20.193.30=b;trial151:10.20.193.151=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Saving service mon spec with placement trial009:10.20.193.9=a;trial030:10.20.193.30=b;trial151:10.20.193.151=c;count:3 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: Deploying daemon mon.c on trial151 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.151:0/379085154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:51:55.831 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:51:55 trial151 ceph-mon[41532]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-26T02:51:55.958 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-26T02:51:55.959 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph mon dump -f json 2026-02-26T02:51:56.111 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.c/config 2026-02-26T02:52:00.760 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:52:00.760 INFO:teuthology.orchestra.run.trial151.stdout:{"epoch":2,"fsid":"003434e4-12be-11f1-af16-d404e6e7d460","modified":"2026-02-26T02:51:55.561718Z","created":"2026-02-26T02:51:21.229370Z","min_mon_release":19,"min_mon_release_name":"squid","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:3300","nonce":0},{"type":"v1","addr":"10.20.193.9:6789","nonce":0}]},"addr":"10.20.193.9:6789/0","public_addr":"10.20.193.9:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:3300","nonce":0},{"type":"v1","addr":"10.20.193.151:6789","nonce":0}]},"addr":"10.20.193.151:6789/0","public_addr":"10.20.193.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-02-26T02:52:00.760 INFO:teuthology.orchestra.run.trial151.stderr:dumped monmap epoch 2 2026-02-26T02:52:00.879 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:00.879 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.879 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: mon.a calling monitor election 2026-02-26T02:52:00.879 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.879 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: mon.c calling monitor election 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: monmap epoch 2 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: last_changed 2026-02-26T02:51:55.561718+0000 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: min_mon_release 19 (squid) 2026-02-26T02:52:00.880 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: election_strategy: 1 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.c 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: fsmap 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: osdmap e4: 0 total, 0 up, 0 in 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: mgrmap e13: a(active, since 17s) 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: overall HEALTH_OK 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:00.881 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:00.882 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:00 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:00.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:00.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: mon.a calling monitor election 2026-02-26T02:52:00.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: mon.c calling monitor election 2026-02-26T02:52:00.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:00.956 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-26T02:52:00.956 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: monmap epoch 2 2026-02-26T02:52:00.956 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:52:00.956 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: last_changed 2026-02-26T02:51:55.561718+0000 2026-02-26T02:52:00.956 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:52:00.956 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: min_mon_release 19 (squid) 2026-02-26T02:52:00.956 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: election_strategy: 1 2026-02-26T02:52:00.956 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a 2026-02-26T02:52:00.956 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.c 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: fsmap 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: osdmap e4: 0 total, 0 up, 0 in 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: mgrmap e13: a(active, since 17s) 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: overall HEALTH_OK 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:00.957 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:00 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:01.901 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-26T02:52:01.901 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph mon dump -f json 2026-02-26T02:52:01.926 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:01 trial151 ceph-mon[41532]: Deploying daemon mon.b on trial030 2026-02-26T02:52:01.926 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:01 trial151 ceph-mon[41532]: from='client.? 10.20.193.151:0/1667191941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:52:01.926 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:01 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:01.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:01 trial009 ceph-mon[40292]: Deploying daemon mon.b on trial030 2026-02-26T02:52:01.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:01 trial009 ceph-mon[40292]: from='client.? 10.20.193.151:0/1667191941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:52:01.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:01 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:02.051 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.c/config 2026-02-26T02:52:02.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:02 trial030 ceph-mon[41411]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-26T02:52:07.332 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: mon.a calling monitor election 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: mon.c calling monitor election 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: mon.b calling monitor election 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: monmap epoch 3 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: last_changed 2026-02-26T02:52:02.017171+0000 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:52:07.333 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: min_mon_release 19 (squid) 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: election_strategy: 1 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.c 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: 2: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.b 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: fsmap 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: osdmap e4: 0 total, 0 up, 0 in 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: mgrmap e13: a(active, since 24s) 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: overall HEALTH_OK 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.334 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:07.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:07.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: mon.a calling monitor election 2026-02-26T02:52:07.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: mon.c calling monitor election 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: mon.b calling monitor election 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-26T02:52:07.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: monmap epoch 3 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: last_changed 2026-02-26T02:52:02.017171+0000 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: min_mon_release 19 (squid) 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: election_strategy: 1 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.c 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: 2: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.b 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: fsmap 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: osdmap e4: 0 total, 0 up, 0 in 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: mgrmap e13: a(active, since 24s) 2026-02-26T02:52:07.419 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: overall HEALTH_OK 2026-02-26T02:52:07.420 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.420 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.420 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.420 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.420 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.420 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.420 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: mon.a calling monitor election 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: mon.c calling monitor election 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: mon.b calling monitor election 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: monmap epoch 3 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: last_changed 2026-02-26T02:52:02.017171+0000 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: min_mon_release 19 (squid) 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: election_strategy: 1 2026-02-26T02:52:07.540 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.c 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: 2: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.b 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: fsmap 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: osdmap e4: 0 total, 0 up, 0 in 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: mgrmap e13: a(active, since 24s) 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: overall HEALTH_OK 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:07.541 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.256 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:08.256 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:08.256 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:08.256 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: Updating trial009:/etc/ceph/ceph.conf 2026-02-26T02:52:08.256 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: Updating trial030:/etc/ceph/ceph.conf 2026-02-26T02:52:08.256 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: Updating trial151:/etc/ceph/ceph.conf 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: Updating trial009:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: Updating trial030:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: Updating trial151:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.257 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-26T02:52:08.258 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: Reconfiguring mon.a (unknown last config time)... 2026-02-26T02:52:08.258 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:08.258 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:52:08.258 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:08.258 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: Reconfiguring daemon mon.a on trial009 2026-02-26T02:52:08.258 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:08.262 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:08.262 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:08.262 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:08.262 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: Updating trial009:/etc/ceph/ceph.conf 2026-02-26T02:52:08.262 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: Updating trial030:/etc/ceph/ceph.conf 2026-02-26T02:52:08.262 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: Updating trial151:/etc/ceph/ceph.conf 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: Updating trial009:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: Updating trial030:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: Updating trial151:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.263 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-26T02:52:08.264 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: Reconfiguring mon.a (unknown last config time)... 2026-02-26T02:52:08.264 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:08.264 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:52:08.264 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:08.264 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: Reconfiguring daemon mon.a on trial009 2026-02-26T02:52:08.264 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:08.305 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:52:08.305 INFO:teuthology.orchestra.run.trial151.stdout:{"epoch":3,"fsid":"003434e4-12be-11f1-af16-d404e6e7d460","modified":"2026-02-26T02:52:02.017171Z","created":"2026-02-26T02:51:21.229370Z","min_mon_release":19,"min_mon_release_name":"squid","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:3300","nonce":0},{"type":"v1","addr":"10.20.193.9:6789","nonce":0}]},"addr":"10.20.193.9:6789/0","public_addr":"10.20.193.9:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:3300","nonce":0},{"type":"v1","addr":"10.20.193.151:6789","nonce":0}]},"addr":"10.20.193.151:6789/0","public_addr":"10.20.193.151:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:3300","nonce":0},{"type":"v1","addr":"10.20.193.30:6789","nonce":0}]},"addr":"10.20.193.30:6789/0","public_addr":"10.20.193.30:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2026-02-26T02:52:08.305 INFO:teuthology.orchestra.run.trial151.stderr:dumped monmap epoch 3 2026-02-26T02:52:08.448 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-26T02:52:08.449 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: Updating trial009:/etc/ceph/ceph.conf 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: Updating trial030:/etc/ceph/ceph.conf 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: Updating trial151:/etc/ceph/ceph.conf 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: Updating trial009:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: Updating trial030:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: Updating trial151:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/config/ceph.conf 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: Reconfiguring mon.a (unknown last config time)... 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: Reconfiguring daemon mon.a on trial009 2026-02-26T02:52:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:08.598 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:08.814 INFO:teuthology.orchestra.run.trial009.stdout:# minimal ceph.conf for 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:52:08.814 INFO:teuthology.orchestra.run.trial009.stdout:[global] 2026-02-26T02:52:08.814 INFO:teuthology.orchestra.run.trial009.stdout: fsid = 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:52:08.814 INFO:teuthology.orchestra.run.trial009.stdout: mon_host = [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] 2026-02-26T02:52:08.954 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-26T02:52:08.954 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:52:08.954 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/etc/ceph/ceph.conf 2026-02-26T02:52:09.020 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:52:09.020 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:52:09.084 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:52:09.084 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/etc/ceph/ceph.conf 2026-02-26T02:52:09.110 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:52:09.110 DEBUG:teuthology.orchestra.run.trial030:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:52:09.176 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:52:09.176 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/etc/ceph/ceph.conf 2026-02-26T02:52:09.207 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:52:09.207 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-26T02:52:09.275 INFO:tasks.cephadm:Adding mgr.a on trial009 2026-02-26T02:52:09.275 INFO:tasks.cephadm:Adding mgr.b on trial030 2026-02-26T02:52:09.276 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch apply mgr '2;trial009=a;trial030=b' 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: Reconfiguring mon.b (monmap changed)... 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: Reconfiguring daemon mon.b on trial030 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='client.? 10.20.193.151:0/3290438127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/3577174856' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: Reconfiguring mon.c (monmap changed)... 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:09 trial030 ceph-mon[41411]: Reconfiguring daemon mon.c on trial151 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: Reconfiguring mon.b (monmap changed)... 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: Reconfiguring daemon mon.b on trial030 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='client.? 10.20.193.151:0/3290438127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3577174856' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: Reconfiguring mon.c (monmap changed)... 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:09 trial009 ceph-mon[40292]: Reconfiguring daemon mon.c on trial151 2026-02-26T02:52:09.460 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.c/config 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: Reconfiguring mon.b (monmap changed)... 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: Reconfiguring daemon mon.b on trial030 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='client.? 10.20.193.151:0/3290438127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:09.482 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3577174856' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: Reconfiguring mon.c (monmap changed)... 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:09.483 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:09 trial151 ceph-mon[41532]: Reconfiguring daemon mon.c on trial151 2026-02-26T02:52:09.681 INFO:teuthology.orchestra.run.trial151.stdout:Scheduled mgr update... 2026-02-26T02:52:09.821 DEBUG:teuthology.orchestra.run.trial030:mgr.b> sudo journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.b.service 2026-02-26T02:52:09.823 INFO:tasks.cephadm:Deploying OSDs... 2026-02-26T02:52:09.823 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-26T02:52:09.823 DEBUG:teuthology.orchestra.run.trial009:> dd if=/scratch_devs of=/dev/stdout 2026-02-26T02:52:09.841 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-26T02:52:09.841 DEBUG:teuthology.orchestra.run.trial009:> stat /dev/vg_nvme/lv_1 2026-02-26T02:52:09.896 INFO:teuthology.orchestra.run.trial009.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-26T02:52:09.897 INFO:teuthology.orchestra.run.trial009.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:09.897 INFO:teuthology.orchestra.run.trial009.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-26T02:52:09.897 INFO:teuthology.orchestra.run.trial009.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:09.897 INFO:teuthology.orchestra.run.trial009.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:09.897 INFO:teuthology.orchestra.run.trial009.stdout:Access: 2026-02-26 02:52:07.693592146 +0000 2026-02-26T02:52:09.897 INFO:teuthology.orchestra.run.trial009.stdout:Modify: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:09.897 INFO:teuthology.orchestra.run.trial009.stdout:Change: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:09.897 INFO:teuthology.orchestra.run.trial009.stdout: Birth: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:09.897 DEBUG:teuthology.orchestra.run.trial009:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-26T02:52:09.959 INFO:teuthology.orchestra.run.trial009.stderr:1+0 records in 2026-02-26T02:52:09.959 INFO:teuthology.orchestra.run.trial009.stderr:1+0 records out 2026-02-26T02:52:09.959 INFO:teuthology.orchestra.run.trial009.stderr:512 bytes copied, 0.000156531 s, 3.3 MB/s 2026-02-26T02:52:09.960 DEBUG:teuthology.orchestra.run.trial009:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-26T02:52:10.018 DEBUG:teuthology.orchestra.run.trial009:> stat /dev/vg_nvme/lv_2 2026-02-26T02:52:10.075 INFO:teuthology.orchestra.run.trial009.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-26T02:52:10.075 INFO:teuthology.orchestra.run.trial009.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:10.075 INFO:teuthology.orchestra.run.trial009.stdout:Device: 6h/6d Inode: 1311 Links: 1 2026-02-26T02:52:10.075 INFO:teuthology.orchestra.run.trial009.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:10.075 INFO:teuthology.orchestra.run.trial009.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:10.075 INFO:teuthology.orchestra.run.trial009.stdout:Access: 2026-02-26 02:52:07.693592146 +0000 2026-02-26T02:52:10.075 INFO:teuthology.orchestra.run.trial009.stdout:Modify: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:10.075 INFO:teuthology.orchestra.run.trial009.stdout:Change: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:10.075 INFO:teuthology.orchestra.run.trial009.stdout: Birth: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:10.075 DEBUG:teuthology.orchestra.run.trial009:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-26T02:52:10.138 INFO:teuthology.orchestra.run.trial009.stderr:1+0 records in 2026-02-26T02:52:10.139 INFO:teuthology.orchestra.run.trial009.stderr:1+0 records out 2026-02-26T02:52:10.139 INFO:teuthology.orchestra.run.trial009.stderr:512 bytes copied, 0.000139158 s, 3.7 MB/s 2026-02-26T02:52:10.140 DEBUG:teuthology.orchestra.run.trial009:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-26T02:52:10.196 DEBUG:teuthology.orchestra.run.trial009:> stat /dev/vg_nvme/lv_3 2026-02-26T02:52:10.252 INFO:teuthology.orchestra.run.trial009.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-26T02:52:10.252 INFO:teuthology.orchestra.run.trial009.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:10.252 INFO:teuthology.orchestra.run.trial009.stdout:Device: 6h/6d Inode: 1313 Links: 1 2026-02-26T02:52:10.252 INFO:teuthology.orchestra.run.trial009.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:10.252 INFO:teuthology.orchestra.run.trial009.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:10.252 INFO:teuthology.orchestra.run.trial009.stdout:Access: 2026-02-26 02:52:07.693592146 +0000 2026-02-26T02:52:10.252 INFO:teuthology.orchestra.run.trial009.stdout:Modify: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:10.252 INFO:teuthology.orchestra.run.trial009.stdout:Change: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:10.252 INFO:teuthology.orchestra.run.trial009.stdout: Birth: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:10.253 DEBUG:teuthology.orchestra.run.trial009:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-26T02:52:10.315 INFO:teuthology.orchestra.run.trial009.stderr:1+0 records in 2026-02-26T02:52:10.315 INFO:teuthology.orchestra.run.trial009.stderr:1+0 records out 2026-02-26T02:52:10.315 INFO:teuthology.orchestra.run.trial009.stderr:512 bytes copied, 0.000162001 s, 3.2 MB/s 2026-02-26T02:52:10.316 DEBUG:teuthology.orchestra.run.trial009:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-26T02:52:10.373 DEBUG:teuthology.orchestra.run.trial009:> stat /dev/vg_nvme/lv_4 2026-02-26T02:52:10.391 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 systemd[1]: Starting Ceph mgr.b for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:52:10.429 INFO:teuthology.orchestra.run.trial009.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-26T02:52:10.429 INFO:teuthology.orchestra.run.trial009.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:10.429 INFO:teuthology.orchestra.run.trial009.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-26T02:52:10.429 INFO:teuthology.orchestra.run.trial009.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:10.429 INFO:teuthology.orchestra.run.trial009.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:10.429 INFO:teuthology.orchestra.run.trial009.stdout:Access: 2026-02-26 02:52:07.693592146 +0000 2026-02-26T02:52:10.429 INFO:teuthology.orchestra.run.trial009.stdout:Modify: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:10.429 INFO:teuthology.orchestra.run.trial009.stdout:Change: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:10.429 INFO:teuthology.orchestra.run.trial009.stdout: Birth: 2026-02-26 02:49:38.780286048 +0000 2026-02-26T02:52:10.430 DEBUG:teuthology.orchestra.run.trial009:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-26T02:52:10.492 INFO:teuthology.orchestra.run.trial009.stderr:1+0 records in 2026-02-26T02:52:10.492 INFO:teuthology.orchestra.run.trial009.stderr:1+0 records out 2026-02-26T02:52:10.492 INFO:teuthology.orchestra.run.trial009.stderr:512 bytes copied, 0.000142234 s, 3.6 MB/s 2026-02-26T02:52:10.493 DEBUG:teuthology.orchestra.run.trial009:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-26T02:52:10.549 DEBUG:teuthology.orchestra.run.trial030:> set -ex 2026-02-26T02:52:10.549 DEBUG:teuthology.orchestra.run.trial030:> dd if=/scratch_devs of=/dev/stdout 2026-02-26T02:52:10.567 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-26T02:52:10.568 DEBUG:teuthology.orchestra.run.trial030:> stat /dev/vg_nvme/lv_1 2026-02-26T02:52:10.625 INFO:teuthology.orchestra.run.trial030.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-26T02:52:10.625 INFO:teuthology.orchestra.run.trial030.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:10.625 INFO:teuthology.orchestra.run.trial030.stdout:Device: 6h/6d Inode: 1299 Links: 1 2026-02-26T02:52:10.625 INFO:teuthology.orchestra.run.trial030.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:10.625 INFO:teuthology.orchestra.run.trial030.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:10.625 INFO:teuthology.orchestra.run.trial030.stdout:Access: 2026-02-26 02:52:10.264052873 +0000 2026-02-26T02:52:10.625 INFO:teuthology.orchestra.run.trial030.stdout:Modify: 2026-02-26 02:49:37.169548064 +0000 2026-02-26T02:52:10.625 INFO:teuthology.orchestra.run.trial030.stdout:Change: 2026-02-26 02:49:37.169548064 +0000 2026-02-26T02:52:10.625 INFO:teuthology.orchestra.run.trial030.stdout: Birth: 2026-02-26 02:49:37.169548064 +0000 2026-02-26T02:52:10.625 DEBUG:teuthology.orchestra.run.trial030:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-26T02:52:10.666 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.666 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.666 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial009=a;trial030=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:10.666 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: Saving service mgr spec with placement trial009=a;trial030=b;count:2 2026-02-26T02:52:10.666 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mon[41411]: Deploying daemon mgr.b on trial030 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 podman[42809]: 2026-02-26 02:52:10.391829423 +0000 UTC m=+0.015158636 container create e42eb3d07bd64297b394938e090fef59368a98beac8006f62372c8194da2f17f (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b, ceph=True, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 podman[42809]: 2026-02-26 02:52:10.437656086 +0000 UTC m=+0.060985309 container init e42eb3d07bd64297b394938e090fef59368a98beac8006f62372c8194da2f17f (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260223, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 podman[42809]: 2026-02-26 02:52:10.4413269 +0000 UTC m=+0.064656123 container start e42eb3d07bd64297b394938e090fef59368a98beac8006f62372c8194da2f17f (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default) 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 bash[42809]: e42eb3d07bd64297b394938e090fef59368a98beac8006f62372c8194da2f17f 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 podman[42809]: 2026-02-26 02:52:10.384810621 +0000 UTC m=+0.008139844 image pull d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 systemd[1]: Started Ceph mgr.b for 003434e4-12be-11f1-af16-d404e6e7d460. 2026-02-26T02:52:10.667 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-mgr[42854]: -- 10.20.193.30:0/4169069163 <== mon.0 v2:10.20.193.9:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55aac09df4a0 con 0x55aac09bd000 2026-02-26T02:52:10.689 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records in 2026-02-26T02:52:10.689 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records out 2026-02-26T02:52:10.689 INFO:teuthology.orchestra.run.trial030.stderr:512 bytes copied, 0.000173756 s, 2.9 MB/s 2026-02-26T02:52:10.690 DEBUG:teuthology.orchestra.run.trial030:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial009=a;trial030=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: Saving service mgr spec with placement trial009=a;trial030=b;count:2 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:10.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:10 trial009 ceph-mon[40292]: Deploying daemon mgr.b on trial030 2026-02-26T02:52:10.748 DEBUG:teuthology.orchestra.run.trial030:> stat /dev/vg_nvme/lv_2 2026-02-26T02:52:10.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial009=a;trial030=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: Saving service mgr spec with placement trial009=a;trial030=b;count:2 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:10.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:10 trial151 ceph-mon[41532]: Deploying daemon mgr.b on trial030 2026-02-26T02:52:10.806 INFO:teuthology.orchestra.run.trial030.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-26T02:52:10.806 INFO:teuthology.orchestra.run.trial030.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:10.806 INFO:teuthology.orchestra.run.trial030.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-26T02:52:10.806 INFO:teuthology.orchestra.run.trial030.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:10.806 INFO:teuthology.orchestra.run.trial030.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:10.806 INFO:teuthology.orchestra.run.trial030.stdout:Access: 2026-02-26 02:52:10.265052873 +0000 2026-02-26T02:52:10.806 INFO:teuthology.orchestra.run.trial030.stdout:Modify: 2026-02-26 02:49:37.169548064 +0000 2026-02-26T02:52:10.806 INFO:teuthology.orchestra.run.trial030.stdout:Change: 2026-02-26 02:49:37.169548064 +0000 2026-02-26T02:52:10.806 INFO:teuthology.orchestra.run.trial030.stdout: Birth: 2026-02-26 02:49:37.169548064 +0000 2026-02-26T02:52:10.807 DEBUG:teuthology.orchestra.run.trial030:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-26T02:52:10.871 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records in 2026-02-26T02:52:10.871 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records out 2026-02-26T02:52:10.871 INFO:teuthology.orchestra.run.trial030.stderr:512 bytes copied, 0.000171763 s, 3.0 MB/s 2026-02-26T02:52:10.872 DEBUG:teuthology.orchestra.run.trial030:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-26T02:52:10.930 DEBUG:teuthology.orchestra.run.trial030:> stat /dev/vg_nvme/lv_3 2026-02-26T02:52:10.982 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:10.832+0000 7f2334058140 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2026-02-26T02:52:10.982 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:10 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:10.980+0000 7f2334058140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-26T02:52:10.986 INFO:teuthology.orchestra.run.trial030.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-26T02:52:10.986 INFO:teuthology.orchestra.run.trial030.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:10.986 INFO:teuthology.orchestra.run.trial030.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-26T02:52:10.986 INFO:teuthology.orchestra.run.trial030.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:10.986 INFO:teuthology.orchestra.run.trial030.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:10.986 INFO:teuthology.orchestra.run.trial030.stdout:Access: 2026-02-26 02:52:10.265052873 +0000 2026-02-26T02:52:10.986 INFO:teuthology.orchestra.run.trial030.stdout:Modify: 2026-02-26 02:49:37.169548064 +0000 2026-02-26T02:52:10.986 INFO:teuthology.orchestra.run.trial030.stdout:Change: 2026-02-26 02:49:37.169548064 +0000 2026-02-26T02:52:10.986 INFO:teuthology.orchestra.run.trial030.stdout: Birth: 2026-02-26 02:49:37.169548064 +0000 2026-02-26T02:52:10.986 DEBUG:teuthology.orchestra.run.trial030:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-26T02:52:11.050 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records in 2026-02-26T02:52:11.050 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records out 2026-02-26T02:52:11.050 INFO:teuthology.orchestra.run.trial030.stderr:512 bytes copied, 0.000194745 s, 2.6 MB/s 2026-02-26T02:52:11.051 DEBUG:teuthology.orchestra.run.trial030:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-26T02:52:11.109 DEBUG:teuthology.orchestra.run.trial030:> stat /dev/vg_nvme/lv_4 2026-02-26T02:52:11.164 INFO:teuthology.orchestra.run.trial030.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-26T02:52:11.164 INFO:teuthology.orchestra.run.trial030.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:11.165 INFO:teuthology.orchestra.run.trial030.stdout:Device: 6h/6d Inode: 1315 Links: 1 2026-02-26T02:52:11.165 INFO:teuthology.orchestra.run.trial030.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:11.165 INFO:teuthology.orchestra.run.trial030.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:11.165 INFO:teuthology.orchestra.run.trial030.stdout:Access: 2026-02-26 02:52:10.265052873 +0000 2026-02-26T02:52:11.165 INFO:teuthology.orchestra.run.trial030.stdout:Modify: 2026-02-26 02:49:37.170548038 +0000 2026-02-26T02:52:11.165 INFO:teuthology.orchestra.run.trial030.stdout:Change: 2026-02-26 02:49:37.170548038 +0000 2026-02-26T02:52:11.165 INFO:teuthology.orchestra.run.trial030.stdout: Birth: 2026-02-26 02:49:37.170548038 +0000 2026-02-26T02:52:11.165 DEBUG:teuthology.orchestra.run.trial030:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-26T02:52:11.231 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records in 2026-02-26T02:52:11.231 INFO:teuthology.orchestra.run.trial030.stderr:1+0 records out 2026-02-26T02:52:11.231 INFO:teuthology.orchestra.run.trial030.stderr:512 bytes copied, 0.000140253 s, 3.7 MB/s 2026-02-26T02:52:11.233 DEBUG:teuthology.orchestra.run.trial030:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-26T02:52:11.286 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.017+0000 7f2334058140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-26T02:52:11.286 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.066+0000 7f2334058140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-26T02:52:11.286 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.099+0000 7f2334058140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-26T02:52:11.286 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.137+0000 7f2334058140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-26T02:52:11.286 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.210+0000 7f2334058140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-26T02:52:11.286 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: /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-26T02:52:11.287 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 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-26T02:52:11.287 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: from numpy import show_config as show_numpy_config 2026-02-26T02:52:11.290 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-26T02:52:11.291 DEBUG:teuthology.orchestra.run.trial151:> dd if=/scratch_devs of=/dev/stdout 2026-02-26T02:52:11.309 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-26T02:52:11.310 DEBUG:teuthology.orchestra.run.trial151:> stat /dev/vg_nvme/lv_1 2026-02-26T02:52:11.366 INFO:teuthology.orchestra.run.trial151.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-26T02:52:11.366 INFO:teuthology.orchestra.run.trial151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:11.366 INFO:teuthology.orchestra.run.trial151.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-26T02:52:11.366 INFO:teuthology.orchestra.run.trial151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:11.367 INFO:teuthology.orchestra.run.trial151.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:11.367 INFO:teuthology.orchestra.run.trial151.stdout:Access: 2026-02-26 02:52:08.523127585 +0000 2026-02-26T02:52:11.367 INFO:teuthology.orchestra.run.trial151.stdout:Modify: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.367 INFO:teuthology.orchestra.run.trial151.stdout:Change: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.367 INFO:teuthology.orchestra.run.trial151.stdout: Birth: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.367 DEBUG:teuthology.orchestra.run.trial151:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-26T02:52:11.431 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records in 2026-02-26T02:52:11.431 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records out 2026-02-26T02:52:11.432 INFO:teuthology.orchestra.run.trial151.stderr:512 bytes copied, 0.000157925 s, 3.2 MB/s 2026-02-26T02:52:11.433 DEBUG:teuthology.orchestra.run.trial151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-26T02:52:11.490 DEBUG:teuthology.orchestra.run.trial151:> stat /dev/vg_nvme/lv_2 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.288+0000 7f2334058140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.323+0000 7f2334058140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.421+0000 7f2334058140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.482+0000 7f2334058140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.516+0000 7f2334058140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:11.545 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: Reconfiguring mgr.a (unknown last config time)... 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: Reconfiguring daemon mgr.a on trial009 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:11.546 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.547 INFO:teuthology.orchestra.run.trial151.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-26T02:52:11.547 INFO:teuthology.orchestra.run.trial151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:11.547 INFO:teuthology.orchestra.run.trial151.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-26T02:52:11.547 INFO:teuthology.orchestra.run.trial151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:11.547 INFO:teuthology.orchestra.run.trial151.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:11.547 INFO:teuthology.orchestra.run.trial151.stdout:Access: 2026-02-26 02:52:08.523127585 +0000 2026-02-26T02:52:11.547 INFO:teuthology.orchestra.run.trial151.stdout:Modify: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.547 INFO:teuthology.orchestra.run.trial151.stdout:Change: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.547 INFO:teuthology.orchestra.run.trial151.stdout: Birth: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.547 DEBUG:teuthology.orchestra.run.trial151:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-26T02:52:11.610 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records in 2026-02-26T02:52:11.610 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records out 2026-02-26T02:52:11.610 INFO:teuthology.orchestra.run.trial151.stderr:512 bytes copied, 0.000147726 s, 3.5 MB/s 2026-02-26T02:52:11.611 DEBUG:teuthology.orchestra.run.trial151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-26T02:52:11.669 DEBUG:teuthology.orchestra.run.trial151:> stat /dev/vg_nvme/lv_3 2026-02-26T02:52:11.724 INFO:teuthology.orchestra.run.trial151.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-26T02:52:11.724 INFO:teuthology.orchestra.run.trial151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:11.724 INFO:teuthology.orchestra.run.trial151.stdout:Device: 6h/6d Inode: 1311 Links: 1 2026-02-26T02:52:11.725 INFO:teuthology.orchestra.run.trial151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:11.725 INFO:teuthology.orchestra.run.trial151.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:11.725 INFO:teuthology.orchestra.run.trial151.stdout:Access: 2026-02-26 02:52:08.523127585 +0000 2026-02-26T02:52:11.725 INFO:teuthology.orchestra.run.trial151.stdout:Modify: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.725 INFO:teuthology.orchestra.run.trial151.stdout:Change: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.725 INFO:teuthology.orchestra.run.trial151.stdout: Birth: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.725 DEBUG:teuthology.orchestra.run.trial151:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-26T02:52:11.785 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.786 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: Reconfiguring mgr.a (unknown last config time)... 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: Reconfiguring daemon mgr.a on trial009 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:11.787 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.788 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-26T02:52:11.788 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.788 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.788 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:11.788 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.788 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.788 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:11.788 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.789 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records in 2026-02-26T02:52:11.789 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records out 2026-02-26T02:52:11.790 INFO:teuthology.orchestra.run.trial151.stderr:512 bytes copied, 0.000156623 s, 3.3 MB/s 2026-02-26T02:52:11.790 DEBUG:teuthology.orchestra.run.trial151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-26T02:52:11.847 DEBUG:teuthology.orchestra.run.trial151:> stat /dev/vg_nvme/lv_4 2026-02-26T02:52:11.858 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.549+0000 7f2334058140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-26T02:52:11.859 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.585+0000 7f2334058140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-26T02:52:11.859 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.616+0000 7f2334058140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-26T02:52:11.904 INFO:teuthology.orchestra.run.trial151.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-26T02:52:11.904 INFO:teuthology.orchestra.run.trial151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-26T02:52:11.904 INFO:teuthology.orchestra.run.trial151.stdout:Device: 6h/6d Inode: 1320 Links: 1 2026-02-26T02:52:11.904 INFO:teuthology.orchestra.run.trial151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-26T02:52:11.904 INFO:teuthology.orchestra.run.trial151.stdout:Context: system_u:object_r:device_t:s0 2026-02-26T02:52:11.904 INFO:teuthology.orchestra.run.trial151.stdout:Access: 2026-02-26 02:52:08.523127585 +0000 2026-02-26T02:52:11.904 INFO:teuthology.orchestra.run.trial151.stdout:Modify: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.904 INFO:teuthology.orchestra.run.trial151.stdout:Change: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.904 INFO:teuthology.orchestra.run.trial151.stdout: Birth: 2026-02-26 02:49:40.101839497 +0000 2026-02-26T02:52:11.904 DEBUG:teuthology.orchestra.run.trial151:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: Reconfiguring mgr.a (unknown last config time)... 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: Reconfiguring daemon mgr.a on trial009 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:11.955 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:11.967 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records in 2026-02-26T02:52:11.967 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records out 2026-02-26T02:52:11.967 INFO:teuthology.orchestra.run.trial151.stderr:512 bytes copied, 0.000135965 s, 3.8 MB/s 2026-02-26T02:52:11.968 DEBUG:teuthology.orchestra.run.trial151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-26T02:52:12.025 INFO:tasks.cephadm:Deploying osd.0 on trial009 with /dev/vg_nvme/lv_4... 2026-02-26T02:52:12.025 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-26T02:52:12.113 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.857+0000 7f2334058140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-26T02:52:12.113 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.956+0000 7f2334058140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-26T02:52:12.113 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:11 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:11.987+0000 7f2334058140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-26T02:52:12.113 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:12 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:12.018+0000 7f2334058140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-26T02:52:12.113 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:12 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:12.111+0000 7f2334058140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-26T02:52:12.172 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:12.416 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:12 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:12.140+0000 7f2334058140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-26T02:52:12.416 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:12 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:12.232+0000 7f2334058140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-26T02:52:12.916 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:12 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:12.697+0000 7f2334058140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-26T02:52:12.916 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:12 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:12.727+0000 7f2334058140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-26T02:52:12.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:12 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:12.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:12 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:12.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:12 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:12.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:12 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:12.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:12 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:12.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:12 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:13.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:12 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:13.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:12 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:13.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:12 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:13.140 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:13.157 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch daemon add osd trial009:vg_nvme/lv_4 2026-02-26T02:52:13.303 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:13.416 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b[42828]: 2026-02-26T02:52:13.124+0000 7f2334058140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-26T02:52:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-mon[41411]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-mon[41411]: Standby manager daemon b started 2026-02-26T02:52:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-mon[41411]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-02-26T02:52:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-mon[41411]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-26T02:52:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-mon[41411]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-02-26T02:52:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-mon[41411]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-26T02:52:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-26T02:52:13.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-26T02:52:13.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:13 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:13.923 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:13 trial009 ceph-mon[40292]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:13.923 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:13 trial009 ceph-mon[40292]: Standby manager daemon b started 2026-02-26T02:52:13.923 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:13 trial009 ceph-mon[40292]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-02-26T02:52:13.923 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:13 trial009 ceph-mon[40292]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-26T02:52:13.923 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:13 trial009 ceph-mon[40292]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-02-26T02:52:13.923 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:13 trial009 ceph-mon[40292]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-26T02:52:13.923 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:13 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-26T02:52:13.923 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:13 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-26T02:52:13.924 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:13 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:14.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:13 trial151 ceph-mon[41532]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:14.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:13 trial151 ceph-mon[41532]: Standby manager daemon b started 2026-02-26T02:52:14.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:13 trial151 ceph-mon[41532]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2026-02-26T02:52:14.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:13 trial151 ceph-mon[41532]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-26T02:52:14.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:13 trial151 ceph-mon[41532]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2026-02-26T02:52:14.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:13 trial151 ceph-mon[41532]: from='mgr.? 10.20.193.30:0/2447210550' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-26T02:52:14.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:13 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-26T02:52:14.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:13 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-26T02:52:14.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:13 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:14.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:14 trial030 ceph-mon[41411]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial009:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:14.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:14 trial030 ceph-mon[41411]: mgrmap e14: a(active, since 30s), standbys: b 2026-02-26T02:52:14.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:14 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-02-26T02:52:14.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:14 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/635960123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfe744d9-53e6-4bac-aeb4-5fb4d07a06b6"}]: dispatch 2026-02-26T02:52:14.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:14 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/635960123' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cfe744d9-53e6-4bac-aeb4-5fb4d07a06b6"}]': finished 2026-02-26T02:52:14.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:14 trial030 ceph-mon[41411]: osdmap e5: 1 total, 0 up, 1 in 2026-02-26T02:52:14.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:14 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:14.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:14 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/398113024' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-26T02:52:14.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:14 trial009 ceph-mon[40292]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial009:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:14.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:14 trial009 ceph-mon[40292]: mgrmap e14: a(active, since 30s), standbys: b 2026-02-26T02:52:14.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:14 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-02-26T02:52:14.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:14 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/635960123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfe744d9-53e6-4bac-aeb4-5fb4d07a06b6"}]: dispatch 2026-02-26T02:52:14.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:14 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/635960123' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cfe744d9-53e6-4bac-aeb4-5fb4d07a06b6"}]': finished 2026-02-26T02:52:14.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:14 trial009 ceph-mon[40292]: osdmap e5: 1 total, 0 up, 1 in 2026-02-26T02:52:14.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:14 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:14.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:14 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/398113024' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-26T02:52:15.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:14 trial151 ceph-mon[41532]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial009:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:15.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:14 trial151 ceph-mon[41532]: mgrmap e14: a(active, since 30s), standbys: b 2026-02-26T02:52:15.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:14 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2026-02-26T02:52:15.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:14 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/635960123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfe744d9-53e6-4bac-aeb4-5fb4d07a06b6"}]: dispatch 2026-02-26T02:52:15.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:14 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/635960123' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cfe744d9-53e6-4bac-aeb4-5fb4d07a06b6"}]': finished 2026-02-26T02:52:15.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:14 trial151 ceph-mon[41532]: osdmap e5: 1 total, 0 up, 1 in 2026-02-26T02:52:15.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:14 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:15.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:14 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/398113024' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-26T02:52:15.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:15 trial030 ceph-mon[41411]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:15.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:15 trial009 ceph-mon[40292]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:16.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:15 trial151 ceph-mon[41532]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:17.952 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:17 trial009 ceph-mon[40292]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:18.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:17 trial151 ceph-mon[41532]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:18.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:17 trial030 ceph-mon[41411]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:19.020 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:18 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-02-26T02:52:19.021 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:18 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:19.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:18 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-02-26T02:52:19.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:18 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:19.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:18 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-02-26T02:52:19.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:18 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:19.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:19 trial009 ceph-mon[40292]: Deploying daemon osd.0 on trial009 2026-02-26T02:52:19.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:19 trial009 ceph-mon[40292]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:20.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:19 trial151 ceph-mon[41532]: Deploying daemon osd.0 on trial009 2026-02-26T02:52:20.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:19 trial151 ceph-mon[41532]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:20.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:19 trial030 ceph-mon[41411]: Deploying daemon osd.0 on trial009 2026-02-26T02:52:20.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:19 trial030 ceph-mon[41411]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:22.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:21 trial151 ceph-mon[41532]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:22.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:21 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:22.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:21 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:21 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:22.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:21 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:22.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:21 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:21 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.049 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:21 trial009 ceph-mon[40292]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:22.049 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:21 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:22.049 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:21 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.049 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:21 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:22.049 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:21 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:22.049 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:21 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.049 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:21 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.075 INFO:teuthology.orchestra.run.trial009.stdout:Created osd(s) 0 on host 'trial009' 2026-02-26T02:52:22.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:21 trial030 ceph-mon[41411]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:22.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:21 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:22.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:21 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:21 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:22.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:21 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:22.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:21 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:21 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.216 DEBUG:teuthology.orchestra.run.trial009:osd.0> sudo journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@osd.0.service 2026-02-26T02:52:22.218 INFO:tasks.cephadm:Deploying osd.1 on trial030 with /dev/vg_nvme/lv_4... 2026-02-26T02:52:22.218 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-26T02:52:22.365 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.b/config 2026-02-26T02:52:22.838 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:22 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:22.838 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:22 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.838 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:22 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:52:22.838 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:22 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.838 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:22 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.838 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:22 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:22.838 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:22 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:22.838 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:22 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:22 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:22.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:22 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:22 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:52:22.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:22 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:22 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:22 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:22.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:22 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:22.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:22 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:22.954 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:22 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0[51917]: 2026-02-26T02:52:22.528+0000 7f7649283740 -1 Falling back to public interface 2026-02-26T02:52:23.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:22 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:23.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:22 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:23.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:22 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:52:23.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:22 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:23.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:22 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:23.041 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:22 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:23.041 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:22 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:23.041 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:22 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:23.313 INFO:teuthology.orchestra.run.trial030.stdout: 2026-02-26T02:52:23.328 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch daemon add osd trial030:vg_nvme/lv_4 2026-02-26T02:52:23.473 INFO:teuthology.orchestra.run.trial030.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.b/config 2026-02-26T02:52:23.867 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:23 trial030 ceph-mon[41411]: Adjusting osd_memory_target on trial009 to 83023M 2026-02-26T02:52:23.867 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:23 trial030 ceph-mon[41411]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:23.867 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:23 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-26T02:52:23.867 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:23 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-26T02:52:23.867 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:23 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:24.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:23 trial151 ceph-mon[41532]: Adjusting osd_memory_target on trial009 to 83023M 2026-02-26T02:52:24.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:23 trial151 ceph-mon[41532]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:24.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:23 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-26T02:52:24.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:23 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-26T02:52:24.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:23 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:24.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:23 trial009 ceph-mon[40292]: Adjusting osd_memory_target on trial009 to 83023M 2026-02-26T02:52:24.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:23 trial009 ceph-mon[40292]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:24.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:23 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-26T02:52:24.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:23 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-26T02:52:24.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:23 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:24.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:24 trial030 ceph-mon[41411]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial030:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:24.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:24 trial030 ceph-mon[41411]: from='client.? 10.20.193.30:0/1650000944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a07de3c4-b8f8-48a1-9f46-48bbc9f39d68"}]: dispatch 2026-02-26T02:52:24.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:24 trial030 ceph-mon[41411]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a07de3c4-b8f8-48a1-9f46-48bbc9f39d68"}]: dispatch 2026-02-26T02:52:24.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:24 trial030 ceph-mon[41411]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a07de3c4-b8f8-48a1-9f46-48bbc9f39d68"}]': finished 2026-02-26T02:52:24.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:24 trial030 ceph-mon[41411]: osdmap e6: 2 total, 0 up, 2 in 2026-02-26T02:52:24.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:24 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:24.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:24 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:25.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:24 trial151 ceph-mon[41532]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial030:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:25.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:24 trial151 ceph-mon[41532]: from='client.? 10.20.193.30:0/1650000944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a07de3c4-b8f8-48a1-9f46-48bbc9f39d68"}]: dispatch 2026-02-26T02:52:25.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:24 trial151 ceph-mon[41532]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a07de3c4-b8f8-48a1-9f46-48bbc9f39d68"}]: dispatch 2026-02-26T02:52:25.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:24 trial151 ceph-mon[41532]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a07de3c4-b8f8-48a1-9f46-48bbc9f39d68"}]': finished 2026-02-26T02:52:25.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:24 trial151 ceph-mon[41532]: osdmap e6: 2 total, 0 up, 2 in 2026-02-26T02:52:25.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:24 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:25.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:24 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:25.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:24 trial009 ceph-mon[40292]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial030:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:25.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:24 trial009 ceph-mon[40292]: from='client.? 10.20.193.30:0/1650000944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a07de3c4-b8f8-48a1-9f46-48bbc9f39d68"}]: dispatch 2026-02-26T02:52:25.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:24 trial009 ceph-mon[40292]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a07de3c4-b8f8-48a1-9f46-48bbc9f39d68"}]: dispatch 2026-02-26T02:52:25.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:24 trial009 ceph-mon[40292]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a07de3c4-b8f8-48a1-9f46-48bbc9f39d68"}]': finished 2026-02-26T02:52:25.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:24 trial009 ceph-mon[40292]: osdmap e6: 2 total, 0 up, 2 in 2026-02-26T02:52:25.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:24 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:25.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:24 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:25.704 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:25 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0[51917]: 2026-02-26T02:52:25.250+0000 7f7649283740 -1 osd.0 0 log_to_monitors true 2026-02-26T02:52:26.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:25 trial151 ceph-mon[41532]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:26.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:25 trial151 ceph-mon[41532]: from='client.? 10.20.193.30:0/912960102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-26T02:52:26.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:25 trial151 ceph-mon[41532]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2026-02-26T02:52:26.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:25 trial030 ceph-mon[41411]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:26.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:25 trial030 ceph-mon[41411]: from='client.? 10.20.193.30:0/912960102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-26T02:52:26.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:25 trial030 ceph-mon[41411]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2026-02-26T02:52:26.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:25 trial009 ceph-mon[40292]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:26.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:25 trial009 ceph-mon[40292]: from='client.? 10.20.193.30:0/912960102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-26T02:52:26.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:25 trial009 ceph-mon[40292]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2026-02-26T02:52:26.907 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0[51917]: 2026-02-26T02:52:26.902+0000 7f7645204640 -1 osd.0 0 waiting for initial osdmap 2026-02-26T02:52:26.907 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:26 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0[51917]: 2026-02-26T02:52:26.904+0000 7f763d026640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-26T02:52:26.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:26 trial009 ceph-mon[40292]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-26T02:52:26.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:26 trial009 ceph-mon[40292]: osdmap e7: 2 total, 0 up, 2 in 2026-02-26T02:52:26.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:26 trial009 ceph-mon[40292]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial009", "root=default"]}]: dispatch 2026-02-26T02:52:26.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:26 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:26.907 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:26 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:27.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:26 trial151 ceph-mon[41532]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-26T02:52:27.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:26 trial151 ceph-mon[41532]: osdmap e7: 2 total, 0 up, 2 in 2026-02-26T02:52:27.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:26 trial151 ceph-mon[41532]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial009", "root=default"]}]: dispatch 2026-02-26T02:52:27.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:26 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:27.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:26 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:27.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:26 trial030 ceph-mon[41411]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-26T02:52:27.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:26 trial030 ceph-mon[41411]: osdmap e7: 2 total, 0 up, 2 in 2026-02-26T02:52:27.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:26 trial030 ceph-mon[41411]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial009", "root=default"]}]: dispatch 2026-02-26T02:52:27.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:26 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:27.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:26 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:27.846 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:27 trial030 ceph-mon[41411]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:27.846 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:27 trial030 ceph-mon[41411]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial009", "root=default"]}]': finished 2026-02-26T02:52:27.847 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:27 trial030 ceph-mon[41411]: osdmap e8: 2 total, 0 up, 2 in 2026-02-26T02:52:27.847 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:27.847 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:27.847 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:27.847 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:27.847 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:27.847 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:27.981 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:27 trial151 ceph-mon[41532]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:27.981 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:27 trial151 ceph-mon[41532]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial009", "root=default"]}]': finished 2026-02-26T02:52:27.981 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:27 trial151 ceph-mon[41532]: osdmap e8: 2 total, 0 up, 2 in 2026-02-26T02:52:27.982 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:27.982 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:27.982 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:27.982 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:27.982 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:27.982 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:28.063 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:27 trial009 ceph-mon[40292]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:28.063 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:27 trial009 ceph-mon[40292]: from='osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial009", "root=default"]}]': finished 2026-02-26T02:52:28.063 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:27 trial009 ceph-mon[40292]: osdmap e8: 2 total, 0 up, 2 in 2026-02-26T02:52:28.063 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:28.063 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:28.063 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:28.063 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:28.064 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:28.064 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:28.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: purged_snaps scrub starts 2026-02-26T02:52:28.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: purged_snaps scrub ok 2026-02-26T02:52:28.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: OSD bench result of 120034.541140 IOPS is not within the threshold limit range of 1000.000000 IOPS and 80000.000000 IOPS for osd.0. IOPS capacity is unchanged at 21500.000000 IOPS. The recommendation is to establish the osd's IOPS capacity using other benchmark tools (e.g. Fio) and then override osd_mclock_max_capacity_iops_[hdd|ssd]. 2026-02-26T02:52:28.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:28.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767] boot 2026-02-26T02:52:28.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: osdmap e9: 2 total, 1 up, 2 in 2026-02-26T02:52:28.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:28.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:28.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:28.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:28.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:28.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-02-26T02:52:28.919 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:28.919 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:28.919 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:28.919 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: purged_snaps scrub starts 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: purged_snaps scrub ok 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: OSD bench result of 120034.541140 IOPS is not within the threshold limit range of 1000.000000 IOPS and 80000.000000 IOPS for osd.0. IOPS capacity is unchanged at 21500.000000 IOPS. The recommendation is to establish the osd's IOPS capacity using other benchmark tools (e.g. Fio) and then override osd_mclock_max_capacity_iops_[hdd|ssd]. 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767] boot 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: osdmap e9: 2 total, 1 up, 2 in 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: purged_snaps scrub starts 2026-02-26T02:52:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: purged_snaps scrub ok 2026-02-26T02:52:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: OSD bench result of 120034.541140 IOPS is not within the threshold limit range of 1000.000000 IOPS and 80000.000000 IOPS for osd.0. IOPS capacity is unchanged at 21500.000000 IOPS. The recommendation is to establish the osd's IOPS capacity using other benchmark tools (e.g. Fio) and then override osd_mclock_max_capacity_iops_[hdd|ssd]. 2026-02-26T02:52:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: osd.0 [v2:10.20.193.9:6802/2028681767,v1:10.20.193.9:6803/2028681767] boot 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: osdmap e9: 2 total, 1 up, 2 in 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:29.206 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:30.140 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:29 trial030 ceph-mon[41411]: Deploying daemon osd.1 on trial030 2026-02-26T02:52:30.140 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:29 trial030 ceph-mon[41411]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:30.140 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:29 trial030 ceph-mon[41411]: osdmap e10: 2 total, 1 up, 2 in 2026-02-26T02:52:30.140 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:29 trial009 ceph-mon[40292]: Deploying daemon osd.1 on trial030 2026-02-26T02:52:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:29 trial009 ceph-mon[40292]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:29 trial009 ceph-mon[40292]: osdmap e10: 2 total, 1 up, 2 in 2026-02-26T02:52:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:30.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:29 trial151 ceph-mon[41532]: Deploying daemon osd.1 on trial030 2026-02-26T02:52:30.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:29 trial151 ceph-mon[41532]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-26T02:52:30.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:29 trial151 ceph-mon[41532]: osdmap e10: 2 total, 1 up, 2 in 2026-02-26T02:52:30.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:30.981 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:30 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:30.981 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:30 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:30.981 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:30 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:30.981 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:30 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:30.981 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:30 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:30.981 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:30 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:31.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:30 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:31.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:30 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:31.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:30 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:31.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:30 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:31.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:30 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:31.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:30 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:31.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:30 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:31.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:30 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:31.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:30 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:31.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:30 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:31.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:30 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:31.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:30 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:31.983 INFO:teuthology.orchestra.run.trial030.stdout:Created osd(s) 1 on host 'trial030' 2026-02-26T02:52:32.085 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:32.085 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.085 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.085 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:32.085 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:32.086 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:31 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.123 DEBUG:teuthology.orchestra.run.trial030:osd.1> sudo journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@osd.1.service 2026-02-26T02:52:32.125 INFO:tasks.cephadm:Deploying osd.2 on trial151 with /dev/vg_nvme/lv_4... 2026-02-26T02:52:32.125 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-26T02:52:32.149 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:32.149 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.149 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.149 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:32.149 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.149 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:32.149 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:32.150 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.150 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.150 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.150 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:32.150 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.150 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:32.150 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:32.150 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:31 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:32.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:31 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:32.270 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.c/config 2026-02-26T02:52:32.888 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:32 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1[46583]: 2026-02-26T02:52:32.642+0000 7f438a650740 -1 Falling back to public interface 2026-02-26T02:52:33.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:32 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:33.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:32 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:32 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:52:33.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:32 trial151 ceph-mon[41532]: Adjusting osd_memory_target on trial030 to 83023M 2026-02-26T02:52:33.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:32 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:32 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:32 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:33.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:32 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:33.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:32 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:32 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:33.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:32 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:32 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:52:33.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:32 trial030 ceph-mon[41411]: Adjusting osd_memory_target on trial030 to 83023M 2026-02-26T02:52:33.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:32 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:32 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:32 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:33.168 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:32 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:33.168 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:32 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:32 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:33.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:32 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:32 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:52:33.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:32 trial009 ceph-mon[40292]: Adjusting osd_memory_target on trial030 to 83023M 2026-02-26T02:52:33.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:32 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:32 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:32 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:33.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:32 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:33.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:32 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:33.252 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-26T02:52:33.269 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch daemon add osd trial151:vg_nvme/lv_4 2026-02-26T02:52:33.454 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.c/config 2026-02-26T02:52:34.097 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:33 trial151 ceph-mon[41532]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:34.098 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-26T02:52:34.098 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-26T02:52:34.098 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:34.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:33 trial030 ceph-mon[41411]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:34.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-26T02:52:34.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-26T02:52:34.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:34.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:33 trial009 ceph-mon[40292]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:34.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-26T02:52:34.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-26T02:52:34.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:35.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:34 trial151 ceph-mon[41532]: from='client.24130 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial151:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:35.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:34 trial151 ceph-mon[41532]: from='client.? 10.20.193.151:0/3661449419' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84799f97-3a6c-43ef-bd7e-6898fe8f6c4c"}]: dispatch 2026-02-26T02:52:35.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:34 trial151 ceph-mon[41532]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84799f97-3a6c-43ef-bd7e-6898fe8f6c4c"}]: dispatch 2026-02-26T02:52:35.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:34 trial151 ceph-mon[41532]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84799f97-3a6c-43ef-bd7e-6898fe8f6c4c"}]': finished 2026-02-26T02:52:35.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:34 trial151 ceph-mon[41532]: osdmap e11: 3 total, 1 up, 3 in 2026-02-26T02:52:35.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:34 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:35.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:34 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:35.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:34 trial151 ceph-mon[41532]: from='client.? 10.20.193.151:0/4010477543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-26T02:52:35.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:34 trial030 ceph-mon[41411]: from='client.24130 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial151:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:35.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:34 trial030 ceph-mon[41411]: from='client.? 10.20.193.151:0/3661449419' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84799f97-3a6c-43ef-bd7e-6898fe8f6c4c"}]: dispatch 2026-02-26T02:52:35.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:34 trial030 ceph-mon[41411]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84799f97-3a6c-43ef-bd7e-6898fe8f6c4c"}]: dispatch 2026-02-26T02:52:35.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:34 trial030 ceph-mon[41411]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84799f97-3a6c-43ef-bd7e-6898fe8f6c4c"}]': finished 2026-02-26T02:52:35.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:34 trial030 ceph-mon[41411]: osdmap e11: 3 total, 1 up, 3 in 2026-02-26T02:52:35.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:34 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:35.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:34 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:35.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:34 trial030 ceph-mon[41411]: from='client.? 10.20.193.151:0/4010477543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-26T02:52:35.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:34 trial009 ceph-mon[40292]: from='client.24130 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial151:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:52:35.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:34 trial009 ceph-mon[40292]: from='client.? 10.20.193.151:0/3661449419' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84799f97-3a6c-43ef-bd7e-6898fe8f6c4c"}]: dispatch 2026-02-26T02:52:35.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:34 trial009 ceph-mon[40292]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84799f97-3a6c-43ef-bd7e-6898fe8f6c4c"}]: dispatch 2026-02-26T02:52:35.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:34 trial009 ceph-mon[40292]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84799f97-3a6c-43ef-bd7e-6898fe8f6c4c"}]': finished 2026-02-26T02:52:35.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:34 trial009 ceph-mon[40292]: osdmap e11: 3 total, 1 up, 3 in 2026-02-26T02:52:35.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:34 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:35.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:34 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:35.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:34 trial009 ceph-mon[40292]: from='client.? 10.20.193.151:0/4010477543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-26T02:52:35.916 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:35 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1[46583]: 2026-02-26T02:52:35.599+0000 7f438a650740 -1 osd.1 0 log_to_monitors true 2026-02-26T02:52:36.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:35 trial151 ceph-mon[41532]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:36.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:35 trial151 ceph-mon[41532]: from='osd.1 [v2:10.20.193.30:6800/3929245735,v1:10.20.193.30:6801/3929245735]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-26T02:52:36.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:35 trial151 ceph-mon[41532]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-26T02:52:36.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:35 trial030 ceph-mon[41411]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:36.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:35 trial030 ceph-mon[41411]: from='osd.1 [v2:10.20.193.30:6800/3929245735,v1:10.20.193.30:6801/3929245735]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-26T02:52:36.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:35 trial030 ceph-mon[41411]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-26T02:52:36.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:35 trial009 ceph-mon[40292]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:36.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:35 trial009 ceph-mon[40292]: from='osd.1 [v2:10.20.193.30:6800/3929245735,v1:10.20.193.30:6801/3929245735]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-26T02:52:36.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:35 trial009 ceph-mon[40292]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-26T02:52:37.754 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:37 trial151 ceph-mon[41532]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-26T02:52:37.754 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:37 trial151 ceph-mon[41532]: osdmap e12: 3 total, 1 up, 3 in 2026-02-26T02:52:37.754 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:37 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:37.754 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:37 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:37.754 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:37 trial151 ceph-mon[41532]: from='osd.1 [v2:10.20.193.30:6800/3929245735,v1:10.20.193.30:6801/3929245735]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial030", "root=default"]}]: dispatch 2026-02-26T02:52:37.754 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:37 trial151 ceph-mon[41532]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial030", "root=default"]}]: dispatch 2026-02-26T02:52:37.754 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:37 trial151 ceph-mon[41532]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:37.917 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:37 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1[46583]: 2026-02-26T02:52:37.472+0000 7f43865d1640 -1 osd.1 0 waiting for initial osdmap 2026-02-26T02:52:37.917 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:37 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1[46583]: 2026-02-26T02:52:37.474+0000 7f43823fb640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-26T02:52:37.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:37 trial030 ceph-mon[41411]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-26T02:52:37.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:37 trial030 ceph-mon[41411]: osdmap e12: 3 total, 1 up, 3 in 2026-02-26T02:52:37.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:37 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:37.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:37 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:37.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:37 trial030 ceph-mon[41411]: from='osd.1 [v2:10.20.193.30:6800/3929245735,v1:10.20.193.30:6801/3929245735]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial030", "root=default"]}]: dispatch 2026-02-26T02:52:37.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:37 trial030 ceph-mon[41411]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial030", "root=default"]}]: dispatch 2026-02-26T02:52:37.918 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:37 trial030 ceph-mon[41411]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:37.953 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:37 trial009 ceph-mon[40292]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-26T02:52:37.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:37 trial009 ceph-mon[40292]: osdmap e12: 3 total, 1 up, 3 in 2026-02-26T02:52:37.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:37 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:37.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:37 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:37.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:37 trial009 ceph-mon[40292]: from='osd.1 [v2:10.20.193.30:6800/3929245735,v1:10.20.193.30:6801/3929245735]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial030", "root=default"]}]: dispatch 2026-02-26T02:52:37.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:37 trial009 ceph-mon[40292]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial030", "root=default"]}]: dispatch 2026-02-26T02:52:37.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:37 trial009 ceph-mon[40292]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:38.625 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:38 trial151 ceph-mon[41532]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial030", "root=default"]}]': finished 2026-02-26T02:52:38.625 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:38 trial151 ceph-mon[41532]: osdmap e13: 3 total, 1 up, 3 in 2026-02-26T02:52:38.625 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:38 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:38.625 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:38 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:38.625 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:38 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:38.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:38 trial030 ceph-mon[41411]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial030", "root=default"]}]': finished 2026-02-26T02:52:38.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:38 trial030 ceph-mon[41411]: osdmap e13: 3 total, 1 up, 3 in 2026-02-26T02:52:38.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:38 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:38.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:38 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:38.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:38 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:38.953 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:38 trial009 ceph-mon[40292]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial030", "root=default"]}]': finished 2026-02-26T02:52:38.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:38 trial009 ceph-mon[40292]: osdmap e13: 3 total, 1 up, 3 in 2026-02-26T02:52:38.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:38 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:38.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:38 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:38.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:38 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:39.734 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: purged_snaps scrub starts 2026-02-26T02:52:39.734 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: purged_snaps scrub ok 2026-02-26T02:52:39.734 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:39.735 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: osd.1 [v2:10.20.193.30:6800/3929245735,v1:10.20.193.30:6801/3929245735] boot 2026-02-26T02:52:39.735 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: osdmap e14: 3 total, 2 up, 3 in 2026-02-26T02:52:39.735 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:39.735 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:39.735 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-02-26T02:52:39.735 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:39.736 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: Deploying daemon osd.2 on trial151 2026-02-26T02:52:39.736 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:39 trial151 ceph-mon[41532]: pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:39.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: purged_snaps scrub starts 2026-02-26T02:52:39.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: purged_snaps scrub ok 2026-02-26T02:52:39.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:39.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: osd.1 [v2:10.20.193.30:6800/3929245735,v1:10.20.193.30:6801/3929245735] boot 2026-02-26T02:52:39.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: osdmap e14: 3 total, 2 up, 3 in 2026-02-26T02:52:39.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:39.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:39.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-02-26T02:52:39.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:39.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: Deploying daemon osd.2 on trial151 2026-02-26T02:52:39.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:39 trial030 ceph-mon[41411]: pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: purged_snaps scrub starts 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: purged_snaps scrub ok 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: osd.1 [v2:10.20.193.30:6800/3929245735,v1:10.20.193.30:6801/3929245735] boot 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: osdmap e14: 3 total, 2 up, 3 in 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: Deploying daemon osd.2 on trial151 2026-02-26T02:52:39.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:39 trial009 ceph-mon[40292]: pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-26T02:52:40.726 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:40 trial151 ceph-mon[41532]: osdmap e15: 3 total, 2 up, 3 in 2026-02-26T02:52:40.726 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:40 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:40.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:40 trial030 ceph-mon[41411]: osdmap e15: 3 total, 2 up, 3 in 2026-02-26T02:52:40.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:40 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:40.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:40 trial009 ceph-mon[40292]: osdmap e15: 3 total, 2 up, 3 in 2026-02-26T02:52:40.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:40 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:41.499 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:41 trial151 ceph-mon[41532]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:41.499 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:41 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:41.499 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:41 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:41.499 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:41 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:41.499 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:41 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:41.499 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:41 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:41.499 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:41 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:41.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:41 trial030 ceph-mon[41411]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:41.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:41 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:41.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:41 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:41.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:41 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:41.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:41 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:41.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:41 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:41.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:41 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:41.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:41 trial009 ceph-mon[40292]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:41.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:41 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:41.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:41 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:41.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:41 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:41.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:41 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:41.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:41 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:41.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:41 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.221 INFO:teuthology.orchestra.run.trial151.stdout:Created osd(s) 2 on host 'trial151' 2026-02-26T02:52:42.361 DEBUG:teuthology.orchestra.run.trial151:osd.2> sudo journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@osd.2.service 2026-02-26T02:52:42.363 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-26T02:52:42.364 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd stat -f json 2026-02-26T02:52:42.518 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:42.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:42.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:52:42.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:42.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:42.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:42 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.730 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:42.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:42 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:42.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:42 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:42 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:52:42.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:42 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:42 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:42 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:42.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:42 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:42.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:42 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.870 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":15,"num_osds":3,"num_up_osds":2,"osd_up_since":1772074358,"num_in_osds":3,"osd_in_since":1772074354,"num_remapped_pgs":0} 2026-02-26T02:52:42.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:42 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:42.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:42 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:42 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-26T02:52:42.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:42 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:42 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:42.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:42 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:42.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:42 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:42.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:42 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:43.289 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:42 trial151 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2[46811]: 2026-02-26T02:52:42.884+0000 7f77ff4d8740 -1 Falling back to public interface 2026-02-26T02:52:43.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:43 trial151 ceph-mon[41532]: Adjusting osd_memory_target on trial151 to 87119M 2026-02-26T02:52:43.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:43 trial151 ceph-mon[41532]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:43.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:43 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3993182757' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:43.871 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd stat -f json 2026-02-26T02:52:43.938 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:43 trial030 ceph-mon[41411]: Adjusting osd_memory_target on trial151 to 87119M 2026-02-26T02:52:43.938 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:43 trial030 ceph-mon[41411]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:43.938 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:43 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/3993182757' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:43.938 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:43 trial009 ceph-mon[40292]: Adjusting osd_memory_target on trial151 to 87119M 2026-02-26T02:52:43.939 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:43 trial009 ceph-mon[40292]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:43.939 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:43 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3993182757' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:44.019 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:44.226 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:44.365 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":15,"num_osds":3,"num_up_osds":2,"osd_up_since":1772074358,"num_in_osds":3,"osd_in_since":1772074354,"num_remapped_pgs":0} 2026-02-26T02:52:44.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:44 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3739840767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:44.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:44 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/3739840767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:44.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:44 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3739840767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:45.366 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd stat -f json 2026-02-26T02:52:45.513 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:45.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:45 trial009 ceph-mon[40292]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:45.719 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:45.789 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:45 trial151 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2[46811]: 2026-02-26T02:52:45.618+0000 7f77ff4d8740 -1 osd.2 0 log_to_monitors true 2026-02-26T02:52:45.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:45 trial151 ceph-mon[41532]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:45.861 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":15,"num_osds":3,"num_up_osds":2,"osd_up_since":1772074358,"num_in_osds":3,"osd_in_since":1772074354,"num_remapped_pgs":0} 2026-02-26T02:52:45.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:45 trial030 ceph-mon[41411]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:46.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:46 trial151 ceph-mon[41532]: from='osd.2 [v2:10.20.193.151:6800/106687239,v1:10.20.193.151:6801/106687239]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-26T02:52:46.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:46 trial151 ceph-mon[41532]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-26T02:52:46.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:46 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1406016292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:46.862 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd stat -f json 2026-02-26T02:52:46.885 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:46 trial009 ceph-mon[40292]: from='osd.2 [v2:10.20.193.151:6800/106687239,v1:10.20.193.151:6801/106687239]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-26T02:52:46.886 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:46 trial009 ceph-mon[40292]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-26T02:52:46.886 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:46 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1406016292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:46.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:46 trial030 ceph-mon[41411]: from='osd.2 [v2:10.20.193.151:6800/106687239,v1:10.20.193.151:6801/106687239]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-26T02:52:46.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:46 trial030 ceph-mon[41411]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-26T02:52:46.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:46 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/1406016292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:47.007 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:47.229 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:47.371 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1772074358,"num_in_osds":3,"osd_in_since":1772074354,"num_remapped_pgs":0} 2026-02-26T02:52:47.671 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:47 trial151 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2[46811]: 2026-02-26T02:52:47.502+0000 7f77fb459640 -1 osd.2 0 waiting for initial osdmap 2026-02-26T02:52:47.671 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:47 trial151 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2[46811]: 2026-02-26T02:52:47.504+0000 7f77f7283640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-26T02:52:47.671 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='osd.2 [v2:10.20.193.151:6800/106687239,v1:10.20.193.151:6801/106687239]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial151", "root=default"]}]: dispatch 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: osdmap e16: 3 total, 2 up, 3 in 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial151", "root=default"]}]: dispatch 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3591096141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.672 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='osd.2 [v2:10.20.193.151:6800/106687239,v1:10.20.193.151:6801/106687239]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial151", "root=default"]}]: dispatch 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: osdmap e16: 3 total, 2 up, 3 in 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial151", "root=default"]}]: dispatch 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/3591096141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='osd.2 [v2:10.20.193.151:6800/106687239,v1:10.20.193.151:6801/106687239]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial151", "root=default"]}]: dispatch 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: osdmap e16: 3 total, 2 up, 3 in 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial151", "root=default"]}]: dispatch 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3591096141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:48.372 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd stat -f json 2026-02-26T02:52:48.521 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:48.651 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:48 trial009 ceph-mon[40292]: Detected new or changed devices on trial009 2026-02-26T02:52:48.651 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:48 trial009 ceph-mon[40292]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial151", "root=default"]}]': finished 2026-02-26T02:52:48.651 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:48 trial009 ceph-mon[40292]: osdmap e17: 3 total, 2 up, 3 in 2026-02-26T02:52:48.651 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:48 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:48.651 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:48 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:48.737 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:48.753 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:48 trial151 ceph-mon[41532]: Detected new or changed devices on trial009 2026-02-26T02:52:48.753 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:48 trial151 ceph-mon[41532]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial151", "root=default"]}]': finished 2026-02-26T02:52:48.753 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:48 trial151 ceph-mon[41532]: osdmap e17: 3 total, 2 up, 3 in 2026-02-26T02:52:48.753 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:48 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:48.754 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:48 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:48.817 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:48 trial030 ceph-mon[41411]: Detected new or changed devices on trial009 2026-02-26T02:52:48.818 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:48 trial030 ceph-mon[41411]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial151", "root=default"]}]': finished 2026-02-26T02:52:48.818 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:48 trial030 ceph-mon[41411]: osdmap e17: 3 total, 2 up, 3 in 2026-02-26T02:52:48.818 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:48 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:48.818 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:48 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:48.877 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1772074368,"num_in_osds":3,"osd_in_since":1772074354,"num_remapped_pgs":0} 2026-02-26T02:52:48.878 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd dump --format=json 2026-02-26T02:52:49.028 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:49.255 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:49.255 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":18,"fsid":"003434e4-12be-11f1-af16-d404e6e7d460","created":"2026-02-26T02:51:22.441116+0000","modified":"2026-02-26T02:52:48.503949+0000","last_up_change":"2026-02-26T02:52:48.503949+0000","last_in_change":"2026-02-26T02:52:34.465736+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"cfe744d9-53e6-4bac-aeb4-5fb4d07a06b6","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.9:6802","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6803","nonce":2028681767}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6804","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6805","nonce":2028681767}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6808","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6809","nonce":2028681767}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6806","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6807","nonce":2028681767}]},"public_addr":"10.20.193.9:6803/2028681767","cluster_addr":"10.20.193.9:6805/2028681767","heartbeat_back_addr":"10.20.193.9:6809/2028681767","heartbeat_front_addr":"10.20.193.9:6807/2028681767","state":["exists","up"]},{"osd":1,"uuid":"a07de3c4-b8f8-48a1-9f46-48bbc9f39d68","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.30:6800","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6801","nonce":3929245735}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6802","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6803","nonce":3929245735}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6806","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6807","nonce":3929245735}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6804","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6805","nonce":3929245735}]},"public_addr":"10.20.193.30:6801/3929245735","cluster_addr":"10.20.193.30:6803/3929245735","heartbeat_back_addr":"10.20.193.30:6807/3929245735","heartbeat_front_addr":"10.20.193.30:6805/3929245735","state":["exists","up"]},{"osd":2,"uuid":"84799f97-3a6c-43ef-bd7e-6898fe8f6c4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6800","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6801","nonce":106687239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6802","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6803","nonce":106687239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6806","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6807","nonce":106687239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6804","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6805","nonce":106687239}]},"public_addr":"10.20.193.151:6801/106687239","cluster_addr":"10.20.193.151:6803/106687239","heartbeat_back_addr":"10.20.193.151:6807/106687239","heartbeat_front_addr":"10.20.193.151:6805/106687239","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-02-26T02:52:26.205039+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-02-26T02:52:36.593340+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"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.9:6800/241487459":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/479495994":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/1447632432":"2026-02-27T02:51:42.670749+0000","10.20.193.9:6801/241487459":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/3552508663":"2026-02-27T02:51:33.417777+0000","10.20.193.9:0/3617669547":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/1642004193":"2026-02-27T02:51:33.417777+0000","10.20.193.9:0/1840395134":"2026-02-27T02:51:33.417777+0000","10.20.193.9:6801/2305723488":"2026-02-27T02:51:33.417777+0000","10.20.193.9:6800/2305723488":"2026-02-27T02:51:33.417777+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","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-26T02:52:49.396 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-26T02:52:49.396 INFO:tasks.cephadm:Setting up client nodes... 2026-02-26T02:52:49.396 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-26T02:52:49.396 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-26T02:52:49.397 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-26T02:52:49.544 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:49.786 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:49.787 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: purged_snaps scrub starts 2026-02-26T02:52:49.787 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: purged_snaps scrub ok 2026-02-26T02:52:49.787 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: osd.2 [v2:10.20.193.151:6800/106687239,v1:10.20.193.151:6801/106687239] boot 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: osdmap e18: 3 total, 3 up, 3 in 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: Detected new or changed devices on trial151 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:49.788 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' 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-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/2651717720' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.789 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:49 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1186579005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: purged_snaps scrub starts 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: purged_snaps scrub ok 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: osd.2 [v2:10.20.193.151:6800/106687239,v1:10.20.193.151:6801/106687239] boot 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: osdmap e18: 3 total, 3 up, 3 in 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: Detected new or changed devices on trial151 2026-02-26T02:52:49.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' 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-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/2651717720' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:49.793 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:49.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:49.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.794 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:49 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1186579005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: purged_snaps scrub starts 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: purged_snaps scrub ok 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: osd.2 [v2:10.20.193.151:6800/106687239,v1:10.20.193.151:6801/106687239] boot 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: osdmap e18: 3 total, 3 up, 3 in 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: Detected new or changed devices on trial151 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' 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-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/2651717720' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:49.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:49 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/1186579005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-26T02:52:49.927 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":14,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6800","nonce":885167970},{"type":"v1","addr":"10.20.193.9:6801","nonce":885167970}]},"active_addr":"10.20.193.9:6801/885167970","active_change":"2026-02-26T02:51:42.670842+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14214,"name":"b","mgr_features":4540701547738038271,"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","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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":"quay.io/ceph/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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:v2.51.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":"quay.io/ceph/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/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":[]},"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":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number. if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":"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":[]}}},{"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":[]},"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":"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":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"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","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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":"quay.io/ceph/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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:v2.51.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":"quay.io/ceph/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/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":[]},"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":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number. if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":"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":[]}}},{"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":[]},"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":"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":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.9: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"]},"force_disabled_modules":{},"last_failure_osd_epoch":3,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.9:0","nonce":142456422}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.9:0","nonce":3815054785}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.9:0","nonce":2184722481}]}]} 2026-02-26T02:52:49.929 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-26T02:52:49.929 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-26T02:52:49.929 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd dump --format=json 2026-02-26T02:52:50.075 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:50.298 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:50.299 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":19,"fsid":"003434e4-12be-11f1-af16-d404e6e7d460","created":"2026-02-26T02:51:22.441116+0000","modified":"2026-02-26T02:52:49.507560+0000","last_up_change":"2026-02-26T02:52:48.503949+0000","last_in_change":"2026-02-26T02:52:34.465736+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-26T02:52:48.706019+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"19","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"cfe744d9-53e6-4bac-aeb4-5fb4d07a06b6","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.9:6802","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6803","nonce":2028681767}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6804","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6805","nonce":2028681767}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6808","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6809","nonce":2028681767}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6806","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6807","nonce":2028681767}]},"public_addr":"10.20.193.9:6803/2028681767","cluster_addr":"10.20.193.9:6805/2028681767","heartbeat_back_addr":"10.20.193.9:6809/2028681767","heartbeat_front_addr":"10.20.193.9:6807/2028681767","state":["exists","up"]},{"osd":1,"uuid":"a07de3c4-b8f8-48a1-9f46-48bbc9f39d68","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.30:6800","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6801","nonce":3929245735}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6802","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6803","nonce":3929245735}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6806","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6807","nonce":3929245735}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6804","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6805","nonce":3929245735}]},"public_addr":"10.20.193.30:6801/3929245735","cluster_addr":"10.20.193.30:6803/3929245735","heartbeat_back_addr":"10.20.193.30:6807/3929245735","heartbeat_front_addr":"10.20.193.30:6805/3929245735","state":["exists","up"]},{"osd":2,"uuid":"84799f97-3a6c-43ef-bd7e-6898fe8f6c4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6800","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6801","nonce":106687239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6802","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6803","nonce":106687239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6806","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6807","nonce":106687239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6804","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6805","nonce":106687239}]},"public_addr":"10.20.193.151:6801/106687239","cluster_addr":"10.20.193.151:6803/106687239","heartbeat_back_addr":"10.20.193.151:6807/106687239","heartbeat_front_addr":"10.20.193.151:6805/106687239","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-02-26T02:52:26.205039+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-02-26T02:52:36.593340+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-02-26T02:52:46.579408+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.9:6800/241487459":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/479495994":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/1447632432":"2026-02-27T02:51:42.670749+0000","10.20.193.9:6801/241487459":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/3552508663":"2026-02-27T02:51:33.417777+0000","10.20.193.9:0/3617669547":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/1642004193":"2026-02-27T02:51:33.417777+0000","10.20.193.9:0/1840395134":"2026-02-27T02:51:33.417777+0000","10.20.193.9:6801/2305723488":"2026-02-27T02:51:33.417777+0000","10.20.193.9:6800/2305723488":"2026-02-27T02:51:33.417777+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","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-26T02:52:50.438 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-26T02:52:50.438 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd dump --format=json 2026-02-26T02:52:50.586 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:50.668 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' 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-26T02:52:50.668 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 ceph-mon[40292]: osdmap e19: 3 total, 3 up, 3 in 2026-02-26T02:52:50.668 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-02-26T02:52:50.668 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/2053834795' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-02-26T02:52:50.668 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/282751272' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-26T02:52:50.668 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55277]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-26T02:52:50.668 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55277]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.668 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55277]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.668 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55277]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.668 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55309]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-26T02:52:50.668 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55309]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.669 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55309]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.669 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55309]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.779 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48209]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-26T02:52:50.779 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48209]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.779 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48209]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.779 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48209]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.779 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48213]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-26T02:52:50.779 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48213]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.779 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48213]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.779 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48213]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.779 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' 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-26T02:52:50.779 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 ceph-mon[41411]: osdmap e19: 3 total, 3 up, 3 in 2026-02-26T02:52:50.779 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-02-26T02:52:50.779 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/2053834795' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-02-26T02:52:50.779 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/282751272' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' 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-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 ceph-mon[41532]: osdmap e19: 3 total, 3 up, 3 in 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/2053834795' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/282751272' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48352]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48352]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48352]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48352]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48356]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48356]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48356]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48356]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.790 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48344]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-26T02:52:50.790 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48344]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.790 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48344]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.790 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48344]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.790 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48348]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-26T02:52:50.790 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48348]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.790 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48348]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.790 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:52:50 trial151 sudo[48348]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.807 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:50.807 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":20,"fsid":"003434e4-12be-11f1-af16-d404e6e7d460","created":"2026-02-26T02:51:22.441116+0000","modified":"2026-02-26T02:52:50.511501+0000","last_up_change":"2026-02-26T02:52:48.503949+0000","last_in_change":"2026-02-26T02:52:34.465736+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-26T02:52:48.706019+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":"20","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,"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":"cfe744d9-53e6-4bac-aeb4-5fb4d07a06b6","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.9:6802","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6803","nonce":2028681767}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6804","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6805","nonce":2028681767}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6808","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6809","nonce":2028681767}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:6806","nonce":2028681767},{"type":"v1","addr":"10.20.193.9:6807","nonce":2028681767}]},"public_addr":"10.20.193.9:6803/2028681767","cluster_addr":"10.20.193.9:6805/2028681767","heartbeat_back_addr":"10.20.193.9:6809/2028681767","heartbeat_front_addr":"10.20.193.9:6807/2028681767","state":["exists","up"]},{"osd":1,"uuid":"a07de3c4-b8f8-48a1-9f46-48bbc9f39d68","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6800","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6801","nonce":3929245735}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6802","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6803","nonce":3929245735}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6806","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6807","nonce":3929245735}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:6804","nonce":3929245735},{"type":"v1","addr":"10.20.193.30:6805","nonce":3929245735}]},"public_addr":"10.20.193.30:6801/3929245735","cluster_addr":"10.20.193.30:6803/3929245735","heartbeat_back_addr":"10.20.193.30:6807/3929245735","heartbeat_front_addr":"10.20.193.30:6805/3929245735","state":["exists","up"]},{"osd":2,"uuid":"84799f97-3a6c-43ef-bd7e-6898fe8f6c4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6800","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6801","nonce":106687239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6802","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6803","nonce":106687239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6806","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6807","nonce":106687239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6804","nonce":106687239},{"type":"v1","addr":"10.20.193.151:6805","nonce":106687239}]},"public_addr":"10.20.193.151:6801/106687239","cluster_addr":"10.20.193.151:6803/106687239","heartbeat_back_addr":"10.20.193.151:6807/106687239","heartbeat_front_addr":"10.20.193.151:6805/106687239","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-02-26T02:52:26.205039+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-02-26T02:52:36.593340+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2026-02-26T02:52:46.579408+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.9:6800/241487459":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/479495994":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/1447632432":"2026-02-27T02:51:42.670749+0000","10.20.193.9:6801/241487459":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/3552508663":"2026-02-27T02:51:33.417777+0000","10.20.193.9:0/3617669547":"2026-02-27T02:51:42.670749+0000","10.20.193.9:0/1642004193":"2026-02-27T02:51:33.417777+0000","10.20.193.9:0/1840395134":"2026-02-27T02:51:33.417777+0000","10.20.193.9:6801/2305723488":"2026-02-27T02:51:33.417777+0000","10.20.193.9:6800/2305723488":"2026-02-27T02:51:33.417777+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","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-26T02:52:50.927 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55391]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-26T02:52:50.927 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55391]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.927 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55391]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.927 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55391]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.927 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55395]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-26T02:52:50.927 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55395]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:50.927 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55395]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:50.927 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:50 trial009 sudo[55395]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:50.948 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-26T02:52:50.948 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-26T02:52:50.948 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-26T02:52:51.099 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:51.102 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:51.103 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:51.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48217]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-26T02:52:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48217]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48217]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48217]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48221]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-26T02:52:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48221]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-26T02:52:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48221]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-26T02:52:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:50 trial030 sudo[48221]: pam_unix(sudo:session): session closed for user root 2026-02-26T02:52:51.393 INFO:teuthology.orchestra.run.trial009.stdout:38654705672 2026-02-26T02:52:51.393 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-26T02:52:51.396 INFO:teuthology.orchestra.run.trial009.stdout:60129542149 2026-02-26T02:52:51.396 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-26T02:52:51.401 INFO:teuthology.orchestra.run.trial009.stdout:77309411331 2026-02-26T02:52:51.402 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-26T02:52:51.539 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:51.633 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:51.634 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: osdmap e20: 3 total, 3 up, 3 in 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: pgmap v44: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.715 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1895862088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-26T02:52:51.716 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:51 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.749 INFO:teuthology.orchestra.run.trial009.stdout:38654705671 2026-02-26T02:52:51.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-26T02:52:51.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: osdmap e20: 3 total, 3 up, 3 in 2026-02-26T02:52:51.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-26T02:52:51.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: pgmap v44: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-26T02:52:51.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-26T02:52:51.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:51.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:51.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:51.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-26T02:52:51.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1895862088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-26T02:52:51.792 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:51 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.850 INFO:teuthology.orchestra.run.trial009.stdout:77309411330 2026-02-26T02:52:51.856 INFO:teuthology.orchestra.run.trial009.stdout:60129542148 2026-02-26T02:52:51.864 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: osdmap e20: 3 total, 3 up, 3 in 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: pgmap v44: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/1895862088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-26T02:52:51.865 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:51 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:51.890 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705672 got 38654705671 for osd.0 2026-02-26T02:52:51.989 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411331 got 77309411330 for osd.2 2026-02-26T02:52:51.995 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542149 got 60129542148 for osd.1 2026-02-26T02:52:52.744 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:52 trial030 ceph-mon[41411]: osdmap e21: 3 total, 3 up, 3 in 2026-02-26T02:52:52.744 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:52 trial030 ceph-mon[41411]: mgrmap e15: a(active, since 69s), standbys: b 2026-02-26T02:52:52.744 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:52 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/1605048783' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-26T02:52:52.744 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:52 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/1688836471' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-26T02:52:52.744 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:52 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/1735053194' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-26T02:52:52.744 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:52 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:52.744 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:52 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:52.744 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:52 trial030 ceph-mon[41411]: Detected new or changed devices on trial030 2026-02-26T02:52:52.744 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:52 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:52.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:52 trial151 ceph-mon[41532]: osdmap e21: 3 total, 3 up, 3 in 2026-02-26T02:52:52.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:52 trial151 ceph-mon[41532]: mgrmap e15: a(active, since 69s), standbys: b 2026-02-26T02:52:52.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:52 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1605048783' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-26T02:52:52.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:52 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1688836471' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-26T02:52:52.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:52 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1735053194' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-26T02:52:52.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:52 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:52.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:52 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:52.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:52 trial151 ceph-mon[41532]: Detected new or changed devices on trial030 2026-02-26T02:52:52.791 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:52 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:52.891 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-26T02:52:52.915 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:52 trial009 ceph-mon[40292]: osdmap e21: 3 total, 3 up, 3 in 2026-02-26T02:52:52.915 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:52 trial009 ceph-mon[40292]: mgrmap e15: a(active, since 69s), standbys: b 2026-02-26T02:52:52.915 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:52 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1605048783' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-26T02:52:52.915 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:52 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1688836471' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-26T02:52:52.916 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:52 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1735053194' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-26T02:52:52.916 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:52.916 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:52.916 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:52 trial009 ceph-mon[40292]: Detected new or changed devices on trial030 2026-02-26T02:52:52.916 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:52 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:52:52.990 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-26T02:52:52.996 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-26T02:52:53.036 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:53.147 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:53.227 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:53.261 INFO:teuthology.orchestra.run.trial009.stdout:38654705671 2026-02-26T02:52:53.360 INFO:teuthology.orchestra.run.trial009.stdout:77309411330 2026-02-26T02:52:53.399 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705672 got 38654705671 for osd.0 2026-02-26T02:52:53.444 INFO:teuthology.orchestra.run.trial009.stdout:60129542148 2026-02-26T02:52:53.497 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411331 got 77309411330 for osd.2 2026-02-26T02:52:53.583 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542149 got 60129542148 for osd.1 2026-02-26T02:52:53.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:53 trial009 ceph-mon[40292]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:52:53.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:53 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3066195274' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-26T02:52:53.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:53 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3427759930' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-26T02:52:53.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:53 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/222471073' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-26T02:52:53.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:53 trial151 ceph-mon[41532]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:52:53.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:53 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3066195274' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-26T02:52:53.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:53 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3427759930' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-26T02:52:53.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:53 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/222471073' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-26T02:52:53.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:53 trial030 ceph-mon[41411]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:52:53.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:53 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/3066195274' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-26T02:52:53.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:53 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/3427759930' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-26T02:52:53.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:53 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/222471073' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-26T02:52:54.400 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-26T02:52:54.498 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-26T02:52:54.552 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:54.583 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-26T02:52:54.664 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:54.780 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:54.780 INFO:teuthology.orchestra.run.trial009.stdout:38654705673 2026-02-26T02:52:54.888 INFO:teuthology.orchestra.run.trial009.stdout:77309411332 2026-02-26T02:52:54.921 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705672 got 38654705673 for osd.0 2026-02-26T02:52:54.921 DEBUG:teuthology.parallel:result is None 2026-02-26T02:52:54.998 INFO:teuthology.orchestra.run.trial009.stdout:60129542150 2026-02-26T02:52:55.032 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411331 got 77309411332 for osd.2 2026-02-26T02:52:55.032 DEBUG:teuthology.parallel:result is None 2026-02-26T02:52:55.136 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542149 got 60129542150 for osd.1 2026-02-26T02:52:55.136 DEBUG:teuthology.parallel:result is None 2026-02-26T02:52:55.136 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-26T02:52:55.136 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph pg dump --format=json 2026-02-26T02:52:55.280 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:55.484 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:55.484 INFO:teuthology.orchestra.run.trial009.stderr:dumped all 2026-02-26T02:52:55.624 INFO:teuthology.orchestra.run.trial009.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-26T02:52:54.680897+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":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":83796,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":80827,"kb_avail":2201925804,"statfs":{"total":2254857830400,"available":2254772023296,"internally_reserved":0,"allocated":2322432,"data_stored":1935372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":82767186},"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":"3.166815"},"pg_stats":[{"pgid":"1.0","version":"20'152","reported_seq":195,"reported_epoch":21,"state":"active+clean","last_fresh":"2026-02-26T02:52:51.514890+0000","last_change":"2026-02-26T02:52:50.514670+0000","last_active":"2026-02-26T02:52:51.514890+0000","last_peered":"2026-02-26T02:52:51.514890+0000","last_clean":"2026-02-26T02:52:51.514890+0000","last_became_active":"2026-02-26T02:52:50.514498+0000","last_became_peered":"2026-02-26T02:52:50.514498+0000","last_unstale":"2026-02-26T02:52:51.514890+0000","last_undegraded":"2026-02-26T02:52:51.514890+0000","last_fullsized":"2026-02-26T02:52:51.514890+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-26T02:52:49.507560+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-26T02:52:49.507560+0000","last_clean_scrub_stamp":"2026-02-26T02:52:49.507560+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-27T12:42:08.790640+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":18,"seq":77309411332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28348,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733974852,"statfs":{"total":751619276800,"available":751590248448,"internally_reserved":0,"allocated":774144,"data_stored":645124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27589062},"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":60129542150,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27724,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975476,"statfs":{"total":751619276800,"available":751590887424,"internally_reserved":0,"allocated":774144,"data_stored":645124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27589062},"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":38654705673,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27724,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975476,"statfs":{"total":751619276800,"available":751590887424,"internally_reserved":0,"allocated":774144,"data_stored":645124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27589062},"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-26T02:52:55.625 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph pg dump --format=json 2026-02-26T02:52:55.766 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:55.880 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:55 trial009 ceph-mon[40292]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:52:55.880 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:55 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/77244363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-26T02:52:55.880 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:55 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/3659825882' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-26T02:52:55.880 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:55 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/389692822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-26T02:52:55.978 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:55.978 INFO:teuthology.orchestra.run.trial009.stderr:dumped all 2026-02-26T02:52:56.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:55 trial151 ceph-mon[41532]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:52:56.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/77244363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-26T02:52:56.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/3659825882' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-26T02:52:56.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:55 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/389692822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-26T02:52:56.114 INFO:teuthology.orchestra.run.trial009.stdout:{"pg_ready":true,"pg_map":{"version":47,"stamp":"2026-02-26T02:52:54.680897+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":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":83796,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":80827,"kb_avail":2201925804,"statfs":{"total":2254857830400,"available":2254772023296,"internally_reserved":0,"allocated":2322432,"data_stored":1935372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":82767186},"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":"3.166815"},"pg_stats":[{"pgid":"1.0","version":"20'152","reported_seq":195,"reported_epoch":21,"state":"active+clean","last_fresh":"2026-02-26T02:52:51.514890+0000","last_change":"2026-02-26T02:52:50.514670+0000","last_active":"2026-02-26T02:52:51.514890+0000","last_peered":"2026-02-26T02:52:51.514890+0000","last_clean":"2026-02-26T02:52:51.514890+0000","last_became_active":"2026-02-26T02:52:50.514498+0000","last_became_peered":"2026-02-26T02:52:50.514498+0000","last_unstale":"2026-02-26T02:52:51.514890+0000","last_undegraded":"2026-02-26T02:52:51.514890+0000","last_fullsized":"2026-02-26T02:52:51.514890+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-26T02:52:49.507560+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-26T02:52:49.507560+0000","last_clean_scrub_stamp":"2026-02-26T02:52:49.507560+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-27T12:42:08.790640+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":18,"seq":77309411332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28348,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733974852,"statfs":{"total":751619276800,"available":751590248448,"internally_reserved":0,"allocated":774144,"data_stored":645124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27589062},"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":60129542150,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27724,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975476,"statfs":{"total":751619276800,"available":751590887424,"internally_reserved":0,"allocated":774144,"data_stored":645124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27589062},"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":38654705673,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27724,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975476,"statfs":{"total":751619276800,"available":751590887424,"internally_reserved":0,"allocated":774144,"data_stored":645124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27589062},"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-26T02:52:56.114 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-26T02:52:56.114 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-26T02:52:56.115 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-26T02:52:56.115 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph health --format=json 2026-02-26T02:52:56.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:55 trial030 ceph-mon[41411]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:52:56.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:55 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/77244363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-26T02:52:56.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:55 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/3659825882' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-26T02:52:56.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:55 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/389692822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-26T02:52:56.258 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:56.480 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:52:56.480 INFO:teuthology.orchestra.run.trial009.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-26T02:52:56.616 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-26T02:52:56.616 INFO:tasks.cephadm:Setup complete, yielding 2026-02-26T02:52:56.617 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-26T02:52:56.630 INFO:tasks.cephadm:Applying spec(s): placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 2026-02-26T02:52:56.630 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph orch apply -i - 2026-02-26T02:52:56.774 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:56.993 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:56 trial009 ceph-mon[40292]: from='client.14421 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:52:56.994 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:56 trial009 ceph-mon[40292]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:52:56.994 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:52:56 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/2311989437' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-02-26T02:52:56.994 INFO:teuthology.orchestra.run.trial009.stdout:Scheduled mon update... 2026-02-26T02:52:57.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:56 trial151 ceph-mon[41532]: from='client.14421 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:52:57.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:56 trial151 ceph-mon[41532]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:52:57.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:52:56 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/2311989437' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-02-26T02:52:57.133 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-26T02:52:57.144 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial009.front.sepia.ceph.com 2026-02-26T02:52:57.144 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- bash -c 'set -ex 2026-02-26T02:52:57.144 DEBUG:teuthology.orchestra.run.trial009:> # since we don'"'"'t know the real hostnames before the test, the next 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> # the actual names cephadm knows the host by within the mon spec 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> ceph orch ls --service-name mon --export > mon.yaml 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> MONSPEC=`cat mon.yaml` 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> echo "$MONSPEC" 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> while read realname <&3 && read fakename <&4; do 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> MONSPEC="${MONSPEC//$fakename/$realname}" 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> done 3 echo "$MONSPEC" > mon.yaml 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> cat mon.yaml 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> ceph orch apply -i mon.yaml 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> sleep 90 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> ceph orch ps --refresh 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> sleep 90 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> ceph mon dump 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> ceph mon dump --format json 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> # verify all the crush locations got set from "ceph mon dump" output 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> while read monid <&3 && read crushloc <&4; do 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2026-02-26T02:52:57.145 DEBUG:teuthology.orchestra.run.trial009:> done 3 ' 2026-02-26T02:52:57.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:56 trial030 ceph-mon[41411]: from='client.14421 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:52:57.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:56 trial030 ceph-mon[41411]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-26T02:52:57.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:52:56 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/2311989437' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-02-26T02:52:57.292 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:52:57.371 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph orch host ls --format json 2026-02-26T02:52:57.371 INFO:teuthology.orchestra.run.trial009.stderr:+ jq -r '.[] | .hostname' 2026-02-26T02:52:57.515 INFO:teuthology.orchestra.run.trial009.stderr:+ echo 'host.a 2026-02-26T02:52:57.515 INFO:teuthology.orchestra.run.trial009.stderr:host.b 2026-02-26T02:52:57.515 INFO:teuthology.orchestra.run.trial009.stderr:host.c' 2026-02-26T02:52:57.515 INFO:teuthology.orchestra.run.trial009.stderr:+ echo 'a 2026-02-26T02:52:57.515 INFO:teuthology.orchestra.run.trial009.stderr:b 2026-02-26T02:52:57.516 INFO:teuthology.orchestra.run.trial009.stderr:c' 2026-02-26T02:52:57.516 INFO:teuthology.orchestra.run.trial009.stderr:+ echo '{datacenter=a} 2026-02-26T02:52:57.516 INFO:teuthology.orchestra.run.trial009.stderr:{datacenter=b,rack=2} 2026-02-26T02:52:57.516 INFO:teuthology.orchestra.run.trial009.stderr:{datacenter=a,rack=3}' 2026-02-26T02:52:57.516 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph orch ls --service-name mon --export 2026-02-26T02:52:57.658 INFO:teuthology.orchestra.run.trial009.stderr:++ cat mon.yaml 2026-02-26T02:52:57.660 INFO:teuthology.orchestra.run.trial009.stderr:+ MONSPEC='service_type: mon 2026-02-26T02:52:57.660 INFO:teuthology.orchestra.run.trial009.stderr:service_name: mon 2026-02-26T02:52:57.660 INFO:teuthology.orchestra.run.trial009.stderr:placement: 2026-02-26T02:52:57.660 INFO:teuthology.orchestra.run.trial009.stderr: count: 3 2026-02-26T02:52:57.660 INFO:teuthology.orchestra.run.trial009.stderr:spec: 2026-02-26T02:52:57.660 INFO:teuthology.orchestra.run.trial009.stderr: crush_locations: 2026-02-26T02:52:57.660 INFO:teuthology.orchestra.run.trial009.stderr: host.a: 2026-02-26T02:52:57.660 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.661 INFO:teuthology.orchestra.run.trial009.stderr: host.b: 2026-02-26T02:52:57.661 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=b 2026-02-26T02:52:57.661 INFO:teuthology.orchestra.run.trial009.stderr: - rack=2 2026-02-26T02:52:57.661 INFO:teuthology.orchestra.run.trial009.stderr: host.c: 2026-02-26T02:52:57.661 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.661 INFO:teuthology.orchestra.run.trial009.stderr: - rack=3' 2026-02-26T02:52:57.662 INFO:teuthology.orchestra.run.trial009.stdout:service_type: mon 2026-02-26T02:52:57.662 INFO:teuthology.orchestra.run.trial009.stdout:service_name: mon 2026-02-26T02:52:57.662 INFO:teuthology.orchestra.run.trial009.stdout:placement: 2026-02-26T02:52:57.662 INFO:teuthology.orchestra.run.trial009.stdout: count: 3 2026-02-26T02:52:57.662 INFO:teuthology.orchestra.run.trial009.stdout:spec: 2026-02-26T02:52:57.662 INFO:teuthology.orchestra.run.trial009.stdout: crush_locations: 2026-02-26T02:52:57.662 INFO:teuthology.orchestra.run.trial009.stdout: host.a: 2026-02-26T02:52:57.663 INFO:teuthology.orchestra.run.trial009.stdout: - datacenter=a 2026-02-26T02:52:57.663 INFO:teuthology.orchestra.run.trial009.stdout: host.b: 2026-02-26T02:52:57.663 INFO:teuthology.orchestra.run.trial009.stdout: - datacenter=b 2026-02-26T02:52:57.663 INFO:teuthology.orchestra.run.trial009.stdout: - rack=2 2026-02-26T02:52:57.663 INFO:teuthology.orchestra.run.trial009.stdout: host.c: 2026-02-26T02:52:57.663 INFO:teuthology.orchestra.run.trial009.stdout: - datacenter=a 2026-02-26T02:52:57.663 INFO:teuthology.orchestra.run.trial009.stdout: - rack=3 2026-02-26T02:52:57.664 INFO:teuthology.orchestra.run.trial009.stderr:+ echo 'service_type: mon 2026-02-26T02:52:57.664 INFO:teuthology.orchestra.run.trial009.stderr:service_name: mon 2026-02-26T02:52:57.664 INFO:teuthology.orchestra.run.trial009.stderr:placement: 2026-02-26T02:52:57.664 INFO:teuthology.orchestra.run.trial009.stderr: count: 3 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr:spec: 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr: crush_locations: 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr: host.a: 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr: host.b: 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=b 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr: - rack=2 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr: host.c: 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr: - rack=3' 2026-02-26T02:52:57.665 INFO:teuthology.orchestra.run.trial009.stderr:+ read realname 2026-02-26T02:52:57.666 INFO:teuthology.orchestra.run.trial009.stderr:+ read fakename 2026-02-26T02:52:57.666 INFO:teuthology.orchestra.run.trial009.stderr:+ MONSPEC='service_type: mon 2026-02-26T02:52:57.666 INFO:teuthology.orchestra.run.trial009.stderr:service_name: mon 2026-02-26T02:52:57.666 INFO:teuthology.orchestra.run.trial009.stderr:placement: 2026-02-26T02:52:57.666 INFO:teuthology.orchestra.run.trial009.stderr: count: 3 2026-02-26T02:52:57.666 INFO:teuthology.orchestra.run.trial009.stderr:spec: 2026-02-26T02:52:57.667 INFO:teuthology.orchestra.run.trial009.stderr: crush_locations: 2026-02-26T02:52:57.667 INFO:teuthology.orchestra.run.trial009.stderr: trial009: 2026-02-26T02:52:57.667 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.667 INFO:teuthology.orchestra.run.trial009.stderr: host.b: 2026-02-26T02:52:57.667 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=b 2026-02-26T02:52:57.667 INFO:teuthology.orchestra.run.trial009.stderr: - rack=2 2026-02-26T02:52:57.668 INFO:teuthology.orchestra.run.trial009.stderr: host.c: 2026-02-26T02:52:57.668 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.668 INFO:teuthology.orchestra.run.trial009.stderr: - rack=3' 2026-02-26T02:52:57.668 INFO:teuthology.orchestra.run.trial009.stderr:+ read realname 2026-02-26T02:52:57.668 INFO:teuthology.orchestra.run.trial009.stderr:+ read fakename 2026-02-26T02:52:57.668 INFO:teuthology.orchestra.run.trial009.stderr:+ MONSPEC='service_type: mon 2026-02-26T02:52:57.668 INFO:teuthology.orchestra.run.trial009.stderr:service_name: mon 2026-02-26T02:52:57.669 INFO:teuthology.orchestra.run.trial009.stderr:placement: 2026-02-26T02:52:57.669 INFO:teuthology.orchestra.run.trial009.stderr: count: 3 2026-02-26T02:52:57.669 INFO:teuthology.orchestra.run.trial009.stderr:spec: 2026-02-26T02:52:57.669 INFO:teuthology.orchestra.run.trial009.stderr: crush_locations: 2026-02-26T02:52:57.669 INFO:teuthology.orchestra.run.trial009.stderr: trial009: 2026-02-26T02:52:57.669 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.669 INFO:teuthology.orchestra.run.trial009.stderr: trial030: 2026-02-26T02:52:57.669 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=b 2026-02-26T02:52:57.670 INFO:teuthology.orchestra.run.trial009.stderr: - rack=2 2026-02-26T02:52:57.670 INFO:teuthology.orchestra.run.trial009.stderr: host.c: 2026-02-26T02:52:57.670 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.670 INFO:teuthology.orchestra.run.trial009.stderr: - rack=3' 2026-02-26T02:52:57.670 INFO:teuthology.orchestra.run.trial009.stderr:+ read realname 2026-02-26T02:52:57.670 INFO:teuthology.orchestra.run.trial009.stderr:+ read fakename 2026-02-26T02:52:57.670 INFO:teuthology.orchestra.run.trial009.stderr:+ MONSPEC='service_type: mon 2026-02-26T02:52:57.671 INFO:teuthology.orchestra.run.trial009.stderr:service_name: mon 2026-02-26T02:52:57.671 INFO:teuthology.orchestra.run.trial009.stderr:placement: 2026-02-26T02:52:57.671 INFO:teuthology.orchestra.run.trial009.stderr: count: 3 2026-02-26T02:52:57.671 INFO:teuthology.orchestra.run.trial009.stderr:spec: 2026-02-26T02:52:57.671 INFO:teuthology.orchestra.run.trial009.stderr: crush_locations: 2026-02-26T02:52:57.671 INFO:teuthology.orchestra.run.trial009.stderr: trial009: 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr: trial030: 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=b 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr: - rack=2 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr: trial151: 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr: - rack=3' 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr:+ read realname 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr:+ echo 'service_type: mon 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr:service_name: mon 2026-02-26T02:52:57.672 INFO:teuthology.orchestra.run.trial009.stderr:placement: 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: count: 3 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr:spec: 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: crush_locations: 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: trial009: 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: trial030: 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=b 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: - rack=2 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: trial151: 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: - datacenter=a 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr: - rack=3' 2026-02-26T02:52:57.673 INFO:teuthology.orchestra.run.trial009.stderr:+ cat mon.yaml 2026-02-26T02:52:57.674 INFO:teuthology.orchestra.run.trial009.stdout:service_type: mon 2026-02-26T02:52:57.674 INFO:teuthology.orchestra.run.trial009.stdout:service_name: mon 2026-02-26T02:52:57.674 INFO:teuthology.orchestra.run.trial009.stdout:placement: 2026-02-26T02:52:57.674 INFO:teuthology.orchestra.run.trial009.stdout: count: 3 2026-02-26T02:52:57.674 INFO:teuthology.orchestra.run.trial009.stdout:spec: 2026-02-26T02:52:57.674 INFO:teuthology.orchestra.run.trial009.stdout: crush_locations: 2026-02-26T02:52:57.674 INFO:teuthology.orchestra.run.trial009.stdout: trial009: 2026-02-26T02:52:57.675 INFO:teuthology.orchestra.run.trial009.stdout: - datacenter=a 2026-02-26T02:52:57.675 INFO:teuthology.orchestra.run.trial009.stdout: trial030: 2026-02-26T02:52:57.675 INFO:teuthology.orchestra.run.trial009.stdout: - datacenter=b 2026-02-26T02:52:57.675 INFO:teuthology.orchestra.run.trial009.stdout: - rack=2 2026-02-26T02:52:57.675 INFO:teuthology.orchestra.run.trial009.stdout: trial151: 2026-02-26T02:52:57.675 INFO:teuthology.orchestra.run.trial009.stdout: - datacenter=a 2026-02-26T02:52:57.675 INFO:teuthology.orchestra.run.trial009.stdout: - rack=3 2026-02-26T02:52:57.675 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph orch apply -i mon.yaml 2026-02-26T02:52:57.801 INFO:teuthology.orchestra.run.trial009.stdout:Scheduled mon update... 2026-02-26T02:52:57.811 INFO:teuthology.orchestra.run.trial009.stderr:+ sleep 90 2026-02-26T02:53:04.035 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:04.035 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-26T02:53:04.035 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: mon.c calling monitor election 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: mon.b calling monitor election 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: mon.a calling monitor election 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: monmap epoch 6 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: last_changed 2026-02-26T02:53:02.820377+0000 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: min_mon_release 19 (squid) 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: election_strategy: 1 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a; crush_location {datacenter=a} 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: 2: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: fsmap 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: osdmap e21: 3 total, 3 up, 3 in 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: mgrmap e15: a(active, since 80s), standbys: b 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: overall HEALTH_OK 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: Reconfiguring mon.a (monmap changed)... 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:53:04.036 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: Reconfiguring daemon mon.a on trial009 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-02-26T02:53:04.037 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:03 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:04.142 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:04.142 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-26T02:53:04.142 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-26T02:53:04.142 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: mon.c calling monitor election 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: mon.b calling monitor election 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: mon.a calling monitor election 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: monmap epoch 6 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: last_changed 2026-02-26T02:53:02.820377+0000 2026-02-26T02:53:04.143 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: min_mon_release 19 (squid) 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: election_strategy: 1 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a; crush_location {datacenter=a} 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: 2: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: fsmap 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: osdmap e21: 3 total, 3 up, 3 in 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: mgrmap e15: a(active, since 80s), standbys: b 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: overall HEALTH_OK 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: Reconfiguring mon.a (monmap changed)... 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: Reconfiguring daemon mon.a on trial009 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-02-26T02:53:04.146 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:03 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:04.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:04.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-26T02:53:04.291 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-26T02:53:04.291 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-26T02:53:04.291 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: mon.c calling monitor election 2026-02-26T02:53:04.291 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: mon.b calling monitor election 2026-02-26T02:53:04.291 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-26T02:53:04.291 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-26T02:53:04.292 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: mon.a calling monitor election 2026-02-26T02:53:04.292 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-26T02:53:04.292 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-26T02:53:04.292 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: monmap epoch 6 2026-02-26T02:53:04.292 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:53:04.292 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: last_changed 2026-02-26T02:53:02.820377+0000 2026-02-26T02:53:04.292 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:53:04.293 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: min_mon_release 19 (squid) 2026-02-26T02:53:04.293 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: election_strategy: 1 2026-02-26T02:53:04.293 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a; crush_location {datacenter=a} 2026-02-26T02:53:04.293 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-26T02:53:04.293 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: 2: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-26T02:53:04.293 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: fsmap 2026-02-26T02:53:04.293 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: osdmap e21: 3 total, 3 up, 3 in 2026-02-26T02:53:04.293 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: mgrmap e15: a(active, since 80s), standbys: b 2026-02-26T02:53:04.293 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: overall HEALTH_OK 2026-02-26T02:53:04.294 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.294 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: Reconfiguring mon.a (monmap changed)... 2026-02-26T02:53:04.294 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:53:04.294 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:53:04.294 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:04.294 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: Reconfiguring daemon mon.a on trial009 2026-02-26T02:53:04.294 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.294 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.295 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:53:04.295 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:53:04.295 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:04.295 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.295 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:04.295 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-02-26T02:53:04.295 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:03 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:05.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: Reconfiguring mgr.a (monmap changed)... 2026-02-26T02:53:05.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: Reconfiguring daemon mgr.a on trial009 2026-02-26T02:53:05.144 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: Reconfiguring osd.0 (monmap changed)... 2026-02-26T02:53:05.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: Reconfiguring daemon osd.0 on trial009 2026-02-26T02:53:05.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: Reconfiguring mon.b (monmap changed)... 2026-02-26T02:53:05.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:53:05.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:53:05.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:05.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: Reconfiguring daemon mon.b on trial030 2026-02-26T02:53:05.145 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.146 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.146 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:53:05.146 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:53:05.146 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:05.146 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.146 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.146 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-02-26T02:53:05.146 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:04 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: Reconfiguring mgr.a (monmap changed)... 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: Reconfiguring daemon mgr.a on trial009 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: Reconfiguring osd.0 (monmap changed)... 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: Reconfiguring daemon osd.0 on trial009 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: Reconfiguring mon.b (monmap changed)... 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:05.244 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: Reconfiguring daemon mon.b on trial030 2026-02-26T02:53:05.245 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.245 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.245 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:53:05.245 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:53:05.245 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:05.245 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.245 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.245 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-02-26T02:53:05.245 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:04 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:05.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: Reconfiguring mgr.a (monmap changed)... 2026-02-26T02:53:05.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: Reconfiguring daemon mgr.a on trial009 2026-02-26T02:53:05.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: Reconfiguring osd.0 (monmap changed)... 2026-02-26T02:53:05.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: Reconfiguring daemon osd.0 on trial009 2026-02-26T02:53:05.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: Reconfiguring mon.b (monmap changed)... 2026-02-26T02:53:05.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:53:05.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:53:05.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:05.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: Reconfiguring daemon mon.b on trial030 2026-02-26T02:53:05.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-26T02:53:05.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-26T02:53:05.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:05.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.457 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:05.457 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-02-26T02:53:05.457 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:04 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: Reconfiguring mgr.b (monmap changed)... 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: Reconfiguring daemon mgr.b on trial030 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: Reconfiguring osd.1 (monmap changed)... 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: Reconfiguring daemon osd.1 on trial030 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-02-26T02:53:06.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:06.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:05 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: Reconfiguring mgr.b (monmap changed)... 2026-02-26T02:53:06.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: Reconfiguring daemon mgr.b on trial030 2026-02-26T02:53:06.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:06.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: Reconfiguring osd.1 (monmap changed)... 2026-02-26T02:53:06.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: Reconfiguring daemon osd.1 on trial030 2026-02-26T02:53:06.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:53:06.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:53:06.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:06.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-02-26T02:53:06.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:06.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.418 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:05 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: Reconfiguring mgr.b (monmap changed)... 2026-02-26T02:53:06.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: Reconfiguring daemon mgr.b on trial030 2026-02-26T02:53:06.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:06.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: Reconfiguring osd.1 (monmap changed)... 2026-02-26T02:53:06.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: Reconfiguring daemon osd.1 on trial030 2026-02-26T02:53:06.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-26T02:53:06.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-26T02:53:06.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:06.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-02-26T02:53:06.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:53:06.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:06.456 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:05 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:07.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:06 trial151 ceph-mon[41532]: Reconfiguring mon.c (monmap changed)... 2026-02-26T02:53:07.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:06 trial151 ceph-mon[41532]: Reconfiguring daemon mon.c on trial151 2026-02-26T02:53:07.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:06 trial151 ceph-mon[41532]: Reconfiguring osd.2 (monmap changed)... 2026-02-26T02:53:07.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:06 trial151 ceph-mon[41532]: Reconfiguring daemon osd.2 on trial151 2026-02-26T02:53:07.339 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:06 trial009 ceph-mon[40292]: Reconfiguring mon.c (monmap changed)... 2026-02-26T02:53:07.339 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:06 trial009 ceph-mon[40292]: Reconfiguring daemon mon.c on trial151 2026-02-26T02:53:07.339 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:06 trial009 ceph-mon[40292]: Reconfiguring osd.2 (monmap changed)... 2026-02-26T02:53:07.339 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:06 trial009 ceph-mon[40292]: Reconfiguring daemon osd.2 on trial151 2026-02-26T02:53:07.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:06 trial030 ceph-mon[41411]: Reconfiguring mon.c (monmap changed)... 2026-02-26T02:53:07.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:06 trial030 ceph-mon[41411]: Reconfiguring daemon mon.c on trial151 2026-02-26T02:53:07.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:06 trial030 ceph-mon[41411]: Reconfiguring osd.2 (monmap changed)... 2026-02-26T02:53:07.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:06 trial030 ceph-mon[41411]: Reconfiguring daemon osd.2 on trial151 2026-02-26T02:53:08.250 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:07 trial151 ceph-mon[41532]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:08.250 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:08.250 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:08.250 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:08.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:07 trial030 ceph-mon[41411]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:08.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:08.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:08.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:07 trial009 ceph-mon[40292]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:08.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:10.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:09 trial009 ceph-mon[40292]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:10.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:10.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:10.205 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:10.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:09 trial151 ceph-mon[41532]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:10.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:10.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:10.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:10.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:09 trial030 ceph-mon[41411]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:10.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:10.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:10.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:12.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:11 trial030 ceph-mon[41411]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:12.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:11 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:12.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:11 trial151 ceph-mon[41532]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:12.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:11 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:12.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:11 trial009 ceph-mon[40292]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:12.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:11 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:13.235 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:12 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:13.235 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:12 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:13.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:12 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:13.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:12 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:13.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:12 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:13.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:12 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:14.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:13 trial151 ceph-mon[41532]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:14.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:13 trial030 ceph-mon[41411]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:14.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:13 trial009 ceph-mon[40292]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:16.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:15 trial151 ceph-mon[41532]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:16.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:15 trial030 ceph-mon[41411]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:16.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:15 trial009 ceph-mon[40292]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:18.218 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:17 trial030 ceph-mon[41411]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:18.256 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:17 trial009 ceph-mon[40292]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:18.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:17 trial151 ceph-mon[41532]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:20.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:19 trial151 ceph-mon[41532]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:20.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:19 trial030 ceph-mon[41411]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:20.453 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:19 trial009 ceph-mon[40292]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:22.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:21 trial151 ceph-mon[41532]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:22.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:21 trial030 ceph-mon[41411]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:22.453 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:21 trial009 ceph-mon[40292]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:24.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:23 trial151 ceph-mon[41532]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:24.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:23 trial030 ceph-mon[41411]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:24.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:23 trial009 ceph-mon[40292]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:26.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:25 trial151 ceph-mon[41532]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:26.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:25 trial030 ceph-mon[41411]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:26.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:25 trial009 ceph-mon[40292]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:28.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:27 trial151 ceph-mon[41532]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:28.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:28.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:28.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:28.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:27 trial030 ceph-mon[41411]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:28.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:28.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:28.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:28.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:27 trial009 ceph-mon[40292]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:28.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:28.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:28.455 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:30.181 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:29 trial009 ceph-mon[40292]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:30.181 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:30.181 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:30.181 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:30.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:29 trial151 ceph-mon[41532]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:30.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:30.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:30.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:30.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:29 trial030 ceph-mon[41411]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:30.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:30.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:30.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:32.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:31 trial030 ceph-mon[41411]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:32.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:31 trial151 ceph-mon[41532]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:32.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:31 trial009 ceph-mon[40292]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:33.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:33.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:33.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:33.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:33.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:33.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:33.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:33.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:33.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:34.301 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:34 trial030 ceph-mon[41411]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:34.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:34 trial009 ceph-mon[40292]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:34.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:34 trial151 ceph-mon[41532]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:35.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:35 trial030 ceph-mon[41411]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:35.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:35 trial009 ceph-mon[40292]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:35.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:35 trial151 ceph-mon[41532]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:38.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:37 trial151 ceph-mon[41532]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:38.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:37 trial030 ceph-mon[41411]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:38.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:37 trial009 ceph-mon[40292]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:40.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:39 trial151 ceph-mon[41532]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:40.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:39 trial030 ceph-mon[41411]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:40.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:39 trial009 ceph-mon[40292]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:42.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:41 trial151 ceph-mon[41532]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:42.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:41 trial030 ceph-mon[41411]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:42.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:41 trial009 ceph-mon[40292]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:44.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:43 trial151 ceph-mon[41532]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:44.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:43 trial030 ceph-mon[41411]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:44.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:43 trial009 ceph-mon[40292]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:46.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:45 trial151 ceph-mon[41532]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:46.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:45 trial030 ceph-mon[41411]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:46.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:45 trial009 ceph-mon[40292]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:48.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:47 trial151 ceph-mon[41532]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:48.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:48.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:48.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:47 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:48.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:47 trial030 ceph-mon[41411]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:48.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:48.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:48.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:47 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:48.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:47 trial009 ceph-mon[40292]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:48.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:48.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:48.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:47 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:49.948 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:49 trial151 ceph-mon[41532]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:49.948 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:49.948 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:49.948 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:49.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:49 trial009 ceph-mon[40292]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:49.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:49.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:49.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:50.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:49 trial030 ceph-mon[41411]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:50.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:50.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:50.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:51.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:51 trial030 ceph-mon[41411]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:52.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:51 trial151 ceph-mon[41532]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:52.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:51 trial009 ceph-mon[40292]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:53.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:53 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:53.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:53 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:53.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:53 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:53.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:53 trial030 ceph-mon[41411]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:53.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:53.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:53.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:53.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:53 trial009 ceph-mon[40292]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:53.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:53 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:53.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:53 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:53.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:53 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:53:53.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:53 trial151 ceph-mon[41532]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:56.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:55 trial151 ceph-mon[41532]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:56.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:55 trial030 ceph-mon[41411]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:56.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:55 trial009 ceph-mon[40292]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:58.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:57 trial151 ceph-mon[41532]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:58.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:57 trial030 ceph-mon[41411]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:58.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:57 trial009 ceph-mon[40292]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:53:59.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:53:59 trial009 ceph-mon[40292]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:00.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:53:59 trial151 ceph-mon[41532]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:00.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:53:59 trial030 ceph-mon[41411]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:01.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:01 trial030 ceph-mon[41411]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:02.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:01 trial151 ceph-mon[41532]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:02.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:01 trial009 ceph-mon[40292]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:04.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:03 trial151 ceph-mon[41532]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:04.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:03 trial030 ceph-mon[41411]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:04.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:03 trial009 ceph-mon[40292]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:06.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:05 trial151 ceph-mon[41532]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:06.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:05 trial030 ceph-mon[41411]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:06.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:05 trial009 ceph-mon[40292]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:07.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:06 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:54:07.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:06 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:54:07.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:06 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:54:07.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:06 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:07.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:06 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:54:07.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:06 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:54:07.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:06 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:54:07.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:06 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:07.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:06 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:54:07.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:06 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:54:07.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:06 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:54:07.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:06 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:08.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:07 trial030 ceph-mon[41411]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:08.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:08.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:08.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:07 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:08.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:07 trial009 ceph-mon[40292]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:08.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:08.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:08.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:07 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:08.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:07 trial151 ceph-mon[41532]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:08.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:08.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:08.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:07 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:10.103 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:09 trial151 ceph-mon[41532]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:10.103 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:10.103 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:10.103 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:10.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:09 trial030 ceph-mon[41411]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:10.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:10.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:10.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:10.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:09 trial009 ceph-mon[40292]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:10.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:10.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:10.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:12.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:11 trial030 ceph-mon[41411]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:12.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:11 trial009 ceph-mon[40292]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:12.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:11 trial151 ceph-mon[41532]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:13.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:13 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:13.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:13 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:13.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:13 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:13.539 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:13 trial151 ceph-mon[41532]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:13.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:13 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:13.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:13 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:13.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:13 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:13.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:13 trial030 ceph-mon[41411]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:13.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:13 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:13.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:13 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:13.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:13 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:13.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:13 trial009 ceph-mon[40292]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:15.916 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:15 trial030 ceph-mon[41411]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:16.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:15 trial151 ceph-mon[41532]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:16.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:15 trial009 ceph-mon[40292]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:18.005 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:17 trial009 ceph-mon[40292]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:18.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:17 trial151 ceph-mon[41532]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:18.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:17 trial030 ceph-mon[41411]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:20.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:19 trial151 ceph-mon[41532]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:20.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:19 trial030 ceph-mon[41411]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:20.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:19 trial009 ceph-mon[40292]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:22.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:21 trial151 ceph-mon[41532]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:22.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:21 trial030 ceph-mon[41411]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:22.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:21 trial009 ceph-mon[40292]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:24.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:23 trial151 ceph-mon[41532]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:24.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:23 trial030 ceph-mon[41411]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:24.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:23 trial009 ceph-mon[40292]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:26.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:25 trial151 ceph-mon[41532]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:26.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:25 trial030 ceph-mon[41411]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:26.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:25 trial009 ceph-mon[40292]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:27.814 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph orch ps --refresh 2026-02-26T02:54:27.952 INFO:teuthology.orchestra.run.trial009.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-26T02:54:27.952 INFO:teuthology.orchestra.run.trial009.stdout:agent.trial009 trial009 running 0s ago 2m - - 2026-02-26T02:54:27.952 INFO:teuthology.orchestra.run.trial009.stdout:agent.trial030 trial030 running 15s ago 2m - - 2026-02-26T02:54:27.952 INFO:teuthology.orchestra.run.trial009.stdout:agent.trial151 trial151 running 18s ago 2m - - 2026-02-26T02:54:27.952 INFO:teuthology.orchestra.run.trial009.stdout:mgr.a trial009 *:9283,8765 running (3m) 0s ago 3m 551M - 19.2.3-687-g8d724284 d3962862b88a 6f401f9731d7 2026-02-26T02:54:27.953 INFO:teuthology.orchestra.run.trial009.stdout:mgr.b trial030 *:8443,8765 running (2m) 15s ago 2m 488M - 19.2.3-687-g8d724284 d3962862b88a e42eb3d07bd6 2026-02-26T02:54:27.953 INFO:teuthology.orchestra.run.trial009.stdout:mon.a trial009 running (3m) 0s ago 3m 47.9M 2048M 19.2.3-687-g8d724284 d3962862b88a 50c013e0c787 2026-02-26T02:54:27.953 INFO:teuthology.orchestra.run.trial009.stdout:mon.b trial030 running (2m) 15s ago 2m 42.7M 2048M 19.2.3-687-g8d724284 d3962862b88a 6c8d29be24dc 2026-02-26T02:54:27.953 INFO:teuthology.orchestra.run.trial009.stdout:mon.c trial151 running (2m) 18s ago 2m 42.7M 2048M 19.2.3-687-g8d724284 d3962862b88a 0445cbc3e8b1 2026-02-26T02:54:27.953 INFO:teuthology.orchestra.run.trial009.stdout:osd.0 trial009 running (2m) 0s ago 2m 48.3M 81.0G 19.2.3-687-g8d724284 d3962862b88a 93a041c9f6c1 2026-02-26T02:54:27.953 INFO:teuthology.orchestra.run.trial009.stdout:osd.1 trial030 running (117s) 15s ago 117s 46.0M 81.0G 19.2.3-687-g8d724284 d3962862b88a cfd4c985cf31 2026-02-26T02:54:27.953 INFO:teuthology.orchestra.run.trial009.stdout:osd.2 trial151 running (107s) 18s ago 106s 43.4M 85.0G 19.2.3-687-g8d724284 d3962862b88a 03feb4e3a27d 2026-02-26T02:54:27.960 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph orch ls --service-name mon --export 2026-02-26T02:54:28.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:27 trial151 ceph-mon[41532]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:28.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:28.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:28.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:27 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:28.103 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:27 trial009 ceph-mon[40292]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:28.103 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:28.103 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:28.103 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:27 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:28.104 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph orch apply -i mon.yaml 2026-02-26T02:54:28.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:27 trial030 ceph-mon[41411]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:28.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:28.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:28.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:27 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:28.243 INFO:teuthology.orchestra.run.trial009.stdout:Scheduled mon update... 2026-02-26T02:54:28.251 INFO:teuthology.orchestra.run.trial009.stderr:+ sleep 90 2026-02-26T02:54:29.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:54:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:54:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:54:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:54:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:54:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:54:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:54:29.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.041 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-02-26T02:54:29.041 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:54:29.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-02-26T02:54:29.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-02-26T02:54:29.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:30.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:29 trial151 ceph-mon[41532]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:54:30.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:29 trial151 ceph-mon[41532]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:54:30.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:29 trial151 ceph-mon[41532]: Saving service mon spec with placement count:3 2026-02-26T02:54:30.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:29 trial151 ceph-mon[41532]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:30.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:30.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:30.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:30.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:29 trial030 ceph-mon[41411]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:54:30.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:29 trial030 ceph-mon[41411]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:54:30.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:29 trial030 ceph-mon[41411]: Saving service mon spec with placement count:3 2026-02-26T02:54:30.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:29 trial030 ceph-mon[41411]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:30.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:30.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:30.168 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:29 trial009 ceph-mon[40292]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:54:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:29 trial009 ceph-mon[40292]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-26T02:54:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:29 trial009 ceph-mon[40292]: Saving service mon spec with placement count:3 2026-02-26T02:54:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:29 trial009 ceph-mon[40292]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:30.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:32.007 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:31 trial009 ceph-mon[40292]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:32.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:31 trial151 ceph-mon[41532]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:32.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:31 trial030 ceph-mon[41411]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:33.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:33.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:33.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:33.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:33 trial030 ceph-mon[41411]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:33.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:33.705 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:33 trial009 ceph-mon[40292]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:33.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:33.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:33.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:33.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:33 trial151 ceph-mon[41532]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:35.997 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:35 trial030 ceph-mon[41411]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:36.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:35 trial151 ceph-mon[41532]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:36.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:35 trial009 ceph-mon[40292]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:38.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:37 trial151 ceph-mon[41532]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:38.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:37 trial030 ceph-mon[41411]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:38.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:37 trial009 ceph-mon[40292]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:40.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:39 trial151 ceph-mon[41532]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:40.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:39 trial030 ceph-mon[41411]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:40.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:39 trial009 ceph-mon[40292]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:42.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:41 trial151 ceph-mon[41532]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:42.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:41 trial030 ceph-mon[41411]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:42.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:41 trial009 ceph-mon[40292]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:44.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:43 trial151 ceph-mon[41532]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:44.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:43 trial030 ceph-mon[41411]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:44.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:43 trial009 ceph-mon[40292]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:46.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:45 trial151 ceph-mon[41532]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:46.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:45 trial030 ceph-mon[41411]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:46.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:45 trial009 ceph-mon[40292]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:47.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:47 trial009 ceph-mon[40292]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:48.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:47 trial151 ceph-mon[41532]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:48.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:47 trial030 ceph-mon[41411]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:49.067 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:48 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:49.067 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:48 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:49.067 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:48 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:49.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:48 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:49.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:48 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:49.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:48 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:49.247 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:48 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:49.247 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:48 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:49.247 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:48 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:50.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:49 trial030 ceph-mon[41411]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:50.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:50.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:50.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:50.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:49 trial009 ceph-mon[40292]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:50.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:50.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:50.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:50.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:49 trial151 ceph-mon[41532]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:50.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:50.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:50.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:51.979 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:51 trial151 ceph-mon[41532]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:52.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:51 trial030 ceph-mon[41411]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:52.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:51 trial009 ceph-mon[40292]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:53.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:53 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:53.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:53 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:53.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:53 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:53.667 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:53 trial030 ceph-mon[41411]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:53.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:53.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:53.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:53.704 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:53 trial009 ceph-mon[40292]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:53.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:53 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:53.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:53 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:53.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:53 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:54:53.790 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:53 trial151 ceph-mon[41532]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:56.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:55 trial151 ceph-mon[41532]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:56.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:55 trial030 ceph-mon[41411]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:56.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:55 trial009 ceph-mon[40292]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:58.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:57 trial151 ceph-mon[41532]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:58.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:57 trial030 ceph-mon[41411]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:54:58.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:57 trial009 ceph-mon[40292]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:00.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:54:59 trial151 ceph-mon[41532]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:00.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:54:59 trial030 ceph-mon[41411]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:00.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:54:59 trial009 ceph-mon[40292]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:02.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:01 trial151 ceph-mon[41532]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:02.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:01 trial030 ceph-mon[41411]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:02.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:01 trial009 ceph-mon[40292]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:04.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:03 trial151 ceph-mon[41532]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:04.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:03 trial030 ceph-mon[41411]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:04.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:03 trial009 ceph-mon[40292]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:06.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:05 trial151 ceph-mon[41532]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:06.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:05 trial030 ceph-mon[41411]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:06.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:05 trial009 ceph-mon[40292]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:07.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:07 trial009 ceph-mon[40292]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:08.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:07 trial151 ceph-mon[41532]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:08.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:07 trial030 ceph-mon[41411]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:09.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:09.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:09.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:08 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:09.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:09.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:09.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:08 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:09.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:09.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:09.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:08 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:10.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:09 trial030 ceph-mon[41411]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:10.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:10.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:10.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:09 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:10.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:09 trial009 ceph-mon[40292]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:10.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:10.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:10.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:09 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:10.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:09 trial151 ceph-mon[41532]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:10.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:10.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:10.290 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:09 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:12.161 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:11 trial151 ceph-mon[41532]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:12.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:11 trial030 ceph-mon[41411]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:12.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:11 trial009 ceph-mon[40292]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:13.529 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:13 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:13.529 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:13 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:13.529 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:13 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:13.529 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:13 trial009 ceph-mon[40292]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:13.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:13 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:13.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:13 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:13.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:13 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:13.789 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:13 trial151 ceph-mon[41532]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:13 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:13 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:13 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:13.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:13 trial030 ceph-mon[41411]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:16.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:15 trial151 ceph-mon[41532]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:16.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:15 trial030 ceph-mon[41411]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:16.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:15 trial009 ceph-mon[40292]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:17.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:17 trial030 ceph-mon[41411]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:18.006 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:17 trial009 ceph-mon[40292]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:18.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:17 trial151 ceph-mon[41532]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:20.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:19 trial151 ceph-mon[41532]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:20.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:19 trial030 ceph-mon[41411]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:20.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:19 trial009 ceph-mon[40292]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:22.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:21 trial151 ceph-mon[41532]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:22.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:21 trial030 ceph-mon[41411]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:22.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:21 trial009 ceph-mon[40292]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:24.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:23 trial151 ceph-mon[41532]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:24.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:23 trial030 ceph-mon[41411]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:24.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:23 trial009 ceph-mon[40292]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:26.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:25 trial151 ceph-mon[41532]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:26.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:25 trial030 ceph-mon[41411]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:26.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:25 trial009 ceph-mon[40292]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:28.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:27 trial151 ceph-mon[41532]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:28.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:27 trial030 ceph-mon[41411]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:28.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:27 trial009 ceph-mon[40292]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:29.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:55:29.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:55:29.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:55:29.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:28 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:55:29.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:55:29.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:55:29.417 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:28 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:29.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-26T02:55:29.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-26T02:55:29.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-26T02:55:29.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:28 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:30.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:29 trial151 ceph-mon[41532]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:30.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:30.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:30.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:29 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:30.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:29 trial030 ceph-mon[41411]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:30.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:30.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:30.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:29 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:30.453 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:29 trial009 ceph-mon[40292]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:30.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:30.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:30.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:29 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:32.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:31 trial151 ceph-mon[41532]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:32.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:31 trial030 ceph-mon[41411]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:32.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:31 trial009 ceph-mon[40292]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:33.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:33.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:33.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:33 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:33.917 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:33 trial030 ceph-mon[41411]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:33.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:33.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:33.948 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:33 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:33.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:33 trial009 ceph-mon[40292]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:34.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:34.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:34.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:33 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:34.040 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:33 trial151 ceph-mon[41532]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:36.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:35 trial009 ceph-mon[40292]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:36.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:35 trial151 ceph-mon[41532]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:36.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:35 trial030 ceph-mon[41411]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:38.034 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:37 trial030 ceph-mon[41411]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:38.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:37 trial009 ceph-mon[40292]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:38.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:37 trial151 ceph-mon[41532]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:40.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:39 trial009 ceph-mon[40292]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:40.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:39 trial151 ceph-mon[41532]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:40.345 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:39 trial030 ceph-mon[41411]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:42.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:41 trial009 ceph-mon[40292]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:42.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:41 trial151 ceph-mon[41532]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:42.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:41 trial030 ceph-mon[41411]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:44.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:43 trial009 ceph-mon[40292]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:44.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:43 trial151 ceph-mon[41532]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:44.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:43 trial030 ceph-mon[41411]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:46.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:45 trial009 ceph-mon[40292]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:46.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:45 trial151 ceph-mon[41532]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:46.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:45 trial030 ceph-mon[41411]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:48.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:47 trial009 ceph-mon[40292]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:48.289 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:47 trial151 ceph-mon[41532]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:48.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:47 trial030 ceph-mon[41411]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:49.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:49.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:49.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:49 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:49.416 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:49 trial030 ceph-mon[41411]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:49.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:49.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:49.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:49 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:49.454 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:49 trial009 ceph-mon[40292]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:49.475 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:49.475 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:49.475 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:49 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:49.475 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:49 trial151 ceph-mon[41532]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:50.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:50.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:50.954 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:50 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:51.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:50 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:51.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:50 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:51.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:50 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:50 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:50 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:51.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:50 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:51.953 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:51 trial009 ceph-mon[40292]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:52.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:51 trial151 ceph-mon[41532]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:52.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:51 trial030 ceph-mon[41411]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:53.941 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:53 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:53.942 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:53 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:53.942 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:53 trial151 ceph-mon[41532]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:53.942 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:53 trial151 ceph-mon[41532]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:53.953 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:53.953 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:53.953 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:53 trial009 ceph-mon[40292]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:53.953 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:53 trial009 ceph-mon[40292]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:54.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:53 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:54.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:53 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:54.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:53 trial030 ceph-mon[41411]: from='mgr.14150 10.20.193.9:0/3777418750' entity='mgr.a' 2026-02-26T02:55:54.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:53 trial030 ceph-mon[41411]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:56.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:55 trial151 ceph-mon[41532]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:56.166 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:55 trial030 ceph-mon[41411]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:56.204 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:55 trial009 ceph-mon[40292]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:58.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:57 trial151 ceph-mon[41532]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:58.167 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:57 trial030 ceph-mon[41411]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:58.203 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:57 trial009 ceph-mon[40292]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-26T02:55:58.255 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph mon dump 2026-02-26T02:55:58.417 INFO:teuthology.orchestra.run.trial009.stdout:epoch 6 2026-02-26T02:55:58.417 INFO:teuthology.orchestra.run.trial009.stdout:fsid 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:55:58.417 INFO:teuthology.orchestra.run.trial009.stdout:last_changed 2026-02-26T02:53:02.820377+0000 2026-02-26T02:55:58.417 INFO:teuthology.orchestra.run.trial009.stdout:created 2026-02-26T02:51:21.229370+0000 2026-02-26T02:55:58.417 INFO:teuthology.orchestra.run.trial009.stdout:min_mon_release 19 (squid) 2026-02-26T02:55:58.417 INFO:teuthology.orchestra.run.trial009.stdout:election_strategy: 1 2026-02-26T02:55:58.417 INFO:teuthology.orchestra.run.trial009.stdout:0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a; crush_location {datacenter=a} 2026-02-26T02:55:58.417 INFO:teuthology.orchestra.run.trial009.stdout:1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-26T02:55:58.417 INFO:teuthology.orchestra.run.trial009.stdout:2: [v2:10.20.193.30:3300/0,v1:10.20.193.30:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-26T02:55:58.418 INFO:teuthology.orchestra.run.trial009.stderr:dumped monmap epoch 6 2026-02-26T02:55:58.424 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph mon dump --format json 2026-02-26T02:55:58.585 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-26T02:55:58.585 INFO:teuthology.orchestra.run.trial009.stdout:{"epoch":6,"fsid":"003434e4-12be-11f1-af16-d404e6e7d460","modified":"2026-02-26T02:53:02.820377Z","created":"2026-02-26T02:51:21.229370Z","min_mon_release":19,"min_mon_release_name":"squid","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.9:3300","nonce":0},{"type":"v1","addr":"10.20.193.9:6789","nonce":0}]},"addr":"10.20.193.9:6789/0","public_addr":"10.20.193.9:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:3300","nonce":0},{"type":"v1","addr":"10.20.193.151:6789","nonce":0}]},"addr":"10.20.193.151:6789/0","public_addr":"10.20.193.151:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a,rack=3}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.30:3300","nonce":0},{"type":"v1","addr":"10.20.193.30:6789","nonce":0}]},"addr":"10.20.193.30:6789/0","public_addr":"10.20.193.30:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2026-02-26T02:55:58.586 INFO:teuthology.orchestra.run.trial009.stderr:dumped monmap epoch 6 2026-02-26T02:55:58.592 INFO:teuthology.orchestra.run.trial009.stderr:+ read monid 2026-02-26T02:55:58.592 INFO:teuthology.orchestra.run.trial009.stderr:+ read crushloc 2026-02-26T02:55:58.593 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph mon dump --format json 2026-02-26T02:55:58.593 INFO:teuthology.orchestra.run.trial009.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-26T02:55:58.758 INFO:teuthology.orchestra.run.trial009.stderr:dumped monmap epoch 6 2026-02-26T02:55:58.766 INFO:teuthology.orchestra.run.trial009.stdout:true 2026-02-26T02:55:58.767 INFO:teuthology.orchestra.run.trial009.stderr:+ read monid 2026-02-26T02:55:58.767 INFO:teuthology.orchestra.run.trial009.stderr:+ read crushloc 2026-02-26T02:55:58.767 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph mon dump --format json 2026-02-26T02:55:58.767 INFO:teuthology.orchestra.run.trial009.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-26T02:55:58.928 INFO:teuthology.orchestra.run.trial009.stderr:dumped monmap epoch 6 2026-02-26T02:55:58.928 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:58 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/1647316651' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2026-02-26T02:55:58.928 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:58 trial009 ceph-mon[40292]: from='client.? 10.20.193.9:0/2468635080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:55:58.934 INFO:teuthology.orchestra.run.trial009.stdout:true 2026-02-26T02:55:58.934 INFO:teuthology.orchestra.run.trial009.stderr:+ read monid 2026-02-26T02:55:58.935 INFO:teuthology.orchestra.run.trial009.stderr:+ read crushloc 2026-02-26T02:55:58.935 INFO:teuthology.orchestra.run.trial009.stderr:+ ceph mon dump --format json 2026-02-26T02:55:58.935 INFO:teuthology.orchestra.run.trial009.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-26T02:55:58.971 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:58 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/1647316651' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2026-02-26T02:55:58.971 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:55:58 trial030 ceph-mon[41411]: from='client.? 10.20.193.9:0/2468635080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:55:59.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:58 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/1647316651' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2026-02-26T02:55:59.039 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:55:58 trial151 ceph-mon[41532]: from='client.? 10.20.193.9:0/2468635080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-26T02:55:59.094 INFO:teuthology.orchestra.run.trial009.stderr:dumped monmap epoch 6 2026-02-26T02:55:59.101 INFO:teuthology.orchestra.run.trial009.stdout:true 2026-02-26T02:55:59.101 INFO:teuthology.orchestra.run.trial009.stderr:+ read monid 2026-02-26T02:55:59.257 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-26T02:55:59.270 INFO:tasks.cephadm:Teardown begin 2026-02-26T02:55:59.270 DEBUG:teuthology.orchestra.run.trial009:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-26T02:55:59.296 DEBUG:teuthology.orchestra.run.trial030:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-26T02:55:59.327 DEBUG:teuthology.orchestra.run.trial151:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-26T02:55:59.358 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-26T02:55:59.358 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 003434e4-12be-11f1-af16-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-26T02:55:59.502 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/mon.a/config 2026-02-26T02:55:59.518 INFO:teuthology.orchestra.run.trial009.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-26T02:55:59.533 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-26T02:55:59.534 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-26T02:55:59.534 DEBUG:teuthology.orchestra.run.trial009:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-26T02:55:59.550 DEBUG:teuthology.orchestra.run.trial030:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-26T02:55:59.569 DEBUG:teuthology.orchestra.run.trial151:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-26T02:55:59.587 INFO:tasks.cephadm:Stopping all daemons... 2026-02-26T02:55:59.587 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-26T02:55:59.587 DEBUG:teuthology.orchestra.run.trial009:> sudo systemctl stop ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.a 2026-02-26T02:55:59.781 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:59 trial009 systemd[1]: Stopping Ceph mon.a for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:55:59.781 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:59 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a[40265]: 2026-02-26T02:55:59.688+0000 7f11d7015640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-26T02:55:59.781 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 26 02:55:59 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-a[40265]: 2026-02-26T02:55:59.688+0000 7f11d7015640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2026-02-26T02:55:59.964 DEBUG:teuthology.orchestra.run.trial009:> sudo pkill -f 'journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.a.service' 2026-02-26T02:56:00.000 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-26T02:56:00.001 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-26T02:56:00.001 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-26T02:56:00.001 DEBUG:teuthology.orchestra.run.trial030:> sudo systemctl stop ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.b 2026-02-26T02:56:00.306 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:56:00 trial030 systemd[1]: Stopping Ceph mon.b for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:56:00.306 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:56:00 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-b[41385]: 2026-02-26T02:56:00.102+0000 7f43ccfb9640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-26T02:56:00.307 INFO:journalctl@ceph.mon.b.trial030.stdout:Feb 26 02:56:00 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-b[41385]: 2026-02-26T02:56:00.102+0000 7f43ccfb9640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2026-02-26T02:56:00.487 DEBUG:teuthology.orchestra.run.trial030:> sudo pkill -f 'journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.b.service' 2026-02-26T02:56:00.523 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-26T02:56:00.523 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-26T02:56:00.524 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-26T02:56:00.524 DEBUG:teuthology.orchestra.run.trial151:> sudo systemctl stop ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.c 2026-02-26T02:56:00.848 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:56:00 trial151 systemd[1]: Stopping Ceph mon.c for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:56:00.848 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:56:00 trial151 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-c[41506]: 2026-02-26T02:56:00.616+0000 7fcd4166f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-26T02:56:00.848 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:56:00 trial151 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-c[41506]: 2026-02-26T02:56:00.616+0000 7fcd4166f640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2026-02-26T02:56:00.848 INFO:journalctl@ceph.mon.c.trial151.stdout:Feb 26 02:56:00 trial151 podman[51080]: 2026-02-26 02:56:00.737920709 +0000 UTC m=+0.135529924 container died 0445cbc3e8b19b2b4d591b87a0f945cf65d2f004849ee04cd5f3950d1c33fa2c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mon-c, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.label-schema.build-date=20260223, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid) 2026-02-26T02:56:00.926 DEBUG:teuthology.orchestra.run.trial151:> sudo pkill -f 'journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mon.c.service' 2026-02-26T02:56:00.975 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-26T02:56:00.976 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-26T02:56:00.976 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-26T02:56:00.976 DEBUG:teuthology.orchestra.run.trial009:> sudo systemctl stop ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.a 2026-02-26T02:56:01.280 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:56:01 trial009 systemd[1]: Stopping Ceph mgr.a for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:56:01.280 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:56:01 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:56:01.072+0000 7f752201b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-26T02:56:01.280 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:56:01 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a[40586]: 2026-02-26T02:56:01.072+0000 7f752201b640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-26T02:56:01.280 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:56:01 trial009 podman[61771]: 2026-02-26 02:56:01.103953093 +0000 UTC m=+0.045285008 container died 6f401f9731d7df48da2d41b464e8b5e0aef97e6550dd26f6bd0fca520436d5db (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.build-date=20260223, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2026-02-26T02:56:01.280 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:56:01 trial009 podman[61771]: 2026-02-26 02:56:01.222040921 +0000 UTC m=+0.163372826 container remove 6f401f9731d7df48da2d41b464e8b5e0aef97e6550dd26f6bd0fca520436d5db (image=quay.ceph.io/ceph-ci/ceph:8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260223, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid) 2026-02-26T02:56:01.280 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 26 02:56:01 trial009 bash[61771]: ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-a 2026-02-26T02:56:01.294 DEBUG:teuthology.orchestra.run.trial009:> sudo pkill -f 'journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.a.service' 2026-02-26T02:56:01.329 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-26T02:56:01.329 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-26T02:56:01.329 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-26T02:56:01.329 DEBUG:teuthology.orchestra.run.trial030:> sudo systemctl stop ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.b 2026-02-26T02:56:01.634 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:56:01 trial030 systemd[1]: Stopping Ceph mgr.b for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:56:01.635 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:56:01 trial030 podman[51559]: 2026-02-26 02:56:01.458656021 +0000 UTC m=+0.044738800 container died e42eb3d07bd64297b394938e090fef59368a98beac8006f62372c8194da2f17f (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.schema-version=1.0, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.label-schema.build-date=20260223, OSD_FLAVOR=default, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid) 2026-02-26T02:56:01.635 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:56:01 trial030 podman[51559]: 2026-02-26 02:56:01.575465589 +0000 UTC m=+0.161548358 container remove e42eb3d07bd64297b394938e090fef59368a98beac8006f62372c8194da2f17f (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.build-date=20260223, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS) 2026-02-26T02:56:01.635 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:56:01 trial030 bash[51559]: ceph-003434e4-12be-11f1-af16-d404e6e7d460-mgr-b 2026-02-26T02:56:01.635 INFO:journalctl@ceph.mgr.b.trial030.stdout:Feb 26 02:56:01 trial030 systemd[1]: ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.b.service: Main process exited, code=exited, status=143/n/a 2026-02-26T02:56:01.653 DEBUG:teuthology.orchestra.run.trial030:> sudo pkill -f 'journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@mgr.b.service' 2026-02-26T02:56:01.685 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-26T02:56:01.685 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-26T02:56:01.685 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-26T02:56:01.685 DEBUG:teuthology.orchestra.run.trial009:> sudo systemctl stop ceph-003434e4-12be-11f1-af16-d404e6e7d460@osd.0 2026-02-26T02:56:02.204 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:01 trial009 systemd[1]: Stopping Ceph osd.0 for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:56:02.204 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:01 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0[51917]: 2026-02-26T02:56:01.783+0000 7f7646218640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-26T02:56:02.204 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:01 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0[51917]: 2026-02-26T02:56:01.783+0000 7f7646218640 -1 osd.0 21 *** Got signal Terminated *** 2026-02-26T02:56:02.204 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:01 trial009 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0[51917]: 2026-02-26T02:56:01.783+0000 7f7646218640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-26T02:56:07.372 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 podman[61944]: 2026-02-26 02:56:07.106048048 +0000 UTC m=+5.336106684 container died 93a041c9f6c112cc871b77641ecca891ea73356f54ee00d9b60c870189625d04 (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.build-date=20260223, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, ceph=True) 2026-02-26T02:56:07.372 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 podman[61944]: 2026-02-26 02:56:07.219145741 +0000 UTC m=+5.449204357 container remove 93a041c9f6c112cc871b77641ecca891ea73356f54ee00d9b60c870189625d04 (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.build-date=20260223) 2026-02-26T02:56:07.373 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 bash[61944]: ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0 2026-02-26T02:56:07.657 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 podman[62086]: 2026-02-26 02:56:07.37133008 +0000 UTC m=+0.014285662 container create c3efe50f442c57b6ef62561e0e99e519bd7e83beff45ddd90c0dc35bb85e347c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0-deactivate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default) 2026-02-26T02:56:07.657 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 podman[62086]: 2026-02-26 02:56:07.410990973 +0000 UTC m=+0.053946555 container init c3efe50f442c57b6ef62561e0e99e519bd7e83beff45ddd90c0dc35bb85e347c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0-deactivate, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, OSD_FLAVOR=default, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3) 2026-02-26T02:56:07.657 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 podman[62086]: 2026-02-26 02:56:07.414451505 +0000 UTC m=+0.057407087 container start c3efe50f442c57b6ef62561e0e99e519bd7e83beff45ddd90c0dc35bb85e347c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=default, ceph=True, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260223, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-26T02:56:07.657 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 podman[62086]: 2026-02-26 02:56:07.414942257 +0000 UTC m=+0.057897839 container attach c3efe50f442c57b6ef62561e0e99e519bd7e83beff45ddd90c0dc35bb85e347c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0-deactivate, OSD_FLAVOR=default, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, ceph=True, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-26T02:56:07.657 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 podman[62086]: 2026-02-26 02:56:07.365306655 +0000 UTC m=+0.008262237 image pull d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644 2026-02-26T02:56:07.657 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 podman[62086]: 2026-02-26 02:56:07.541230396 +0000 UTC m=+0.184185978 container died c3efe50f442c57b6ef62561e0e99e519bd7e83beff45ddd90c0dc35bb85e347c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0-deactivate, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.build-date=20260223, OSD_FLAVOR=default, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2) 2026-02-26T02:56:07.657 INFO:journalctl@ceph.osd.0.trial009.stdout:Feb 26 02:56:07 trial009 podman[62086]: 2026-02-26 02:56:07.655600864 +0000 UTC m=+0.298556437 container remove c3efe50f442c57b6ef62561e0e99e519bd7e83beff45ddd90c0dc35bb85e347c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-26T02:56:07.672 DEBUG:teuthology.orchestra.run.trial009:> sudo pkill -f 'journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@osd.0.service' 2026-02-26T02:56:07.709 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-26T02:56:07.709 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-26T02:56:07.709 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-26T02:56:07.709 DEBUG:teuthology.orchestra.run.trial030:> sudo systemctl stop ceph-003434e4-12be-11f1-af16-d404e6e7d460@osd.1 2026-02-26T02:56:08.167 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:07 trial030 systemd[1]: Stopping Ceph osd.1 for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:56:08.167 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:07 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1[46583]: 2026-02-26T02:56:07.803+0000 7f43875e5640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-26T02:56:08.167 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:07 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1[46583]: 2026-02-26T02:56:07.803+0000 7f43875e5640 -1 osd.1 21 *** Got signal Terminated *** 2026-02-26T02:56:08.167 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:07 trial030 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1[46583]: 2026-02-26T02:56:07.803+0000 7f43875e5640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-26T02:56:13.287 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:13 trial030 podman[51726]: 2026-02-26 02:56:13.177492038 +0000 UTC m=+5.386203751 container died cfd4c985cf31d74a29692ed0b6e593e503c0b46b9f366131f02ddd3be9fe884c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1, ceph=True, org.label-schema.build-date=20260223, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, io.buildah.version=1.41.3) 2026-02-26T02:56:13.596 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:13 trial030 podman[51726]: 2026-02-26 02:56:13.289615462 +0000 UTC m=+5.498327175 container remove cfd4c985cf31d74a29692ed0b6e593e503c0b46b9f366131f02ddd3be9fe884c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1, ceph=True, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-26T02:56:13.597 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:13 trial030 bash[51726]: ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1 2026-02-26T02:56:13.597 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:13 trial030 podman[52176]: 2026-02-26 02:56:13.424889638 +0000 UTC m=+0.014264977 container create 86f39369bb29d116b41386a0f90c69bde52af038758d95e06a5ef0ebf801497c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260223, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS) 2026-02-26T02:56:13.597 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:13 trial030 podman[52176]: 2026-02-26 02:56:13.46326514 +0000 UTC m=+0.052640479 container init 86f39369bb29d116b41386a0f90c69bde52af038758d95e06a5ef0ebf801497c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1-deactivate, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-26T02:56:13.597 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:13 trial030 podman[52176]: 2026-02-26 02:56:13.466773676 +0000 UTC m=+0.056149025 container start 86f39369bb29d116b41386a0f90c69bde52af038758d95e06a5ef0ebf801497c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1-deactivate, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS) 2026-02-26T02:56:13.597 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:13 trial030 podman[52176]: 2026-02-26 02:56:13.467282982 +0000 UTC m=+0.056658311 container attach 86f39369bb29d116b41386a0f90c69bde52af038758d95e06a5ef0ebf801497c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5) 2026-02-26T02:56:13.597 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:13 trial030 podman[52176]: 2026-02-26 02:56:13.418480283 +0000 UTC m=+0.007855632 image pull d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644 2026-02-26T02:56:13.597 INFO:journalctl@ceph.osd.1.trial030.stdout:Feb 26 02:56:13 trial030 podman[52176]: 2026-02-26 02:56:13.59512848 +0000 UTC m=+0.184503829 container died 86f39369bb29d116b41386a0f90c69bde52af038758d95e06a5ef0ebf801497c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid) 2026-02-26T02:56:13.736 DEBUG:teuthology.orchestra.run.trial030:> sudo pkill -f 'journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@osd.1.service' 2026-02-26T02:56:13.771 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-26T02:56:13.771 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-26T02:56:13.771 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-26T02:56:13.771 DEBUG:teuthology.orchestra.run.trial151:> sudo systemctl stop ceph-003434e4-12be-11f1-af16-d404e6e7d460@osd.2 2026-02-26T02:56:14.081 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:13 trial151 systemd[1]: Stopping Ceph osd.2 for 003434e4-12be-11f1-af16-d404e6e7d460... 2026-02-26T02:56:14.082 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:13 trial151 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2[46811]: 2026-02-26T02:56:13.871+0000 7f77fc46d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-26T02:56:14.082 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:13 trial151 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2[46811]: 2026-02-26T02:56:13.871+0000 7f77fc46d640 -1 osd.2 21 *** Got signal Terminated *** 2026-02-26T02:56:14.082 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:13 trial151 ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2[46811]: 2026-02-26T02:56:13.871+0000 7f77fc46d640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-26T02:56:19.607 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 podman[51557]: 2026-02-26 02:56:19.336442987 +0000 UTC m=+5.476856271 container died 03feb4e3a27d08a7171a0d0baa2a115f62b0e569979ae1f8c4a6ad722cffdb46 (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2, org.label-schema.build-date=20260223, 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=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, io.buildah.version=1.41.3) 2026-02-26T02:56:19.607 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 podman[51557]: 2026-02-26 02:56:19.449217512 +0000 UTC m=+5.589630776 container remove 03feb4e3a27d08a7171a0d0baa2a115f62b0e569979ae1f8c4a6ad722cffdb46 (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260223, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-26T02:56:19.607 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 bash[51557]: ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2 2026-02-26T02:56:19.893 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 podman[51868]: 2026-02-26 02:56:19.605741024 +0000 UTC m=+0.015565708 container create fb640b46f1152e1d4715356976eb5e4c18a4c0d67e5238d5879072cd11b87d6c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2-deactivate, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.schema-version=1.0) 2026-02-26T02:56:19.893 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 podman[51868]: 2026-02-26 02:56:19.647364745 +0000 UTC m=+0.057189429 container init fb640b46f1152e1d4715356976eb5e4c18a4c0d67e5238d5879072cd11b87d6c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2-deactivate, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-26T02:56:19.893 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 podman[51868]: 2026-02-26 02:56:19.650859653 +0000 UTC m=+0.060684327 container start fb640b46f1152e1d4715356976eb5e4c18a4c0d67e5238d5879072cd11b87d6c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, org.label-schema.build-date=20260223, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-26T02:56:19.893 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 podman[51868]: 2026-02-26 02:56:19.651345071 +0000 UTC m=+0.061169755 container attach fb640b46f1152e1d4715356976eb5e4c18a4c0d67e5238d5879072cd11b87d6c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2-deactivate, org.label-schema.build-date=20260223, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.schema-version=1.0, ceph=True, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-26T02:56:19.893 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 podman[51868]: 2026-02-26 02:56:19.599823615 +0000 UTC m=+0.009648299 image pull d3962862b88a5558f25e6dde37f228eb120028d2957d1c7e531247ae7b9e6aae quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644 2026-02-26T02:56:19.893 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 podman[51868]: 2026-02-26 02:56:19.777559696 +0000 UTC m=+0.187384391 container died fb640b46f1152e1d4715356976eb5e4c18a4c0d67e5238d5879072cd11b87d6c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260223, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-26T02:56:19.893 INFO:journalctl@ceph.osd.2.trial151.stdout:Feb 26 02:56:19 trial151 podman[51868]: 2026-02-26 02:56:19.891994177 +0000 UTC m=+0.301818861 container remove fb640b46f1152e1d4715356976eb5e4c18a4c0d67e5238d5879072cd11b87d6c (image=quay.ceph.io/ceph-ci/ceph@sha256:a4df91fbb7065cd6d356e796e129c74d7c37bf40dced6ab86ea5f88abcfdf644, name=ceph-003434e4-12be-11f1-af16-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260223, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=8d724284d6d767af9ab8bf4bc6bd4e45f8502cb5, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_REF=wip-yuri9-testing-2026-02-25-1600-squid, ceph=True, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-26T02:56:19.918 DEBUG:teuthology.orchestra.run.trial151:> sudo pkill -f 'journalctl -f -n 0 -u ceph-003434e4-12be-11f1-af16-d404e6e7d460@osd.2.service' 2026-02-26T02:56:19.954 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-26T02:56:19.954 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-26T02:56:19.954 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 003434e4-12be-11f1-af16-d404e6e7d460 --force --keep-logs 2026-02-26T02:56:20.071 INFO:teuthology.orchestra.run.trial009.stdout:Deleting cluster with fsid: 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:56:21.072 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 003434e4-12be-11f1-af16-d404e6e7d460 --force --keep-logs 2026-02-26T02:56:21.190 INFO:teuthology.orchestra.run.trial030.stdout:Deleting cluster with fsid: 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:56:22.167 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 003434e4-12be-11f1-af16-d404e6e7d460 --force --keep-logs 2026-02-26T02:56:22.279 INFO:teuthology.orchestra.run.trial151.stdout:Deleting cluster with fsid: 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:56:23.107 DEBUG:teuthology.orchestra.run.trial009:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-26T02:56:23.135 DEBUG:teuthology.orchestra.run.trial030:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-26T02:56:23.163 DEBUG:teuthology.orchestra.run.trial151:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-26T02:56:23.191 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-26T02:56:23.198 DEBUG:teuthology.misc:Transferring archived files from trial009:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070/remote/trial009/crash 2026-02-26T02:56:23.199 DEBUG:teuthology.orchestra.run.trial009:> sudo tar c -f - -C /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/crash -- . 2026-02-26T02:56:23.225 INFO:teuthology.orchestra.run.trial009.stderr:tar: /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-26T02:56:23.225 INFO:teuthology.orchestra.run.trial009.stderr:tar: Error is not recoverable: exiting now 2026-02-26T02:56:23.227 DEBUG:teuthology.misc:Transferring archived files from trial030:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070/remote/trial030/crash 2026-02-26T02:56:23.228 DEBUG:teuthology.orchestra.run.trial030:> sudo tar c -f - -C /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/crash -- . 2026-02-26T02:56:23.254 INFO:teuthology.orchestra.run.trial030.stderr:tar: /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-26T02:56:23.254 INFO:teuthology.orchestra.run.trial030.stderr:tar: Error is not recoverable: exiting now 2026-02-26T02:56:23.257 DEBUG:teuthology.misc:Transferring archived files from trial151:/var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070/remote/trial151/crash 2026-02-26T02:56:23.258 DEBUG:teuthology.orchestra.run.trial151:> sudo tar c -f - -C /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/crash -- . 2026-02-26T02:56:23.283 INFO:teuthology.orchestra.run.trial151.stderr:tar: /var/lib/ceph/003434e4-12be-11f1-af16-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-26T02:56:23.283 INFO:teuthology.orchestra.run.trial151.stderr:tar: Error is not recoverable: exiting now 2026-02-26T02:56:23.284 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-26T02:56:23.284 DEBUG:teuthology.orchestra.run.trial009:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-26T02:56:23.310 INFO:tasks.cephadm:Compressing logs... 2026-02-26T02:56:23.310 DEBUG:teuthology.orchestra.run.trial009:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-26T02:56:23.352 DEBUG:teuthology.orchestra.run.trial030:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-26T02:56:23.354 DEBUG:teuthology.orchestra.run.trial151:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-26T02:56:23.373 INFO:teuthology.orchestra.run.trial009.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-26T02:56:23.373 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-26T02:56:23.374 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mon.a.log 2026-02-26T02:56:23.374 INFO:teuthology.orchestra.run.trial009.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-osd.0.log 2026-02-26T02:56:23.374 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.cephadm.log/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mon.a.log: 2026-02-26T02:56:23.374 INFO:teuthology.orchestra.run.trial009.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mgr.a.log 2026-02-26T02:56:23.375 INFO:teuthology.orchestra.run.trial009.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.audit.log 2026-02-26T02:56:23.375 INFO:teuthology.orchestra.run.trial009.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mgr.a.log: 81.8% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.cephadm.log.gz 2026-02-26T02:56:23.375 INFO:teuthology.orchestra.run.trial009.stderr: 85.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-26T02:56:23.375 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-volume.log 2026-02-26T02:56:23.375 INFO:teuthology.orchestra.run.trial009.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log 2026-02-26T02:56:23.376 INFO:teuthology.orchestra.run.trial009.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-volume.log: /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log: 90.3% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.audit.log.gz 2026-02-26T02:56:23.376 INFO:teuthology.orchestra.run.trial009.stderr: 86.3% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log.gz 2026-02-26T02:56:23.376 INFO:teuthology.orchestra.run.trial030.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-26T02:56:23.377 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-26T02:56:23.377 INFO:teuthology.orchestra.run.trial151.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-26T02:56:23.377 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.cephadm.log 2026-02-26T02:56:23.377 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mgr.b.log 2026-02-26T02:56:23.377 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-26T02:56:23.377 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.audit.log 2026-02-26T02:56:23.377 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-osd.2.log 2026-02-26T02:56:23.378 INFO:teuthology.orchestra.run.trial030.stderr: 81.1% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.cephadm.log.gz 2026-02-26T02:56:23.378 INFO:teuthology.orchestra.run.trial030.stderr: 82.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-26T02:56:23.378 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mon.b.log 2026-02-26T02:56:23.378 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-volume.log 2026-02-26T02:56:23.378 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mon.c.log 2026-02-26T02:56:23.378 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.cephadm.log 2026-02-26T02:56:23.378 INFO:teuthology.orchestra.run.trial009.stderr: 95.6% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-volume.log.gz 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-osd.1.log 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial030.stderr: 90.4% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.audit.log.gz 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial151.stderr: 81.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.audit.log 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-volume.log 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.cephadm.log: /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.audit.log: 81.1% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.cephadm.log.gz 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial030.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log: 86.3% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log.gz 2026-02-26T02:56:23.379 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-volume.log: /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log: 90.5% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.audit.log.gz 2026-02-26T02:56:23.380 INFO:teuthology.orchestra.run.trial030.stderr: 91.0% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-26T02:56:23.380 INFO:teuthology.orchestra.run.trial151.stderr: 86.4% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph.log.gz 2026-02-26T02:56:23.381 INFO:teuthology.orchestra.run.trial030.stderr: 95.6% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-volume.log.gz 2026-02-26T02:56:23.382 INFO:teuthology.orchestra.run.trial151.stderr: 95.6% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-volume.log.gz 2026-02-26T02:56:23.392 INFO:teuthology.orchestra.run.trial009.stderr: 94.1% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-osd.0.log.gz 2026-02-26T02:56:23.395 INFO:teuthology.orchestra.run.trial151.stderr: 94.2% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-osd.2.log.gz 2026-02-26T02:56:23.410 INFO:teuthology.orchestra.run.trial030.stderr: 93.2% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mon.b.log.gz 2026-02-26T02:56:23.412 INFO:teuthology.orchestra.run.trial151.stderr: 93.2% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mon.c.log.gz 2026-02-26T02:56:23.414 INFO:teuthology.orchestra.run.trial151.stderr: 2026-02-26T02:56:23.414 INFO:teuthology.orchestra.run.trial151.stderr:real 0m0.045s 2026-02-26T02:56:23.414 INFO:teuthology.orchestra.run.trial151.stderr:user 0m0.057s 2026-02-26T02:56:23.414 INFO:teuthology.orchestra.run.trial151.stderr:sys 0m0.020s 2026-02-26T02:56:23.414 INFO:teuthology.orchestra.run.trial009.stderr: 89.4% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-26T02:56:23.416 INFO:teuthology.orchestra.run.trial030.stderr: 94.2% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-osd.1.log.gz 2026-02-26T02:56:23.418 INFO:teuthology.orchestra.run.trial030.stderr: 2026-02-26T02:56:23.418 INFO:teuthology.orchestra.run.trial030.stderr:real 0m0.049s 2026-02-26T02:56:23.418 INFO:teuthology.orchestra.run.trial030.stderr:user 0m0.076s 2026-02-26T02:56:23.418 INFO:teuthology.orchestra.run.trial030.stderr:sys 0m0.022s 2026-02-26T02:56:23.488 INFO:teuthology.orchestra.run.trial009.stderr: 91.6% -- replaced with /var/log/ceph/003434e4-12be-11f1-af16-d404e6e7d460/ceph-mon.a.log.gz 2026-02-26T02:56:23.489 INFO:teuthology.orchestra.run.trial009.stderr: 2026-02-26T02:56:23.489 INFO:teuthology.orchestra.run.trial009.stderr:real 0m0.124s 2026-02-26T02:56:23.489 INFO:teuthology.orchestra.run.trial009.stderr:user 0m0.172s 2026-02-26T02:56:23.489 INFO:teuthology.orchestra.run.trial009.stderr:sys 0m0.025s 2026-02-26T02:56:23.490 INFO:tasks.cephadm:Archiving logs... 2026-02-26T02:56:23.490 DEBUG:teuthology.misc:Transferring archived files from trial009:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070/remote/trial009/log 2026-02-26T02:56:23.491 DEBUG:teuthology.orchestra.run.trial009:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-26T02:56:23.594 DEBUG:teuthology.misc:Transferring archived files from trial030:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070/remote/trial030/log 2026-02-26T02:56:23.595 DEBUG:teuthology.orchestra.run.trial030:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-26T02:56:23.639 DEBUG:teuthology.misc:Transferring archived files from trial151:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070/remote/trial151/log 2026-02-26T02:56:23.640 DEBUG:teuthology.orchestra.run.trial151:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-26T02:56:23.678 INFO:tasks.cephadm:Removing cluster... 2026-02-26T02:56:23.678 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 003434e4-12be-11f1-af16-d404e6e7d460 --force 2026-02-26T02:56:23.790 INFO:teuthology.orchestra.run.trial009.stdout:Deleting cluster with fsid: 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:56:23.984 DEBUG:teuthology.orchestra.run.trial030:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 003434e4-12be-11f1-af16-d404e6e7d460 --force 2026-02-26T02:56:24.095 INFO:teuthology.orchestra.run.trial030.stdout:Deleting cluster with fsid: 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:56:24.282 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 003434e4-12be-11f1-af16-d404e6e7d460 --force 2026-02-26T02:56:24.395 INFO:teuthology.orchestra.run.trial151.stdout:Deleting cluster with fsid: 003434e4-12be-11f1-af16-d404e6e7d460 2026-02-26T02:56:24.580 INFO:tasks.cephadm:Removing cephadm ... 2026-02-26T02:56:24.580 DEBUG:teuthology.orchestra.run.trial009:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-26T02:56:24.597 DEBUG:teuthology.orchestra.run.trial030:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-26T02:56:24.615 DEBUG:teuthology.orchestra.run.trial151:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-26T02:56:24.631 INFO:tasks.cephadm:Teardown complete 2026-02-26T02:56:24.632 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-26T02:56:24.642 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2026-02-26T02:56:24.642 DEBUG:teuthology.orchestra.run.trial009:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-26T02:56:24.644 DEBUG:teuthology.orchestra.run.trial030:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-26T02:56:24.658 DEBUG:teuthology.orchestra.run.trial151:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-26T02:56:24.889 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-26T02:56:24.900 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-26T02:56:24.900 DEBUG:teuthology.orchestra.run.trial009:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-26T02:56:24.902 DEBUG:teuthology.orchestra.run.trial030:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-26T02:56:24.904 DEBUG:teuthology.orchestra.run.trial151:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-26T02:56:24.917 INFO:teuthology.orchestra.run.trial009.stderr:bash: line 1: ntpq: command not found 2026-02-26T02:56:24.919 INFO:teuthology.orchestra.run.trial030.stderr:bash: line 1: ntpq: command not found 2026-02-26T02:56:24.920 INFO:teuthology.orchestra.run.trial151.stderr:bash: line 1: ntpq: command not found 2026-02-26T02:56:24.946 INFO:teuthology.orchestra.run.trial009.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-26T02:56:24.946 INFO:teuthology.orchestra.run.trial009.stdout:=============================================================================== 2026-02-26T02:56:24.947 INFO:teuthology.orchestra.run.trial009.stdout:^- static.190.111.161.5.cli> 4 6 377 14 -747us[ -747us] +/- 11ms 2026-02-26T02:56:24.947 INFO:teuthology.orchestra.run.trial009.stdout:^* pool-138-89-14-60.mad.ea> 1 6 377 16 +111us[ +172us] +/- 3054us 2026-02-26T02:56:24.947 INFO:teuthology.orchestra.run.trial009.stdout:^- ntp1.lax.us.hojmark.net 2 6 377 13 -372us[ -372us] +/- 50ms 2026-02-26T02:56:24.947 INFO:teuthology.orchestra.run.trial009.stdout:^- LAX.CALTICK.NET 2 6 377 15 +2350us[+2350us] +/- 35ms 2026-02-26T02:56:24.947 INFO:teuthology.orchestra.run.trial151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-26T02:56:24.947 INFO:teuthology.orchestra.run.trial151.stdout:=============================================================================== 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial151.stdout:^- static.190.111.161.5.cli> 4 6 377 13 -372us[ -372us] +/- 11ms 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial151.stdout:^* pool-138-89-14-60.mad.ea> 1 6 377 13 -128us[ -287us] +/- 3274us 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial151.stdout:^- ntp1.lax.us.hojmark.net 2 6 377 14 -362us[ -520us] +/- 51ms 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial151.stdout:^- LAX.CALTICK.NET 2 6 377 14 -1218us[-1376us] +/- 33ms 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial030.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial030.stdout:=============================================================================== 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial030.stdout:^- static.190.111.161.5.cli> 4 6 377 14 -271us[ -271us] +/- 10ms 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial030.stdout:^* pool-138-89-14-60.mad.ea> 1 6 377 15 -79us[ -114us] +/- 3262us 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial030.stdout:^- ntp1.lax.us.hojmark.net 2 6 377 14 -287us[ -287us] +/- 51ms 2026-02-26T02:56:24.948 INFO:teuthology.orchestra.run.trial030.stdout:^- LAX.CALTICK.NET 2 6 377 15 +57us[ +22us] +/- 32ms 2026-02-26T02:56:24.948 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-26T02:56:24.959 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-26T02:56:24.959 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-26T02:56:24.972 DEBUG:teuthology.orchestra.run.trial009:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-26T02:56:25.045 DEBUG:teuthology.orchestra.run.trial030:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-26T02:56:25.101 DEBUG:teuthology.orchestra.run.trial151:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-26T02:56:25.158 DEBUG:teuthology.orchestra.run.trial009:> 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-26T02:56:25.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:56:25.185 DEBUG:teuthology.orchestra.run.trial030:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-26T02:56:25.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:56:25.213 DEBUG:teuthology.orchestra.run.trial151:> 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-26T02:56:25.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:56:25.240 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-26T02:56:25.258 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-26T02:56:25.268 INFO:teuthology.task.internal:Duration was 587.258148 seconds 2026-02-26T02:56:25.268 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-26T02:56:25.279 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-26T02:56:25.279 DEBUG:teuthology.orchestra.run.trial009:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-26T02:56:25.281 DEBUG:teuthology.orchestra.run.trial030:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-26T02:56:25.283 DEBUG:teuthology.orchestra.run.trial151:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-26T02:56:25.317 INFO:teuthology.orchestra.run.trial009.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-26T02:56:25.318 INFO:teuthology.orchestra.run.trial030.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-26T02:56:25.319 INFO:teuthology.orchestra.run.trial151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-26T02:56:25.738 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-26T02:56:25.739 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial009.front.sepia.ceph.com 2026-02-26T02:56:25.739 DEBUG:teuthology.orchestra.run.trial009:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-26T02:56:25.798 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial030.front.sepia.ceph.com 2026-02-26T02:56:25.798 DEBUG:teuthology.orchestra.run.trial030:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-26T02:56:25.817 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial151.front.sepia.ceph.com 2026-02-26T02:56:25.817 DEBUG:teuthology.orchestra.run.trial151:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-26T02:56:25.837 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-26T02:56:25.837 DEBUG:teuthology.orchestra.run.trial009:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-26T02:56:25.840 DEBUG:teuthology.orchestra.run.trial030:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-26T02:56:25.859 DEBUG:teuthology.orchestra.run.trial151:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-26T02:56:25.952 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-26T02:56:25.953 DEBUG:teuthology.orchestra.run.trial009:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-26T02:56:25.955 DEBUG:teuthology.orchestra.run.trial030:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-26T02:56:25.958 DEBUG:teuthology.orchestra.run.trial151:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-26T02:56:25.975 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-26T02:56:25.975 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-26T02:56:25.975 INFO:teuthology.orchestra.run.trial009.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-26T02:56:25.976 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-26T02:56:25.976 INFO:teuthology.orchestra.run.trial009.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-26T02:56:25.978 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-26T02:56:25.978 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-26T02:56:25.979 INFO:teuthology.orchestra.run.trial030.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-26T02:56:25.979 INFO:teuthology.orchestra.run.trial030.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-26T02:56:25.979 INFO:teuthology.orchestra.run.trial030.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-26T02:56:25.982 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-26T02:56:25.982 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-26T02:56:25.982 INFO:teuthology.orchestra.run.trial151.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-26T02:56:25.982 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-26T02:56:25.983 INFO:teuthology.orchestra.run.trial151.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-26T02:56:25.993 INFO:teuthology.orchestra.run.trial030.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 84.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-26T02:56:25.994 INFO:teuthology.orchestra.run.trial009.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-26T02:56:25.996 INFO:teuthology.orchestra.run.trial151.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 84.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-26T02:56:25.998 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-26T02:56:26.010 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-26T02:56:26.011 DEBUG:teuthology.orchestra.run.trial009:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-26T02:56:26.060 DEBUG:teuthology.orchestra.run.trial030:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-26T02:56:26.086 DEBUG:teuthology.orchestra.run.trial151:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-26T02:56:26.112 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-26T02:56:26.122 DEBUG:teuthology.orchestra.run.trial009:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-02-26T02:56:26.123 DEBUG:teuthology.orchestra.run.trial030:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-02-26T02:56:26.127 DEBUG:teuthology.orchestra.run.trial151:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-02-26T02:56:26.146 INFO:teuthology.orchestra.run.trial009.stdout:kernel.core_pattern = core 2026-02-26T02:56:26.149 INFO:teuthology.orchestra.run.trial030.stdout:kernel.core_pattern = core 2026-02-26T02:56:26.175 INFO:teuthology.orchestra.run.trial151.stdout:kernel.core_pattern = core 2026-02-26T02:56:26.187 DEBUG:teuthology.orchestra.run.trial009:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-26T02:56:26.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:56:26.219 DEBUG:teuthology.orchestra.run.trial030:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-26T02:56:26.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:56:26.235 DEBUG:teuthology.orchestra.run.trial151:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-26T02:56:26.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-26T02:56:26.250 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-26T02:56:26.259 INFO:teuthology.task.internal:Transferring archived files... 2026-02-26T02:56:26.260 DEBUG:teuthology.misc:Transferring archived files from trial009:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070/remote/trial009 2026-02-26T02:56:26.260 DEBUG:teuthology.orchestra.run.trial009:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-26T02:56:26.291 DEBUG:teuthology.misc:Transferring archived files from trial030:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070/remote/trial030 2026-02-26T02:56:26.291 DEBUG:teuthology.orchestra.run.trial030:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-26T02:56:26.326 DEBUG:teuthology.misc:Transferring archived files from trial151:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-26_01:51:16-rados-wip-yuri9-testing-2026-02-25-1600-squid-distro-default-trial/71070/remote/trial151 2026-02-26T02:56:26.327 DEBUG:teuthology.orchestra.run.trial151:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-26T02:56:26.360 INFO:teuthology.task.internal:Removing archive directory... 2026-02-26T02:56:26.360 DEBUG:teuthology.orchestra.run.trial009:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-26T02:56:26.363 DEBUG:teuthology.orchestra.run.trial030:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-26T02:56:26.365 DEBUG:teuthology.orchestra.run.trial151:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-26T02:56:26.412 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-26T02:56:26.425 INFO:teuthology.task.internal:Not uploading archives. 2026-02-26T02:56:26.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-26T02:56:26.436 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-26T02:56:26.437 DEBUG:teuthology.orchestra.run.trial009:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-26T02:56:26.438 DEBUG:teuthology.orchestra.run.trial030:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-26T02:56:26.439 DEBUG:teuthology.orchestra.run.trial151:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-26T02:56:26.452 INFO:teuthology.orchestra.run.trial009.stdout: 920834 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 26 02:56 /home/ubuntu/cephtest 2026-02-26T02:56:26.453 INFO:teuthology.orchestra.run.trial030.stdout: 920834 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 26 02:56 /home/ubuntu/cephtest 2026-02-26T02:56:26.468 INFO:teuthology.orchestra.run.trial151.stdout: 920834 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 26 02:56 /home/ubuntu/cephtest 2026-02-26T02:56:26.469 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-26T02:56:26.482 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-26T02:56:26.509 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 587.2581479549408 flavor: default owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: true 2026-02-26T02:56:26.509 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-26T02:56:26.593 INFO:teuthology.run:pass