2026-02-21T20:00:12.261 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-21T20:00:12.284 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T20:00:12.362 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62919 branch: wip-adk3-testing-2026-02-12-2007 description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} email: adking@redhat.com first_in_suite: false flavor: default job_id: '62919' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk3-testing-2026-02-12-2007 ceph: conf: mgr: debug mgr: 20 debug ms: 1 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\) log-only-match: - CEPHADM_ sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk3-testing-2026-02-19-2000 sha1: 8f51c35bf854479dcc229046453f0066d563cfe5 owner: scheduled_adking@soko04.front.sepia.ceph.com priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 4054 sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk3-testing-2026-02-19-2000 suite_path: /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: 8f51c35bf854479dcc229046453f0066d563cfe5 targets: trial134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBLwLd0k1myowhLV9SLPQDTdMmONjv28FJigyYkJSZwU2pbuCOe+N9j8JMlNIdSTRnLecrx3DA8BeDFjAXh3Dys= trial159.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCCFtrUEMPnbcBMJnWIWYMxsGx39MVQ5/R/0OjbQrYVSJdY+SuiF+e3FANXjQw13/KH/fphAt51gP2MA5dRC/tw= 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 - smb.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "acl_xattr ceph_snapshots ceph" path = "/" "acl_xattr:security_acl_name" = "user.NTACL" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" "comment" = "" "max connections" = "0" [globals.default.options] "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" "smbd profiling level" = "on" "posix locking" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - template.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-21_19:52:04 tube: trial user: adking verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-21T20:00:12.363 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa; will attempt to use it 2026-02-21T20:00:12.363 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks 2026-02-21T20:00:12.363 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-21T20:00:12.365 INFO:teuthology.task.internal:Checking packages... 2026-02-21T20:00:12.365 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01' 2026-02-21T20:00:12.365 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-21T20:00:12.365 INFO:teuthology.packaging:ref: None 2026-02-21T20:00:12.365 INFO:teuthology.packaging:tag: None 2026-02-21T20:00:12.365 INFO:teuthology.packaging:branch: wip-adk3-testing-2026-02-12-2007 2026-02-21T20:00:12.365 INFO:teuthology.packaging:sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:00:12.365 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk3-testing-2026-02-12-2007 2026-02-21T20:00:12.486 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5291.g042df16c 2026-02-21T20:00:12.488 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-21T20:00:12.499 INFO:teuthology.task.internal:no buildpackages task found 2026-02-21T20:00:12.499 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-21T20:00:12.534 INFO:teuthology.task.internal:Saving configuration 2026-02-21T20:00:12.542 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-21T20:00:12.557 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-21T20:00:12.618 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial134.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62919', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 19:53:16.812157', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBLwLd0k1myowhLV9SLPQDTdMmONjv28FJigyYkJSZwU2pbuCOe+N9j8JMlNIdSTRnLecrx3DA8BeDFjAXh3Dys='} 2026-02-21T20:00:12.678 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial159.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62919', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 19:53:16.811669', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCCFtrUEMPnbcBMJnWIWYMxsGx39MVQ5/R/0OjbQrYVSJdY+SuiF+e3FANXjQw13/KH/fphAt51gP2MA5dRC/tw='} 2026-02-21T20:00:12.679 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-21T20:00:12.689 INFO:teuthology.task.internal:roles: ubuntu@trial134.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-02-21T20:00:12.689 INFO:teuthology.task.internal:roles: ubuntu@trial159.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2026-02-21T20:00:12.689 INFO:teuthology.run_tasks:Running task console_log... 2026-02-21T20:00:12.828 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7a70a4c4f420>, signals=[15]) 2026-02-21T20:00:12.828 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-21T20:00:12.837 INFO:teuthology.task.internal:Opening connections... 2026-02-21T20:00:12.837 DEBUG:teuthology.task.internal:connecting to ubuntu@trial134.front.sepia.ceph.com 2026-02-21T20:00:12.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:12.900 DEBUG:teuthology.task.internal:connecting to ubuntu@trial159.front.sepia.ceph.com 2026-02-21T20:00:12.901 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:12.962 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-21T20:00:12.975 DEBUG:teuthology.orchestra.run.trial134:> uname -m 2026-02-21T20:00:12.990 INFO:teuthology.orchestra.run.trial134.stdout:x86_64 2026-02-21T20:00:12.991 DEBUG:teuthology.orchestra.run.trial134:> cat /etc/os-release 2026-02-21T20:00:13.046 INFO:teuthology.orchestra.run.trial134.stdout:NAME="CentOS Stream" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:VERSION="9" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:ID="centos" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:VERSION_ID="9" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:ANSI_COLOR="0;31" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:00:13.047 INFO:teuthology.orchestra.run.trial134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:00:13.048 INFO:teuthology.lock.ops:Updating trial134.front.sepia.ceph.com on lock server 2026-02-21T20:00:13.134 DEBUG:teuthology.orchestra.run.trial159:> uname -m 2026-02-21T20:00:13.151 INFO:teuthology.orchestra.run.trial159.stdout:x86_64 2026-02-21T20:00:13.152 DEBUG:teuthology.orchestra.run.trial159:> cat /etc/os-release 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:NAME="CentOS Stream" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:VERSION="9" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:ID="centos" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:ID_LIKE="rhel fedora" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:VERSION_ID="9" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:PLATFORM_ID="platform:el9" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:ANSI_COLOR="0;31" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:LOGO="fedora-logo-icon" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:HOME_URL="https://centos.org/" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T20:00:13.207 INFO:teuthology.orchestra.run.trial159.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T20:00:13.207 INFO:teuthology.lock.ops:Updating trial159.front.sepia.ceph.com on lock server 2026-02-21T20:00:13.271 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-21T20:00:13.286 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-21T20:00:13.299 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-21T20:00:13.299 DEBUG:teuthology.orchestra.run.trial134:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:00:13.301 DEBUG:teuthology.orchestra.run.trial159:> test '!' -e /home/ubuntu/cephtest 2026-02-21T20:00:13.317 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-21T20:00:13.335 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-21T20:00:13.335 DEBUG:teuthology.orchestra.run.trial134:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:00:13.356 DEBUG:teuthology.orchestra.run.trial159:> test -z $(ls -A /var/lib/ceph) 2026-02-21T20:00:13.376 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-21T20:00:13.515 INFO:teuthology.run_tasks:Running task kernel... 2026-02-21T20:00:13.538 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-21T20:00:13.538 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-21T20:00:13.538 DEBUG:teuthology.orchestra.run.trial134:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:00:13.538 DEBUG:teuthology.orchestra.run.trial159:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T20:00:13.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:13.553 DEBUG:teuthology.orchestra.run.trial134:> uname -r 2026-02-21T20:00:13.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:13.555 DEBUG:teuthology.orchestra.run.trial159:> uname -r 2026-02-21T20:00:13.608 INFO:teuthology.orchestra.run.trial134.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:00:13.609 INFO:teuthology.task.kernel:Running kernel on trial134: 5.14.0-681.el9.x86_64 2026-02-21T20:00:13.609 DEBUG:teuthology.orchestra.run.trial134:> sudo yum install -y kernel 2026-02-21T20:00:13.612 INFO:teuthology.orchestra.run.trial159.stdout:5.14.0-681.el9.x86_64 2026-02-21T20:00:13.612 INFO:teuthology.task.kernel:Running kernel on trial159: 5.14.0-681.el9.x86_64 2026-02-21T20:00:13.612 DEBUG:teuthology.orchestra.run.trial159:> sudo yum install -y kernel 2026-02-21T20:00:14.866 INFO:teuthology.orchestra.run.trial159.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-21T20:00:15.399 INFO:teuthology.orchestra.run.trial134.stdout:CentOS Stream 9 - BaseOS 6.3 MB/s | 8.9 MB 00:01 2026-02-21T20:00:16.267 INFO:teuthology.orchestra.run.trial159.stdout:CentOS Stream 9 - AppStream 31 MB/s | 27 MB 00:00 2026-02-21T20:00:17.368 INFO:teuthology.orchestra.run.trial134.stdout:CentOS Stream 9 - AppStream 19 MB/s | 27 MB 00:01 2026-02-21T20:00:20.414 INFO:teuthology.orchestra.run.trial159.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 7.8 MB 00:01 2026-02-21T20:00:21.648 INFO:teuthology.orchestra.run.trial159.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 20 kB 00:00 2026-02-21T20:00:21.904 INFO:teuthology.orchestra.run.trial134.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 7.8 MB 00:02 2026-02-21T20:00:22.369 INFO:teuthology.orchestra.run.trial159.stdout:Extra Packages for Enterprise Linux 31 MB/s | 20 MB 00:00 2026-02-21T20:00:22.810 INFO:teuthology.orchestra.run.trial134.stdout:CentOS Stream 9 - Extras packages 108 kB/s | 20 kB 00:00 2026-02-21T20:00:23.138 INFO:teuthology.orchestra.run.trial134.stdout:Extra Packages for Enterprise Linux 76 MB/s | 20 MB 00:00 2026-02-21T20:00:25.609 INFO:teuthology.orchestra.run.trial159.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-21T20:00:26.335 INFO:teuthology.orchestra.run.trial134.stdout:lab-extras 2.8 MB/s | 50 kB 00:00 2026-02-21T20:00:26.616 INFO:teuthology.orchestra.run.trial159.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:00:26.616 INFO:teuthology.orchestra.run.trial159.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:00:26.636 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:00:26.636 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:00:26.636 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:00:26.660 DEBUG:teuthology.orchestra.run.trial159:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:00:26.965 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:00:25 PM UTC. 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout:Reinstalling: 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 803 k 2026-02-21T20:00:27.045 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 0 2026-02-21T20:00:27.046 INFO:teuthology.orchestra.run.trial159.stderr:Operation aborted. 2026-02-21T20:00:27.066 INFO:teuthology.orchestra.run.trial159.stdout:Is this ok [y/N]: 2026-02-21T20:00:27.067 DEBUG:teuthology.orchestra.run.trial159:> sudo yum reinstall -y kernel || true 2026-02-21T20:00:27.348 INFO:teuthology.orchestra.run.trial134.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T20:00:27.348 INFO:teuthology.orchestra.run.trial134.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T20:00:27.367 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:00:27.368 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:00:27.368 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:00:27.370 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:00:25 PM UTC. 2026-02-21T20:00:27.391 DEBUG:teuthology.orchestra.run.trial134:> echo no | sudo yum reinstall kernel || true 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout:Reinstalling: 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:00:27.450 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:00:27.451 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 803 k 2026-02-21T20:00:27.451 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 0 2026-02-21T20:00:27.451 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:00:27.670 INFO:teuthology.orchestra.run.trial159.stdout:kernel-5.14.0-681.el9.x86_64.rpm 6.1 MB/s | 803 kB 00:00 2026-02-21T20:00:27.670 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:00:27.670 INFO:teuthology.orchestra.run.trial159.stdout:Total 3.6 MB/s | 803 kB 00:00 2026-02-21T20:00:27.681 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:00:27.693 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 08:00:26 PM UTC. 2026-02-21T20:00:27.714 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:00:27.714 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:00:27.719 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:00:27.719 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:00:27.743 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:00:27.746 INFO:teuthology.orchestra.run.trial159.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:27.746 INFO:teuthology.orchestra.run.trial159.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:27.773 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:00:27.773 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout:Reinstalling: 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 803 k 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 0 2026-02-21T20:00:27.774 INFO:teuthology.orchestra.run.trial134.stderr:Operation aborted. 2026-02-21T20:00:27.793 INFO:teuthology.orchestra.run.trial134.stdout:Is this ok [y/N]: 2026-02-21T20:00:27.794 DEBUG:teuthology.orchestra.run.trial134:> sudo yum reinstall -y kernel || true 2026-02-21T20:00:27.858 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:27.858 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:27.910 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:27.910 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:00:27.910 INFO:teuthology.orchestra.run.trial159.stdout:Reinstalled: 2026-02-21T20:00:27.910 INFO:teuthology.orchestra.run.trial159.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:27.910 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:00:27.910 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:00:27.936 DEBUG:teuthology.orchestra.run.trial159:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:00:27.958 INFO:teuthology.orchestra.run.trial159.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:27.959 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:00:27.959 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:00:27.959 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-21T20:00:27.959 DEBUG:teuthology.orchestra.run.trial159:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:00:28.022 INFO:teuthology.orchestra.run.trial159.stdout:ttyS1 2026-02-21T20:00:28.050 DEBUG:teuthology.parallel:result is None 2026-02-21T20:00:28.092 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 08:00:26 PM UTC. 2026-02-21T20:00:28.172 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout: Package Architecture Version Repository Size 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout:Reinstalling: 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 803 k 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 0 2026-02-21T20:00:28.173 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:00:29.949 INFO:teuthology.orchestra.run.trial134.stdout:kernel-5.14.0-681.el9.x86_64.rpm 530 kB/s | 803 kB 00:01 2026-02-21T20:00:29.950 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:00:29.950 INFO:teuthology.orchestra.run.trial134.stdout:Total 452 kB/s | 803 kB 00:01 2026-02-21T20:00:29.960 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:00:29.994 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:00:29.994 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:00:29.999 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:00:29.999 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:00:30.023 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:00:30.027 INFO:teuthology.orchestra.run.trial134.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:30.027 INFO:teuthology.orchestra.run.trial134.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:30.145 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:30.145 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T20:00:30.201 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T20:00:30.201 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:00:30.201 INFO:teuthology.orchestra.run.trial134.stdout:Reinstalled: 2026-02-21T20:00:30.201 INFO:teuthology.orchestra.run.trial134.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:30.201 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:00:30.201 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:00:30.228 DEBUG:teuthology.orchestra.run.trial134:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T20:00:30.251 INFO:teuthology.orchestra.run.trial134.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T20:00:30.252 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T20:00:30.252 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T20:00:30.252 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-21T20:00:30.252 DEBUG:teuthology.orchestra.run.trial134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T20:00:30.316 INFO:teuthology.orchestra.run.trial134.stdout:ttyS1 2026-02-21T20:00:30.348 DEBUG:teuthology.parallel:result is None 2026-02-21T20:00:30.349 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-21T20:00:30.362 INFO:teuthology.task.internal:Creating test directory... 2026-02-21T20:00:30.363 DEBUG:teuthology.orchestra.run.trial134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:00:30.390 DEBUG:teuthology.orchestra.run.trial159:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T20:00:30.407 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-21T20:00:30.418 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-21T20:00:30.430 INFO:teuthology.task.internal:Creating archive directory... 2026-02-21T20:00:30.430 DEBUG:teuthology.orchestra.run.trial134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:00:30.446 DEBUG:teuthology.orchestra.run.trial159:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T20:00:30.464 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-21T20:00:30.477 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-21T20:00:30.478 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:00:30.503 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:00:30.525 INFO:teuthology.orchestra.run.trial134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:30.526 INFO:teuthology.orchestra.run.trial159.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:30.534 INFO:teuthology.orchestra.run.trial134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:30.535 INFO:teuthology.orchestra.run.trial159.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T20:00:30.536 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-21T20:00:30.547 INFO:teuthology.task.internal:Configuring sudo... 2026-02-21T20:00:30.547 DEBUG:teuthology.orchestra.run.trial134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:00:30.577 DEBUG:teuthology.orchestra.run.trial159:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T20:00:30.601 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-21T20:00:30.613 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-21T20:00:30.613 DEBUG:teuthology.orchestra.run.trial134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:00:30.641 DEBUG:teuthology.orchestra.run.trial159:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T20:00:30.657 DEBUG:teuthology.orchestra.run.trial134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:30.775 DEBUG:teuthology.orchestra.run.trial134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:30.799 DEBUG:teuthology.orchestra.run.trial134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:30.921 DEBUG:teuthology.orchestra.run.trial134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:30.944 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:00:30.944 DEBUG:teuthology.orchestra.run.trial134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:00:31.008 DEBUG:teuthology.orchestra.run.trial159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:31.089 DEBUG:teuthology.orchestra.run.trial159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:31.115 DEBUG:teuthology.orchestra.run.trial159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:31.238 DEBUG:teuthology.orchestra.run.trial159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:31.263 DEBUG:teuthology.orchestra.run.trial159:> set -ex 2026-02-21T20:00:31.263 DEBUG:teuthology.orchestra.run.trial159:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T20:00:31.326 DEBUG:teuthology.orchestra.run.trial134:> sudo service rsyslog restart 2026-02-21T20:00:31.327 DEBUG:teuthology.orchestra.run.trial159:> sudo service rsyslog restart 2026-02-21T20:00:31.354 INFO:teuthology.orchestra.run.trial134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:00:31.393 INFO:teuthology.orchestra.run.trial159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:00:31.880 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-21T20:00:31.897 INFO:teuthology.task.internal:Starting timer... 2026-02-21T20:00:31.897 INFO:teuthology.run_tasks:Running task pcp... 2026-02-21T20:00:31.914 INFO:teuthology.run_tasks:Running task selinux... 2026-02-21T20:00:31.926 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-21T20:00:31.927 DEBUG:teuthology.orchestra.run.trial134:> sudo service auditd rotate 2026-02-21T20:00:31.954 INFO:teuthology.orchestra.run.trial134.stdout:Rotating logs: 2026-02-21T20:00:31.956 DEBUG:teuthology.orchestra.run.trial159:> sudo service auditd rotate 2026-02-21T20:00:31.985 INFO:teuthology.orchestra.run.trial159.stdout:Rotating logs: 2026-02-21T20:00:31.987 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-21T20:00:31.987 DEBUG:teuthology.orchestra.run.trial134:> /usr/sbin/getenforce 2026-02-21T20:00:32.012 INFO:teuthology.orchestra.run.trial134.stdout:Permissive 2026-02-21T20:00:32.012 DEBUG:teuthology.orchestra.run.trial159:> /usr/sbin/getenforce 2026-02-21T20:00:32.043 INFO:teuthology.orchestra.run.trial159.stdout:Permissive 2026-02-21T20:00:32.043 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial134.front.sepia.ceph.com': 'permissive', 'ubuntu@trial159.front.sepia.ceph.com': 'permissive'} 2026-02-21T20:00:32.043 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:00:32.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:32.077 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:00:32.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:32.107 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-21T20:00:32.107 DEBUG:teuthology.orchestra.run.trial134:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:00:32.139 DEBUG:teuthology.orchestra.run.trial159:> sudo /usr/sbin/setenforce permissive 2026-02-21T20:00:32.170 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-21T20:00:32.183 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-21T20:00:32.189 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-21T20:00:32.190 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial134.front.sepia.ceph.com,trial159.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-21T20:03:00.527 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial134.front.sepia.ceph.com'), Remote(name='ubuntu@trial159.front.sepia.ceph.com')] 2026-02-21T20:03:00.528 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial134.front.sepia.ceph.com' 2026-02-21T20:03:00.530 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:03:00.639 DEBUG:teuthology.orchestra.run.trial134:> true 2026-02-21T20:03:00.720 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial134.front.sepia.ceph.com' 2026-02-21T20:03:00.720 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial159.front.sepia.ceph.com' 2026-02-21T20:03:00.721 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:03:00.827 DEBUG:teuthology.orchestra.run.trial159:> true 2026-02-21T20:03:00.902 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial159.front.sepia.ceph.com' 2026-02-21T20:03:00.902 INFO:teuthology.run_tasks:Running task clock... 2026-02-21T20:03:00.914 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-21T20:03:00.915 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:03:00.915 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:03:00.917 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:03:00.917 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:03:00.943 INFO:teuthology.orchestra.run.trial134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:03:00.954 INFO:teuthology.orchestra.run.trial134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:03:00.970 INFO:teuthology.orchestra.run.trial159.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:03:00.974 INFO:teuthology.orchestra.run.trial134.stderr:sudo: ntpd: command not found 2026-02-21T20:03:00.981 INFO:teuthology.orchestra.run.trial159.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:03:00.983 INFO:teuthology.orchestra.run.trial134.stdout:506 Cannot talk to daemon 2026-02-21T20:03:00.996 INFO:teuthology.orchestra.run.trial134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:03:01.003 INFO:teuthology.orchestra.run.trial159.stderr:sudo: ntpd: command not found 2026-02-21T20:03:01.008 INFO:teuthology.orchestra.run.trial134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:03:01.011 INFO:teuthology.orchestra.run.trial159.stdout:506 Cannot talk to daemon 2026-02-21T20:03:01.023 INFO:teuthology.orchestra.run.trial159.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:03:01.034 INFO:teuthology.orchestra.run.trial159.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:03:01.064 INFO:teuthology.orchestra.run.trial134.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:03:01.070 INFO:teuthology.orchestra.run.trial134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:03:01.070 INFO:teuthology.orchestra.run.trial134.stdout:=============================================================================== 2026-02-21T20:03:01.070 INFO:teuthology.orchestra.run.trial134.stdout:^? triton.ellipse.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:01.079 INFO:teuthology.orchestra.run.trial159.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:03:01.105 INFO:teuthology.orchestra.run.trial159.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:03:01.105 INFO:teuthology.orchestra.run.trial159.stdout:=============================================================================== 2026-02-21T20:03:01.105 INFO:teuthology.orchestra.run.trial159.stdout:^? triton.ellipse.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:01.105 INFO:teuthology.orchestra.run.trial159.stdout:^? ip216-250-115-174.pbiaas> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:01.105 INFO:teuthology.orchestra.run.trial159.stdout:^? 204.2.134.172 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:01.105 INFO:teuthology.orchestra.run.trial159.stdout:^? vps-lga1.orleans.ddnss.de 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:03:01.106 INFO:teuthology.run_tasks:Running task pexec... 2026-02-21T20:03:01.122 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-21T20:03:01.122 DEBUG:teuthology.orchestra.run.trial134:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:03:01.122 DEBUG:teuthology.orchestra.run.trial159:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T20:03:01.124 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial134.front.sepia.ceph.com 2026-02-21T20:03:01.125 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:03:01.125 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T20:03:01.125 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T20:03:01.125 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T20:03:01.148 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial159.front.sepia.ceph.com 2026-02-21T20:03:01.148 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T20:03:01.148 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T20:03:01.148 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T20:03:01.148 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T20:03:01.297 INFO:teuthology.orchestra.run.trial134.stdout:No match for argument: nvme-cli 2026-02-21T20:03:01.297 INFO:teuthology.orchestra.run.trial134.stderr:No packages marked for removal. 2026-02-21T20:03:01.299 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:03:01.299 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:03:01.299 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:03:01.318 INFO:teuthology.orchestra.run.trial159.stdout:No match for argument: nvme-cli 2026-02-21T20:03:01.318 INFO:teuthology.orchestra.run.trial159.stderr:No packages marked for removal. 2026-02-21T20:03:01.320 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:03:01.320 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:03:01.320 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:03:01.604 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Feb 2026 08:02:33 PM UTC. 2026-02-21T20:03:01.623 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Feb 2026 08:02:33 PM UTC. 2026-02-21T20:03:01.685 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:03:01.686 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:03:01.687 INFO:teuthology.orchestra.run.trial134.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:03:01.688 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:01.688 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:03:01.688 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:01.688 INFO:teuthology.orchestra.run.trial134.stdout:Install 7 Packages 2026-02-21T20:03:01.688 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:01.688 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 6.3 M 2026-02-21T20:03:01.688 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 24 M 2026-02-21T20:03:01.688 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:03:01.705 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T20:03:01.706 INFO:teuthology.orchestra.run.trial159.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T20:03:01.707 INFO:teuthology.orchestra.run.trial159.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T20:03:01.707 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:01.707 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:03:01.707 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:01.707 INFO:teuthology.orchestra.run.trial159.stdout:Install 7 Packages 2026-02-21T20:03:01.707 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:01.707 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 6.3 M 2026-02-21T20:03:01.707 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 24 M 2026-02-21T20:03:01.707 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:03:01.852 INFO:teuthology.orchestra.run.trial134.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 1.0 MB/s | 44 kB 00:00 2026-02-21T20:03:01.858 INFO:teuthology.orchestra.run.trial134.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.5 MB/s | 72 kB 00:00 2026-02-21T20:03:01.873 INFO:teuthology.orchestra.run.trial134.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 3.9 MB/s | 84 kB 00:00 2026-02-21T20:03:01.882 INFO:teuthology.orchestra.run.trial134.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 6.2 MB/s | 150 kB 00:00 2026-02-21T20:03:01.896 INFO:teuthology.orchestra.run.trial134.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 13 MB/s | 1.2 MB 00:00 2026-02-21T20:03:01.916 INFO:teuthology.orchestra.run.trial134.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 19 MB/s | 837 kB 00:00 2026-02-21T20:03:02.225 INFO:teuthology.orchestra.run.trial159.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 356 kB/s | 44 kB 00:00 2026-02-21T20:03:02.252 INFO:teuthology.orchestra.run.trial159.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 479 kB/s | 72 kB 00:00 2026-02-21T20:03:02.303 INFO:teuthology.orchestra.run.trial159.stdout:(3/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.7 MB/s | 1.2 MB 00:00 2026-02-21T20:03:02.311 INFO:teuthology.orchestra.run.trial159.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 986 kB/s | 84 kB 00:00 2026-02-21T20:03:02.411 INFO:teuthology.orchestra.run.trial159.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.6 MB/s | 837 kB 00:00 2026-02-21T20:03:02.413 INFO:teuthology.orchestra.run.trial159.stdout:(6/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 936 kB/s | 150 kB 00:00 2026-02-21T20:03:02.605 INFO:teuthology.orchestra.run.trial159.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 13 MB/s | 4.0 MB 00:00 2026-02-21T20:03:02.605 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:02.605 INFO:teuthology.orchestra.run.trial159.stdout:Total 7.0 MB/s | 6.3 MB 00:00 2026-02-21T20:03:02.672 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:03:02.679 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:03:02.679 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:03:02.736 INFO:teuthology.orchestra.run.trial134.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 4.6 MB/s | 4.0 MB 00:00 2026-02-21T20:03:02.737 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:02.737 INFO:teuthology.orchestra.run.trial134.stdout:Total 6.0 MB/s | 6.3 MB 00:01 2026-02-21T20:03:02.760 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:03:02.760 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:03:02.806 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:03:02.814 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:03:02.814 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:03:02.895 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:03:02.896 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:03:02.906 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:03:02.913 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T20:03:02.922 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T20:03:02.929 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:03:02.935 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:03:02.935 INFO:teuthology.orchestra.run.trial159.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:03:02.984 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:03:03.040 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:03:03.049 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T20:03:03.058 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T20:03:03.063 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:03:03.069 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:03:03.070 INFO:teuthology.orchestra.run.trial134.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:03:03.097 INFO:teuthology.orchestra.run.trial159.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T20:03:03.100 INFO:teuthology.orchestra.run.trial159.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:03:03.118 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T20:03:03.231 INFO:teuthology.orchestra.run.trial134.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T20:03:03.234 INFO:teuthology.orchestra.run.trial134.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:03:03.393 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:03:03.393 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:03:03.393 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:03.515 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T20:03:03.515 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T20:03:03.515 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:03.653 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T20:03:03.653 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T20:03:03.653 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:03:03.653 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:03:03.653 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T20:03:03.653 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T20:03:03.711 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T20:03:03.711 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:03.711 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:03:03.711 INFO:teuthology.orchestra.run.trial159.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:03:03.711 INFO:teuthology.orchestra.run.trial159.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:03:03.711 INFO:teuthology.orchestra.run.trial159.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:03:03.711 INFO:teuthology.orchestra.run.trial159.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T20:03:03.711 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:03.711 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:03:03.763 DEBUG:teuthology.parallel:result is None 2026-02-21T20:03:03.775 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T20:03:03.775 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T20:03:03.775 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T20:03:03.775 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T20:03:03.775 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T20:03:03.775 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T20:03:03.833 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T20:03:03.833 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:03.833 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:03:03.833 INFO:teuthology.orchestra.run.trial134.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T20:03:03.833 INFO:teuthology.orchestra.run.trial134.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T20:03:03.834 INFO:teuthology.orchestra.run.trial134.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T20:03:03.834 INFO:teuthology.orchestra.run.trial134.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T20:03:03.834 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:03.834 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:03:03.889 DEBUG:teuthology.parallel:result is None 2026-02-21T20:03:03.889 INFO:teuthology.run_tasks:Running task install... 2026-02-21T20:03:03.902 DEBUG:teuthology.task.install:project ceph 2026-02-21T20:03:03.902 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'}} 2026-02-21T20:03:03.902 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'} 2026-02-21T20:03:03.902 INFO:teuthology.task.install:Using flavor: default 2026-02-21T20:03:03.905 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-osd', 'ceph-osd-classic', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-osd', 'ceph-osd-classic', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-21T20:03:03.905 INFO:teuthology.task.install:extra packages: [] 2026-02-21T20:03:03.905 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': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'tag': None, 'wait_for_package': False} 2026-02-21T20:03:03.906 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:03:03.907 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': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'tag': None, 'wait_for_package': False} 2026-02-21T20:03:03.907 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:03:04.062 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/ 2026-02-21T20:03:04.062 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:03:04.071 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/ 2026-02-21T20:03:04.071 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5291.g042df16c 2026-02-21T20:03:04.217 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T20:03:04.218 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:03:04.218 DEBUG:teuthology.orchestra.run.trial134:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:03:04.224 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T20:03:04.224 DEBUG:teuthology.orchestra.run.trial159:> set -ex 2026-02-21T20:03:04.224 DEBUG:teuthology.orchestra.run.trial159:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T20:03:04.241 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-osd, ceph-osd-classic, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-21T20:03:04.241 DEBUG:teuthology.orchestra.run.trial134:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T20:03:04.251 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-osd, ceph-osd-classic, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-21T20:03:04.251 DEBUG:teuthology.orchestra.run.trial159:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T20:03:04.306 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:03:04.315 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:03:04.381 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:03:04.389 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:03:04.445 INFO:teuthology.orchestra.run.trial134.stdout:check_obsoletes = 1 2026-02-21T20:03:04.446 DEBUG:teuthology.orchestra.run.trial134:> sudo yum clean all 2026-02-21T20:03:04.451 INFO:teuthology.orchestra.run.trial159.stdout:check_obsoletes = 1 2026-02-21T20:03:04.453 DEBUG:teuthology.orchestra.run.trial159:> sudo yum clean all 2026-02-21T20:03:04.601 INFO:teuthology.orchestra.run.trial134.stdout:41 files removed 2026-02-21T20:03:04.610 INFO:teuthology.orchestra.run.trial159.stdout:41 files removed 2026-02-21T20:03:04.616 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-radosgw 2026-02-21T20:03:04.625 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-radosgw 2026-02-21T20:03:04.892 INFO:teuthology.orchestra.run.trial134.stdout:ceph packages for x86_64 681 kB/s | 91 kB 00:00 2026-02-21T20:03:04.901 INFO:teuthology.orchestra.run.trial159.stdout:ceph packages for x86_64 691 kB/s | 91 kB 00:00 2026-02-21T20:03:05.045 INFO:teuthology.orchestra.run.trial134.stdout:ceph noarch packages 185 kB/s | 24 kB 00:00 2026-02-21T20:03:05.065 INFO:teuthology.orchestra.run.trial159.stdout:ceph noarch packages 172 kB/s | 24 kB 00:00 2026-02-21T20:03:05.175 INFO:teuthology.orchestra.run.trial134.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-21T20:03:05.196 INFO:teuthology.orchestra.run.trial159.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-21T20:03:06.104 INFO:teuthology.orchestra.run.trial159.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-21T20:03:06.350 INFO:teuthology.orchestra.run.trial134.stdout:CentOS Stream 9 - BaseOS 7.7 MB/s | 8.9 MB 00:01 2026-02-21T20:03:07.582 INFO:teuthology.orchestra.run.trial134.stdout:CentOS Stream 9 - AppStream 38 MB/s | 27 MB 00:00 2026-02-21T20:03:10.113 INFO:teuthology.orchestra.run.trial159.stdout:CentOS Stream 9 - AppStream 7.7 MB/s | 27 MB 00:03 2026-02-21T20:03:10.204 INFO:teuthology.orchestra.run.trial134.stdout:CentOS Stream 9 - CRB 30 MB/s | 7.8 MB 00:00 2026-02-21T20:03:11.143 INFO:teuthology.orchestra.run.trial134.stdout:CentOS Stream 9 - Extras packages 91 kB/s | 20 kB 00:00 2026-02-21T20:03:11.513 INFO:teuthology.orchestra.run.trial134.stdout:Extra Packages for Enterprise Linux 66 MB/s | 20 MB 00:00 2026-02-21T20:03:13.510 INFO:teuthology.orchestra.run.trial159.stdout:CentOS Stream 9 - CRB 7.5 MB/s | 7.8 MB 00:01 2026-02-21T20:03:14.669 INFO:teuthology.orchestra.run.trial159.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 20 kB 00:00 2026-02-21T20:03:14.681 INFO:teuthology.orchestra.run.trial134.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T20:03:15.019 INFO:teuthology.orchestra.run.trial159.stdout:Extra Packages for Enterprise Linux 71 MB/s | 20 MB 00:00 2026-02-21T20:03:15.873 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout:Upgrading: 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:03:15.874 INFO:teuthology.orchestra.run.trial134.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout:Installing weak dependencies: 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout:Install 32 Packages 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout:Upgrade 2 Packages 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 67 M 2026-02-21T20:03:15.875 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:03:16.757 INFO:teuthology.orchestra.run.trial134.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 15 MB/s | 5.2 MB 00:00 2026-02-21T20:03:16.795 INFO:teuthology.orchestra.run.trial134.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 670 kB/s | 25 kB 00:00 2026-02-21T20:03:16.851 INFO:teuthology.orchestra.run.trial134.stdout:(3/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 16 MB/s | 908 kB 00:00 2026-02-21T20:03:16.896 INFO:teuthology.orchestra.run.trial134.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 5.4 MB/s | 248 kB 00:00 2026-02-21T20:03:17.297 INFO:teuthology.orchestra.run.trial134.stdout:(5/34): librgw2-20.3.0-5291.g042df16c.el9.x86_6 16 MB/s | 6.5 MB 00:00 2026-02-21T20:03:17.333 INFO:teuthology.orchestra.run.trial134.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 1.2 MB/s | 45 kB 00:00 2026-02-21T20:03:17.368 INFO:teuthology.orchestra.run.trial134.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 5.4 MB/s | 189 kB 00:00 2026-02-21T20:03:17.404 INFO:teuthology.orchestra.run.trial134.stdout:(8/34): python3-cephfs-20.3.0-5291.g042df16c.el 5.5 MB/s | 204 kB 00:00 2026-02-21T20:03:17.446 INFO:teuthology.orchestra.run.trial134.stdout:(9/34): python3-rados-20.3.0-5291.g042df16c.el9 7.6 MB/s | 325 kB 00:00 2026-02-21T20:03:17.507 INFO:teuthology.orchestra.run.trial134.stdout:(10/34): ceph-common-20.3.0-5291.g042df16c.el9. 22 MB/s | 24 MB 00:01 2026-02-21T20:03:17.508 INFO:teuthology.orchestra.run.trial134.stdout:(11/34): python3-rbd-20.3.0-5291.g042df16c.el9. 4.8 MB/s | 306 kB 00:00 2026-02-21T20:03:17.535 INFO:teuthology.orchestra.run.trial134.stdout:(12/34): ceph-radosgw-20.3.0-5291.g042df16c.el9 12 MB/s | 13 MB 00:01 2026-02-21T20:03:17.536 INFO:teuthology.orchestra.run.trial134.stdout:(13/34): python3-rgw-20.3.0-5291.g042df16c.el9. 3.3 MB/s | 100 kB 00:00 2026-02-21T20:03:17.571 INFO:teuthology.orchestra.run.trial134.stdout:(14/34): mailcap-2.1.49-5.el9.noarch.rpm 525 kB/s | 33 kB 00:00 2026-02-21T20:03:17.578 INFO:teuthology.orchestra.run.trial134.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 2.2 MB/s | 93 kB 00:00 2026-02-21T20:03:18.147 INFO:teuthology.orchestra.run.trial134.stdout:(16/34): boost-program-options-1.75.0-13.el9.x8 171 kB/s | 104 kB 00:00 2026-02-21T20:03:18.168 INFO:teuthology.orchestra.run.trial134.stdout:(17/34): libnbd-1.20.3-4.el9.x86_64.rpm 275 kB/s | 164 kB 00:00 2026-02-21T20:03:18.171 INFO:teuthology.orchestra.run.trial159.stdout:lab-extras 2.4 MB/s | 50 kB 00:00 2026-02-21T20:03:18.247 INFO:teuthology.orchestra.run.trial134.stdout:(18/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 453 kB/s | 45 kB 00:00 2026-02-21T20:03:18.333 INFO:teuthology.orchestra.run.trial134.stdout:(19/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 212 kB/s | 160 kB 00:00 2026-02-21T20:03:18.509 INFO:teuthology.orchestra.run.trial134.stdout:(20/34): librdkafka-1.6.1-102.el9.x86_64.rpm 1.9 MB/s | 662 kB 00:00 2026-02-21T20:03:18.610 INFO:teuthology.orchestra.run.trial134.stdout:(21/34): qatlib-service-25.08.0-2.el9.x86_64.rp 366 kB/s | 37 kB 00:00 2026-02-21T20:03:18.668 INFO:teuthology.orchestra.run.trial134.stdout:(22/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 695 kB/s | 292 kB 00:00 2026-02-21T20:03:18.711 INFO:teuthology.orchestra.run.trial134.stdout:(23/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 662 kB/s | 66 kB 00:00 2026-02-21T20:03:18.918 INFO:teuthology.orchestra.run.trial134.stdout:(24/34): qatlib-25.08.0-2.el9.x86_64.rpm 409 kB/s | 240 kB 00:00 2026-02-21T20:03:19.104 INFO:teuthology.orchestra.run.trial134.stdout:(25/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 705 kB/s | 308 kB 00:00 2026-02-21T20:03:19.134 INFO:teuthology.orchestra.run.trial134.stdout:(26/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 114 kB/s | 25 kB 00:00 2026-02-21T20:03:19.204 INFO:teuthology.orchestra.run.trial134.stdout:(27/34): liboath-2.6.12-1.el9.x86_64.rpm 491 kB/s | 49 kB 00:00 2026-02-21T20:03:19.279 INFO:teuthology.orchestra.run.trial134.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 468 kB/s | 67 kB 00:00 2026-02-21T20:03:19.373 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:03:19.374 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:19.374 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:03:19.374 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:19.374 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:03:19.374 INFO:teuthology.orchestra.run.trial159.stdout: ceph-radosgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 13 M 2026-02-21T20:03:19.374 INFO:teuthology.orchestra.run.trial159.stdout:Upgrading: 2026-02-21T20:03:19.374 INFO:teuthology.orchestra.run.trial159.stdout: librados2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 3.5 M 2026-02-21T20:03:19.374 INFO:teuthology.orchestra.run.trial159.stdout: librbd1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.8 M 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: ceph-base x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.2 M 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 24 M 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: ceph-selinux x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: libcephfs2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 908 k 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T20:03:19.375 INFO:teuthology.orchestra.run.trial159.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: libradosstriper1 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 248 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: librgw2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 M 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: python3-ceph-argparse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 45 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: python3-ceph-common x86_64 2:20.3.0-5291.g042df16c.el9 ceph 189 k 2026-02-21T20:03:19.376 INFO:teuthology.orchestra.run.trial159.stdout: python3-cephfs x86_64 2:20.3.0-5291.g042df16c.el9 ceph 204 k 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout: python3-rados x86_64 2:20.3.0-5291.g042df16c.el9 ceph 325 k 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout: python3-rbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 306 k 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout: python3-rgw x86_64 2:20.3.0-5291.g042df16c.el9 ceph 100 k 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout:Installing weak dependencies: 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:03:19.377 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:19.378 INFO:teuthology.orchestra.run.trial159.stdout:Install 32 Packages 2026-02-21T20:03:19.378 INFO:teuthology.orchestra.run.trial159.stdout:Upgrade 2 Packages 2026-02-21T20:03:19.378 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:19.378 INFO:teuthology.orchestra.run.trial134.stdout:(29/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.7 MB/s | 838 kB 00:00 2026-02-21T20:03:19.379 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 67 M 2026-02-21T20:03:19.379 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:03:19.421 INFO:teuthology.orchestra.run.trial134.stdout:(30/34): re2-20211101-20.el9.x86_64.rpm 1.3 MB/s | 191 kB 00:00 2026-02-21T20:03:19.509 INFO:teuthology.orchestra.run.trial134.stdout:(31/34): libarrow-9.0.0-15.el9.x86_64.rpm 5.5 MB/s | 4.4 MB 00:00 2026-02-21T20:03:19.642 INFO:teuthology.orchestra.run.trial134.stdout:(32/34): thrift-0.15.0-4.el9.x86_64.rpm 6.0 MB/s | 1.6 MB 00:00 2026-02-21T20:03:19.649 INFO:teuthology.orchestra.run.trial134.stdout:(33/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 20 MB/s | 2.8 MB 00:00 2026-02-21T20:03:19.970 INFO:teuthology.orchestra.run.trial159.stdout:(1/34): ceph-base-20.3.0-5291.g042df16c.el9.x86 13 MB/s | 5.2 MB 00:00 2026-02-21T20:03:19.995 INFO:teuthology.orchestra.run.trial159.stdout:(2/34): ceph-selinux-20.3.0-5291.g042df16c.el9. 1.0 MB/s | 25 kB 00:00 2026-02-21T20:03:20.144 INFO:teuthology.orchestra.run.trial159.stdout:(3/34): libcephfs2-20.3.0-5291.g042df16c.el9.x8 6.0 MB/s | 908 kB 00:00 2026-02-21T20:03:20.299 INFO:teuthology.orchestra.run.trial159.stdout:(4/34): libradosstriper1-20.3.0-5291.g042df16c. 1.6 MB/s | 248 kB 00:00 2026-02-21T20:03:20.499 INFO:teuthology.orchestra.run.trial159.stdout:(5/34): ceph-radosgw-20.3.0-5291.g042df16c.el9. 14 MB/s | 13 MB 00:00 2026-02-21T20:03:20.598 INFO:teuthology.orchestra.run.trial159.stdout:(6/34): python3-ceph-argparse-20.3.0-5291.g042d 460 kB/s | 45 kB 00:00 2026-02-21T20:03:20.620 INFO:teuthology.orchestra.run.trial159.stdout:(7/34): python3-ceph-common-20.3.0-5291.g042df1 8.2 MB/s | 189 kB 00:00 2026-02-21T20:03:20.644 INFO:teuthology.orchestra.run.trial159.stdout:(8/34): python3-cephfs-20.3.0-5291.g042df16c.el 8.6 MB/s | 204 kB 00:00 2026-02-21T20:03:20.667 INFO:teuthology.orchestra.run.trial159.stdout:(9/34): python3-rados-20.3.0-5291.g042df16c.el9 13 MB/s | 325 kB 00:00 2026-02-21T20:03:20.691 INFO:teuthology.orchestra.run.trial159.stdout:(10/34): python3-rbd-20.3.0-5291.g042df16c.el9. 13 MB/s | 306 kB 00:00 2026-02-21T20:03:20.792 INFO:teuthology.orchestra.run.trial159.stdout:(11/34): python3-rgw-20.3.0-5291.g042df16c.el9. 998 kB/s | 100 kB 00:00 2026-02-21T20:03:20.811 INFO:teuthology.orchestra.run.trial159.stdout:(12/34): mailcap-2.1.49-5.el9.noarch.rpm 1.7 MB/s | 33 kB 00:00 2026-02-21T20:03:20.823 INFO:teuthology.orchestra.run.trial159.stdout:(13/34): pciutils-3.7.0-7.el9.x86_64.rpm 8.0 MB/s | 93 kB 00:00 2026-02-21T20:03:20.975 INFO:teuthology.orchestra.run.trial159.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 685 kB/s | 104 kB 00:00 2026-02-21T20:03:21.031 INFO:teuthology.orchestra.run.trial159.stdout:(15/34): libnbd-1.20.3-4.el9.x86_64.rpm 2.9 MB/s | 164 kB 00:00 2026-02-21T20:03:21.082 INFO:teuthology.orchestra.run.trial159.stdout:(16/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.0 MB/s | 160 kB 00:00 2026-02-21T20:03:21.114 INFO:teuthology.orchestra.run.trial159.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.4 MB/s | 45 kB 00:00 2026-02-21T20:03:21.187 INFO:teuthology.orchestra.run.trial159.stdout:(18/34): librdkafka-1.6.1-102.el9.x86_64.rpm 8.8 MB/s | 662 kB 00:00 2026-02-21T20:03:21.233 INFO:teuthology.orchestra.run.trial159.stdout:(19/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.3 MB/s | 292 kB 00:00 2026-02-21T20:03:21.300 INFO:teuthology.orchestra.run.trial134.stdout:(34/34): librados2-20.3.0-5291.g042df16c.el9.x8 1.9 MB/s | 3.5 MB 00:01 2026-02-21T20:03:21.304 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:21.304 INFO:teuthology.orchestra.run.trial134.stdout:Total 12 MB/s | 67 MB 00:05 2026-02-21T20:03:21.327 INFO:teuthology.orchestra.run.trial159.stdout:(20/34): qatlib-25.08.0-2.el9.x86_64.rpm 2.5 MB/s | 240 kB 00:00 2026-02-21T20:03:21.379 INFO:teuthology.orchestra.run.trial159.stdout:(21/34): qatlib-service-25.08.0-2.el9.x86_64.rp 712 kB/s | 37 kB 00:00 2026-02-21T20:03:21.397 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:03:21.414 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:03:21.414 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:03:21.415 INFO:teuthology.orchestra.run.trial159.stdout:(22/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.9 MB/s | 66 kB 00:00 2026-02-21T20:03:21.476 INFO:teuthology.orchestra.run.trial159.stdout:(23/34): librgw2-20.3.0-5291.g042df16c.el9.x86_ 5.5 MB/s | 6.5 MB 00:01 2026-02-21T20:03:21.484 INFO:teuthology.orchestra.run.trial159.stdout:(24/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.3 MB/s | 308 kB 00:00 2026-02-21T20:03:21.497 INFO:teuthology.orchestra.run.trial159.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.8 MB/s | 25 kB 00:00 2026-02-21T20:03:21.509 INFO:teuthology.orchestra.run.trial159.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 4.2 MB/s | 49 kB 00:00 2026-02-21T20:03:21.522 INFO:teuthology.orchestra.run.trial159.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 4.9 MB/s | 67 kB 00:00 2026-02-21T20:03:21.575 INFO:teuthology.orchestra.run.trial159.stdout:(28/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 15 MB/s | 838 kB 00:00 2026-02-21T20:03:21.594 INFO:teuthology.orchestra.run.trial159.stdout:(29/34): re2-20211101-20.el9.x86_64.rpm 10 MB/s | 191 kB 00:00 2026-02-21T20:03:21.658 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:03:21.658 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:03:21.670 INFO:teuthology.orchestra.run.trial159.stdout:(30/34): thrift-0.15.0-4.el9.x86_64.rpm 21 MB/s | 1.6 MB 00:00 2026-02-21T20:03:21.745 INFO:teuthology.orchestra.run.trial159.stdout:(31/34): libarrow-9.0.0-15.el9.x86_64.rpm 16 MB/s | 4.4 MB 00:00 2026-02-21T20:03:21.965 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:03:22.043 INFO:teuthology.orchestra.run.trial159.stdout:(32/34): librbd1-20.3.0-5291.g042df16c.el9.x86_ 9.5 MB/s | 2.8 MB 00:00 2026-02-21T20:03:22.118 INFO:teuthology.orchestra.run.trial134.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:03:22.122 INFO:teuthology.orchestra.run.trial134.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:03:22.148 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:03:22.187 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:03:22.187 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:03:22.200 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:03:22.209 INFO:teuthology.orchestra.run.trial134.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:03:22.211 INFO:teuthology.orchestra.run.trial134.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:03:22.215 INFO:teuthology.orchestra.run.trial134.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:03:22.219 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:03:22.230 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:03:22.242 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:03:22.242 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:03:22.267 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:03:22.271 INFO:teuthology.orchestra.run.trial134.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:03:22.307 INFO:teuthology.orchestra.run.trial134.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:03:22.310 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:03:22.317 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:03:22.319 INFO:teuthology.orchestra.run.trial134.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:03:22.323 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:03:22.446 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:03:22.447 INFO:teuthology.orchestra.run.trial134.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:03:22.472 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:03:22.475 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:03:22.478 INFO:teuthology.orchestra.run.trial159.stdout:(33/34): librados2-20.3.0-5291.g042df16c.el9.x8 4.3 MB/s | 3.5 MB 00:00 2026-02-21T20:03:22.482 INFO:teuthology.orchestra.run.trial134.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:03:22.764 INFO:teuthology.orchestra.run.trial134.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:03:22.765 INFO:teuthology.orchestra.run.trial134.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:03:22.781 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:03:22.785 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:03:22.791 INFO:teuthology.orchestra.run.trial134.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:03:22.793 INFO:teuthology.orchestra.run.trial134.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:03:22.794 INFO:teuthology.orchestra.run.trial134.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:03:22.812 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:03:22.815 INFO:teuthology.orchestra.run.trial134.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:03:22.849 INFO:teuthology.orchestra.run.trial134.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:03:22.851 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:03:23.136 INFO:teuthology.orchestra.run.trial159.stdout:(34/34): ceph-common-20.3.0-5291.g042df16c.el9. 6.8 MB/s | 24 MB 00:03 2026-02-21T20:03:23.139 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:23.139 INFO:teuthology.orchestra.run.trial159.stdout:Total 18 MB/s | 67 MB 00:03 2026-02-21T20:03:23.230 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:03:23.248 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:03:23.248 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:03:23.493 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:03:23.493 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:03:23.793 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:03:23.940 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:03:23.941 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:03:23.945 INFO:teuthology.orchestra.run.trial159.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-21T20:03:23.949 INFO:teuthology.orchestra.run.trial159.stdout: Upgrading : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:03:23.977 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:03:24.014 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:03:24.015 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:03:24.028 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:03:24.035 INFO:teuthology.orchestra.run.trial159.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-21T20:03:24.038 INFO:teuthology.orchestra.run.trial159.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-21T20:03:24.041 INFO:teuthology.orchestra.run.trial159.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-21T20:03:24.045 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-21T20:03:24.056 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 9/36 2026-02-21T20:03:24.067 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:03:24.068 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:03:24.089 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 11/36 2026-02-21T20:03:24.093 INFO:teuthology.orchestra.run.trial159.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-21T20:03:24.123 INFO:teuthology.orchestra.run.trial159.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-21T20:03:24.128 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-21T20:03:24.135 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-21T20:03:24.137 INFO:teuthology.orchestra.run.trial159.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-21T20:03:24.141 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-21T20:03:24.201 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:03:24.204 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:03:24.244 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:03:24.244 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:03:24.245 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:03:24.245 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:24.249 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:03:24.262 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-21T20:03:24.264 INFO:teuthology.orchestra.run.trial159.stdout: Upgrading : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:03:24.289 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 19/36 2026-02-21T20:03:24.293 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 20/36 2026-02-21T20:03:24.299 INFO:teuthology.orchestra.run.trial159.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-21T20:03:24.581 INFO:teuthology.orchestra.run.trial159.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-21T20:03:24.583 INFO:teuthology.orchestra.run.trial159.stdout: Installing : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:03:24.599 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 23/36 2026-02-21T20:03:24.603 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 24/36 2026-02-21T20:03:24.609 INFO:teuthology.orchestra.run.trial159.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-21T20:03:24.611 INFO:teuthology.orchestra.run.trial159.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-21T20:03:24.612 INFO:teuthology.orchestra.run.trial159.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:03:24.630 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-21T20:03:24.633 INFO:teuthology.orchestra.run.trial159.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-21T20:03:24.668 INFO:teuthology.orchestra.run.trial159.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-21T20:03:24.669 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 30/36 2026-02-21T20:03:25.756 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:03:25.759 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:03:26.020 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 31/36 2026-02-21T20:03:26.023 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:03:26.062 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 32/36 2026-02-21T20:03:26.062 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T20:03:26.062 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T20:03:26.062 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:26.065 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:03:28.789 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:03:28.789 INFO:teuthology.orchestra.run.trial134.stdout:skipping the directory /sys 2026-02-21T20:03:28.790 INFO:teuthology.orchestra.run.trial134.stdout:skipping the directory /proc 2026-02-21T20:03:28.790 INFO:teuthology.orchestra.run.trial134.stdout:skipping the directory /mnt 2026-02-21T20:03:28.790 INFO:teuthology.orchestra.run.trial134.stdout:skipping the directory /var/tmp 2026-02-21T20:03:28.790 INFO:teuthology.orchestra.run.trial134.stdout:skipping the directory /home 2026-02-21T20:03:28.790 INFO:teuthology.orchestra.run.trial134.stdout:skipping the directory /root 2026-02-21T20:03:28.790 INFO:teuthology.orchestra.run.trial134.stdout:skipping the directory /tmp 2026-02-21T20:03:28.790 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:29.362 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:03:29.386 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:03:29.386 INFO:teuthology.orchestra.run.trial134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:03:29.386 INFO:teuthology.orchestra.run.trial134.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:03:29.386 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:03:29.387 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:03:29.387 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:29.388 INFO:teuthology.orchestra.run.trial134.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:03:29.401 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:03:29.401 INFO:teuthology.orchestra.run.trial134.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:03:29.455 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:03:29.456 INFO:teuthology.orchestra.run.trial134.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:03:29.456 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:29.750 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:03:29.751 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:03:29.752 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:03:29.753 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:03:29.810 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:03:29.810 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:29.810 INFO:teuthology.orchestra.run.trial134.stdout:Upgraded: 2026-02-21T20:03:29.810 INFO:teuthology.orchestra.run.trial134.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.810 INFO:teuthology.orchestra.run.trial134.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:03:29.811 INFO:teuthology.orchestra.run.trial134.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.812 INFO:teuthology.orchestra.run.trial134.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:29.813 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:03:29.852 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-test 2026-02-21T20:03:30.163 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:16 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:03:30.247 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:03:30.247 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:03:30.248 INFO:teuthology.orchestra.run.trial134.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:03:30.249 INFO:teuthology.orchestra.run.trial134.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:03:30.249 INFO:teuthology.orchestra.run.trial134.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:03:30.249 INFO:teuthology.orchestra.run.trial134.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:03:30.249 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:30.249 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:03:30.249 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:30.249 INFO:teuthology.orchestra.run.trial134.stdout:Install 10 Packages 2026-02-21T20:03:30.249 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:30.250 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 82 M 2026-02-21T20:03:30.250 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 339 M 2026-02-21T20:03:30.250 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:03:30.557 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:03:30.557 INFO:teuthology.orchestra.run.trial159.stdout:skipping the directory /sys 2026-02-21T20:03:30.558 INFO:teuthology.orchestra.run.trial159.stdout:skipping the directory /proc 2026-02-21T20:03:30.558 INFO:teuthology.orchestra.run.trial159.stdout:skipping the directory /mnt 2026-02-21T20:03:30.558 INFO:teuthology.orchestra.run.trial159.stdout:skipping the directory /var/tmp 2026-02-21T20:03:30.558 INFO:teuthology.orchestra.run.trial159.stdout:skipping the directory /home 2026-02-21T20:03:30.558 INFO:teuthology.orchestra.run.trial159.stdout:skipping the directory /root 2026-02-21T20:03:30.558 INFO:teuthology.orchestra.run.trial159.stdout:skipping the directory /tmp 2026-02-21T20:03:30.558 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:31.012 INFO:teuthology.orchestra.run.trial134.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 27 MB/s | 2.1 MB 00:00 2026-02-21T20:03:31.017 INFO:teuthology.orchestra.run.trial134.stdout:(2/10): libcephsqlite-20.3.0-5291.g042df16c.el9 1.8 MB/s | 159 kB 00:00 2026-02-21T20:03:31.021 INFO:teuthology.orchestra.run.trial134.stdout:(3/10): libatomic-11.5.0-14.el9.x86_64.rpm 2.4 MB/s | 23 kB 00:00 2026-02-21T20:03:31.055 INFO:teuthology.orchestra.run.trial134.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 2.5 MB/s | 94 kB 00:00 2026-02-21T20:03:31.138 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:03:31.162 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 34/36 2026-02-21T20:03:31.162 INFO:teuthology.orchestra.run.trial159.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:03:31.162 INFO:teuthology.orchestra.run.trial159.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T20:03:31.163 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:03:31.163 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T20:03:31.163 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:31.165 INFO:teuthology.orchestra.run.trial159.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:03:31.169 INFO:teuthology.orchestra.run.trial134.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 1.5 MB/s | 233 kB 00:00 2026-02-21T20:03:31.179 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-21T20:03:31.179 INFO:teuthology.orchestra.run.trial159.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:03:31.237 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:03:31.237 INFO:teuthology.orchestra.run.trial159.stdout:Creating group 'qat' with GID 992. 2026-02-21T20:03:31.237 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:31.350 INFO:teuthology.orchestra.run.trial134.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 1.6 MB/s | 303 kB 00:00 2026-02-21T20:03:31.375 INFO:teuthology.orchestra.run.trial134.stdout:(7/10): protobuf-3.14.0-17.el9.x86_64.rpm 3.1 MB/s | 1.0 MB 00:00 2026-02-21T20:03:31.480 INFO:teuthology.orchestra.run.trial134.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 491 kB/s | 64 kB 00:00 2026-02-21T20:03:31.537 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 1/36 2026-02-21T20:03:31.537 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2/36 2026-02-21T20:03:31.537 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 3/36 2026-02-21T20:03:31.537 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 4/36 2026-02-21T20:03:31.537 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 5/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_6 6/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 7/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9. 8/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x8 9/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 10/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 11/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 12/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 13/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-21T20:03:31.538 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-21T20:03:31.539 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-21T20:03:31.540 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-21T20:03:31.540 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-21T20:03:31.540 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-21T20:03:31.540 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : librados2-2:20.3.0-5291.g042df16c.el9.x86_64 33/36 2026-02-21T20:03:31.540 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-21T20:03:31.540 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 35/36 2026-02-21T20:03:31.597 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-21T20:03:31.597 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:31.597 INFO:teuthology.orchestra.run.trial159.stdout:Upgraded: 2026-02-21T20:03:31.597 INFO:teuthology.orchestra.run.trial159.stdout: librados2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.597 INFO:teuthology.orchestra.run.trial159.stdout: librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: ceph-radosgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: ceph-selinux-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.598 INFO:teuthology.orchestra.run.trial159.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: libradosstriper1-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: librgw2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: python3-ceph-argparse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.599 INFO:teuthology.orchestra.run.trial159.stdout: python3-ceph-common-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:31.600 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:03:31.639 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-test 2026-02-21T20:03:31.763 INFO:teuthology.orchestra.run.trial134.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 315 kB/s | 122 kB 00:00 2026-02-21T20:03:31.950 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:13 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:03:32.033 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:03:32.034 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:32.034 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:03:32.034 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:32.034 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:03:32.034 INFO:teuthology.orchestra.run.trial159.stdout: ceph-test x86_64 2:20.3.0-5291.g042df16c.el9 ceph 78 M 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: libcephsqlite x86_64 2:20.3.0-5291.g042df16c.el9 ceph 159 k 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T20:03:32.035 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:32.036 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:03:32.036 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:32.036 INFO:teuthology.orchestra.run.trial159.stdout:Install 10 Packages 2026-02-21T20:03:32.036 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:32.036 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 82 M 2026-02-21T20:03:32.037 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 339 M 2026-02-21T20:03:32.037 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:03:32.392 INFO:teuthology.orchestra.run.trial159.stdout:(1/10): libcephsqlite-20.3.0-5291.g042df16c.el9 1.2 MB/s | 159 kB 00:00 2026-02-21T20:03:32.936 INFO:teuthology.orchestra.run.trial159.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 42 kB/s | 23 kB 00:00 2026-02-21T20:03:33.283 INFO:teuthology.orchestra.run.trial159.stdout:(3/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 2.1 MB/s | 2.1 MB 00:01 2026-02-21T20:03:33.597 INFO:teuthology.orchestra.run.trial159.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 142 kB/s | 94 kB 00:00 2026-02-21T20:03:33.613 INFO:teuthology.orchestra.run.trial159.stdout:[MIRROR] libxslt-1.1.34-12.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/libxslt-1.1.34-12.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:03:33.713 INFO:teuthology.orchestra.run.trial134.stdout:(10/10): ceph-test-20.3.0-5291.g042df16c.el9.x8 28 MB/s | 78 MB 00:02 2026-02-21T20:03:33.714 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:33.714 INFO:teuthology.orchestra.run.trial134.stdout:Total 24 MB/s | 82 MB 00:03 2026-02-21T20:03:33.776 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:03:33.786 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:03:33.787 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:03:33.955 INFO:teuthology.orchestra.run.trial159.stdout:[MIRROR] libxslt-1.1.34-12.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/libxslt-1.1.34-12.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:03:34.067 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:03:34.067 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:03:34.374 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:03:34.382 INFO:teuthology.orchestra.run.trial134.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:03:34.391 INFO:teuthology.orchestra.run.trial134.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:03:34.396 INFO:teuthology.orchestra.run.trial134.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:03:34.401 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:03:34.410 INFO:teuthology.orchestra.run.trial134.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:03:34.410 INFO:teuthology.orchestra.run.trial134.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:03:34.419 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:03:34.427 INFO:teuthology.orchestra.run.trial134.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:03:34.427 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:03:34.744 INFO:teuthology.orchestra.run.trial159.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 159 kB/s | 233 kB 00:01 2026-02-21T20:03:35.547 INFO:teuthology.orchestra.run.trial159.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 378 kB/s | 303 kB 00:00 2026-02-21T20:03:35.631 INFO:teuthology.orchestra.run.trial159.stdout:[MIRROR] xmlstarlet-1.6.1-20.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/xmlstarlet-1.6.1-20.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:03:35.956 INFO:teuthology.orchestra.run.trial159.stdout:[MIRROR] xmlstarlet-1.6.1-20.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/xmlstarlet-1.6.1-20.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-21T20:03:36.348 INFO:teuthology.orchestra.run.trial159.stdout:(7/10): ceph-test-20.3.0-5291.g042df16c.el9.x86 19 MB/s | 78 MB 00:04 2026-02-21T20:03:36.350 INFO:teuthology.orchestra.run.trial159.stdout:(8/10): protobuf-3.14.0-17.el9.x86_64.rpm 374 kB/s | 1.0 MB 00:02 2026-02-21T20:03:36.662 INFO:teuthology.orchestra.run.trial159.stdout:(9/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 57 kB/s | 64 kB 00:01 2026-02-21T20:03:36.755 INFO:teuthology.orchestra.run.trial159.stdout:(10/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 299 kB/s | 122 kB 00:00 2026-02-21T20:03:36.758 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:36.758 INFO:teuthology.orchestra.run.trial159.stdout:Total 17 MB/s | 82 MB 00:04 2026-02-21T20:03:36.823 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:03:36.834 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:03:36.834 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:03:37.119 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:03:37.119 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:03:37.428 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:03:37.436 INFO:teuthology.orchestra.run.trial159.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T20:03:37.445 INFO:teuthology.orchestra.run.trial159.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T20:03:37.450 INFO:teuthology.orchestra.run.trial159.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T20:03:37.454 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T20:03:37.459 INFO:teuthology.orchestra.run.trial159.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T20:03:37.461 INFO:teuthology.orchestra.run.trial159.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T20:03:37.471 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T20:03:37.479 INFO:teuthology.orchestra.run.trial159.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T20:03:37.480 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:03:38.009 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:03:38.028 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:03:38.382 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:03:38.382 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:03:38.382 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:03:38.382 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:03:38.382 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:03:38.383 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:03:38.383 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:03:38.383 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:03:38.383 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:03:38.383 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:03:38.441 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:03:38.441 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:38.441 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:03:38.441 INFO:teuthology.orchestra.run.trial134.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:38.441 INFO:teuthology.orchestra.run.trial134.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:03:38.441 INFO:teuthology.orchestra.run.trial134.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:03:38.442 INFO:teuthology.orchestra.run.trial134.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:38.442 INFO:teuthology.orchestra.run.trial134.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:03:38.442 INFO:teuthology.orchestra.run.trial134.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:03:38.442 INFO:teuthology.orchestra.run.trial134.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:03:38.442 INFO:teuthology.orchestra.run.trial134.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:03:38.442 INFO:teuthology.orchestra.run.trial134.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:03:38.442 INFO:teuthology.orchestra.run.trial134.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:03:38.442 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:38.442 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:03:38.479 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph 2026-02-21T20:03:38.779 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:24 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:03:38.862 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:03:38.863 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:38.863 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:03:38.864 INFO:teuthology.orchestra.run.trial134.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:03:38.865 INFO:teuthology.orchestra.run.trial134.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-collections 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:03:38.866 INFO:teuthology.orchestra.run.trial134.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:03:38.867 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:03:38.868 INFO:teuthology.orchestra.run.trial134.stdout:Install 41 Packages 2026-02-21T20:03:38.868 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:38.868 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 48 M 2026-02-21T20:03:38.869 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 167 M 2026-02-21T20:03:38.869 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:03:39.493 INFO:teuthology.orchestra.run.trial134.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 22 kB/s | 6.5 kB 00:00 2026-02-21T20:03:40.077 INFO:teuthology.orchestra.run.trial134.stdout:(2/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 1.0 MB/s | 936 kB 00:00 2026-02-21T20:03:40.413 INFO:teuthology.orchestra.run.trial134.stdout:(3/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 496 kB/s | 166 kB 00:00 2026-02-21T20:03:40.985 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 9/10 2026-02-21T20:03:41.003 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:03:41.087 INFO:teuthology.orchestra.run.trial134.stdout:(4/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 1.3 MB/s | 2.4 MB 00:01 2026-02-21T20:03:41.356 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 10/10 2026-02-21T20:03:41.356 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 1/10 2026-02-21T20:03:41.356 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2/10 2026-02-21T20:03:41.356 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T20:03:41.356 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T20:03:41.356 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T20:03:41.356 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T20:03:41.356 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T20:03:41.357 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T20:03:41.357 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T20:03:41.412 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T20:03:41.412 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: ceph-test-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: libcephsqlite-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T20:03:41.413 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:41.414 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:03:41.451 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph 2026-02-21T20:03:41.757 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:23 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:03:41.842 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout: ceph x86_64 2:20.3.0-5291.g042df16c.el9 ceph 6.5 k 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mds x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.4 M 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr x86_64 2:20.3.0-5291.g042df16c.el9 ceph 936 k 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 297 k 2026-02-21T20:03:41.844 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mon x86_64 2:20.3.0-5291.g042df16c.el9 ceph 5.0 M 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: ceph-osd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 166 k 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: ceph-osd-classic x86_64 2:20.3.0-5291.g042df16c.el9 ceph 16 M 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: ceph-osd-crimson x86_64 2:20.3.0-5291.g042df16c.el9 ceph 19 M 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T20:03:41.845 INFO:teuthology.orchestra.run.trial159.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-collections 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T20:03:41.846 INFO:teuthology.orchestra.run.trial159.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T20:03:41.847 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:41.848 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:03:41.848 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:03:41.848 INFO:teuthology.orchestra.run.trial159.stdout:Install 41 Packages 2026-02-21T20:03:41.848 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:41.848 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 48 M 2026-02-21T20:03:41.849 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 167 M 2026-02-21T20:03:41.849 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:03:42.654 INFO:teuthology.orchestra.run.trial159.stdout:(1/41): ceph-20.3.0-5291.g042df16c.el9.x86_64.r 29 kB/s | 6.5 kB 00:00 2026-02-21T20:03:43.978 INFO:teuthology.orchestra.run.trial134.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 1.1 MB/s | 5.0 MB 00:04 2026-02-21T20:03:44.238 INFO:teuthology.orchestra.run.trial134.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 1.1 MB/s | 297 kB 00:00 2026-02-21T20:03:44.271 INFO:teuthology.orchestra.run.trial134.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 1.2 MB/s | 40 kB 00:00 2026-02-21T20:03:44.288 INFO:teuthology.orchestra.run.trial134.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 4.2 MB/s | 72 kB 00:00 2026-02-21T20:03:44.309 INFO:teuthology.orchestra.run.trial134.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 12 MB/s | 253 kB 00:00 2026-02-21T20:03:44.350 INFO:teuthology.orchestra.run.trial134.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 31 MB/s | 1.2 MB 00:00 2026-02-21T20:03:44.361 INFO:teuthology.orchestra.run.trial134.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 9.6 MB/s | 106 kB 00:00 2026-02-21T20:03:44.373 INFO:teuthology.orchestra.run.trial134.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 11 MB/s | 135 kB 00:00 2026-02-21T20:03:44.384 INFO:teuthology.orchestra.run.trial134.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 11 MB/s | 126 kB 00:00 2026-02-21T20:03:44.397 INFO:teuthology.orchestra.run.trial134.stdout:(14/41): python3-urllib3-1.26.5-7.el9.noarch.rp 17 MB/s | 218 kB 00:00 2026-02-21T20:03:44.409 INFO:teuthology.orchestra.run.trial134.stdout:(15/41): unzip-6.0-59.el9.x86_64.rpm 14 MB/s | 182 kB 00:00 2026-02-21T20:03:44.421 INFO:teuthology.orchestra.run.trial134.stdout:(16/41): zip-3.0-35.el9.x86_64.rpm 22 MB/s | 266 kB 00:00 2026-02-21T20:03:44.625 INFO:teuthology.orchestra.run.trial159.stdout:(2/41): ceph-mds-20.3.0-5291.g042df16c.el9.x86_ 1.1 MB/s | 2.4 MB 00:02 2026-02-21T20:03:44.808 INFO:teuthology.orchestra.run.trial159.stdout:(3/41): ceph-osd-20.3.0-5291.g042df16c.el9.x86_ 910 kB/s | 166 kB 00:00 2026-02-21T20:03:44.931 INFO:teuthology.orchestra.run.trial134.stdout:(17/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 484 kB/s | 246 kB 00:00 2026-02-21T20:03:45.052 INFO:teuthology.orchestra.run.trial134.stdout:(18/41): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 188 kB 00:00 2026-02-21T20:03:45.154 INFO:teuthology.orchestra.run.trial159.stdout:(4/41): ceph-mgr-20.3.0-5291.g042df16c.el9.x86_ 344 kB/s | 936 kB 00:02 2026-02-21T20:03:45.170 INFO:teuthology.orchestra.run.trial134.stdout:(19/41): python3-libstoragemgmt-1.10.1-1.el9.x8 1.5 MB/s | 177 kB 00:00 2026-02-21T20:03:45.265 INFO:teuthology.orchestra.run.trial134.stdout:(20/41): python3-packaging-20.9-5.el9.noarch.rp 809 kB/s | 77 kB 00:00 2026-02-21T20:03:45.353 INFO:teuthology.orchestra.run.trial134.stdout:(21/41): python3-toml-0.10.2-6.el9.noarch.rpm 474 kB/s | 42 kB 00:00 2026-02-21T20:03:45.365 INFO:teuthology.orchestra.run.trial134.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 1.8 MB/s | 22 kB 00:00 2026-02-21T20:03:45.401 INFO:teuthology.orchestra.run.trial134.stdout:(23/41): luarocks-3.9.2-5.el9.noarch.rpm 4.2 MB/s | 151 kB 00:00 2026-02-21T20:03:45.408 INFO:teuthology.orchestra.run.trial134.stdout:(24/41): python3-autocommand-2.2.2-8.el9.noarch 4.5 MB/s | 29 kB 00:00 2026-02-21T20:03:45.439 INFO:teuthology.orchestra.run.trial134.stdout:(25/41): python3-backports-tarfile-1.2.0-1.el9. 1.9 MB/s | 60 kB 00:00 2026-02-21T20:03:45.472 INFO:teuthology.orchestra.run.trial134.stdout:(26/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.3 MB/s | 43 kB 00:00 2026-02-21T20:03:45.500 INFO:teuthology.orchestra.run.trial134.stdout:(27/41): python3-cheroot-10.0.1-4.el9.noarch.rp 6.0 MB/s | 173 kB 00:00 2026-02-21T20:03:45.529 INFO:teuthology.orchestra.run.trial134.stdout:(28/41): python3-cherrypy-18.6.1-2.el9.noarch.r 12 MB/s | 358 kB 00:00 2026-02-21T20:03:45.547 INFO:teuthology.orchestra.run.trial134.stdout:(29/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 601 kB/s | 11 kB 00:00 2026-02-21T20:03:45.570 INFO:teuthology.orchestra.run.trial134.stdout:(30/41): python3-jaraco-classes-3.2.1-5.el9.noa 795 kB/s | 18 kB 00:00 2026-02-21T20:03:45.595 INFO:teuthology.orchestra.run.trial134.stdout:(31/41): python3-jaraco-collections-3.0.0-8.el9 917 kB/s | 23 kB 00:00 2026-02-21T20:03:45.620 INFO:teuthology.orchestra.run.trial134.stdout:(32/41): python3-jaraco-context-6.0.1-3.el9.noa 801 kB/s | 20 kB 00:00 2026-02-21T20:03:45.625 INFO:teuthology.orchestra.run.trial134.stdout:(33/41): python3-jaraco-functools-3.5.0-2.el9.n 3.3 MB/s | 19 kB 00:00 2026-02-21T20:03:45.653 INFO:teuthology.orchestra.run.trial134.stdout:(34/41): python3-jaraco-text-4.0.0-2.el9.noarch 960 kB/s | 26 kB 00:00 2026-02-21T20:03:45.676 INFO:teuthology.orchestra.run.trial134.stdout:(35/41): python3-more-itertools-8.12.0-2.el9.no 3.3 MB/s | 79 kB 00:00 2026-02-21T20:03:45.696 INFO:teuthology.orchestra.run.trial134.stdout:(36/41): python3-portend-3.1.0-2.el9.noarch.rpm 845 kB/s | 16 kB 00:00 2026-02-21T20:03:45.704 INFO:teuthology.orchestra.run.trial134.stdout:(37/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 11 MB/s | 90 kB 00:00 2026-02-21T20:03:45.728 INFO:teuthology.orchestra.run.trial134.stdout:(38/41): python3-tempora-5.0.0-2.el9.noarch.rpm 1.5 MB/s | 36 kB 00:00 2026-02-21T20:03:45.755 INFO:teuthology.orchestra.run.trial134.stdout:(39/41): python3-zc-lockfile-2.0-10.el9.noarch. 725 kB/s | 20 kB 00:00 2026-02-21T20:03:48.941 INFO:teuthology.orchestra.run.trial159.stdout:(5/41): ceph-mon-20.3.0-5291.g042df16c.el9.x86_ 810 kB/s | 5.0 MB 00:06 2026-02-21T20:03:49.342 INFO:teuthology.orchestra.run.trial159.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5291.g042d 741 kB/s | 297 kB 00:00 2026-02-21T20:03:49.406 INFO:teuthology.orchestra.run.trial159.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 634 kB/s | 40 kB 00:00 2026-02-21T20:03:49.429 INFO:teuthology.orchestra.run.trial159.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 3.1 MB/s | 72 kB 00:00 2026-02-21T20:03:49.474 INFO:teuthology.orchestra.run.trial159.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.5 MB/s | 253 kB 00:00 2026-02-21T20:03:49.550 INFO:teuthology.orchestra.run.trial159.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 16 MB/s | 1.2 MB 00:00 2026-02-21T20:03:49.574 INFO:teuthology.orchestra.run.trial159.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 4.3 MB/s | 106 kB 00:00 2026-02-21T20:03:49.599 INFO:teuthology.orchestra.run.trial159.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 5.4 MB/s | 135 kB 00:00 2026-02-21T20:03:49.623 INFO:teuthology.orchestra.run.trial159.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 5.1 MB/s | 126 kB 00:00 2026-02-21T20:03:49.648 INFO:teuthology.orchestra.run.trial159.stdout:(14/41): python3-urllib3-1.26.5-7.el9.noarch.rp 8.6 MB/s | 218 kB 00:00 2026-02-21T20:03:49.673 INFO:teuthology.orchestra.run.trial159.stdout:(15/41): unzip-6.0-59.el9.x86_64.rpm 7.0 MB/s | 182 kB 00:00 2026-02-21T20:03:49.698 INFO:teuthology.orchestra.run.trial159.stdout:(16/41): zip-3.0-35.el9.x86_64.rpm 11 MB/s | 266 kB 00:00 2026-02-21T20:03:49.725 INFO:teuthology.orchestra.run.trial159.stdout:(17/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 9.2 MB/s | 246 kB 00:00 2026-02-21T20:03:49.755 INFO:teuthology.orchestra.run.trial159.stdout:(18/41): ceph-osd-crimson-20.3.0-5291.g042df16c 4.1 MB/s | 19 MB 00:04 2026-02-21T20:03:49.756 INFO:teuthology.orchestra.run.trial159.stdout:(19/41): lua-5.4.4-4.el9.x86_64.rpm 5.8 MB/s | 188 kB 00:00 2026-02-21T20:03:49.762 INFO:teuthology.orchestra.run.trial159.stdout:(20/41): python3-packaging-20.9-5.el9.noarch.rp 13 MB/s | 77 kB 00:00 2026-02-21T20:03:49.767 INFO:teuthology.orchestra.run.trial159.stdout:(21/41): python3-toml-0.10.2-6.el9.noarch.rpm 8.1 MB/s | 42 kB 00:00 2026-02-21T20:03:49.775 INFO:teuthology.orchestra.run.trial159.stdout:(22/41): python3-libstoragemgmt-1.10.1-1.el9.x8 8.9 MB/s | 177 kB 00:00 2026-02-21T20:03:49.936 INFO:teuthology.orchestra.run.trial159.stdout:(23/41): lua-devel-5.4.4-4.el9.x86_64.rpm 132 kB/s | 22 kB 00:00 2026-02-21T20:03:50.108 INFO:teuthology.orchestra.run.trial159.stdout:(24/41): luarocks-3.9.2-5.el9.noarch.rpm 455 kB/s | 151 kB 00:00 2026-02-21T20:03:50.155 INFO:teuthology.orchestra.run.trial159.stdout:(25/41): python3-autocommand-2.2.2-8.el9.noarch 134 kB/s | 29 kB 00:00 2026-02-21T20:03:50.172 INFO:teuthology.orchestra.run.trial159.stdout:(26/41): python3-backports-tarfile-1.2.0-1.el9. 935 kB/s | 60 kB 00:00 2026-02-21T20:03:50.248 INFO:teuthology.orchestra.run.trial159.stdout:(27/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 470 kB/s | 43 kB 00:00 2026-02-21T20:03:50.261 INFO:teuthology.orchestra.run.trial159.stdout:(28/41): python3-cheroot-10.0.1-4.el9.noarch.rp 1.9 MB/s | 173 kB 00:00 2026-02-21T20:03:50.312 INFO:teuthology.orchestra.run.trial159.stdout:(29/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 208 kB/s | 11 kB 00:00 2026-02-21T20:03:50.365 INFO:teuthology.orchestra.run.trial159.stdout:(30/41): python3-jaraco-classes-3.2.1-5.el9.noa 335 kB/s | 18 kB 00:00 2026-02-21T20:03:50.419 INFO:teuthology.orchestra.run.trial159.stdout:(31/41): python3-jaraco-collections-3.0.0-8.el9 432 kB/s | 23 kB 00:00 2026-02-21T20:03:50.453 INFO:teuthology.orchestra.run.trial159.stdout:(32/41): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2026-02-21T20:03:50.472 INFO:teuthology.orchestra.run.trial159.stdout:(33/41): python3-jaraco-context-6.0.1-3.el9.noa 365 kB/s | 20 kB 00:00 2026-02-21T20:03:50.505 INFO:teuthology.orchestra.run.trial159.stdout:(34/41): python3-jaraco-functools-3.5.0-2.el9.n 376 kB/s | 19 kB 00:00 2026-02-21T20:03:50.527 INFO:teuthology.orchestra.run.trial159.stdout:(35/41): python3-jaraco-text-4.0.0-2.el9.noarch 486 kB/s | 26 kB 00:00 2026-02-21T20:03:50.563 INFO:teuthology.orchestra.run.trial159.stdout:(36/41): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2026-02-21T20:03:50.579 INFO:teuthology.orchestra.run.trial159.stdout:(37/41): python3-portend-3.1.0-2.el9.noarch.rpm 314 kB/s | 16 kB 00:00 2026-02-21T20:03:50.621 INFO:teuthology.orchestra.run.trial159.stdout:(38/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2026-02-21T20:03:50.635 INFO:teuthology.orchestra.run.trial159.stdout:(39/41): python3-tempora-5.0.0-2.el9.noarch.rpm 640 kB/s | 36 kB 00:00 2026-02-21T20:03:50.673 INFO:teuthology.orchestra.run.trial159.stdout:(40/41): python3-zc-lockfile-2.0-10.el9.noarch. 382 kB/s | 20 kB 00:00 2026-02-21T20:03:56.099 INFO:teuthology.orchestra.run.trial134.stdout:(40/41): ceph-osd-classic-20.3.0-5291.g042df16c 1.0 MB/s | 16 MB 00:15 2026-02-21T20:03:56.871 INFO:teuthology.orchestra.run.trial134.stdout:(41/41): ceph-osd-crimson-20.3.0-5291.g042df16c 1.2 MB/s | 19 MB 00:15 2026-02-21T20:03:56.872 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:56.872 INFO:teuthology.orchestra.run.trial134.stdout:Total 2.7 MB/s | 48 MB 00:18 2026-02-21T20:03:57.005 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:03:57.023 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:03:57.023 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:03:57.219 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:03:57.219 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:03:57.453 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:03:57.455 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:03:57.460 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:03:57.465 INFO:teuthology.orchestra.run.trial134.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:03:57.467 INFO:teuthology.orchestra.run.trial134.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:03:57.472 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:03:57.496 INFO:teuthology.orchestra.run.trial134.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:03:57.500 INFO:teuthology.orchestra.run.trial134.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:03:57.506 INFO:teuthology.orchestra.run.trial134.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:03:57.510 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:03:57.516 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:03:57.520 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:03:57.526 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:03:57.531 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:03:57.534 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:03:57.540 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:03:57.543 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:03:57.550 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:03:57.553 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:03:57.563 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:03:57.585 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:03:57.597 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:03:57.604 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:03:57.617 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:03:57.632 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:03:57.706 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:03:57.714 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:03:57.737 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:03:57.765 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:03:57.771 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:03:57.821 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:03:57.865 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:03:57.866 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:03:57.891 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:03:57.891 INFO:teuthology.orchestra.run.trial134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:03:57.891 INFO:teuthology.orchestra.run.trial134.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:03:57.891 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:03:57.891 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:03:57.891 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:57.895 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:03:57.913 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:03:57.913 INFO:teuthology.orchestra.run.trial134.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:03:57.913 INFO:teuthology.orchestra.run.trial134.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:03:57.913 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:57.922 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:03:57.946 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:03:57.946 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:03:57.946 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:58.593 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:03:58.674 INFO:teuthology.orchestra.run.trial159.stdout:(41/41): ceph-osd-classic-20.3.0-5291.g042df16c 1.1 MB/s | 16 MB 00:13 2026-02-21T20:03:58.677 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:03:58.677 INFO:teuthology.orchestra.run.trial159.stdout:Total 2.8 MB/s | 48 MB 00:16 2026-02-21T20:03:58.813 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:03:58.832 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:03:58.832 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:03:59.030 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:03:59.030 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:03:59.267 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:03:59.269 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-21T20:03:59.274 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-21T20:03:59.279 INFO:teuthology.orchestra.run.trial159.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-21T20:03:59.281 INFO:teuthology.orchestra.run.trial159.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-21T20:03:59.286 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-21T20:03:59.310 INFO:teuthology.orchestra.run.trial159.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-21T20:03:59.315 INFO:teuthology.orchestra.run.trial159.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-21T20:03:59.320 INFO:teuthology.orchestra.run.trial159.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-21T20:03:59.324 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-21T20:03:59.330 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-21T20:03:59.334 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-21T20:03:59.340 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-21T20:03:59.345 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-21T20:03:59.349 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-21T20:03:59.354 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-21T20:03:59.358 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-21T20:03:59.364 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-21T20:03:59.368 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-21T20:03:59.377 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-21T20:03:59.381 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:03:59.391 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:03:59.393 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:03:59.400 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-21T20:03:59.413 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-21T20:03:59.417 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:03:59.417 INFO:teuthology.orchestra.run.trial134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:03:59.417 INFO:teuthology.orchestra.run.trial134.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:03:59.417 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:03:59.417 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:03:59.418 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:59.419 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-21T20:03:59.433 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-21T20:03:59.448 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-21T20:03:59.523 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-21T20:03:59.531 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-21T20:03:59.554 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-21T20:03:59.583 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-21T20:03:59.589 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-21T20:03:59.634 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:03:59.640 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-21T20:03:59.657 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:03:59.657 INFO:teuthology.orchestra.run.trial134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:03:59.657 INFO:teuthology.orchestra.run.trial134.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:03:59.657 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:03:59.657 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:03:59.657 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:59.683 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 31/41 2026-02-21T20:03:59.684 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:03:59.707 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 32/41 2026-02-21T20:03:59.707 INFO:teuthology.orchestra.run.trial159.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:03:59.708 INFO:teuthology.orchestra.run.trial159.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T20:03:59.708 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:03:59.708 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T20:03:59.708 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:59.712 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-21T20:03:59.730 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:03:59.730 INFO:teuthology.orchestra.run.trial159.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T20:03:59.730 INFO:teuthology.orchestra.run.trial159.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T20:03:59.730 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:59.737 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:03:59.756 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:03:59.759 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-21T20:03:59.760 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T20:03:59.760 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:03:59.777 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:03:59.777 INFO:teuthology.orchestra.run.trial134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:03:59.777 INFO:teuthology.orchestra.run.trial134.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:03:59.778 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:03:59.778 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:03:59.778 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:03:59.778 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:03:59.785 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:03:59.809 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:04:00.188 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:04:00.188 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:04:00.188 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:04:00.188 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:04:00.188 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:04:00.188 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:04:00.188 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:04:00.188 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:04:00.189 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:04:00.190 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:04:00.191 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:04:00.191 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:04:00.191 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:04:00.191 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:04:00.191 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:04:00.191 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:04:00.191 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:04:00.191 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:04:00.245 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:04:00.245 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:00.245 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:00.245 INFO:teuthology.orchestra.run.trial134.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:04:00.246 INFO:teuthology.orchestra.run.trial134.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:04:00.247 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:04:00.248 INFO:teuthology.orchestra.run.trial134.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:04:00.249 INFO:teuthology.orchestra.run.trial134.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:04:00.249 INFO:teuthology.orchestra.run.trial134.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:04:00.249 INFO:teuthology.orchestra.run.trial134.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:04:00.249 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:00.249 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:00.285 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-base 2026-02-21T20:04:00.406 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-21T20:04:00.592 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:00.656 INFO:teuthology.orchestra.run.trial134.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:00.673 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:00.674 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:00.674 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:00.695 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install cephadm 2026-02-21T20:04:01.001 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:01.082 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:01.083 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:01.083 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:04:01.083 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout:Install 1 Package 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 1.0 M 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 1.0 M 2026-02-21T20:04:01.084 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:01.178 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 36/41 2026-02-21T20:04:01.188 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 37/41 2026-02-21T20:04:01.189 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:04:01.216 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 38/41 2026-02-21T20:04:01.216 INFO:teuthology.orchestra.run.trial159.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:01.216 INFO:teuthology.orchestra.run.trial159.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T20:04:01.216 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:04:01.216 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T20:04:01.216 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:01.433 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:04:01.454 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 39/41 2026-02-21T20:04:01.454 INFO:teuthology.orchestra.run.trial159.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:01.454 INFO:teuthology.orchestra.run.trial159.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T20:04:01.455 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:04:01.455 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T20:04:01.455 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:01.551 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:04:01.572 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 40/41 2026-02-21T20:04:01.572 INFO:teuthology.orchestra.run.trial159.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:01.572 INFO:teuthology.orchestra.run.trial159.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T20:04:01.572 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:04:01.572 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T20:04:01.573 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:01.573 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:04:01.580 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:04:01.604 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 41/41 2026-02-21T20:04:01.895 INFO:teuthology.orchestra.run.trial134.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 1.3 MB/s | 1.0 MB 00:00 2026-02-21T20:04:01.895 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:01.895 INFO:teuthology.orchestra.run.trial134.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2026-02-21T20:04:01.895 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:01.898 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:01.898 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:01.902 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:01.902 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:01.920 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:01.978 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 41/41 2026-02-21T20:04:01.978 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-2:20.3.0-5291.g042df16c.el9.x86_64 1/41 2026-02-21T20:04:01.978 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2/41 2026-02-21T20:04:01.978 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 3/41 2026-02-21T20:04:01.978 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 4/41 2026-02-21T20:04:01.978 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 5/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_6 6/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_6 7/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9. 8/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-21T20:04:01.979 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-21T20:04:01.980 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-21T20:04:01.981 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-21T20:04:01.988 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:02.002 INFO:teuthology.orchestra.run.trial134.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:02.037 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-21T20:04:02.037 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:02.037 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:02.037 INFO:teuthology.orchestra.run.trial159.stdout: ceph-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:02.037 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mds-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-modules-core-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mon-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: ceph-osd-crimson-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T20:04:02.038 INFO:teuthology.orchestra.run.trial159.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T20:04:02.039 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T20:04:02.040 INFO:teuthology.orchestra.run.trial159.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T20:04:02.041 INFO:teuthology.orchestra.run.trial159.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T20:04:02.041 INFO:teuthology.orchestra.run.trial159.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T20:04:02.041 INFO:teuthology.orchestra.run.trial159.stdout: zip-3.0-35.el9.x86_64 2026-02-21T20:04:02.041 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:02.041 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:02.064 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:02.077 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-base 2026-02-21T20:04:02.120 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:02.121 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:02.121 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:02.121 INFO:teuthology.orchestra.run.trial134.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:02.121 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:02.121 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:02.150 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:04:02.398 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:02.459 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:02.461 INFO:teuthology.orchestra.run.trial159.stdout:Package ceph-base-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:02.479 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:02.480 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:02.480 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:02.500 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install cephadm 2026-02-21T20:04:02.540 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:02.541 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:02.541 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repo Size 2026-02-21T20:04:02.541 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:02.542 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:02.542 INFO:teuthology.orchestra.run.trial134.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:04:02.542 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:02.542 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:02.542 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:02.542 INFO:teuthology.orchestra.run.trial134.stdout:Install 1 Package 2026-02-21T20:04:02.542 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:02.542 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 147 k 2026-02-21T20:04:02.543 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 419 k 2026-02-21T20:04:02.543 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:02.808 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:02.889 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:02.890 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:02.890 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:04:02.890 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:02.890 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:02.890 INFO:teuthology.orchestra.run.trial159.stdout: cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 1.0 M 2026-02-21T20:04:02.890 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:02.890 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:02.890 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:02.891 INFO:teuthology.orchestra.run.trial159.stdout:Install 1 Package 2026-02-21T20:04:02.891 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:02.891 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 1.0 M 2026-02-21T20:04:02.891 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 1.0 M 2026-02-21T20:04:02.891 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:02.944 INFO:teuthology.orchestra.run.trial134.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 366 kB/s | 147 kB 00:00 2026-02-21T20:04:02.945 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:02.945 INFO:teuthology.orchestra.run.trial134.stdout:Total 365 kB/s | 147 kB 00:00 2026-02-21T20:04:02.945 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:02.950 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:02.950 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:02.977 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:02.977 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:03.027 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:03.028 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:04:03.051 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:04:03.051 INFO:teuthology.orchestra.run.trial134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:03.051 INFO:teuthology.orchestra.run.trial134.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:04:03.051 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:03.348 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:04:03.348 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:03.348 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:03.348 INFO:teuthology.orchestra.run.trial134.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:03.348 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:03.348 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:03.375 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-mgr 2026-02-21T20:04:03.684 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:03.751 INFO:teuthology.orchestra.run.trial134.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:03.769 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:03.769 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:03.769 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:03.790 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:04:04.091 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:04.174 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:04:04.175 INFO:teuthology.orchestra.run.trial134.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:04.176 INFO:teuthology.orchestra.run.trial134.stdout:Install 13 Packages 2026-02-21T20:04:04.177 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:04.177 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 55 M 2026-02-21T20:04:04.177 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 262 M 2026-02-21T20:04:04.177 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:04.246 INFO:teuthology.orchestra.run.trial159.stdout:cephadm-20.3.0-5291.g042df16c.el9.noarch.rpm 775 kB/s | 1.0 MB 00:01 2026-02-21T20:04:04.246 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:04.246 INFO:teuthology.orchestra.run.trial159.stdout:Total 775 kB/s | 1.0 MB 00:01 2026-02-21T20:04:04.246 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:04.249 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:04.249 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:04.253 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:04.253 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:04.271 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:04.336 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:04.350 INFO:teuthology.orchestra.run.trial159.stdout: Installing : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:04.415 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:04.471 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/1 2026-02-21T20:04:04.471 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:04.471 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:04.472 INFO:teuthology.orchestra.run.trial159.stdout: cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:04.472 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:04.472 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:04.499 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T20:04:04.815 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:04.897 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:04.897 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:04.897 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repo Size 2026-02-21T20:04:04.897 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:04.897 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:04.898 INFO:teuthology.orchestra.run.trial159.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5291.g042df16c.el9 ceph 147 k 2026-02-21T20:04:04.898 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:04.898 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:04.898 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:04.898 INFO:teuthology.orchestra.run.trial159.stdout:Install 1 Package 2026-02-21T20:04:04.898 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:04.898 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 147 k 2026-02-21T20:04:04.898 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 419 k 2026-02-21T20:04:04.898 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:05.078 INFO:teuthology.orchestra.run.trial134.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 53 kB/s | 17 kB 00:00 2026-02-21T20:04:05.146 INFO:teuthology.orchestra.run.trial134.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 144 kB/s | 57 kB 00:00 2026-02-21T20:04:05.164 INFO:teuthology.orchestra.run.trial134.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 552 kB/s | 48 kB 00:00 2026-02-21T20:04:05.260 INFO:teuthology.orchestra.run.trial134.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 2.3 MB/s | 267 kB 00:00 2026-02-21T20:04:05.389 INFO:teuthology.orchestra.run.trial134.stdout:(5/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 4.2 MB/s | 551 kB 00:00 2026-02-21T20:04:05.422 INFO:teuthology.orchestra.run.trial134.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 597 kB/s | 19 kB 00:00 2026-02-21T20:04:05.506 INFO:teuthology.orchestra.run.trial134.stdout:(7/13): python3-grpcio-1.46.7-10.el9.x86_64.rpm 24 MB/s | 2.0 MB 00:00 2026-02-21T20:04:05.540 INFO:teuthology.orchestra.run.trial134.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.1 MB/s | 144 kB 00:00 2026-02-21T20:04:05.572 INFO:teuthology.orchestra.run.trial134.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 963 kB/s | 31 kB 00:00 2026-02-21T20:04:05.622 INFO:teuthology.orchestra.run.trial134.stdout:(10/13): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2026-02-21T20:04:05.653 INFO:teuthology.orchestra.run.trial134.stdout:(11/13): python3-xmltodict-0.12.0-15.el9.noarch 715 kB/s | 22 kB 00:00 2026-02-21T20:04:05.720 INFO:teuthology.orchestra.run.trial159.stdout:ceph-immutable-object-cache-20.3.0-5291.g042df1 179 kB/s | 147 kB 00:00 2026-02-21T20:04:05.720 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:05.720 INFO:teuthology.orchestra.run.trial159.stdout:Total 179 kB/s | 147 kB 00:00 2026-02-21T20:04:05.721 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:05.725 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:05.725 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:05.752 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:05.753 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:05.802 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:05.804 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:04:05.827 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:04:05.827 INFO:teuthology.orchestra.run.trial159.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:05.827 INFO:teuthology.orchestra.run.trial159.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T20:04:05.827 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:06.138 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5291.g042df16c. 1/1 2026-02-21T20:04:06.138 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:06.138 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:06.138 INFO:teuthology.orchestra.run.trial159.stdout: ceph-immutable-object-cache-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:06.138 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:06.138 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:06.167 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-mgr 2026-02-21T20:04:06.480 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:06.543 INFO:teuthology.orchestra.run.trial159.stdout:Package ceph-mgr-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:06.561 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:06.561 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:06.561 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:06.582 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T20:04:06.728 INFO:teuthology.orchestra.run.trial134.stdout:(12/13): protobuf-compiler-3.14.0-17.el9.x86_64 551 kB/s | 862 kB 00:01 2026-02-21T20:04:06.889 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:06.972 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:06.973 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:06.973 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:04:06.973 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:06.973 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:06.973 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 51 M 2026-02-21T20:04:06.973 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:04:06.973 INFO:teuthology.orchestra.run.trial159.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T20:04:06.973 INFO:teuthology.orchestra.run.trial159.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 57 k 2026-02-21T20:04:06.973 INFO:teuthology.orchestra.run.trial159.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 17 k 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:06.974 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:06.975 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:06.975 INFO:teuthology.orchestra.run.trial159.stdout:Install 13 Packages 2026-02-21T20:04:06.975 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:06.975 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 55 M 2026-02-21T20:04:06.976 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 262 M 2026-02-21T20:04:06.976 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:07.848 INFO:teuthology.orchestra.run.trial159.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5291.g042 49 kB/s | 17 kB 00:00 2026-02-21T20:04:07.953 INFO:teuthology.orchestra.run.trial159.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5291.g04 124 kB/s | 57 kB 00:00 2026-02-21T20:04:08.335 INFO:teuthology.orchestra.run.trial159.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 98 kB/s | 48 kB 00:00 2026-02-21T20:04:08.469 INFO:teuthology.orchestra.run.trial159.stdout:(4/13): protobuf-compiler-3.14.0-17.el9.x86_64. 6.3 MB/s | 862 kB 00:00 2026-02-21T20:04:08.671 INFO:teuthology.orchestra.run.trial159.stdout:(5/13): python3-protobuf-3.14.0-17.el9.noarch.r 373 kB/s | 267 kB 00:00 2026-02-21T20:04:08.921 INFO:teuthology.orchestra.run.trial159.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2026-02-21T20:04:08.976 INFO:teuthology.orchestra.run.trial159.stdout:(7/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.1 MB/s | 551 kB 00:00 2026-02-21T20:04:09.051 INFO:teuthology.orchestra.run.trial159.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2026-02-21T20:04:09.128 INFO:teuthology.orchestra.run.trial159.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 398 kB/s | 31 kB 00:00 2026-02-21T20:04:09.208 INFO:teuthology.orchestra.run.trial159.stdout:(10/13): python3-routes-2.5.1-5.el9.noarch.rpm 2.3 MB/s | 188 kB 00:00 2026-02-21T20:04:09.278 INFO:teuthology.orchestra.run.trial159.stdout:(11/13): python3-xmltodict-0.12.0-15.el9.noarch 319 kB/s | 22 kB 00:00 2026-02-21T20:04:09.368 INFO:teuthology.orchestra.run.trial159.stdout:(12/13): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.6 MB/s | 2.0 MB 00:00 2026-02-21T20:04:16.152 INFO:teuthology.orchestra.run.trial134.stdout:(13/13): ceph-mgr-dashboard-20.3.0-5291.g042df1 4.4 MB/s | 51 MB 00:11 2026-02-21T20:04:16.154 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:16.154 INFO:teuthology.orchestra.run.trial134.stdout:Total 4.6 MB/s | 55 MB 00:11 2026-02-21T20:04:16.179 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:16.189 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:16.189 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:16.401 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:16.401 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:16.630 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:16.635 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:04:16.646 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:04:16.648 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:04:16.675 INFO:teuthology.orchestra.run.trial134.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:04:16.719 INFO:teuthology.orchestra.run.trial134.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:04:16.729 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:04:16.757 INFO:teuthology.orchestra.run.trial134.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:04:16.767 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:04:16.774 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:04:16.777 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:04:16.786 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:04:19.703 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:04:19.710 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:04:19.995 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:04:19.996 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:04:20.051 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:04:20.051 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:20.051 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:20.051 INFO:teuthology.orchestra.run.trial134.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:04:20.052 INFO:teuthology.orchestra.run.trial134.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:04:20.053 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:20.053 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:20.088 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:04:20.390 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:06 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:20.473 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:20.474 INFO:teuthology.orchestra.run.trial134.stdout:======================================================================================= 2026-02-21T20:04:20.474 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:04:20.474 INFO:teuthology.orchestra.run.trial134.stdout:======================================================================================= 2026-02-21T20:04:20.474 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:20.474 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:04:20.475 INFO:teuthology.orchestra.run.trial134.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:04:20.476 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:20.476 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:20.476 INFO:teuthology.orchestra.run.trial134.stdout:======================================================================================= 2026-02-21T20:04:20.476 INFO:teuthology.orchestra.run.trial134.stdout:Install 12 Packages 2026-02-21T20:04:20.476 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:20.476 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 43 M 2026-02-21T20:04:20.476 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 234 M 2026-02-21T20:04:20.476 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:20.968 INFO:teuthology.orchestra.run.trial134.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 1.2 MB/s | 184 kB 00:00 2026-02-21T20:04:21.020 INFO:teuthology.orchestra.run.trial134.stdout:(2/12): libgfortran-11.5.0-14.el9.x86_64.rpm 3.9 MB/s | 794 kB 00:00 2026-02-21T20:04:21.129 INFO:teuthology.orchestra.run.trial134.stdout:(3/12): flexiblas-3.0.4-9.el9.x86_64.rpm 185 kB/s | 30 kB 00:00 2026-02-21T20:04:21.192 INFO:teuthology.orchestra.run.trial134.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 235 kB/s | 15 kB 00:00 2026-02-21T20:04:21.246 INFO:teuthology.orchestra.run.trial134.stdout:(5/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2026-02-21T20:04:21.272 INFO:teuthology.orchestra.run.trial134.stdout:(6/12): openblas-0.3.29-1.el9.x86_64.rpm 529 kB/s | 42 kB 00:00 2026-02-21T20:04:21.350 INFO:teuthology.orchestra.run.trial134.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 3.1 MB/s | 244 kB 00:00 2026-02-21T20:04:21.562 INFO:teuthology.orchestra.run.trial134.stdout:(8/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 17 MB/s | 5.3 MB 00:00 2026-02-21T20:04:21.661 INFO:teuthology.orchestra.run.trial134.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 4.4 MB/s | 442 kB 00:00 2026-02-21T20:04:21.701 INFO:teuthology.orchestra.run.trial134.stdout:(10/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 17 MB/s | 6.1 MB 00:00 2026-02-21T20:04:22.198 INFO:teuthology.orchestra.run.trial134.stdout:(11/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 36 MB/s | 19 MB 00:00 2026-02-21T20:04:23.464 INFO:teuthology.orchestra.run.trial159.stdout:(13/13): ceph-mgr-dashboard-20.3.0-5291.g042df1 3.2 MB/s | 51 MB 00:15 2026-02-21T20:04:23.467 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:23.467 INFO:teuthology.orchestra.run.trial159.stdout:Total 3.3 MB/s | 55 MB 00:16 2026-02-21T20:04:23.494 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:23.504 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:23.504 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:23.718 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:23.718 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:23.807 INFO:teuthology.orchestra.run.trial134.stdout:(12/12): ceph-mgr-diskprediction-local-20.3.0-5 2.5 MB/s | 7.4 MB 00:02 2026-02-21T20:04:23.808 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:23.808 INFO:teuthology.orchestra.run.trial134.stdout:Total 13 MB/s | 43 MB 00:03 2026-02-21T20:04:23.947 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:23.953 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-21T20:04:23.964 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-21T20:04:23.966 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-21T20:04:23.968 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:23.981 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:23.981 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:23.993 INFO:teuthology.orchestra.run.trial159.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-21T20:04:24.036 INFO:teuthology.orchestra.run.trial159.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-21T20:04:24.045 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-21T20:04:24.073 INFO:teuthology.orchestra.run.trial159.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-21T20:04:24.083 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-21T20:04:24.090 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:04:24.093 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-21T20:04:24.102 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 11/13 2026-02-21T20:04:24.184 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:24.184 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:24.402 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:24.405 INFO:teuthology.orchestra.run.trial134.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:04:24.411 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:04:24.445 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:04:24.449 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:04:24.509 INFO:teuthology.orchestra.run.trial134.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:04:24.511 INFO:teuthology.orchestra.run.trial134.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:04:24.532 INFO:teuthology.orchestra.run.trial134.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:04:24.852 INFO:teuthology.orchestra.run.trial134.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:04:24.924 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:04:25.587 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:04:26.044 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:04:26.045 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:04:26.326 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:04:26.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:04:26.386 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:04:26.386 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:26.386 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:26.386 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:26.386 INFO:teuthology.orchestra.run.trial134.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:04:26.386 INFO:teuthology.orchestra.run.trial134.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:04:26.386 INFO:teuthology.orchestra.run.trial134.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:04:26.386 INFO:teuthology.orchestra.run.trial134.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:04:26.386 INFO:teuthology.orchestra.run.trial134.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:04:26.387 INFO:teuthology.orchestra.run.trial134.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:04:26.387 INFO:teuthology.orchestra.run.trial134.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:04:26.387 INFO:teuthology.orchestra.run.trial134.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:04:26.387 INFO:teuthology.orchestra.run.trial134.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:04:26.387 INFO:teuthology.orchestra.run.trial134.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:04:26.387 INFO:teuthology.orchestra.run.trial134.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:04:26.387 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:26.387 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:26.426 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:04:26.733 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:12 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:26.816 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:04:26.817 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:26.818 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:26.818 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:26.818 INFO:teuthology.orchestra.run.trial134.stdout:Install 10 Packages 2026-02-21T20:04:26.818 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:26.818 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 2.0 M 2026-02-21T20:04:26.818 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 25 M 2026-02-21T20:04:26.818 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:26.981 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 12/13 2026-02-21T20:04:26.988 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:04:27.267 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 13/13 2026-02-21T20:04:27.267 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el 1/13 2026-02-21T20:04:27.267 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noa 2/13 2026-02-21T20:04:27.267 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9 3/13 2026-02-21T20:04:27.267 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-21T20:04:27.267 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-21T20:04:27.267 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-21T20:04:27.268 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-21T20:04:27.268 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-21T20:04:27.268 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-21T20:04:27.268 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-21T20:04:27.268 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-21T20:04:27.268 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-21T20:04:27.323 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-21T20:04:27.323 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:27.323 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:27.323 INFO:teuthology.orchestra.run.trial159.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: ceph-grafana-dashboards-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-dashboard-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: ceph-prometheus-alerts-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T20:04:27.324 INFO:teuthology.orchestra.run.trial159.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T20:04:27.325 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:27.325 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:27.362 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T20:04:27.373 INFO:teuthology.orchestra.run.trial134.stdout:(1/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 138 kB/s | 50 kB 00:00 2026-02-21T20:04:27.562 INFO:teuthology.orchestra.run.trial134.stdout:(2/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 287 kB/s | 159 kB 00:00 2026-02-21T20:04:27.594 INFO:teuthology.orchestra.run.trial134.stdout:(3/10): python3-cachetools-4.2.4-1.el9.noarch.r 997 kB/s | 32 kB 00:00 2026-02-21T20:04:27.599 INFO:teuthology.orchestra.run.trial134.stdout:(4/10): python3-certifi-2023.05.07-4.el9.noarch 3.1 MB/s | 14 kB 00:00 2026-02-21T20:04:27.610 INFO:teuthology.orchestra.run.trial134.stdout:(5/10): python3-requests-oauthlib-1.3.0-12.el9. 226 kB/s | 54 kB 00:00 2026-02-21T20:04:27.651 INFO:teuthology.orchestra.run.trial134.stdout:(6/10): python3-kubernetes-26.1.0-3.el9.noarch. 25 MB/s | 1.0 MB 00:00 2026-02-21T20:04:27.651 INFO:teuthology.orchestra.run.trial134.stdout:(7/10): python3-google-auth-2.45.0-1.el9.noarch 4.8 MB/s | 254 kB 00:00 2026-02-21T20:04:27.664 INFO:teuthology.orchestra.run.trial134.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 7.1 MB/s | 90 kB 00:00 2026-02-21T20:04:27.665 INFO:teuthology.orchestra.run.trial134.stdout:(9/10): python3-pyasn1-modules-0.4.8-6.el9.noar 425 kB/s | 279 kB 00:00 2026-02-21T20:04:27.667 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:09 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:27.668 INFO:teuthology.orchestra.run.trial134.stdout:(10/10): python3-rsa-4.9-2.el9.noarch.rpm 3.4 MB/s | 59 kB 00:00 2026-02-21T20:04:27.670 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:27.670 INFO:teuthology.orchestra.run.trial134.stdout:Total 2.3 MB/s | 2.0 MB 00:00 2026-02-21T20:04:27.697 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:27.705 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:27.705 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:27.744 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:27.744 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:27.750 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:27.750 INFO:teuthology.orchestra.run.trial159.stdout:======================================================================================= 2026-02-21T20:04:27.750 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout:======================================================================================= 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 7.4 M 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T20:04:27.751 INFO:teuthology.orchestra.run.trial159.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T20:04:27.752 INFO:teuthology.orchestra.run.trial159.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T20:04:27.752 INFO:teuthology.orchestra.run.trial159.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T20:04:27.752 INFO:teuthology.orchestra.run.trial159.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T20:04:27.752 INFO:teuthology.orchestra.run.trial159.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T20:04:27.752 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:27.752 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:27.752 INFO:teuthology.orchestra.run.trial159.stdout:======================================================================================= 2026-02-21T20:04:27.752 INFO:teuthology.orchestra.run.trial159.stdout:Install 12 Packages 2026-02-21T20:04:27.752 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:27.753 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 43 M 2026-02-21T20:04:27.753 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 234 M 2026-02-21T20:04:27.753 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:27.817 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:27.867 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:04:27.879 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:04:27.893 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:04:27.898 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:04:27.905 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:04:27.944 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:04:27.956 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:04:28.267 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:04:28.282 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:04:28.283 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:04:28.390 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:04:28.390 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:04:28.390 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:04:28.390 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:04:28.390 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:04:28.390 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:04:28.390 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:04:28.390 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:04:28.390 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:04:28.391 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:04:28.446 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:04:28.446 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:04:28.447 INFO:teuthology.orchestra.run.trial134.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:04:28.448 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:28.448 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:28.478 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:04:28.787 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:14 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:28.861 INFO:teuthology.orchestra.run.trial159.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 272 kB/s | 184 kB 00:00 2026-02-21T20:04:28.870 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:28.870 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:04:28.871 INFO:teuthology.orchestra.run.trial134.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:04:28.872 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:28.872 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:28.872 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:28.872 INFO:teuthology.orchestra.run.trial134.stdout:Install 7 Packages 2026-02-21T20:04:28.872 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:28.873 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 7.1 M 2026-02-21T20:04:28.873 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 34 M 2026-02-21T20:04:28.873 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:29.289 INFO:teuthology.orchestra.run.trial134.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 675 kB/s | 187 kB 00:00 2026-02-21T20:04:29.419 INFO:teuthology.orchestra.run.trial159.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 53 kB/s | 30 kB 00:00 2026-02-21T20:04:29.551 INFO:teuthology.orchestra.run.trial159.stdout:(3/12): libgfortran-11.5.0-14.el9.x86_64.rpm 581 kB/s | 794 kB 00:01 2026-02-21T20:04:29.652 INFO:teuthology.orchestra.run.trial134.stdout:(2/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 388 kB/s | 249 kB 00:00 2026-02-21T20:04:29.688 INFO:teuthology.orchestra.run.trial134.stdout:(3/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 15 MB/s | 548 kB 00:00 2026-02-21T20:04:29.690 INFO:teuthology.orchestra.run.trial134.stdout:(4/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 87 kB/s | 35 kB 00:00 2026-02-21T20:04:29.691 INFO:teuthology.orchestra.run.trial134.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 18 MB/s | 58 kB 00:00 2026-02-21T20:04:29.710 INFO:teuthology.orchestra.run.trial134.stdout:(6/7): python3-typing-extensions-4.15.0-1.el9.n 4.3 MB/s | 86 kB 00:00 2026-02-21T20:04:30.033 INFO:teuthology.orchestra.run.trial159.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 31 kB/s | 15 kB 00:00 2026-02-21T20:04:30.461 INFO:teuthology.orchestra.run.trial159.stdout:(5/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 2.9 MB/s | 3.0 MB 00:01 2026-02-21T20:04:30.614 INFO:teuthology.orchestra.run.trial159.stdout:(6/12): openblas-0.3.29-1.el9.x86_64.rpm 72 kB/s | 42 kB 00:00 2026-02-21T20:04:31.383 INFO:teuthology.orchestra.run.trial159.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 318 kB/s | 244 kB 00:00 2026-02-21T20:04:31.576 INFO:teuthology.orchestra.run.trial159.stdout:(8/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 4.7 MB/s | 5.3 MB 00:01 2026-02-21T20:04:32.404 INFO:teuthology.orchestra.run.trial159.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 534 kB/s | 442 kB 00:00 2026-02-21T20:04:32.506 INFO:teuthology.orchestra.run.trial159.stdout:(10/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 5.5 MB/s | 6.1 MB 00:01 2026-02-21T20:04:32.956 INFO:teuthology.orchestra.run.trial159.stdout:(11/12): ceph-mgr-diskprediction-local-20.3.0-5 1.5 MB/s | 7.4 MB 00:04 2026-02-21T20:04:33.825 INFO:teuthology.orchestra.run.trial159.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 14 MB/s | 19 MB 00:01 2026-02-21T20:04:33.828 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:33.828 INFO:teuthology.orchestra.run.trial159.stdout:Total 7.0 MB/s | 43 MB 00:06 2026-02-21T20:04:33.983 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:33.997 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:33.997 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:34.201 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:34.201 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:34.418 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:34.420 INFO:teuthology.orchestra.run.trial159.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-21T20:04:34.427 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:04:34.460 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:04:34.465 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-21T20:04:34.525 INFO:teuthology.orchestra.run.trial159.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-21T20:04:34.528 INFO:teuthology.orchestra.run.trial159.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-21T20:04:34.549 INFO:teuthology.orchestra.run.trial159.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-21T20:04:34.873 INFO:teuthology.orchestra.run.trial159.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-21T20:04:34.945 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-21T20:04:35.616 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:04:36.069 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-21T20:04:36.070 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:04:36.198 INFO:teuthology.orchestra.run.trial134.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 850 kB/s | 6.0 MB 00:07 2026-02-21T20:04:36.201 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:36.201 INFO:teuthology.orchestra.run.trial134.stdout:Total 992 kB/s | 7.1 MB 00:07 2026-02-21T20:04:36.240 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:36.247 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:36.247 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:36.320 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:36.320 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:36.370 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 12/12 2026-02-21T20:04:36.370 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df 1/12 2026-02-21T20:04:36.370 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-21T20:04:36.370 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-21T20:04:36.370 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-21T20:04:36.370 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-21T20:04:36.370 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-21T20:04:36.370 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-21T20:04:36.371 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-21T20:04:36.371 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-21T20:04:36.371 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-21T20:04:36.371 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-21T20:04:36.410 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:36.429 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-21T20:04:36.429 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:36.429 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:36.429 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:36.429 INFO:teuthology.orchestra.run.trial159.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T20:04:36.430 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:36.431 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:36.458 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:04:36.468 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-mgr-rook 2026-02-21T20:04:36.469 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:04:36.474 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:04:36.690 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:04:36.712 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:04:36.737 INFO:teuthology.orchestra.run.trial134.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:04:36.738 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:04:36.777 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:18 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:36.845 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:04:36.846 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:04:36.846 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:04:36.846 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:04:36.846 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:04:36.846 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:04:36.846 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:04:36.859 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:36.860 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:36.860 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:04:36.860 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:36.860 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-rook noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 50 k 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T20:04:36.861 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:36.862 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:36.862 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:36.862 INFO:teuthology.orchestra.run.trial159.stdout:Install 10 Packages 2026-02-21T20:04:36.862 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:36.863 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 2.0 M 2026-02-21T20:04:36.863 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 25 M 2026-02-21T20:04:36.863 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:36.902 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:04:36.902 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:36.903 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:36.933 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-osd 2026-02-21T20:04:37.174 INFO:teuthology.orchestra.run.trial159.stdout:(1/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2026-02-21T20:04:37.199 INFO:teuthology.orchestra.run.trial159.stdout:(2/10): python3-pyasn1-modules-0.4.8-6.el9.noar 1.7 MB/s | 279 kB 00:00 2026-02-21T20:04:37.241 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:37.275 INFO:teuthology.orchestra.run.trial159.stdout:(3/10): python3-requests-oauthlib-1.3.0-12.el9. 535 kB/s | 54 kB 00:00 2026-02-21T20:04:37.297 INFO:teuthology.orchestra.run.trial159.stdout:(4/10): python3-cachetools-4.2.4-1.el9.noarch.r 331 kB/s | 32 kB 00:00 2026-02-21T20:04:37.305 INFO:teuthology.orchestra.run.trial134.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:37.324 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:37.324 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:37.325 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:37.345 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-osd-classic 2026-02-21T20:04:37.355 INFO:teuthology.orchestra.run.trial159.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 176 kB/s | 14 kB 00:00 2026-02-21T20:04:37.356 INFO:teuthology.orchestra.run.trial159.stdout:(6/10): ceph-mgr-rook-20.3.0-5291.g042df16c.el9 158 kB/s | 50 kB 00:00 2026-02-21T20:04:37.375 INFO:teuthology.orchestra.run.trial159.stdout:(7/10): python3-google-auth-2.45.0-1.el9.noarch 3.2 MB/s | 254 kB 00:00 2026-02-21T20:04:37.398 INFO:teuthology.orchestra.run.trial159.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 3.8 MB/s | 90 kB 00:00 2026-02-21T20:04:37.465 INFO:teuthology.orchestra.run.trial159.stdout:(9/10): python3-rsa-4.9-2.el9.noarch.rpm 541 kB/s | 59 kB 00:00 2026-02-21T20:04:37.477 INFO:teuthology.orchestra.run.trial159.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 8.4 MB/s | 1.0 MB 00:00 2026-02-21T20:04:37.478 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:37.478 INFO:teuthology.orchestra.run.trial159.stdout:Total 3.2 MB/s | 2.0 MB 00:00 2026-02-21T20:04:37.502 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:37.511 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:37.512 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:37.551 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:37.552 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:37.627 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:37.654 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:37.677 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-21T20:04:37.689 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-21T20:04:37.704 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-21T20:04:37.709 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-21T20:04:37.716 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-21T20:04:37.719 INFO:teuthology.orchestra.run.trial134.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:37.737 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:37.737 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:37.738 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:37.755 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-21T20:04:37.757 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-fuse 2026-02-21T20:04:37.767 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:04:38.060 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:24 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:38.084 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-21T20:04:38.099 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-21T20:04:38.100 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:04:38.143 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repo Size 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout:Install 1 Package 2026-02-21T20:04:38.144 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:38.145 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 988 k 2026-02-21T20:04:38.145 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 2.9 M 2026-02-21T20:04:38.145 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:38.213 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 10/10 2026-02-21T20:04:38.213 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 1/10 2026-02-21T20:04:38.213 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-21T20:04:38.214 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-21T20:04:38.214 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-21T20:04:38.214 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-21T20:04:38.214 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-21T20:04:38.214 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-21T20:04:38.214 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-21T20:04:38.214 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-21T20:04:38.271 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-21T20:04:38.271 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:38.271 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:38.271 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-rook-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:38.271 INFO:teuthology.orchestra.run.trial159.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T20:04:38.271 INFO:teuthology.orchestra.run.trial159.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T20:04:38.271 INFO:teuthology.orchestra.run.trial159.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T20:04:38.271 INFO:teuthology.orchestra.run.trial159.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T20:04:38.271 INFO:teuthology.orchestra.run.trial159.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T20:04:38.272 INFO:teuthology.orchestra.run.trial159.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T20:04:38.272 INFO:teuthology.orchestra.run.trial159.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T20:04:38.272 INFO:teuthology.orchestra.run.trial159.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T20:04:38.272 INFO:teuthology.orchestra.run.trial159.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T20:04:38.272 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:38.272 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:38.303 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T20:04:38.610 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:20 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:38.693 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:38.694 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:38.694 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:04:38.694 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:38.694 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:38.694 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 187 k 2026-02-21T20:04:38.694 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout:Install 7 Packages 2026-02-21T20:04:38.695 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:38.696 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 7.1 M 2026-02-21T20:04:38.696 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 34 M 2026-02-21T20:04:38.696 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:39.378 INFO:teuthology.orchestra.run.trial134.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 800 kB/s | 988 kB 00:01 2026-02-21T20:04:39.379 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:39.379 INFO:teuthology.orchestra.run.trial134.stdout:Total 800 kB/s | 988 kB 00:01 2026-02-21T20:04:39.379 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:39.384 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:39.384 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:39.418 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:39.418 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:39.509 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:39.526 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:39.674 INFO:teuthology.orchestra.run.trial159.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5291.g042df16c.e 393 kB/s | 187 kB 00:00 2026-02-21T20:04:39.696 INFO:teuthology.orchestra.run.trial159.stdout:(2/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 499 kB/s | 249 kB 00:00 2026-02-21T20:04:39.732 INFO:teuthology.orchestra.run.trial159.stdout:(3/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 15 MB/s | 548 kB 00:00 2026-02-21T20:04:39.736 INFO:teuthology.orchestra.run.trial159.stdout:(4/7): python3-natsort-7.1.1-5.el9.noarch.rpm 16 MB/s | 58 kB 00:00 2026-02-21T20:04:39.739 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:39.740 INFO:teuthology.orchestra.run.trial159.stdout:(5/7): python3-typing-extensions-4.15.0-1.el9.n 23 MB/s | 86 kB 00:00 2026-02-21T20:04:39.797 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:39.797 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:39.797 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:39.797 INFO:teuthology.orchestra.run.trial134.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:39.798 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:39.798 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:39.826 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install ceph-volume 2026-02-21T20:04:39.940 INFO:teuthology.orchestra.run.trial159.stdout:(6/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 130 kB/s | 35 kB 00:00 2026-02-21T20:04:40.055 INFO:teuthology.orchestra.run.trial159.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 7.0 MB/s | 6.0 MB 00:00 2026-02-21T20:04:40.056 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:40.056 INFO:teuthology.orchestra.run.trial159.stdout:Total 5.2 MB/s | 7.1 MB 00:01 2026-02-21T20:04:40.094 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:40.100 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:40.100 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:40.137 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:26 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:40.173 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:40.173 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:40.220 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:40.220 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repository Size 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:40.221 INFO:teuthology.orchestra.run.trial134.stdout:Install 2 Packages 2026-02-21T20:04:40.222 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:40.222 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 650 k 2026-02-21T20:04:40.222 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 2.2 M 2026-02-21T20:04:40.222 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:40.264 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:40.313 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-21T20:04:40.323 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-21T20:04:40.329 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-21T20:04:40.414 INFO:teuthology.orchestra.run.trial134.stdout:(1/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.6 MB/s | 351 kB 00:00 2026-02-21T20:04:40.549 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:04:40.573 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-21T20:04:40.597 INFO:teuthology.orchestra.run.trial159.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-21T20:04:40.599 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:04:40.707 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 7/7 2026-02-21T20:04:40.707 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 1/7 2026-02-21T20:04:40.707 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-21T20:04:40.708 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-21T20:04:40.708 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-21T20:04:40.708 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-21T20:04:40.708 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-21T20:04:40.766 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-21T20:04:40.767 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:40.767 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:40.767 INFO:teuthology.orchestra.run.trial159.stdout: ceph-mgr-cephadm-2:20.3.0-5291.g042df16c.el9.noarch 2026-02-21T20:04:40.767 INFO:teuthology.orchestra.run.trial159.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T20:04:40.767 INFO:teuthology.orchestra.run.trial159.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T20:04:40.767 INFO:teuthology.orchestra.run.trial159.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T20:04:40.767 INFO:teuthology.orchestra.run.trial159.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T20:04:40.767 INFO:teuthology.orchestra.run.trial159.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T20:04:40.767 INFO:teuthology.orchestra.run.trial159.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T20:04:40.768 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:40.768 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:40.800 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-osd 2026-02-21T20:04:40.825 INFO:teuthology.orchestra.run.trial134.stdout:(2/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 551 kB/s | 299 kB 00:00 2026-02-21T20:04:40.826 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:40.826 INFO:teuthology.orchestra.run.trial134.stdout:Total 1.0 MB/s | 650 kB 00:00 2026-02-21T20:04:40.836 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:40.842 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:40.842 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:40.885 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:40.885 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:40.967 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:41.028 INFO:teuthology.orchestra.run.trial134.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:04:41.030 INFO:teuthology.orchestra.run.trial134.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:04:41.045 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:04:41.045 INFO:teuthology.orchestra.run.trial134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:41.045 INFO:teuthology.orchestra.run.trial134.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:04:41.046 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:41.107 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:41.172 INFO:teuthology.orchestra.run.trial159.stdout:Package ceph-osd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:41.190 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:41.190 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:41.191 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:41.211 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-osd-classic 2026-02-21T20:04:41.267 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:04:41.325 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:04:41.325 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:41.326 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:41.326 INFO:teuthology.orchestra.run.trial134.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:04:41.326 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:41.326 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:41.355 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install librados-devel 2026-02-21T20:04:41.516 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:41.581 INFO:teuthology.orchestra.run.trial159.stdout:Package ceph-osd-classic-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:41.599 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:41.600 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:41.600 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:41.620 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-fuse 2026-02-21T20:04:41.663 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:27 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:41.746 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:41.747 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:41.747 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repo Size 2026-02-21T20:04:41.747 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:41.747 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:41.747 INFO:teuthology.orchestra.run.trial134.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:04:41.747 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:41.748 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:41.748 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:41.748 INFO:teuthology.orchestra.run.trial134.stdout:Install 1 Package 2026-02-21T20:04:41.748 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:41.748 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 123 k 2026-02-21T20:04:41.748 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 437 k 2026-02-21T20:04:41.748 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:41.929 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:42.013 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:42.014 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:42.014 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repo Size 2026-02-21T20:04:42.014 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:42.014 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:42.014 INFO:teuthology.orchestra.run.trial159.stdout: ceph-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 988 k 2026-02-21T20:04:42.014 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:42.014 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:42.014 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:42.015 INFO:teuthology.orchestra.run.trial159.stdout:Install 1 Package 2026-02-21T20:04:42.015 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:42.015 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 988 k 2026-02-21T20:04:42.015 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 2.9 M 2026-02-21T20:04:42.015 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:42.075 INFO:teuthology.orchestra.run.trial134.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 376 kB/s | 123 kB 00:00 2026-02-21T20:04:42.076 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:42.076 INFO:teuthology.orchestra.run.trial134.stdout:Total 374 kB/s | 123 kB 00:00 2026-02-21T20:04:42.076 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:42.079 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:42.079 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:42.111 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:42.112 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:42.166 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:42.183 INFO:teuthology.orchestra.run.trial134.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:42.270 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:42.327 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:42.328 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:42.328 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:42.328 INFO:teuthology.orchestra.run.trial134.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:42.328 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:42.328 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:42.356 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install libcephfs2 2026-02-21T20:04:42.449 INFO:teuthology.orchestra.run.trial159.stdout:ceph-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 2.2 MB/s | 988 kB 00:00 2026-02-21T20:04:42.451 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:42.452 INFO:teuthology.orchestra.run.trial159.stdout:Total 2.2 MB/s | 988 kB 00:00 2026-02-21T20:04:42.452 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:42.456 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:42.456 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:42.491 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:42.491 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:42.583 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:42.600 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:42.665 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:28 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:42.729 INFO:teuthology.orchestra.run.trial134.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:42.748 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:42.749 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:42.749 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:42.769 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install libcephfs-devel 2026-02-21T20:04:42.843 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:42.900 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:42.900 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:42.901 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:42.901 INFO:teuthology.orchestra.run.trial159.stdout: ceph-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:42.901 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:42.901 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:42.929 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install ceph-volume 2026-02-21T20:04:43.072 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:29 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:43.155 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repo Size 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout:Installing dependencies: 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:43.156 INFO:teuthology.orchestra.run.trial134.stdout:Install 2 Packages 2026-02-21T20:04:43.157 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:43.157 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 62 k 2026-02-21T20:04:43.157 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 223 k 2026-02-21T20:04:43.157 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:43.239 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:25 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:43.323 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:43.324 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:43.324 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repository Size 2026-02-21T20:04:43.324 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:43.324 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:43.324 INFO:teuthology.orchestra.run.trial159.stdout: ceph-volume noarch 2:20.3.0-5291.g042df16c.el9 ceph-noarch 299 k 2026-02-21T20:04:43.324 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:04:43.324 INFO:teuthology.orchestra.run.trial159.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T20:04:43.324 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:43.325 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:43.325 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:43.325 INFO:teuthology.orchestra.run.trial159.stdout:Install 2 Packages 2026-02-21T20:04:43.325 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:43.325 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 650 k 2026-02-21T20:04:43.325 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 2.2 M 2026-02-21T20:04:43.325 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:43.498 INFO:teuthology.orchestra.run.trial134.stdout:(1/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 73 kB/s | 25 kB 00:00 2026-02-21T20:04:43.554 INFO:teuthology.orchestra.run.trial134.stdout:(2/2): libcephfs-devel-20.3.0-5291.g042df16c.el 94 kB/s | 37 kB 00:00 2026-02-21T20:04:43.555 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:43.555 INFO:teuthology.orchestra.run.trial134.stdout:Total 156 kB/s | 62 kB 00:00 2026-02-21T20:04:43.555 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:43.558 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:43.558 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:43.591 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:43.591 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:43.633 INFO:teuthology.orchestra.run.trial159.stdout:(1/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 6.8 MB/s | 351 kB 00:00 2026-02-21T20:04:43.641 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:43.642 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:04:43.657 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:04:43.673 INFO:teuthology.orchestra.run.trial134.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:04:43.733 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:04:43.733 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:04:43.790 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:04:43.791 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:43.791 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:43.791 INFO:teuthology.orchestra.run.trial134.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:43.791 INFO:teuthology.orchestra.run.trial134.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:43.791 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:43.791 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:43.818 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install librados2 2026-02-21T20:04:44.124 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:44.188 INFO:teuthology.orchestra.run.trial134.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:44.207 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:44.207 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:44.208 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:44.230 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install librbd1 2026-02-21T20:04:44.498 INFO:teuthology.orchestra.run.trial159.stdout:(2/2): ceph-volume-20.3.0-5291.g042df16c.el9.no 327 kB/s | 299 kB 00:00 2026-02-21T20:04:44.500 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:44.500 INFO:teuthology.orchestra.run.trial159.stdout:Total 553 kB/s | 650 kB 00:01 2026-02-21T20:04:44.510 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:44.517 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:44.517 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:44.532 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:44.561 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:44.561 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:44.596 INFO:teuthology.orchestra.run.trial134.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:44.614 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:44.615 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:44.615 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:44.637 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install python3-rados 2026-02-21T20:04:44.642 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:44.704 INFO:teuthology.orchestra.run.trial159.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-21T20:04:44.706 INFO:teuthology.orchestra.run.trial159.stdout: Installing : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:04:44.722 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 2/2 2026-02-21T20:04:44.722 INFO:teuthology.orchestra.run.trial159.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:44.722 INFO:teuthology.orchestra.run.trial159.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T20:04:44.722 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:44.946 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:44.955 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch 1/2 2026-02-21T20:04:45.010 INFO:teuthology.orchestra.run.trial134.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:45.013 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-21T20:04:45.013 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:45.013 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:45.013 INFO:teuthology.orchestra.run.trial159.stdout: ceph-volume-2:20.3.0-5291.g042df16c.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T20:04:45.013 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:45.014 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:45.029 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:45.029 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:45.030 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:45.040 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install librados-devel 2026-02-21T20:04:45.050 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install python3-rgw 2026-02-21T20:04:45.351 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:27 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:45.364 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:31 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:45.428 INFO:teuthology.orchestra.run.trial134.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:45.433 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:45.434 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:45.434 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repo Size 2026-02-21T20:04:45.434 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:45.434 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:45.434 INFO:teuthology.orchestra.run.trial159.stdout: librados-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 123 k 2026-02-21T20:04:45.434 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:45.435 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:45.435 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:45.435 INFO:teuthology.orchestra.run.trial159.stdout:Install 1 Package 2026-02-21T20:04:45.435 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:45.435 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 123 k 2026-02-21T20:04:45.435 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 437 k 2026-02-21T20:04:45.435 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:45.447 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:45.447 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:45.447 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:45.468 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install python3-cephfs 2026-02-21T20:04:45.777 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:31 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:45.825 INFO:teuthology.orchestra.run.trial159.stdout:librados-devel-20.3.0-5291.g042df16c.el9.x86_64 315 kB/s | 123 kB 00:00 2026-02-21T20:04:45.826 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:45.826 INFO:teuthology.orchestra.run.trial159.stdout:Total 313 kB/s | 123 kB 00:00 2026-02-21T20:04:45.826 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:45.830 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:45.830 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:45.843 INFO:teuthology.orchestra.run.trial134.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:45.861 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:45.862 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:45.862 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:45.862 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:45.863 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:45.882 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install python3-rbd 2026-02-21T20:04:45.918 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:45.934 INFO:teuthology.orchestra.run.trial159.stdout: Installing : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:46.016 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:46.075 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:46.075 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:46.075 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:46.075 INFO:teuthology.orchestra.run.trial159.stdout: librados-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:46.075 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:46.076 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:46.104 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install libcephfs2 2026-02-21T20:04:46.192 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:32 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:46.256 INFO:teuthology.orchestra.run.trial134.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:46.275 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:46.275 INFO:teuthology.orchestra.run.trial134.stdout:Nothing to do. 2026-02-21T20:04:46.276 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:46.297 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install rbd-fuse 2026-02-21T20:04:46.416 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:28 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:46.480 INFO:teuthology.orchestra.run.trial159.stdout:Package libcephfs2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:46.499 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:46.499 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:46.499 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:46.521 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install libcephfs-devel 2026-02-21T20:04:46.601 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:32 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:46.684 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:46.685 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:46.685 INFO:teuthology.orchestra.run.trial134.stdout: Package Architecture Version Repository Size 2026-02-21T20:04:46.685 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:46.685 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:46.686 INFO:teuthology.orchestra.run.trial134.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:04:46.686 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:46.686 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:46.686 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:46.686 INFO:teuthology.orchestra.run.trial134.stdout:Install 1 Package 2026-02-21T20:04:46.686 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:46.686 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 84 k 2026-02-21T20:04:46.686 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 209 k 2026-02-21T20:04:46.686 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:46.826 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:28 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:46.909 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:46.910 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:46.910 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repo Size 2026-02-21T20:04:46.910 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:46.910 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:46.910 INFO:teuthology.orchestra.run.trial159.stdout: libcephfs-devel x86_64 2:20.3.0-5291.g042df16c.el9 ceph 37 k 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout:Installing dependencies: 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5291.g042df16c.el9 ceph 25 k 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout:Install 2 Packages 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 62 k 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 223 k 2026-02-21T20:04:46.911 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:47.088 INFO:teuthology.orchestra.run.trial134.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 209 kB/s | 84 kB 00:00 2026-02-21T20:04:47.088 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:47.089 INFO:teuthology.orchestra.run.trial134.stdout:Total 209 kB/s | 84 kB 00:00 2026-02-21T20:04:47.089 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:47.092 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:47.092 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:47.124 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:47.124 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:47.175 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:47.192 INFO:teuthology.orchestra.run.trial134.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:47.253 INFO:teuthology.orchestra.run.trial159.stdout:(1/2): libcephfs-devel-20.3.0-5291.g042df16c.el 109 kB/s | 37 kB 00:00 2026-02-21T20:04:47.254 INFO:teuthology.orchestra.run.trial159.stdout:(2/2): libcephfs-proxy2-20.3.0-5291.g042df16c.e 72 kB/s | 25 kB 00:00 2026-02-21T20:04:47.255 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:47.255 INFO:teuthology.orchestra.run.trial159.stdout:Total 180 kB/s | 62 kB 00:00 2026-02-21T20:04:47.255 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:47.258 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:47.258 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:47.275 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:47.291 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:47.291 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:47.332 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:47.333 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:47.333 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:47.333 INFO:teuthology.orchestra.run.trial134.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:47.333 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:47.333 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:47.341 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:47.342 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:04:47.356 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:04:47.361 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install rbd-mirror 2026-02-21T20:04:47.373 INFO:teuthology.orchestra.run.trial159.stdout: Installing : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:04:47.433 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:04:47.433 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 1/2 2026-02-21T20:04:47.492 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2/2 2026-02-21T20:04:47.492 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:47.492 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:47.492 INFO:teuthology.orchestra.run.trial159.stdout: libcephfs-devel-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:47.492 INFO:teuthology.orchestra.run.trial159.stdout: libcephfs-proxy2-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:47.492 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:47.492 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:47.518 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install librados2 2026-02-21T20:04:47.671 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:33 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:47.753 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:47.754 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:47.754 INFO:teuthology.orchestra.run.trial134.stdout: Package Arch Version Repo Size 2026-02-21T20:04:47.754 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:47.754 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial134.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial134.stdout:Install 1 Package 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 2.9 M 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 11 M 2026-02-21T20:04:47.755 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:47.826 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:29 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:47.890 INFO:teuthology.orchestra.run.trial159.stdout:Package librados2-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:47.908 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:47.909 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:47.909 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:47.931 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install librbd1 2026-02-21T20:04:48.236 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:48.301 INFO:teuthology.orchestra.run.trial159.stdout:Package librbd1-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:48.319 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:48.320 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:48.320 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:48.341 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install python3-rados 2026-02-21T20:04:48.650 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:48.714 INFO:teuthology.orchestra.run.trial159.stdout:Package python3-rados-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:48.732 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:48.733 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:48.733 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:48.754 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install python3-rgw 2026-02-21T20:04:49.071 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:31 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:49.136 INFO:teuthology.orchestra.run.trial159.stdout:Package python3-rgw-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:49.154 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:49.155 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:49.155 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:49.177 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install python3-cephfs 2026-02-21T20:04:49.332 INFO:teuthology.orchestra.run.trial134.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 1.8 MB/s | 2.9 MB 00:01 2026-02-21T20:04:49.333 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:49.333 INFO:teuthology.orchestra.run.trial134.stdout:Total 1.8 MB/s | 2.9 MB 00:01 2026-02-21T20:04:49.334 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:49.338 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:49.338 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:49.377 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:49.378 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:49.484 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:31 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:49.548 INFO:teuthology.orchestra.run.trial159.stdout:Package python3-cephfs-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:49.557 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:49.559 INFO:teuthology.orchestra.run.trial134.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:49.566 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:49.567 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:49.567 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:49.580 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:49.580 INFO:teuthology.orchestra.run.trial134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:49.580 INFO:teuthology.orchestra.run.trial134.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:04:49.580 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:04:49.580 INFO:teuthology.orchestra.run.trial134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:04:49.580 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:49.588 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install python3-rbd 2026-02-21T20:04:49.897 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:49.897 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:49.898 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:49.898 INFO:teuthology.orchestra.run.trial134.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:49.898 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:49.898 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:49.902 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:31 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:49.927 DEBUG:teuthology.orchestra.run.trial134:> sudo yum -y install rbd-nbd 2026-02-21T20:04:49.967 INFO:teuthology.orchestra.run.trial159.stdout:Package python3-rbd-2:20.3.0-5291.g042df16c.el9.x86_64 is already installed. 2026-02-21T20:04:49.985 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:49.986 INFO:teuthology.orchestra.run.trial159.stdout:Nothing to do. 2026-02-21T20:04:49.986 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:50.007 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install rbd-fuse 2026-02-21T20:04:50.234 INFO:teuthology.orchestra.run.trial134.stdout:Last metadata expiration check: 0:01:36 ago on Sat 21 Feb 2026 08:03:14 PM UTC. 2026-02-21T20:04:50.317 INFO:teuthology.orchestra.run.trial134.stdout:Dependencies resolved. 2026-02-21T20:04:50.318 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout: Package Architecture Version Repository Size 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout:Installing: 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout:Transaction Summary 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout:================================================================================ 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout:Install 1 Package 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout:Total download size: 172 k 2026-02-21T20:04:50.319 INFO:teuthology.orchestra.run.trial134.stdout:Installed size: 462 k 2026-02-21T20:04:50.320 INFO:teuthology.orchestra.run.trial134.stdout:Downloading Packages: 2026-02-21T20:04:50.320 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:32 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:50.401 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:50.402 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:50.402 INFO:teuthology.orchestra.run.trial159.stdout: Package Architecture Version Repository Size 2026-02-21T20:04:50.402 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:50.402 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:50.402 INFO:teuthology.orchestra.run.trial159.stdout: rbd-fuse x86_64 2:20.3.0-5291.g042df16c.el9 ceph 84 k 2026-02-21T20:04:50.403 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:50.403 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:50.403 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:50.403 INFO:teuthology.orchestra.run.trial159.stdout:Install 1 Package 2026-02-21T20:04:50.403 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:50.403 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 84 k 2026-02-21T20:04:50.403 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 209 k 2026-02-21T20:04:50.403 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:50.703 INFO:teuthology.orchestra.run.trial134.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 448 kB/s | 172 kB 00:00 2026-02-21T20:04:50.704 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:50.704 INFO:teuthology.orchestra.run.trial134.stdout:Total 447 kB/s | 172 kB 00:00 2026-02-21T20:04:50.704 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction check 2026-02-21T20:04:50.709 INFO:teuthology.orchestra.run.trial134.stdout:Transaction check succeeded. 2026-02-21T20:04:50.709 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction test 2026-02-21T20:04:50.740 INFO:teuthology.orchestra.run.trial134.stdout:Transaction test succeeded. 2026-02-21T20:04:50.740 INFO:teuthology.orchestra.run.trial134.stdout:Running transaction 2026-02-21T20:04:50.742 INFO:teuthology.orchestra.run.trial159.stdout:rbd-fuse-20.3.0-5291.g042df16c.el9.x86_64.rpm 248 kB/s | 84 kB 00:00 2026-02-21T20:04:50.743 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:50.743 INFO:teuthology.orchestra.run.trial159.stdout:Total 247 kB/s | 84 kB 00:00 2026-02-21T20:04:50.743 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:50.747 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:50.747 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:50.779 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:50.779 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:50.796 INFO:teuthology.orchestra.run.trial134.stdout: Preparing : 1/1 2026-02-21T20:04:50.812 INFO:teuthology.orchestra.run.trial134.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:50.830 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:50.847 INFO:teuthology.orchestra.run.trial159.stdout: Installing : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:50.896 INFO:teuthology.orchestra.run.trial134.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:50.934 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:50.957 INFO:teuthology.orchestra.run.trial134.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:50.957 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:50.957 INFO:teuthology.orchestra.run.trial134.stdout:Installed: 2026-02-21T20:04:50.957 INFO:teuthology.orchestra.run.trial134.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:50.957 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:04:50.958 INFO:teuthology.orchestra.run.trial134.stdout:Complete! 2026-02-21T20:04:50.991 DEBUG:teuthology.parallel:result is None 2026-02-21T20:04:50.993 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:50.993 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:50.993 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:50.993 INFO:teuthology.orchestra.run.trial159.stdout: rbd-fuse-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:50.993 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:50.993 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:51.021 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install rbd-mirror 2026-02-21T20:04:51.336 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:33 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:51.419 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:51.420 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:51.420 INFO:teuthology.orchestra.run.trial159.stdout: Package Arch Version Repo Size 2026-02-21T20:04:51.420 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:51.420 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:51.420 INFO:teuthology.orchestra.run.trial159.stdout: rbd-mirror x86_64 2:20.3.0-5291.g042df16c.el9 ceph 2.9 M 2026-02-21T20:04:51.420 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:51.421 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:51.421 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:51.421 INFO:teuthology.orchestra.run.trial159.stdout:Install 1 Package 2026-02-21T20:04:51.421 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:51.421 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 2.9 M 2026-02-21T20:04:51.421 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 11 M 2026-02-21T20:04:51.421 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:52.246 INFO:teuthology.orchestra.run.trial159.stdout:rbd-mirror-20.3.0-5291.g042df16c.el9.x86_64.rpm 3.5 MB/s | 2.9 MB 00:00 2026-02-21T20:04:52.247 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:52.247 INFO:teuthology.orchestra.run.trial159.stdout:Total 3.5 MB/s | 2.9 MB 00:00 2026-02-21T20:04:52.247 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:52.252 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:52.253 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:52.291 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:52.291 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:52.472 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:52.474 INFO:teuthology.orchestra.run.trial159.stdout: Installing : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:52.496 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:52.496 INFO:teuthology.orchestra.run.trial159.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T20:04:52.496 INFO:teuthology.orchestra.run.trial159.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T20:04:52.496 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:04:52.497 INFO:teuthology.orchestra.run.trial159.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T20:04:52.497 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:52.795 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:52.795 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:52.795 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:52.795 INFO:teuthology.orchestra.run.trial159.stdout: rbd-mirror-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:52.795 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:52.795 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:52.823 DEBUG:teuthology.orchestra.run.trial159:> sudo yum -y install rbd-nbd 2026-02-21T20:04:53.126 INFO:teuthology.orchestra.run.trial159.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Feb 2026 08:03:18 PM UTC. 2026-02-21T20:04:53.208 INFO:teuthology.orchestra.run.trial159.stdout:Dependencies resolved. 2026-02-21T20:04:53.209 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:53.209 INFO:teuthology.orchestra.run.trial159.stdout: Package Architecture Version Repository Size 2026-02-21T20:04:53.209 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:53.209 INFO:teuthology.orchestra.run.trial159.stdout:Installing: 2026-02-21T20:04:53.209 INFO:teuthology.orchestra.run.trial159.stdout: rbd-nbd x86_64 2:20.3.0-5291.g042df16c.el9 ceph 172 k 2026-02-21T20:04:53.209 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:53.209 INFO:teuthology.orchestra.run.trial159.stdout:Transaction Summary 2026-02-21T20:04:53.210 INFO:teuthology.orchestra.run.trial159.stdout:================================================================================ 2026-02-21T20:04:53.210 INFO:teuthology.orchestra.run.trial159.stdout:Install 1 Package 2026-02-21T20:04:53.210 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:53.210 INFO:teuthology.orchestra.run.trial159.stdout:Total download size: 172 k 2026-02-21T20:04:53.210 INFO:teuthology.orchestra.run.trial159.stdout:Installed size: 462 k 2026-02-21T20:04:53.210 INFO:teuthology.orchestra.run.trial159.stdout:Downloading Packages: 2026-02-21T20:04:53.451 INFO:teuthology.orchestra.run.trial159.stdout:rbd-nbd-20.3.0-5291.g042df16c.el9.x86_64.rpm 714 kB/s | 172 kB 00:00 2026-02-21T20:04:53.451 INFO:teuthology.orchestra.run.trial159.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:04:53.451 INFO:teuthology.orchestra.run.trial159.stdout:Total 712 kB/s | 172 kB 00:00 2026-02-21T20:04:53.451 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction check 2026-02-21T20:04:53.456 INFO:teuthology.orchestra.run.trial159.stdout:Transaction check succeeded. 2026-02-21T20:04:53.456 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction test 2026-02-21T20:04:53.488 INFO:teuthology.orchestra.run.trial159.stdout:Transaction test succeeded. 2026-02-21T20:04:53.488 INFO:teuthology.orchestra.run.trial159.stdout:Running transaction 2026-02-21T20:04:53.546 INFO:teuthology.orchestra.run.trial159.stdout: Preparing : 1/1 2026-02-21T20:04:53.562 INFO:teuthology.orchestra.run.trial159.stdout: Installing : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:53.647 INFO:teuthology.orchestra.run.trial159.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:53.706 INFO:teuthology.orchestra.run.trial159.stdout: Verifying : rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 1/1 2026-02-21T20:04:53.706 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:53.706 INFO:teuthology.orchestra.run.trial159.stdout:Installed: 2026-02-21T20:04:53.706 INFO:teuthology.orchestra.run.trial159.stdout: rbd-nbd-2:20.3.0-5291.g042df16c.el9.x86_64 2026-02-21T20:04:53.706 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:53.706 INFO:teuthology.orchestra.run.trial159.stdout:Complete! 2026-02-21T20:04:53.737 DEBUG:teuthology.parallel:result is None 2026-02-21T20:04:53.738 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:04:53.905 DEBUG:teuthology.orchestra.run.trial134:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:04:53.926 INFO:teuthology.orchestra.run.trial134.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:04:53.927 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:04:53.927 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:04:53.929 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:04:54.077 DEBUG:teuthology.orchestra.run.trial159:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T20:04:54.098 INFO:teuthology.orchestra.run.trial159.stdout:20.3.0-5291.g042df16c.el9 2026-02-21T20:04:54.099 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5291.g042df16c.el9 2026-02-21T20:04:54.099 INFO:teuthology.task.install:The correct ceph version 20.3.0-5291.g042df16c is installed. 2026-02-21T20:04:54.101 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-21T20:04:54.102 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:04:54.102 DEBUG:teuthology.orchestra.run.trial134:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:04:54.129 DEBUG:teuthology.orchestra.run.trial159:> set -ex 2026-02-21T20:04:54.129 DEBUG:teuthology.orchestra.run.trial159:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T20:04:54.163 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-21T20:04:54.163 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:04:54.163 DEBUG:teuthology.orchestra.run.trial134:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:04:54.192 DEBUG:teuthology.orchestra.run.trial134:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:04:54.256 DEBUG:teuthology.orchestra.run.trial159:> set -ex 2026-02-21T20:04:54.257 DEBUG:teuthology.orchestra.run.trial159:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T20:04:54.282 DEBUG:teuthology.orchestra.run.trial159:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T20:04:54.349 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-21T20:04:54.349 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:04:54.349 DEBUG:teuthology.orchestra.run.trial134:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:04:54.375 DEBUG:teuthology.orchestra.run.trial134:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:04:54.441 DEBUG:teuthology.orchestra.run.trial159:> set -ex 2026-02-21T20:04:54.441 DEBUG:teuthology.orchestra.run.trial159:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T20:04:54.466 DEBUG:teuthology.orchestra.run.trial159:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T20:04:54.530 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-21T20:04:54.530 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:04:54.530 DEBUG:teuthology.orchestra.run.trial134:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:04:54.556 DEBUG:teuthology.orchestra.run.trial134:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:04:54.619 DEBUG:teuthology.orchestra.run.trial159:> set -ex 2026-02-21T20:04:54.619 DEBUG:teuthology.orchestra.run.trial159:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T20:04:54.644 DEBUG:teuthology.orchestra.run.trial159:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T20:04:54.709 INFO:teuthology.run_tasks:Running task smb.configure_samba_client_container... 2026-02-21T20:04:54.739 INFO:tasks.smb:Testing if podman is available 2026-02-21T20:04:54.739 DEBUG:teuthology.orchestra.run.trial159:> sudo podman --help 2026-02-21T20:04:54.871 INFO:teuthology.orchestra.run.trial159.stdout:Manage pods, containers and images 2026-02-21T20:04:54.871 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:54.872 INFO:teuthology.orchestra.run.trial159.stdout:Usage: 2026-02-21T20:04:54.872 INFO:teuthology.orchestra.run.trial159.stdout: podman [options] [command] 2026-02-21T20:04:54.872 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:54.872 INFO:teuthology.orchestra.run.trial159.stdout:Available Commands: 2026-02-21T20:04:54.872 INFO:teuthology.orchestra.run.trial159.stdout: artifact Manage OCI artifacts 2026-02-21T20:04:54.872 INFO:teuthology.orchestra.run.trial159.stdout: attach Attach to a running container 2026-02-21T20:04:54.872 INFO:teuthology.orchestra.run.trial159.stdout: auto-update Auto update containers according to their auto-update policy 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: build Build an image using instructions from Containerfiles 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: commit Create new image based on the changed container 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: container Manage containers 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: cp Copy files/folders between a container and the local filesystem 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: create Create but do not start a container 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: diff Display the changes to the object's file system 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: events Show podman system events 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: exec Run a process in a running container 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: export Export container's filesystem contents as a tar archive 2026-02-21T20:04:54.873 INFO:teuthology.orchestra.run.trial159.stdout: farm Farm out builds to remote machines 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: generate Generate structured data based on containers, pods or volumes 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: healthcheck Manage health checks on containers 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: help Help about any command 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: history Show history of a specified image 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: image Manage images 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: images List images in local storage 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: import Import a tarball to create a filesystem image 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: info Display podman system information 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: init Initialize one or more containers 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: inspect Display the configuration of object denoted by ID 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: kill Kill one or more running containers with a specific signal 2026-02-21T20:04:54.874 INFO:teuthology.orchestra.run.trial159.stdout: kube Play containers, pods or volumes from a structured file 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: load Load image(s) from a tar archive 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: login Log in to a container registry 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: logout Log out of a container registry 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: logs Fetch the logs of one or more containers 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: machine Manage a virtual machine 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: manifest Manipulate manifest lists and image indexes 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: mount Mount a working container's root filesystem 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: network Manage networks 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: pause Pause all the processes in one or more containers 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: pod Manage pods 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: port List port mappings or a specific mapping for the container 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: ps List containers 2026-02-21T20:04:54.875 INFO:teuthology.orchestra.run.trial159.stdout: pull Pull an image from a registry 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: push Push an image to a specified destination 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: quadlet Allows users to manage Quadlets 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: rename Rename an existing container 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: restart Restart one or more containers 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: rm Remove one or more containers 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: rmi Remove one or more images from local storage 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: run Run a command in a new container 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: save Save image(s) to an archive 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: search Search registry for image 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: secret Manage secrets 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: start Start one or more containers 2026-02-21T20:04:54.876 INFO:teuthology.orchestra.run.trial159.stdout: stats Display a live stream of container resource usage statistics 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: stop Stop one or more containers 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: system Manage podman 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: tag Add an additional name to a local image 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: top Display the running processes of a container 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: unmount Unmount working container's root filesystem 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: unpause Unpause the processes in one or more containers 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: unshare Run a command in a modified user namespace 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: untag Remove a name from a local image 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: update Update an existing container 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: version Display the Podman version information 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: volume Manage volumes 2026-02-21T20:04:54.877 INFO:teuthology.orchestra.run.trial159.stdout: wait Block on one or more containers 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout:Options: 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: --cdi-spec-dir stringArray Set the CDI spec directory path (may be set multiple times) (default [/etc/cdi,/var/run/cdi]) 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: --config string Path to directory containing authentication config file 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: --conmon string Path of the conmon binary 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: --help Help for podman 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2026-02-21T20:04:54.878 INFO:teuthology.orchestra.run.trial159.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --module stringArray Load the containers.conf(5) module 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --network-cmd-path string Path to the command for configuring the network 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --network-config-dir string Path of the configuration directory for networks 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --out string Send output (stdout) from podman to a file 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: -r, --remote Access remote Podman service 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --runroot string Path to the 'run directory' where all state information is stored 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --runtime-flag stringArray add global flags for the container runtime 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --ssh string define the ssh mode (default "golang") 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2026-02-21T20:04:54.879 INFO:teuthology.orchestra.run.trial159.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2026-02-21T20:04:54.880 INFO:teuthology.orchestra.run.trial159.stdout: --syslog Output podman-internal logs to syslog as well as the console (default false) 2026-02-21T20:04:54.880 INFO:teuthology.orchestra.run.trial159.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2026-02-21T20:04:54.880 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:04:54.880 INFO:teuthology.orchestra.run.trial159.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2026-02-21T20:04:54.880 INFO:teuthology.orchestra.run.trial159.stdout: (default "/run/libpod") 2026-02-21T20:04:54.880 INFO:teuthology.orchestra.run.trial159.stdout: --transient-store Enable transient container storage 2026-02-21T20:04:54.880 INFO:teuthology.orchestra.run.trial159.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2026-02-21T20:04:54.880 INFO:teuthology.orchestra.run.trial159.stdout: -v, --version version for podman 2026-02-21T20:04:54.880 INFO:teuthology.orchestra.run.trial159.stdout: --volumepath string Path to the volume directory in which volume data is stored 2026-02-21T20:04:54.881 DEBUG:teuthology.orchestra.run.trial159:> sudo podman pull quay.io/samba.org/samba-client:latest 2026-02-21T20:04:54.957 INFO:teuthology.orchestra.run.trial159.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2026-02-21T20:04:55.301 INFO:teuthology.orchestra.run.trial159.stderr:Getting image source signatures 2026-02-21T20:04:55.301 INFO:teuthology.orchestra.run.trial159.stderr:Copying blob sha256:df17a2102e18a3cde499d3f280d1c12808ab306781e42ca86dc31fe4fb91e8cf 2026-02-21T20:04:55.302 INFO:teuthology.orchestra.run.trial159.stderr:Copying blob sha256:d1feacaf4ad08bd304608718c519c09405dd8859db31f26953508696243a1fe4 2026-02-21T20:04:58.077 INFO:teuthology.orchestra.run.trial159.stderr:Copying config sha256:c6036e73c5d5bc1a9646743b5fb310040b787e52380e6e9b887cd6487a2bead0 2026-02-21T20:04:58.078 INFO:teuthology.orchestra.run.trial159.stderr:Writing manifest to image destination 2026-02-21T20:04:58.092 INFO:teuthology.orchestra.run.trial159.stdout:c6036e73c5d5bc1a9646743b5fb310040b787e52380e6e9b887cd6487a2bead0 2026-02-21T20:04:58.097 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-21T20:04:58.227 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, '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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'} 2026-02-21T20:04:58.227 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:04:58.231 INFO:tasks.cephadm:Cluster fsid is 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:04:58.231 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-21T20:04:58.231 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.134'} 2026-02-21T20:04:58.231 INFO:tasks.cephadm:First mon is mon.a on trial134 2026-02-21T20:04:58.231 INFO:tasks.cephadm:First mgr is x 2026-02-21T20:04:58.231 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-21T20:04:58.231 DEBUG:teuthology.orchestra.run.trial134:> sudo hostname $(hostname -s) 2026-02-21T20:04:58.257 DEBUG:teuthology.orchestra.run.trial159:> sudo hostname $(hostname -s) 2026-02-21T20:04:58.284 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-21T20:04:58.284 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:04:58.429 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/flavors/default/', 'ref': 'wip-adk3-testing-2026-02-12-2007', 'sha1': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-13 09:21:40.103301', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5291-g042df16c', 'package_manager_version': '20.3.0-5291.g042df16c', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/2964/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-21T20:04:58.577 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk3-testing-2026-02-12-2007, sha1 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:04:58.580 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm 2026-02-21T20:04:58.580 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm 2026-02-21T20:04:58.580 DEBUG:teuthology.orchestra.run.trial134:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:05:00.952 INFO:teuthology.orchestra.run.trial134.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:05 /home/ubuntu/cephtest/cephadm 2026-02-21T20:05:00.952 DEBUG:teuthology.orchestra.run.trial159:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2026-02-12-2007/042df16cd9ee8a8df553b188fef8a8c4a9e7ab01/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:05:02.663 INFO:teuthology.orchestra.run.trial159.stdout:-rw-r--r--. 1 ubuntu ubuntu 1084809 Feb 21 20:05 /home/ubuntu/cephtest/cephadm 2026-02-21T20:05:02.664 DEBUG:teuthology.orchestra.run.trial134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T20:05:02.683 DEBUG:teuthology.orchestra.run.trial159:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T20:05:02.714 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 on all hosts... 2026-02-21T20:05:02.714 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:05:02.726 DEBUG:teuthology.orchestra.run.trial159:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 pull 2026-02-21T20:05:02.855 INFO:teuthology.orchestra.run.trial159.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:05:02.961 INFO:teuthology.orchestra.run.trial134.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:05:12.165 INFO:teuthology.orchestra.run.trial159.stdout:{ 2026-02-21T20:05:12.165 INFO:teuthology.orchestra.run.trial159.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:05:12.165 INFO:teuthology.orchestra.run.trial159.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:05:12.165 INFO:teuthology.orchestra.run.trial159.stdout: "repo_digests": [ 2026-02-21T20:05:12.165 INFO:teuthology.orchestra.run.trial159.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:05:12.166 INFO:teuthology.orchestra.run.trial159.stdout: ] 2026-02-21T20:05:12.166 INFO:teuthology.orchestra.run.trial159.stdout:} 2026-02-21T20:05:12.210 INFO:teuthology.orchestra.run.trial134.stdout:{ 2026-02-21T20:05:12.210 INFO:teuthology.orchestra.run.trial134.stdout: "ceph_version": "ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev)", 2026-02-21T20:05:12.210 INFO:teuthology.orchestra.run.trial134.stdout: "image_id": "9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2", 2026-02-21T20:05:12.211 INFO:teuthology.orchestra.run.trial134.stdout: "repo_digests": [ 2026-02-21T20:05:12.211 INFO:teuthology.orchestra.run.trial134.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721" 2026-02-21T20:05:12.211 INFO:teuthology.orchestra.run.trial134.stdout: ] 2026-02-21T20:05:12.211 INFO:teuthology.orchestra.run.trial134.stdout:} 2026-02-21T20:05:12.226 DEBUG:teuthology.orchestra.run.trial134:> sudo mkdir -p /etc/ceph 2026-02-21T20:05:12.287 DEBUG:teuthology.orchestra.run.trial159:> sudo mkdir -p /etc/ceph 2026-02-21T20:05:12.316 DEBUG:teuthology.orchestra.run.trial134:> sudo chmod 777 /etc/ceph 2026-02-21T20:05:12.341 DEBUG:teuthology.orchestra.run.trial159:> sudo chmod 777 /etc/ceph 2026-02-21T20:05:12.381 INFO:tasks.cephadm:Writing seed config... 2026-02-21T20:05:12.383 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-21T20:05:12.383 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-21T20:05:12.383 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-21T20:05:12.383 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-21T20:05:12.383 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-21T20:05:12.384 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-21T20:05:12.384 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-21T20:05:12.385 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:05:12.385 DEBUG:teuthology.orchestra.run.trial134:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-21T20:05:12.401 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 98ef15d6-0f60-11f1-afb7-d404e6e7d460 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [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-21T20:05:12.402 DEBUG:teuthology.orchestra.run.trial134:mon.a> sudo journalctl -f -n 0 -u ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mon.a.service 2026-02-21T20:05:12.444 DEBUG:teuthology.orchestra.run.trial134:mgr.x> sudo journalctl -f -n 0 -u ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mgr.x.service 2026-02-21T20:05:12.487 INFO:tasks.cephadm:Bootstrapping... 2026-02-21T20:05:12.487 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 -v bootstrap --fsid 98ef15d6-0f60-11f1-afb7-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 x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.134 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:05:12.626 INFO:teuthology.orchestra.run.trial134.stdout:-------------------------------------------------------------------------------- 2026-02-21T20:05:12.626 INFO:teuthology.orchestra.run.trial134.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01', '-v', 'bootstrap', '--fsid', '98ef15d6-0f60-11f1-afb7-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', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '10.20.193.134', '--skip-admin-label'] 2026-02-21T20:05:12.627 INFO:teuthology.orchestra.run.trial134.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-21T20:05:12.627 INFO:teuthology.orchestra.run.trial134.stdout:Verifying podman|docker is present... 2026-02-21T20:05:12.643 INFO:teuthology.orchestra.run.trial134.stdout:/bin/podman: stdout 5.6.0 2026-02-21T20:05:12.643 INFO:teuthology.orchestra.run.trial134.stdout:Verifying lvm2 is present... 2026-02-21T20:05:12.643 INFO:teuthology.orchestra.run.trial134.stdout:Verifying time synchronization is in place... 2026-02-21T20:05:12.649 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T20:05:12.649 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T20:05:12.655 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T20:05:12.655 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout inactive 2026-02-21T20:05:12.661 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout enabled 2026-02-21T20:05:12.666 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout active 2026-02-21T20:05:12.666 INFO:teuthology.orchestra.run.trial134.stdout:Unit chronyd.service is enabled and running 2026-02-21T20:05:12.667 INFO:teuthology.orchestra.run.trial134.stdout:Repeating the final host check... 2026-02-21T20:05:12.683 INFO:teuthology.orchestra.run.trial134.stdout:/bin/podman: stdout 5.6.0 2026-02-21T20:05:12.683 INFO:teuthology.orchestra.run.trial134.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-21T20:05:12.683 INFO:teuthology.orchestra.run.trial134.stdout:systemctl is present 2026-02-21T20:05:12.683 INFO:teuthology.orchestra.run.trial134.stdout:lvcreate is present 2026-02-21T20:05:12.688 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T20:05:12.688 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T20:05:12.693 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T20:05:12.693 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout inactive 2026-02-21T20:05:12.699 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout enabled 2026-02-21T20:05:12.705 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout active 2026-02-21T20:05:12.705 INFO:teuthology.orchestra.run.trial134.stdout:Unit chronyd.service is enabled and running 2026-02-21T20:05:12.705 INFO:teuthology.orchestra.run.trial134.stdout:Host looks OK 2026-02-21T20:05:12.706 INFO:teuthology.orchestra.run.trial134.stdout:Cluster fsid: 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:12.706 INFO:teuthology.orchestra.run.trial134.stdout:Acquiring lock 139664191519568 on /run/cephadm/98ef15d6-0f60-11f1-afb7-d404e6e7d460.lock 2026-02-21T20:05:12.706 INFO:teuthology.orchestra.run.trial134.stdout:Lock 139664191519568 acquired on /run/cephadm/98ef15d6-0f60-11f1-afb7-d404e6e7d460.lock 2026-02-21T20:05:12.706 INFO:teuthology.orchestra.run.trial134.stdout:Verifying IP 10.20.193.134 port 3300 ... 2026-02-21T20:05:12.706 INFO:teuthology.orchestra.run.trial134.stdout:Verifying IP 10.20.193.134 port 6789 ... 2026-02-21T20:05:12.706 INFO:teuthology.orchestra.run.trial134.stdout:Base mon IP(s) is [10.20.193.134:3300, 10.20.193.134:6789], mon addrv is [v2:10.20.193.134:3300,v1:10.20.193.134:6789] 2026-02-21T20:05:12.709 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.134 metric 102 2026-02-21T20:05:12.709 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.134 metric 102 2026-02-21T20:05:12.709 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-21T20:05:12.712 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-21T20:05:12.712 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-21T20:05:12.712 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-21T20:05:12.715 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-21T20:05:12.715 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-21T20:05:12.715 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:05:12.715 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-21T20:05:12.715 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout inet6 fe80::ddce:36f7:84ca:ec11/64 scope link noprefixroute 2026-02-21T20:05:12.715 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:05:12.716 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-21T20:05:12.716 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:61ee/64 scope link 2026-02-21T20:05:12.716 INFO:teuthology.orchestra.run.trial134.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T20:05:12.716 INFO:teuthology.orchestra.run.trial134.stdout:Mon IP `10.20.193.134` is in CIDR network `10.20.192.0/20` 2026-02-21T20:05:12.716 INFO:teuthology.orchestra.run.trial134.stdout:Mon IP `10.20.193.134` is in CIDR network `10.20.192.0/20` 2026-02-21T20:05:12.716 INFO:teuthology.orchestra.run.trial134.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-21T20:05:12.716 INFO:teuthology.orchestra.run.trial134.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-21T20:05:12.716 INFO:teuthology.orchestra.run.trial134.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:05:12.978 INFO:teuthology.orchestra.run.trial134.stdout:/bin/podman: stdout 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 2026-02-21T20:05:12.979 INFO:teuthology.orchestra.run.trial134.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01... 2026-02-21T20:05:12.979 INFO:teuthology.orchestra.run.trial134.stdout:/bin/podman: stderr Getting image source signatures 2026-02-21T20:05:12.979 INFO:teuthology.orchestra.run.trial134.stdout:/bin/podman: stderr Copying blob sha256:e60e84cd03e7dd8cdc86f7b486bd1a0f952976a735df6b4ece42f8539db058b6 2026-02-21T20:05:12.979 INFO:teuthology.orchestra.run.trial134.stdout:/bin/podman: stderr Copying blob sha256:f288f3bfe1f1dd15cb8f17590a708af9d9397de617368b4f9c06e9bc583d4a6b 2026-02-21T20:05:12.979 INFO:teuthology.orchestra.run.trial134.stdout:/bin/podman: stderr Copying config sha256:9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 2026-02-21T20:05:12.979 INFO:teuthology.orchestra.run.trial134.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-21T20:05:13.234 INFO:teuthology.orchestra.run.trial134.stdout:ceph: stdout ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev) 2026-02-21T20:05:13.234 INFO:teuthology.orchestra.run.trial134.stdout:Ceph version: ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev) 2026-02-21T20:05:13.234 INFO:teuthology.orchestra.run.trial134.stdout:Extracting ceph user uid/gid from container image... 2026-02-21T20:05:13.495 INFO:teuthology.orchestra.run.trial134.stdout:stat: stdout 167 167 2026-02-21T20:05:13.495 INFO:teuthology.orchestra.run.trial134.stdout:Creating initial keys... 2026-02-21T20:05:13.746 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph-authtool: stdout AQD5D5ppYF53JRAAGcjQDTWz1JgB1PpEGYwo9A== 2026-02-21T20:05:13.986 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph-authtool: stdout AQD5D5ppHturMxAA403opwGwEDknbz2jPynMDg== 2026-02-21T20:05:14.246 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph-authtool: stdout AQD6D5pp9VigBxAARRWyFPKgNPuaN17YGhEX9A== 2026-02-21T20:05:14.247 INFO:teuthology.orchestra.run.trial134.stdout:Creating initial monmap... 2026-02-21T20:05:14.518 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T20:05:14.518 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-21T20:05:14.518 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:14.518 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T20:05:14.519 INFO:teuthology.orchestra.run.trial134.stdout:monmaptool for a [v2:10.20.193.134:3300,v1:10.20.193.134:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T20:05:14.519 INFO:teuthology.orchestra.run.trial134.stdout:setting min_mon_release = tentacle 2026-02-21T20:05:14.519 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/monmaptool: set fsid to 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:14.519 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T20:05:14.519 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:14.519 INFO:teuthology.orchestra.run.trial134.stdout:Creating mon... 2026-02-21T20:05:14.781 INFO:teuthology.orchestra.run.trial134.stdout:create mon.a on 2026-02-21T20:05:14.945 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-21T20:05:15.052 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-21T20:05:15.172 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460.target → /etc/systemd/system/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460.target. 2026-02-21T20:05:15.172 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460.target → /etc/systemd/system/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460.target. 2026-02-21T20:05:15.307 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mon.a 2026-02-21T20:05:15.307 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Failed to reset failed state of unit ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mon.a.service: Unit ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mon.a.service not loaded. 2026-02-21T20:05:15.429 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460.target.wants/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@.service. 2026-02-21T20:05:15.580 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:05:15.580 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout disabled 2026-02-21T20:05:15.587 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:05:15.587 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout inactive 2026-02-21T20:05:15.587 INFO:teuthology.orchestra.run.trial134.stdout:firewalld.service is not enabled 2026-02-21T20:05:15.587 INFO:teuthology.orchestra.run.trial134.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T20:05:15.587 INFO:teuthology.orchestra.run.trial134.stdout:Waiting for mon to start... 2026-02-21T20:05:15.587 INFO:teuthology.orchestra.run.trial134.stdout:Waiting for mon... 2026-02-21T20:05:15.869 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout cluster: 2026-02-21T20:05:15.869 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout id: 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:15.869 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout services: 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.155981s) [leader: a] 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout data: 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout pgs: 2026-02-21T20:05:15.870 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:15.871 INFO:teuthology.orchestra.run.trial134.stdout:mon is available 2026-02-21T20:05:15.871 INFO:teuthology.orchestra.run.trial134.stdout:Assimilating anything we can from ceph.conf... 2026-02-21T20:05:16.136 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:16.136 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T20:05:16.136 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout fsid = 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:16.136 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.134:3300,v1:10.20.193.134:6789] 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T20:05:16.137 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T20:05:16.138 INFO:teuthology.orchestra.run.trial134.stdout:Generating new minimal ceph.conf... 2026-02-21T20:05:16.428 INFO:teuthology.orchestra.run.trial134.stdout:Restarting the monitor... 2026-02-21T20:05:16.507 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 systemd[1]: Stopping Ceph mon.a for 98ef15d6-0f60-11f1-afb7-d404e6e7d460... 2026-02-21T20:05:16.826 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a[39549]: 2026-02-21T20:05:16.503+0000 7faac2ea4640 -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-21T20:05:16.826 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a[39549]: 2026-02-21T20:05:16.503+0000 7faac2ea4640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-21T20:05:16.826 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 podman[39949]: 2026-02-21 20:05:16.716301949 +0000 UTC m=+0.228355826 container died 21d1bdf72aadae5bf66300f6364afba4cd207dcfbdd764ff96d2c922f4b39244 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a, OSD_FLAVOR=default, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-adk3-testing-2026-02-12-2007, ceph=True, 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/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T20:05:17.011 INFO:teuthology.orchestra.run.trial134.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-21T20:05:17.080 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 podman[39949]: 2026-02-21 20:05:16.826648555 +0000 UTC m=+0.338702432 container remove 21d1bdf72aadae5bf66300f6364afba4cd207dcfbdd764ff96d2c922f4b39244 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, 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=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:05:17.080 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 bash[39949]: ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 systemd[1]: ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 systemd[1]: Stopped Ceph mon.a for 98ef15d6-0f60-11f1-afb7-d404e6e7d460. 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 systemd[1]: Starting Ceph mon.a for 98ef15d6-0f60-11f1-afb7-d404e6e7d460... 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 podman[40089]: 2026-02-21 20:05:16.970630294 +0000 UTC m=+0.016220307 container create 9814cd0d46cf236defbfc01e8c47ecc7f3ddb7cbe82d8bd0d8cd1d5fc4fbfad6 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, ceph=True, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:16 trial134 podman[40089]: 2026-02-21 20:05:16.999550499 +0000 UTC m=+0.045140512 container init 9814cd0d46cf236defbfc01e8c47ecc7f3ddb7cbe82d8bd0d8cd1d5fc4fbfad6 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-adk3-testing-2026-02-12-2007, 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/, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 podman[40089]: 2026-02-21 20:05:17.003368072 +0000 UTC m=+0.048958095 container start 9814cd0d46cf236defbfc01e8c47ecc7f3ddb7cbe82d8bd0d8cd1d5fc4fbfad6 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, CEPH_REF=wip-adk3-testing-2026-02-12-2007, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, 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.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 bash[40089]: 9814cd0d46cf236defbfc01e8c47ecc7f3ddb7cbe82d8bd0d8cd1d5fc4fbfad6 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 podman[40089]: 2026-02-21 20:05:16.964334489 +0000 UTC m=+0.009924512 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 systemd[1]: Started Ceph mon.a for 98ef15d6-0f60-11f1-afb7-d404e6e7d460. 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T20:05:17.081 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: ceph version 20.3.0-5291-g042df16c (042df16cd9ee8a8df553b188fef8a8c4a9e7ab01) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: pidfile_write: ignore empty --pid-file 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: load: jerasure load: lrc 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: RocksDB version: 7.9.2 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Git sha 0 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Compile date 2026-02-13 08:53:20 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: DB SUMMARY 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: DB Session ID: T2N7DVL1RSAXNZMMQ3KB 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: CURRENT file: CURRENT 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-21T20:05:17.082 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76007 ; 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.error_if_exists: 0 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.create_if_missing: 0 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.paranoid_checks: 1 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.env: 0xed5d60 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.info_log: 0x19d4e80 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.statistics: (nil) 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.use_fsync: 0 2026-02-21T20:05:17.083 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_log_file_size: 0 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.allow_fallocate: 1 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.use_direct_reads: 0 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.db_log_dir: 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.wal_dir: 2026-02-21T20:05:17.084 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.write_buffer_manager: 0x19d0140 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T20:05:17.085 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.unordered_write: 0 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.row_cache: None 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.wal_filter: None 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T20:05:17.086 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.two_write_queues: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.wal_compression: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.atomic_flush: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.log_readahead_size: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T20:05:17.087 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_background_jobs: 2 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_background_compactions: -1 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_subcompactions: 1 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T20:05:17.088 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_open_files: -1 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_background_flushes: -1 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Compression algorithms supported: 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: kZSTD supported: 0 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: kXpressCompression supported: 0 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: kBZip2Compression supported: 0 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: kLZ4Compression supported: 1 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: kZlibCompression supported: 1 2026-02-21T20:05:17.089 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: kSnappyCompression supported: 1 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.merge_operator: 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_filter: None 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T20:05:17.090 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x19d55c0) 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: cache_index_and_filter_blocks: 1 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: pin_top_level_index_and_filter: 1 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: index_type: 0 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: data_block_index_type: 0 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: index_shortening: 1 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: checksum: 4 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: no_block_cache: 0 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: block_cache: 0x19a3a50 2026-02-21T20:05:17.091 INFO:journalctl@ceph.mon.a.trial134.stdout: block_cache_name: BinnedLRUCache 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: block_cache_options: 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: capacity : 536870912 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: num_shard_bits : 4 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: strict_capacity_limit : 0 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: high_pri_pool_ratio: 0.000 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: block_cache_compressed: (nil) 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: persistent_cache: (nil) 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: block_size: 4096 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: block_size_deviation: 10 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: block_restart_interval: 16 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: index_block_restart_interval: 1 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: metadata_block_size: 4096 2026-02-21T20:05:17.092 INFO:journalctl@ceph.mon.a.trial134.stdout: partition_filters: 0 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: use_delta_encoding: 1 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: filter_policy: bloomfilter 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: whole_key_filtering: 1 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: verify_compression: 0 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: read_amp_bytes_per_bit: 0 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: format_version: 5 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: enable_index_compression: 1 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: block_align: 0 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: max_auto_readahead_size: 262144 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: prepopulate_block_cache: 0 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: initial_auto_readahead_size: 8192 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T20:05:17.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression: NoCompression 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.num_levels: 7 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T20:05:17.094 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T20:05:17.095 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T20:05:17.096 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T20:05:17.097 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.inplace_update_support: 0 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.bloom_locality: 0 2026-02-21T20:05:17.098 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.max_successive_merges: 0 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.ttl: 2592000 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.enable_blob_files: false 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.min_blob_size: 0 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T20:05:17.099 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: 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-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b0b8a404-cace-40eb-bc21-226513b3847e 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771704317019807, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771704317020565, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73149, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 227, "table_properties": {"data_size": 71417, "index_size": 181, "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": 9640, "raw_average_key_size": 48, "raw_value_size": 65921, "raw_average_value_size": 332, "num_data_blocks": 8, "num_entries": 198, "num_filter_entries": 198, "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": 1771704317, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b0b8a404-cace-40eb-bc21-226513b3847e", "db_session_id": "T2N7DVL1RSAXNZMMQ3KB", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771704317020634, "job": 1, "event": "recovery_finished"} 2026-02-21T20:05:17.100 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: 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-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x19f0e00 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: DB pointer 0x27e2000 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout: ** DB Stats ** 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.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-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.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-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T20:05:17.101 INFO:journalctl@ceph.mon.a.trial134.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.stdout: 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.stdout: ** Compaction Stats [default] ** 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.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-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.stdout: L0 2/0 73.30 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.stdout: Sum 2/0 73.30 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.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 125.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.stdout: 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.stdout: ** Compaction Stats [default] ** 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.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-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T20:05:17.102 INFO:journalctl@ceph.mon.a.trial134.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 125.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: Cumulative compaction: 0.00 GB write, 23.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.stdout: Interval compaction: 0.00 GB write, 23.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T20:05:17.103 INFO:journalctl@ceph.mon.a.trial134.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-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout: Block cache BinnedLRUCache@0x19a3a50#7 capacity: 512.00 MB usage: 30.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 0.0001 secs_since: 0 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.38 KB,7.15256e-05%) Misc(4,29.11 KB,0.00555217%) 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout: 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: starting mon.a rank 0 at public addrs [v2:10.20.193.134:3300/0,v1:10.20.193.134:6789/0] at bind addrs [v2:10.20.193.134:3300/0,v1:10.20.193.134:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mon.a@-1(???) e1 preinit fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mon.a@-1(???).mds e1 new map 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mon.a@-1(???).mds e1 print_map 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout: e1 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout: btime 2026-02-21T20:05:15:587444+0000 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.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-21T20:05:17.104 INFO:journalctl@ceph.mon.a.trial134.stdout: legacy client fscid: -1 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout: 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout: No filesystems configured 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: monmap epoch 1 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: last_changed 2026-02-21T20:05:14.389709+0000 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: created 2026-02-21T20:05:14.389709+0000 2026-02-21T20:05:17.105 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: min_mon_release 20 (tentacle) 2026-02-21T20:05:17.106 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: election_strategy: 1 2026-02-21T20:05:17.106 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: 0: [v2:10.20.193.134:3300/0,v1:10.20.193.134:6789/0] mon.a 2026-02-21T20:05:17.106 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: fsmap 2026-02-21T20:05:17.106 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: osdmap e1: 0 total, 0 up, 0 in 2026-02-21T20:05:17.106 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:17 trial134 ceph-mon[40140]: mgrmap e1: no daemons active 2026-02-21T20:05:17.291 INFO:teuthology.orchestra.run.trial134.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-21T20:05:17.292 INFO:teuthology.orchestra.run.trial134.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:05:17.292 INFO:teuthology.orchestra.run.trial134.stdout:Creating mgr... 2026-02-21T20:05:17.292 INFO:teuthology.orchestra.run.trial134.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-21T20:05:17.292 INFO:teuthology.orchestra.run.trial134.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-21T20:05:17.436 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mgr.x 2026-02-21T20:05:17.436 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Failed to reset failed state of unit ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mgr.x.service: Unit ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mgr.x.service not loaded. 2026-02-21T20:05:17.552 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460.target.wants/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mgr.x.service → /etc/systemd/system/ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@.service. 2026-02-21T20:05:17.702 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:17 trial134 podman[40411]: 2026-02-21 20:05:17.65468454 +0000 UTC m=+0.016764777 container create 87aa9d621784009b1546c01f6b656c0870e7deb6b12495467797b442fdc24d78 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0) 2026-02-21T20:05:17.702 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:17 trial134 podman[40411]: 2026-02-21 20:05:17.698953048 +0000 UTC m=+0.061033215 container init 87aa9d621784009b1546c01f6b656c0870e7deb6b12495467797b442fdc24d78 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, 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_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:05:17.719 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:05:17.719 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout disabled 2026-02-21T20:05:17.725 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:05:17.725 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout inactive 2026-02-21T20:05:17.725 INFO:teuthology.orchestra.run.trial134.stdout:firewalld.service is not enabled 2026-02-21T20:05:17.725 INFO:teuthology.orchestra.run.trial134.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T20:05:17.732 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:05:17.732 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout disabled 2026-02-21T20:05:17.738 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:05:17.738 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout inactive 2026-02-21T20:05:17.738 INFO:teuthology.orchestra.run.trial134.stdout:firewalld.service is not enabled 2026-02-21T20:05:17.738 INFO:teuthology.orchestra.run.trial134.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-21T20:05:17.738 INFO:teuthology.orchestra.run.trial134.stdout:Waiting for mgr to start... 2026-02-21T20:05:17.738 INFO:teuthology.orchestra.run.trial134.stdout:Waiting for mgr... 2026-02-21T20:05:17.983 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:17 trial134 podman[40411]: 2026-02-21 20:05:17.702554444 +0000 UTC m=+0.064634611 container start 87aa9d621784009b1546c01f6b656c0870e7deb6b12495467797b442fdc24d78 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260209, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:05:17.983 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:17 trial134 bash[40411]: 87aa9d621784009b1546c01f6b656c0870e7deb6b12495467797b442fdc24d78 2026-02-21T20:05:17.983 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:17 trial134 podman[40411]: 2026-02-21 20:05:17.647337023 +0000 UTC m=+0.009417190 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T20:05:17.983 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:17 trial134 systemd[1]: Started Ceph mgr.x for 98ef15d6-0f60-11f1-afb7-d404e6e7d460. 2026-02-21T20:05:18.029 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:18.030 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:05:18.030 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "fsid": "98ef15d6-0f60-11f1-afb7-d404e6e7d460", 2026-02-21T20:05:18.030 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:05:18.030 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:05:18.030 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:05:18.030 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:05:18.030 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:18.030 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:05:18.030 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:05:18.031 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:05:18.032 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:05:15:587444+0000", 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T20:05:18.033 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:05:15.587983+0000", 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:18.034 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:05:18.035 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:05:18.035 INFO:teuthology.orchestra.run.trial134.stdout:mgr not available, waiting (1/15)... 2026-02-21T20:05:18.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:18 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2779278404' entity='client.admin' 2026-02-21T20:05:18.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:18 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/3954987169' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:05:18.982 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:18 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: /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-21T20:05:18.982 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:18 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: 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-21T20:05:18.982 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:18 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: from numpy import show_config as show_numpy_config 2026-02-21T20:05:20.304 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:20 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/1402906895' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:05:20.314 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:20.314 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:05:20.314 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "fsid": "98ef15d6-0f60-11f1-afb7-d404e6e7d460", 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:05:20.315 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:05:20.316 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:05:20.317 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:05:15:587444+0000", 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:05:20.318 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:05:15.587983+0000", 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:05:20.319 INFO:teuthology.orchestra.run.trial134.stdout:mgr not available, waiting (2/15)... 2026-02-21T20:05:21.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: Activating manager daemon x 2026-02-21T20:05:21.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: mgrmap e2: x(active, starting, since 0.00269448s) 2026-02-21T20:05:21.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: Manager daemon x is now available 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' 2026-02-21T20:05:21.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:21 trial134 ceph-mon[40140]: from='mgr.14100 10.20.193.134:0/3749873443' entity='mgr.x' 2026-02-21T20:05:22.699 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:22 trial134 ceph-mon[40140]: mgrmap e3: x(active, since 1.00542s) 2026-02-21T20:05:22.709 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:22.709 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:05:22.709 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "fsid": "98ef15d6-0f60-11f1-afb7-d404e6e7d460", 2026-02-21T20:05:22.709 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T20:05:22.709 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T20:05:22.709 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 0 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T20:05:22.710 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:22.711 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:22.712 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T20:05:15:587444+0000", 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ], 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:22.713 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T20:05:22.714 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T20:05:22.714 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T20:05:15.587983+0000", 2026-02-21T20:05:22.714 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T20:05:22.714 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout }, 2026-02-21T20:05:22.714 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T20:05:22.714 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:05:22.714 INFO:teuthology.orchestra.run.trial134.stdout:mgr is available 2026-02-21T20:05:23.052 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:23.052 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T20:05:23.052 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout fsid = 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:23.052 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T20:05:23.052 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.134:3300,v1:10.20.193.134:6789] 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T20:05:23.053 INFO:teuthology.orchestra.run.trial134.stdout:Enabling cephadm module... 2026-02-21T20:05:23.870 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:23 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: ignoring --setuser ceph since I am not root 2026-02-21T20:05:23.870 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:23 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: ignoring --setgroup ceph since I am not root 2026-02-21T20:05:23.870 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:23 trial134 ceph-mon[40140]: mgrmap e4: x(active, since 2s) 2026-02-21T20:05:23.870 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:23 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/4242848440' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T20:05:23.870 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:23 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/4210170795' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-21T20:05:23.871 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:23 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/934394762' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-21T20:05:23.995 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:05:23.995 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-21T20:05:23.996 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:05:23.996 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-21T20:05:23.996 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T20:05:23.996 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:05:23.996 INFO:teuthology.orchestra.run.trial134.stdout:Waiting for the mgr to restart... 2026-02-21T20:05:23.996 INFO:teuthology.orchestra.run.trial134.stdout:Waiting for mgr epoch 5... 2026-02-21T20:05:24.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:24 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/934394762' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-21T20:05:24.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:24 trial134 ceph-mon[40140]: mgrmap e5: x(active, since 3s) 2026-02-21T20:05:24.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:24 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/65631770' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T20:05:24.983 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:24 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: /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-21T20:05:24.983 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:24 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: 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-21T20:05:24.984 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:24 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: from numpy import show_config as show_numpy_config 2026-02-21T20:05:26.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: Active manager daemon x restarted 2026-02-21T20:05:26.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: Activating manager daemon x 2026-02-21T20:05:26.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: osdmap e2: 0 total, 0 up, 0 in 2026-02-21T20:05:26.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: mgrmap e6: x(active, starting, since 0.00261759s) 2026-02-21T20:05:26.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:05:26.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-21T20:05:26.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:05:26.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:05:26.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:05:26.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:26 trial134 ceph-mon[40140]: Manager daemon x is now available 2026-02-21T20:05:27.392 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:05:27.392 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-21T20:05:27.393 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T20:05:27.393 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:05:27.393 INFO:teuthology.orchestra.run.trial134.stdout:mgr epoch 5 is available 2026-02-21T20:05:27.393 INFO:teuthology.orchestra.run.trial134.stdout:Verifying orchestrator module is enabled... 2026-02-21T20:05:28.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:28.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:28.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: Found migration_current of "None". Setting to last migration. 2026-02-21T20:05:28.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:28.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:28.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:28.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:28.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:27] ENGINE Bus STARTING 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: mgrmap e7: x(active, since 1.00313s) 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:27] ENGINE Serving on http://10.20.193.134:8765 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:27] ENGINE Serving on https://10.20.193.134:7150 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:27] ENGINE Bus STARTED 2026-02-21T20:05:28.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:28.235 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:27] ENGINE Client ('10.20.193.134', 38874) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:05:28.235 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:27 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/3934728707' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-21T20:05:28.393 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-21T20:05:28.394 INFO:teuthology.orchestra.run.trial134.stdout:Setting orchestrator backend to cephadm... 2026-02-21T20:05:29.098 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-21T20:05:29.098 INFO:teuthology.orchestra.run.trial134.stdout:Generating ssh key... 2026-02-21T20:05:29.520 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:29 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/3934728707' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-21T20:05:29.521 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:29 trial134 ceph-mon[40140]: mgrmap e8: x(active, since 2s) 2026-02-21T20:05:29.521 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:29 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:29.521 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:29 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:29.521 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: Generating public/private ed25519 key pair. 2026-02-21T20:05:29.521 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: Your identification has been saved in /tmp/tmpz75cj_3u/key 2026-02-21T20:05:29.521 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: Your public key has been saved in /tmp/tmpz75cj_3u/key.pub 2026-02-21T20:05:29.521 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: The key fingerprint is: 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: SHA256:4BGVeAXdnJhzYveeFAHuD+ZEsOk0DxTQvQExn6sJ0jU ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: The key's randomart image is: 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: +--[ED25519 256]--+ 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: | .o+BOX.o.. | 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: | ..o.OBO.. | 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: | o. .E==+ . | 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: | . + + B..o | 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: | o S . Bo . | 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: | . . * oo | 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: | o . . | 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: | | 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: | | 2026-02-21T20:05:29.522 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:29 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: +----[SHA256]-----+ 2026-02-21T20:05:29.915 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID5f4+ppZD22cKrVoHPQbBdP+CDMY35nwd8qlWHefN3t ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:29.915 INFO:teuthology.orchestra.run.trial134.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:05:29.915 INFO:teuthology.orchestra.run.trial134.stdout:Adding key to root@localhost authorized_keys... 2026-02-21T20:05:29.916 INFO:teuthology.orchestra.run.trial134.stdout:Adding host trial134... 2026-02-21T20:05:30.442 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:30 trial134 ceph-mon[40140]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:30.442 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:30 trial134 ceph-mon[40140]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:30.443 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:30 trial134 ceph-mon[40140]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:30.443 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:30 trial134 ceph-mon[40140]: Generating ssh key... 2026-02-21T20:05:30.443 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:30 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:30.443 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:30 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:31.708 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:31 trial134 ceph-mon[40140]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:31.708 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:31 trial134 ceph-mon[40140]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial134", "addr": "10.20.193.134", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:31.833 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout Added host 'trial134' with addr '10.20.193.134' 2026-02-21T20:05:31.833 INFO:teuthology.orchestra.run.trial134.stdout:Deploying unmanaged mon service... 2026-02-21T20:05:32.197 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-21T20:05:32.197 INFO:teuthology.orchestra.run.trial134.stdout:Deploying unmanaged mgr service... 2026-02-21T20:05:32.561 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-21T20:05:32.561 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:32 trial134 ceph-mon[40140]: Deploying cephadm binary to trial134 2026-02-21T20:05:32.562 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:32 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:32.562 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:32 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:32.562 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:32 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:32.562 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:32 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:33.309 INFO:teuthology.orchestra.run.trial134.stdout:Enabling the dashboard module... 2026-02-21T20:05:33.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: Added host trial134 2026-02-21T20:05:33.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:33.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: Saving service mon spec with placement count:5 2026-02-21T20:05:33.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:33.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: Saving service mgr spec with placement count:2 2026-02-21T20:05:33.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:33.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:33.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2778004757' entity='client.admin' 2026-02-21T20:05:33.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:33.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2385736109' entity='client.admin' 2026-02-21T20:05:33.734 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:33 trial134 ceph-mon[40140]: from='mgr.14118 10.20.193.134:0/1045274876' entity='mgr.x' 2026-02-21T20:05:34.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:34 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/80648605' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-21T20:05:34.733 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:34 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: ignoring --setuser ceph since I am not root 2026-02-21T20:05:34.733 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:34 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: ignoring --setgroup ceph since I am not root 2026-02-21T20:05:35.147 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:05:35.147 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-21T20:05:35.147 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T20:05:35.147 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-21T20:05:35.147 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T20:05:35.148 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:05:35.148 INFO:teuthology.orchestra.run.trial134.stdout:Waiting for the mgr to restart... 2026-02-21T20:05:35.148 INFO:teuthology.orchestra.run.trial134.stdout:Waiting for mgr epoch 9... 2026-02-21T20:05:35.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:35 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/80648605' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-21T20:05:35.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:35 trial134 ceph-mon[40140]: mgrmap e9: x(active, since 8s) 2026-02-21T20:05:35.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:35 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/4114723109' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T20:05:35.733 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:35 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: /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-21T20:05:35.733 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:35 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: 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-21T20:05:35.733 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:05:35 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: from numpy import show_config as show_numpy_config 2026-02-21T20:05:37.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: Active manager daemon x restarted 2026-02-21T20:05:37.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: Activating manager daemon x 2026-02-21T20:05:37.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: osdmap e3: 0 total, 0 up, 0 in 2026-02-21T20:05:37.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: mgrmap e10: x(active, starting, since 0.00369416s) 2026-02-21T20:05:37.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T20:05:37.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-21T20:05:37.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T20:05:37.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T20:05:37.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T20:05:37.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:37 trial134 ceph-mon[40140]: Manager daemon x is now available 2026-02-21T20:05:38.393 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout { 2026-02-21T20:05:38.394 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-21T20:05:38.394 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T20:05:38.394 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout } 2026-02-21T20:05:38.394 INFO:teuthology.orchestra.run.trial134.stdout:mgr epoch 9 is available 2026-02-21T20:05:38.394 INFO:teuthology.orchestra.run.trial134.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-21T20:05:38.571 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:38 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:38.571 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:38 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-21T20:05:38.571 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:38 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-21T20:05:38.571 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:38 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:38.572 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:38 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:38.572 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:38 trial134 ceph-mon[40140]: mgrmap e11: x(active, since 1.00531s) 2026-02-21T20:05:39.231 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFIDCCAwigAwIBAgIUH2jyn2iQRamgYcHgbRyQC7TypUUwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LTk4ZWYxNWQ2LTBmNjAtMTFmMS1h\nZmI3LWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjEyMDA1MzlaFw0yOTAyMjAyMDA1Mzla\nMBgxFjAUBgNVBAMMDTEwLjIwLjE5My4xMzQwggIiMA0GCSqGSIb3DQEBAQUAA4IC\nDwAwggIKAoICAQDRjHdNJxgjG11hFnvf8PPvxWhbQ34jsZDRkqzOeZqnk9xggSBw\nquWNHl2MiPzxlroMDkciwrwOGEvMISENx6IbSJ0C0y6GNpSjhgQGf4lcNFsg7nFL\nwMuv7N6fC6AiBkzq/qTX10li6WH1DH0pu3diT6en6HkbsVti7BA16nMmPCeVatzo\nKOiVFBW2q1jOwfAWM60JkFecXG+S2B0cXh41jMaXl6CPl6Bi/qpWPpsMjG4XTMPJ\nDb7sJ92z6tPtcRDu87WGJSRUSiN+1WLAYHWEsDDC4TBQ+Vn3kdbCG+/pDcm7FsvP\nxOLvbv3NAn/fa2Oj+T5HtpLE0Q+DE8pm9H/Se3sjuk33TD5fm39NjK1WRi1W/AuD\nmk/52BMBG9HRfrwh7Rz/GW5OXhKndNKm87vN9m523Gt/OIfQdm8Q2Rn0I/BqclbB\nkuMyZ8v7N+S9U5ONor32MuNB2lRlYbVu6axxskbafRPLHMpgEAFf4gQwieIFeLu4\nLC0uxpzr3eLWJKqYbU+GbofEllP87+fiBVQv6xqr8WcNkqJCPn3b/5ONDInv3ijv\nvP2wxcwDGeGhGmWR6zKi0ONG++PJVsgiMpUPbCYy0wXba5DSnguHVBjK2x0/NqmB\n0r8dQ/l33qBjHtBn0i1of1uy+OR30QOwTMVCz/HCM6eMSohNNYMmJWF5AwIDAQAB\noz4wPDAsBgNVHREEJTAjggh0cmlhbDEzNIIRZGFzaGJvYXJkX3NlcnZlcnOHBAoU\nwYYwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAAvtu640+mqayrKn6\n3jqX51iKLePnvRHswpSry3oodsSVF1Kx5E+xM8Z2XKio3qfG7YFnz6xNZyW5EuNh\nDQRD62zTkazl3udgRSm9UUilSi1Fe/qzYsbJp4pIkuyEb+TZYLwOuDUJISivPnFw\nv2XW+k412DhG9iONkgi9YANPGjw6mIUBp8qSsmOihhWLerrOkmgTk/Q5i44Tn+jL\na3XLWNytFAj1xpmVKBW6eeKcTtLYQY7yRiihxYWCf2NtflbtSxx3hMXjOghSOHsY\n5A4ggecTSAhrMR53IjLZD7W1t6jrRSE1Qpiof88xJYXlTSImLXQ7KNmz9F2zIu1Q\nyq9nCxfTOrNFkSFFBObYJtxyre2kwLJurxGQe5J+vMmpLZDqnLLaub09Zu8kXiw8\nKXqKNvCxAoLxVZAcNEGlldWsX0z9YPHGOeNz1eLvYvXEQu/R6tAUrf2TxYh8FTi4\nTey+7xyvcPYYNBiEG/qaEbJLAQO8I/i7WLOCPGg9K31YNod5GPlyKxXEVcQDOamO\nKc24SfjJCHdm3U5W2A8CxBiqVgMkNRYvPeqedL5BocTjvmsAOKLNHOB0FU4rSyFk\nOGVUFW3Sk9Qcwj8kS9VQD2e5RCVscQLFpFohuNbbHeMGV3valgdO3sfUftuTH89k\ndWOWKSzHLXS/EfajnbHagJJpv+Y=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEA0Yx3TScYIxtdYRZ73/Dz78VoW0N+I7GQ0ZKsznmap5PcYIEg\ncKrljR5djIj88Za6DA5HIsK8DhhLzCEhDceiG0idAtMuhjaUo4YEBn+JXDRbIO5x\nS8DLr+zenwugIgZM6v6k19dJYulh9Qx9Kbt3Yk+np+h5G7FbYuwQNepzJjwnlWrc\n6CjolRQVtqtYzsHwFjOtCZBXnFxvktgdHF4eNYzGl5egj5egYv6qVj6bDIxuF0zD\nyQ2+7Cfds+rT7XEQ7vO1hiUkVEojftViwGB1hLAwwuEwUPlZ95HWwhvv6Q3JuxbL\nz8Ti7279zQJ/32tjo/k+R7aSxNEPgxPKZvR/0nt7I7pN90w+X5t/TYytVkYtVvwL\ng5pP+dgTARvR0X68Ie0c/xluTl4Sp3TSpvO7zfZudtxrfziH0HZvENkZ9CPwanJW\nwZLjMmfL+zfkvVOTjaK99jLjQdpUZWG1bumscbJG2n0TyxzKYBABX+IEMIniBXi7\nuCwtLsac693i1iSqmG1Phm6HxJZT/O/n4gVUL+saq/FnDZKiQj592/+TjQyJ794o\n77z9sMXMAxnhoRplkesyotDjRvvjyVbIIjKVD2wmMtMF22uQ0p4Lh1QYytsdPzap\ngdK/HUP5d96gYx7QZ9ItaH9bsvjkd9EDsEzFQs/xwjOnjEqITTWDJiVheQMCAwEA\nAQKCAgA6DVwPt8DsGOyptPzkcXBjAKGEhxIu+UZRiPzuxqmdu0zWP2+pRu8JRVxN\nTrYkh8lLBbmXW7OVhA2bo6Hwm1nBjUBSRAcjj4NmOf5rfnGjZa3JVcV1YxgKyOhz\nz1ixlGVCxQEN+sqN6HIG3UrfgNv2FHMyBSloDp5urU9gYG8+LHQa5NwGRS8J/eJ2\nFMopnXjR7ccGW0KqQsF2QQDvlvNvimyKGquUnEEGq96svfNeapklQ1MKJBC8g97b\ntTa5FRXH3SRw4WFLKK7kuGD/QrnL5LPdiV1FUY8nEvQYGn1AZ113wzz7dmQYSPtv\nDD44uxuDlc03ONE4TWKqwZTVKO8v8+cTzNTcLvrhu6h1D5vglyF5nzDhQaSYOjjv\nZEXALy1iE1e+8j//Oul9UiXfI7RGLot76Ae+eVTzc2S7CIv0ZDBG0EqgrKJe59nJ\nfnIzi1stMPevGOctxkag5mt7VIjMYZv4LvL6j06+tCnf4i82CX5b2TSaSe3rXTfg\nufNpb1IEISD5+e/bhLr/nL79DBKDYlrNk7oH0J6Kcpu2ar0rjYO0f2O2JblEKUEo\n8PylRDmnOzDt4vhnfhzcSYj88J6agRIy6b0u9NnAZ+215kKA6fGfEeTf6Mow5Stf\nlsb4+E57xCva1GPe7gB5vWhVNczCpfjeo7MG8twS4PaBGbCRIQKCAQEA+iwv8CI9\nQDKvk3USNnk4To2SRDzXuKugKD9JM4b/kftI/0YcaIGyQRZbGstwVptCmw/R1lxM\nmwDwppAX0KjzKs9H34nX6RY6KE9AL+YZorRXYzE9w6pSQmndPfSgr3unqu6jPMFj\nmsXSftUxKoyFgZbngPozby1BnQEHx2CNk6Ax3bN9BZrVGetGeqHSL4rMH1+rttoQ\nJpTxkBunSP5KHz5nbXvVl926HY3xUNaJ3u9YSH0njuQ21GULoUlxX4FrDgyrURYZ\n4tOLrODfU3vxCGWCFQGHVVpvz6CI7k9iNGDXj34d+cgpwett+6gutPpn2zPVJscX\ncLepZQEamqME5QKCAQEA1m4IbvZqEvCMk4r7qPxVpe16Jc8A5a08NM1SihaH28E5\necx5wkEFFtPpmairK6iOBj0NUHS9LNj7VJPtK8Mb7i2rgT1cZDdnNkjEY+5ePY1B\nPoWrZdPxJvDqp+SmvzyQWpYPuuQe8fQcudQym4F6hLTZKnQIK9Ks4OuAHwX8gC9L\nRn/ZbcAFP4SRzTidBIxt0qMIJTyuw1N9clftOECvdZFw0j7Re0GNJ0sRInizZE+K\n1v1R6v6/EmV/EjLappVf5wd7RQXpUux3XbT62sM27vA8xY48D0VLm/4sx4DHLBfc\nQBh9yTflO7gDQ7QEd6xHtpiGKyPfpWBvhFkurS5PxwKCAQBKU3x+nL2T6Dsv1TVv\nB77J39fX/DefPyZbLspBy9b8eSrr5Nml1vqtycWRhWW/5Wr5hM60IEIGP1ZANklN\nDhUI4AKbkGmcb6UhusH4OSXeqDPaXZPbISxFXQyFTru6x0M+Tp4i+9Xq8uEiG5b6\n7DryEHKBaFSFsG1xBxBXlQEbHhoSozP+yUyM4dDTuGYpB9SzcYojzk/EFrZaOU0P\nK7W76J9z8Lm53/9eroBGoybdHEEfcEejdXwwyECXT6mmVV4IE42GjslsEavK1hij\nxgwLkZT/Rq/9lNvpVOm5283yf98rW63uOyDk41yOyx3tWQQoJRMr7TSyoW5retN7\no/ldAoIBAQCVUbgztQp2t+XclIrcySLHUhCeJYFFbxYe2t/gYwImaG6iv14GhIqL\ns/PW2dqgo1aLR5Zu8WwOv+Z8piohMFPRzyG/9L/S1bXc2l1QDVy41hWZ+TE6zpT+\nfgOZ+KKZRw5q1laL2XEnIcujJ/45xbdQlDMp2fUatzFFyxjEAcIsbUKpDDyXrYC6\nE5IIa6UD1tpfNMJmU9SLFiekKVB6vKiyYR5EehQcFbC6rQ54h768WpufTHXwA4eA\nwwby4FDcceZ/lfkkPpKU+S/CJFYPYqNtTgOzunFeXO3i6eO65ZVMwizQwX1OUssh\ng+laCxCVWXXy1FGR1wBVREtDyWq0lCxfAoIBAFQOYrQQRYg7eypFk8fxZeuXDKhg\nqXMhnW2HXy22aG4jr8Ye1DG2dELMIZ+Y8rCwlS3ACr1yyIyrQX5Cjs0g1XUYeasM\nd+VKSwfEQffKBDkewzvLfyFifFs9NVEK+mK1uL+ZodhOB1zvv6lgLfAJj7LYv8wf\nV7st8sxkYRC59H7XwTkoBvjTd97G+DXhrr2yPKpp+QQYgUHUxLiUpqd4ixeIBDDh\ntn/UMBmB6aQgU32ccehqACF1ceoGmnzdYTBdQXybsFwUjE/T+6vmb6AwsJU48m+b\nYzoHl6uqawI/LcvP+N91QcyEjKcihVbLcNzOqjo8hKlfqaJl0dYMxNfX7TQ=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-21T20:05:39.464 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:39 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:37] ENGINE Bus STARTING 2026-02-21T20:05:39.464 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:39 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:37] ENGINE Serving on https://10.20.193.134:7150 2026-02-21T20:05:39.464 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:39 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:37] ENGINE Client ('10.20.193.134', 54546) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T20:05:39.464 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:39 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:37] ENGINE Serving on http://10.20.193.134:8765 2026-02-21T20:05:39.464 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:39 trial134 ceph-mon[40140]: [21/Feb/2026:20:05:37] ENGINE Bus STARTED 2026-02-21T20:05:39.464 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:39 trial134 ceph-mon[40140]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T20:05:39.465 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:39 trial134 ceph-mon[40140]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T20:05:39.589 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-21T20:05:39.945 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-21T20:05:39.945 INFO:teuthology.orchestra.run.trial134.stdout:Creating initial admin user... 2026-02-21T20:05:40.504 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$T.rip77eUIqK8vxDSPZ82uH2Y1UcEYBN/o9hHSfGCsiO1Nf8yTv9W", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771704340, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-21T20:05:40.505 INFO:teuthology.orchestra.run.trial134.stdout:Fetching dashboard port number... 2026-02-21T20:05:40.572 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:40 trial134 ceph-mon[40140]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:40.573 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:40 trial134 ceph-mon[40140]: mgrmap e12: x(active, since 2s) 2026-02-21T20:05:40.573 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:40 trial134 ceph-mon[40140]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:40.573 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:40 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:40.573 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:40 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:40.854 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stdout 8443 2026-02-21T20:05:40.863 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T20:05:40.863 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout disabled 2026-02-21T20:05:40.868 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T20:05:40.869 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout inactive 2026-02-21T20:05:40.869 INFO:teuthology.orchestra.run.trial134.stdout:firewalld.service is not enabled 2026-02-21T20:05:40.869 INFO:teuthology.orchestra.run.trial134.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-21T20:05:40.869 INFO:teuthology.orchestra.run.trial134.stdout:Ceph Dashboard is now available at: 2026-02-21T20:05:40.870 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:40.870 INFO:teuthology.orchestra.run.trial134.stdout: URL: https://trial134:8443/ 2026-02-21T20:05:40.870 INFO:teuthology.orchestra.run.trial134.stdout: User: admin 2026-02-21T20:05:40.870 INFO:teuthology.orchestra.run.trial134.stdout: Password: 9sivwfe6g1 2026-02-21T20:05:40.870 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:40.870 INFO:teuthology.orchestra.run.trial134.stdout:Saving cluster configuration to /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/config directory 2026-02-21T20:05:41.270 INFO:teuthology.orchestra.run.trial134.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-21T20:05:41.270 INFO:teuthology.orchestra.run.trial134.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-21T20:05:41.270 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:41.270 INFO:teuthology.orchestra.run.trial134.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:05:41.270 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:41.270 INFO:teuthology.orchestra.run.trial134.stdout:Or, if you are only running a single cluster on this host: 2026-02-21T20:05:41.270 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:41.270 INFO:teuthology.orchestra.run.trial134.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout: ceph telemetry on 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout:For more information see: 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:41.271 INFO:teuthology.orchestra.run.trial134.stdout:Bootstrap complete. 2026-02-21T20:05:41.277 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout static 2026-02-21T20:05:41.283 INFO:teuthology.orchestra.run.trial134.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-21T20:05:41.283 INFO:teuthology.orchestra.run.trial134.stdout:systemctl: stdout inactive 2026-02-21T20:05:41.283 INFO:teuthology.orchestra.run.trial134.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-21T20:05:41.420 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:41 trial134 ceph-mon[40140]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:41.421 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:41 trial134 ceph-mon[40140]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:41.421 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:41 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:41.421 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:41 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2986352659' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-21T20:05:41.421 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:41 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2105430513' entity='client.admin' 2026-02-21T20:05:41.433 INFO:tasks.cephadm:Fetching config... 2026-02-21T20:05:41.433 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:05:41.433 DEBUG:teuthology.orchestra.run.trial134:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-21T20:05:41.450 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-21T20:05:41.450 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:05:41.450 DEBUG:teuthology.orchestra.run.trial134:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-21T20:05:41.508 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-21T20:05:41.509 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:05:41.509 DEBUG:teuthology.orchestra.run.trial134:> sudo dd if=/var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-21T20:05:41.575 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-21T20:05:41.576 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:05:41.576 DEBUG:teuthology.orchestra.run.trial134:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-21T20:05:41.634 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-21T20:05:41.634 DEBUG:teuthology.orchestra.run.trial134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID5f4+ppZD22cKrVoHPQbBdP+CDMY35nwd8qlWHefN3t ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:05:41.709 INFO:teuthology.orchestra.run.trial134.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID5f4+ppZD22cKrVoHPQbBdP+CDMY35nwd8qlWHefN3t ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:41.720 DEBUG:teuthology.orchestra.run.trial159:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID5f4+ppZD22cKrVoHPQbBdP+CDMY35nwd8qlWHefN3t ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T20:05:41.755 INFO:teuthology.orchestra.run.trial159.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID5f4+ppZD22cKrVoHPQbBdP+CDMY35nwd8qlWHefN3t ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:41.765 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-21T20:05:41.880 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:42.259 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-21T20:05:42.259 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-21T20:05:42.378 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:42.765 INFO:tasks.cephadm:Remote trial159 excluded from cephadm cluster by role 2026-02-21T20:05:42.765 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-21T20:05:42.765 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd crush tunables default 2026-02-21T20:05:42.883 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:43.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:43.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:43.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:trial134", "name": "osd_memory_target"} : dispatch 2026-02-21T20:05:43.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:43.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2304693981' entity='client.admin' 2026-02-21T20:05:43.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: Certificate for "cephadm-signed_agent_cert (trial134)" is still valid for 1824 days. 2026-02-21T20:05:43.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:43.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:43.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:43.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:43.484 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:43.484 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:43 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:05:44.046 INFO:teuthology.orchestra.run.trial134.stderr:adjusted tunables profile to default 2026-02-21T20:05:44.190 INFO:tasks.cephadm:Adding mon.a on trial134 2026-02-21T20:05:44.191 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch apply mon '1;trial134:10.20.193.134=a' 2026-02-21T20:05:44.308 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:44.329 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:44 trial134 ceph-mon[40140]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:44.329 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:44 trial134 ceph-mon[40140]: Updating trial134:/etc/ceph/ceph.conf 2026-02-21T20:05:44.329 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:44 trial134 ceph-mon[40140]: Updating trial134:/var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/config/ceph.conf 2026-02-21T20:05:44.329 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:44 trial134 ceph-mon[40140]: Updating trial134:/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:05:44.330 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:44 trial134 ceph-mon[40140]: Updating trial134:/var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T20:05:44.330 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:44 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/3823076729' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-21T20:05:44.330 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:44 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:44.330 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:44 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:44.330 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:44 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:44.548 INFO:teuthology.orchestra.run.trial134.stdout:Scheduled mon update... 2026-02-21T20:05:44.688 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2026-02-21T20:05:44.688 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T20:05:44.802 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:45.070 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:45.070 INFO:teuthology.orchestra.run.trial134.stdout:{"epoch":1,"fsid":"98ef15d6-0f60-11f1-afb7-d404e6e7d460","modified":"2026-02-21T20:05:14.389709Z","created":"2026-02-21T20:05:14.389709Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:3300","nonce":0},{"type":"v1","addr":"10.20.193.134:6789","nonce":0}]},"addr":"10.20.193.134:6789/0","public_addr":"10.20.193.134:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T20:05:14:389722+0000","crush_location":[]}],"quorum":[0]} 2026-02-21T20:05:45.071 INFO:teuthology.orchestra.run.trial134.stderr:dumped monmap epoch 1 2026-02-21T20:05:45.169 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/3823076729' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-21T20:05:45.169 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T20:05:45.169 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: mgrmap e13: x(active, since 6s) 2026-02-21T20:05:45.169 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:45.169 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:45.169 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:45.169 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:05:45.169 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:45.170 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:45.170 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T20:05:45.170 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T20:05:45.170 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:45.170 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:45.170 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:45 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:45.210 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-21T20:05:45.210 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-21T20:05:45.327 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:45.565 INFO:teuthology.orchestra.run.trial134.stdout:# minimal ceph.conf for 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:45.565 INFO:teuthology.orchestra.run.trial134.stdout:[global] 2026-02-21T20:05:45.565 INFO:teuthology.orchestra.run.trial134.stdout: fsid = 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:05:45.565 INFO:teuthology.orchestra.run.trial134.stdout: mon_host = [v2:10.20.193.134:3300/0,v1:10.20.193.134:6789/0] 2026-02-21T20:05:45.704 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-21T20:05:45.704 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:05:45.704 DEBUG:teuthology.orchestra.run.trial134:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T20:05:45.731 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:05:45.731 DEBUG:teuthology.orchestra.run.trial134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T20:05:45.795 INFO:tasks.cephadm:Adding mgr.x on trial134 2026-02-21T20:05:45.795 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch apply mgr '1;trial134=x' 2026-02-21T20:05:45.950 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:46.189 INFO:teuthology.orchestra.run.trial134.stdout:Scheduled mgr update... 2026-02-21T20:05:46.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:46 trial134 ceph-mon[40140]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;trial134:10.20.193.134=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:46.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:46 trial134 ceph-mon[40140]: Saving service mon spec with placement trial134:10.20.193.134=a;count:1 2026-02-21T20:05:46.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:46 trial134 ceph-mon[40140]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T20:05:46.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:46 trial134 ceph-mon[40140]: Reconfiguring daemon mon.a on trial134 2026-02-21T20:05:46.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:46 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/205641012' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T20:05:46.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:46 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/811042946' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:46.332 DEBUG:tasks.cephadm:set 0 configs 2026-02-21T20:05:46.332 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph config dump 2026-02-21T20:05:46.453 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:46.681 INFO:teuthology.orchestra.run.trial134.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-21T20:05:46.681 INFO:teuthology.orchestra.run.trial134.stdout:global dev auth_debug true 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 * 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global dev debug_asserts_on_shutdown true 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global basic log_to_file true 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global basic log_to_journald false 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global basic log_to_stderr false 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global advanced mon_allow_pool_delete true 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global advanced mon_cluster_log_to_file true 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-21T20:05:46.682 INFO:teuthology.orchestra.run.trial134.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:global dev ms_die_on_bug true 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:global dev ms_die_on_old_message true 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:global advanced osd_pool_default_erasure_code_profile plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-21T20:05:46.683 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced debug_mon 20/20 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced debug_ms 1/1 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced debug_paxos 20/20 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced mon_data_avail_warn 5 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mgr advanced debug_mgr 20/20 2026-02-21T20:05:46.684 INFO:teuthology.orchestra.run.trial134.stdout:mgr advanced debug_ms 1/1 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:osd dev bdev_debug_aio true 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced debug_ms 1/1 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced debug_osd 20/20 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:osd dev osd_debug_misdirected_ops true 2026-02-21T20:05:46.685 INFO:teuthology.orchestra.run.trial134.stdout:osd dev osd_debug_op_order true 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd dev osd_debug_shutdown true 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_memory_target_autotune true 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_op_queue debug_random * 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_recover_clone_overlap true 2026-02-21T20:05:46.686 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-21T20:05:46.687 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-21T20:05:46.687 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-21T20:05:46.687 INFO:teuthology.orchestra.run.trial134.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-21T20:05:46.687 INFO:teuthology.orchestra.run.trial134.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-21T20:05:46.687 INFO:teuthology.orchestra.run.trial134.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-21T20:05:46.687 INFO:teuthology.orchestra.run.trial134.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-21T20:05:46.821 INFO:tasks.cephadm:Deploying OSDs... 2026-02-21T20:05:46.821 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:05:46.821 DEBUG:teuthology.orchestra.run.trial134:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T20:05:46.838 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-21T20:05:46.839 DEBUG:teuthology.orchestra.run.trial134:> stat /dev/vg_nvme/lv_1 2026-02-21T20:05:46.895 INFO:teuthology.orchestra.run.trial134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T20:05:46.895 INFO:teuthology.orchestra.run.trial134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:05:46.895 INFO:teuthology.orchestra.run.trial134.stdout:Device: 6h/6d Inode: 1309 Links: 1 2026-02-21T20:05:46.895 INFO:teuthology.orchestra.run.trial134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:05:46.895 INFO:teuthology.orchestra.run.trial134.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:05:46.895 INFO:teuthology.orchestra.run.trial134.stdout:Access: 2026-02-21 20:05:42.393649383 +0000 2026-02-21T20:05:46.896 INFO:teuthology.orchestra.run.trial134.stdout:Modify: 2026-02-21 20:03:03.538929446 +0000 2026-02-21T20:05:46.896 INFO:teuthology.orchestra.run.trial134.stdout:Change: 2026-02-21 20:03:03.538929446 +0000 2026-02-21T20:05:46.896 INFO:teuthology.orchestra.run.trial134.stdout: Birth: 2026-02-21 20:03:03.538929446 +0000 2026-02-21T20:05:46.896 DEBUG:teuthology.orchestra.run.trial134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T20:05:46.958 INFO:teuthology.orchestra.run.trial134.stderr:1+0 records in 2026-02-21T20:05:46.958 INFO:teuthology.orchestra.run.trial134.stderr:1+0 records out 2026-02-21T20:05:46.959 INFO:teuthology.orchestra.run.trial134.stderr:512 bytes copied, 0.000176863 s, 2.9 MB/s 2026-02-21T20:05:46.960 DEBUG:teuthology.orchestra.run.trial134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T20:05:47.017 DEBUG:teuthology.orchestra.run.trial134:> stat /dev/vg_nvme/lv_2 2026-02-21T20:05:47.074 INFO:teuthology.orchestra.run.trial134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T20:05:47.074 INFO:teuthology.orchestra.run.trial134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:05:47.074 INFO:teuthology.orchestra.run.trial134.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-21T20:05:47.074 INFO:teuthology.orchestra.run.trial134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:05:47.075 INFO:teuthology.orchestra.run.trial134.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:05:47.075 INFO:teuthology.orchestra.run.trial134.stdout:Access: 2026-02-21 20:05:42.393649383 +0000 2026-02-21T20:05:47.075 INFO:teuthology.orchestra.run.trial134.stdout:Modify: 2026-02-21 20:03:03.537929485 +0000 2026-02-21T20:05:47.075 INFO:teuthology.orchestra.run.trial134.stdout:Change: 2026-02-21 20:03:03.537929485 +0000 2026-02-21T20:05:47.075 INFO:teuthology.orchestra.run.trial134.stdout: Birth: 2026-02-21 20:03:03.537929485 +0000 2026-02-21T20:05:47.075 DEBUG:teuthology.orchestra.run.trial134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T20:05:47.136 INFO:teuthology.orchestra.run.trial134.stderr:1+0 records in 2026-02-21T20:05:47.136 INFO:teuthology.orchestra.run.trial134.stderr:1+0 records out 2026-02-21T20:05:47.136 INFO:teuthology.orchestra.run.trial134.stderr:512 bytes copied, 0.000165212 s, 3.1 MB/s 2026-02-21T20:05:47.138 DEBUG:teuthology.orchestra.run.trial134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T20:05:47.195 DEBUG:teuthology.orchestra.run.trial134:> stat /dev/vg_nvme/lv_3 2026-02-21T20:05:47.251 INFO:teuthology.orchestra.run.trial134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T20:05:47.251 INFO:teuthology.orchestra.run.trial134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:05:47.252 INFO:teuthology.orchestra.run.trial134.stdout:Device: 6h/6d Inode: 1291 Links: 1 2026-02-21T20:05:47.252 INFO:teuthology.orchestra.run.trial134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:05:47.252 INFO:teuthology.orchestra.run.trial134.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:05:47.252 INFO:teuthology.orchestra.run.trial134.stdout:Access: 2026-02-21 20:05:42.393649383 +0000 2026-02-21T20:05:47.252 INFO:teuthology.orchestra.run.trial134.stdout:Modify: 2026-02-21 20:03:03.537929485 +0000 2026-02-21T20:05:47.252 INFO:teuthology.orchestra.run.trial134.stdout:Change: 2026-02-21 20:03:03.537929485 +0000 2026-02-21T20:05:47.252 INFO:teuthology.orchestra.run.trial134.stdout: Birth: 2026-02-21 20:03:03.537929485 +0000 2026-02-21T20:05:47.252 DEBUG:teuthology.orchestra.run.trial134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T20:05:47.315 INFO:teuthology.orchestra.run.trial134.stderr:1+0 records in 2026-02-21T20:05:47.315 INFO:teuthology.orchestra.run.trial134.stderr:1+0 records out 2026-02-21T20:05:47.315 INFO:teuthology.orchestra.run.trial134.stderr:512 bytes copied, 0.000158398 s, 3.2 MB/s 2026-02-21T20:05:47.316 DEBUG:teuthology.orchestra.run.trial134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T20:05:47.373 DEBUG:teuthology.orchestra.run.trial134:> stat /dev/vg_nvme/lv_4 2026-02-21T20:05:47.429 INFO:teuthology.orchestra.run.trial134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T20:05:47.429 INFO:teuthology.orchestra.run.trial134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T20:05:47.429 INFO:teuthology.orchestra.run.trial134.stdout:Device: 6h/6d Inode: 1301 Links: 1 2026-02-21T20:05:47.430 INFO:teuthology.orchestra.run.trial134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T20:05:47.430 INFO:teuthology.orchestra.run.trial134.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T20:05:47.430 INFO:teuthology.orchestra.run.trial134.stdout:Access: 2026-02-21 20:05:42.393649383 +0000 2026-02-21T20:05:47.430 INFO:teuthology.orchestra.run.trial134.stdout:Modify: 2026-02-21 20:03:03.538929446 +0000 2026-02-21T20:05:47.430 INFO:teuthology.orchestra.run.trial134.stdout:Change: 2026-02-21 20:03:03.538929446 +0000 2026-02-21T20:05:47.430 INFO:teuthology.orchestra.run.trial134.stdout: Birth: 2026-02-21 20:03:03.538929446 +0000 2026-02-21T20:05:47.430 DEBUG:teuthology.orchestra.run.trial134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T20:05:47.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;trial134=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:47.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: Saving service mgr spec with placement trial134=x;count:1 2026-02-21T20:05:47.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: Reconfiguring mgr.x (unknown last config time)... 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: Reconfiguring daemon mgr.x on trial134 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:47.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:47.484 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:47 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/616112990' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T20:05:47.493 INFO:teuthology.orchestra.run.trial134.stderr:1+0 records in 2026-02-21T20:05:47.493 INFO:teuthology.orchestra.run.trial134.stderr:1+0 records out 2026-02-21T20:05:47.493 INFO:teuthology.orchestra.run.trial134.stderr:512 bytes copied, 0.000147288 s, 3.5 MB/s 2026-02-21T20:05:47.495 DEBUG:teuthology.orchestra.run.trial134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T20:05:47.551 INFO:tasks.cephadm:Deploying osd.0 on trial134 with /dev/vg_nvme/lv_4... 2026-02-21T20:05:47.552 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T20:05:47.707 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:48.378 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:48.396 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch daemon add osd trial134:vg_nvme/lv_4 --skip-validation 2026-02-21T20:05:48.513 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:49.982 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial134:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: osd.default does not exist. Creating it now. 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: Creating OSDs with service ID: default on trial134:['vg_nvme/lv_4'] 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: Marking host: trial134 for OSDSpec preview refresh. 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: Saving service osd.default spec with placement trial134 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:05:49.983 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/3480689391' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f4e4204e-472f-4a1c-9430-4669b0f6d514"} : dispatch 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/3480689391' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4e4204e-472f-4a1c-9430-4669b0f6d514"}]': finished 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T20:05:49.984 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:49 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:05:51.045 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:50 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/216397959' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:05:52.163 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:51 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:05:52.163 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:51 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:53.226 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:52 trial134 ceph-mon[40140]: Deploying daemon osd.0 on trial134 2026-02-21T20:05:53.226 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:52 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T20:05:53.226 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:52 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:53.227 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:52 trial134 ceph-mon[40140]: Deploying daemon osd.0 on trial134 2026-02-21T20:05:55.447 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:55 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:55.447 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:55 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:55.448 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:55 trial134 ceph-mon[40140]: from='osd.0 [v2:10.20.193.134:6802/4044162353,v1:10.20.193.134:6803/4044162353]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:05:56.649 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:56 trial134 ceph-mon[40140]: from='osd.0 [v2:10.20.193.134:6802/4044162353,v1:10.20.193.134:6803/4044162353]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:05:56.649 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:56 trial134 ceph-mon[40140]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T20:05:56.649 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:56 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:05:58.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:57 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:58.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:57 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:58.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:57 trial134 ceph-mon[40140]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:05:58.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:57 trial134 ceph-mon[40140]: from='osd.0 [v2:10.20.193.134:6802/3993304359,v1:10.20.193.134:6803/3993304359]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T20:05:58.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:57 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:58.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:57 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:58.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:57 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:05:58.504 INFO:teuthology.orchestra.run.trial134.stdout:Created osd(s) 0 on host 'trial134' 2026-02-21T20:05:58.658 DEBUG:teuthology.orchestra.run.trial134:osd.0> sudo journalctl -f -n 0 -u ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@osd.0.service 2026-02-21T20:05:58.661 INFO:tasks.cephadm:Deploying osd.1 on trial134 with /dev/vg_nvme/lv_3... 2026-02-21T20:05:58.661 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-21T20:05:58.819 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:05:59.433 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:05:59 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0[54919]: 2026-02-21T20:05:59.266+0000 7fda7a574640 -1 osd.0 0 waiting for initial osdmap 2026-02-21T20:05:59.434 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:05:59 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0[54919]: 2026-02-21T20:05:59.268+0000 7fda72433640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:05:59.434 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:59.434 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:59.434 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='osd.0 [v2:10.20.193.134:6802/3993304359,v1:10.20.193.134:6803/3993304359]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T20:05:59.434 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T20:05:59.434 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='osd.0 [v2:10.20.193.134:6802/3993304359,v1:10.20.193.134:6803/3993304359]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial134", "root=default"]} : dispatch 2026-02-21T20:05:59.434 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:05:59.434 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:05:59.435 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:05:59 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:05:59.625 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:05:59.641 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch daemon add osd trial134:vg_nvme/lv_3 --skip-validation 2026-02-21T20:05:59.763 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:00.582 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: Detected new or changed devices on trial134 2026-02-21T20:06:00.582 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: Adjusting osd_memory_target on trial134 to 84047M 2026-02-21T20:06:00.582 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T20:06:00.582 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: from='osd.0 [v2:10.20.193.134:6802/3993304359,v1:10.20.193.134:6803/3993304359]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial134", "root=default"]}]': finished 2026-02-21T20:06:00.582 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: osdmap e8: 1 total, 0 up, 1 in 2026-02-21T20:06:00.582 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:06:00.582 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:06:00.582 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:00.583 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:00.583 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:00.583 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:06:00.583 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:00 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:01.524 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: purged_snaps scrub starts 2026-02-21T20:06:01.524 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: purged_snaps scrub ok 2026-02-21T20:06:01.524 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: from='client.14203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial134:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:01.524 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: osd.default does not exist. Creating it now. 2026-02-21T20:06:01.524 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: Creating OSDs with service ID: default on trial134:['vg_nvme/lv_3'] 2026-02-21T20:06:01.525 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: Marking host: trial134 for OSDSpec preview refresh. 2026-02-21T20:06:01.525 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: Saving service osd.default spec with placement trial134 2026-02-21T20:06:01.525 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: osd.0 [v2:10.20.193.134:6802/3993304359,v1:10.20.193.134:6803/3993304359] boot 2026-02-21T20:06:01.525 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: osdmap e9: 1 total, 1 up, 1 in 2026-02-21T20:06:01.525 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T20:06:01.525 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/4846710' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "16ba822f-b241-461d-b4c1-2b95a2e8a110"} : dispatch 2026-02-21T20:06:01.525 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/4846710' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16ba822f-b241-461d-b4c1-2b95a2e8a110"}]': finished 2026-02-21T20:06:01.525 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T20:06:01.525 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:01 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:06:02.564 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:02 trial134 ceph-mon[40140]: pgmap v12: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:06:02.564 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:02 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2810276483' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T20:06:04.683 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:04 trial134 ceph-mon[40140]: pgmap v13: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:06:04.683 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:04 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:04.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:04 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:04.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:04 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:04.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:04 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T20:06:04.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:04 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:04.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:04 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:04.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:04 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:05.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:05 trial134 ceph-mon[40140]: Deploying daemon osd.1 on trial134 2026-02-21T20:06:06.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:06 trial134 ceph-mon[40140]: pgmap v14: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:06:06.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:06 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:06.733 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:06 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:07.602 INFO:teuthology.orchestra.run.trial134.stdout:Created osd(s) 1 on host 'trial134' 2026-02-21T20:06:07.744 DEBUG:teuthology.orchestra.run.trial134:osd.1> sudo journalctl -f -n 0 -u ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@osd.1.service 2026-02-21T20:06:07.746 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-02-21T20:06:07.746 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:06:07.904 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:08.138 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:08.139 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: Detected new or changed devices on trial134 2026-02-21T20:06:08.139 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:08.139 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:08.139 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:08.139 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:08.139 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:08.139 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:08.140 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:08.140 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:08.140 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T20:06:08.140 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:08.140 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='osd.1 [v2:10.20.193.134:6810/2596215312,v1:10.20.193.134:6811/2596215312]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T20:06:08.140 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: pgmap v15: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:06:08.140 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:08.140 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:07 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:08.281 INFO:teuthology.orchestra.run.trial134.stdout:{"epoch":11,"num_osds":2,"num_up_osds":1,"osd_up_since":1771704360,"num_in_osds":2,"osd_in_since":1771704361,"num_remapped_pgs":0} 2026-02-21T20:06:08.979 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:08 trial134 ceph-mon[40140]: from='osd.1 [v2:10.20.193.134:6810/2596215312,v1:10.20.193.134:6811/2596215312]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T20:06:08.979 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:08 trial134 ceph-mon[40140]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T20:06:08.979 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:08 trial134 ceph-mon[40140]: from='osd.1 [v2:10.20.193.134:6810/2596215312,v1:10.20.193.134:6811/2596215312]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial134", "root=default"]} : dispatch 2026-02-21T20:06:08.979 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:08 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:06:08.979 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:08 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/3941214253' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:06:08.980 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:06:08 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1[61308]: 2026-02-21T20:06:08.894+0000 7f618240d640 -1 osd.1 0 waiting for initial osdmap 2026-02-21T20:06:08.980 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:06:08 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1[61308]: 2026-02-21T20:06:08.896+0000 7f617e2d4640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T20:06:09.282 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:06:09.402 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:09.636 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:09.778 INFO:teuthology.orchestra.run.trial134.stdout:{"epoch":12,"num_osds":2,"num_up_osds":1,"osd_up_since":1771704360,"num_in_osds":2,"osd_in_since":1771704361,"num_remapped_pgs":0} 2026-02-21T20:06:10.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:09 trial134 ceph-mon[40140]: from='osd.1 [v2:10.20.193.134:6810/2596215312,v1:10.20.193.134:6811/2596215312]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial134", "root=default"]}]': finished 2026-02-21T20:06:10.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:09 trial134 ceph-mon[40140]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T20:06:10.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:09 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:06:10.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:09 trial134 ceph-mon[40140]: pgmap v18: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T20:06:10.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:09 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/1891517553' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:06:10.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:09 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:10.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:09 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:10.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:09 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:10.779 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T20:06:10.901 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:11.139 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:11.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:10 trial134 ceph-mon[40140]: purged_snaps scrub starts 2026-02-21T20:06:11.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:10 trial134 ceph-mon[40140]: purged_snaps scrub ok 2026-02-21T20:06:11.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:10 trial134 ceph-mon[40140]: osd.1 [v2:10.20.193.134:6810/2596215312,v1:10.20.193.134:6811/2596215312] boot 2026-02-21T20:06:11.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:10 trial134 ceph-mon[40140]: osdmap e13: 2 total, 2 up, 2 in 2026-02-21T20:06:11.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:10 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T20:06:11.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:10 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:11.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:10 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:11.281 INFO:teuthology.orchestra.run.trial134.stdout:{"epoch":13,"num_osds":2,"num_up_osds":2,"osd_up_since":1771704369,"num_in_osds":2,"osd_in_since":1771704361,"num_remapped_pgs":0} 2026-02-21T20:06:11.282 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:06:11.400 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:11.630 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:11.630 INFO:teuthology.orchestra.run.trial134.stdout:{"epoch":14,"fsid":"98ef15d6-0f60-11f1-afb7-d404e6e7d460","created":"2026-02-21T20:05:15.587614+0000","modified":"2026-02-21T20:06:11.221317+0000","last_up_change":"2026-02-21T20:06:09.893602+0000","last_in_change":"2026-02-21T20:06:01.234917+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":7,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"f4e4204e-472f-4a1c-9430-4669b0f6d514","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.134:6802","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6803","nonce":3993304359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6804","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6805","nonce":3993304359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6808","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6809","nonce":3993304359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6806","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6807","nonce":3993304359}]},"public_addr":"10.20.193.134:6803/3993304359","cluster_addr":"10.20.193.134:6805/3993304359","heartbeat_back_addr":"10.20.193.134:6809/3993304359","heartbeat_front_addr":"10.20.193.134:6807/3993304359","state":["exists","up"]},{"osd":1,"uuid":"16ba822f-b241-461d-b4c1-2b95a2e8a110","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6810","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6811","nonce":2596215312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6812","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6813","nonce":2596215312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6816","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6817","nonce":2596215312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6814","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6815","nonce":2596215312}]},"public_addr":"10.20.193.134:6811/2596215312","cluster_addr":"10.20.193.134:6813/2596215312","heartbeat_back_addr":"10.20.193.134:6817/2596215312","heartbeat_front_addr":"10.20.193.134:6815/2596215312","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:05:58.614647+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:06:07.854437+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.134:0/2243637175":"2026-02-22T20:05:37.256808+0000","10.20.193.134:0/670138556":"2026-02-22T20:05:37.256808+0000","10.20.193.134:0/3898835764":"2026-02-22T20:05:37.256808+0000","10.20.193.134:6801/3655408421":"2026-02-22T20:05:37.256808+0000","10.20.193.134:6800/3655408421":"2026-02-22T20:05:37.256808+0000","10.20.193.134:0/1066989239":"2026-02-22T20:05:26.259610+0000","10.20.193.134:6800/1228038993":"2026-02-22T20:05:26.259610+0000","10.20.193.134:6801/1228038993":"2026-02-22T20:05:26.259610+0000","10.20.193.134:0/1644289825":"2026-02-22T20:05:26.259610+0000","10.20.193.134:0/2808652058":"2026-02-22T20:05:26.259610+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-21T20:06:11.769 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-21T20:06:11.770 INFO:tasks.cephadm:Setting up client nodes... 2026-02-21T20:06:11.770 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-21T20:06:11.889 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:12.166 INFO:teuthology.orchestra.run.trial134.stdout:[client.0] 2026-02-21T20:06:12.166 INFO:teuthology.orchestra.run.trial134.stdout: key = AQA0EJpp0COzCRAAZJAtLwaj+Dyz69uI4tOWHg== 2026-02-21T20:06:12.166 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/1153908552' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: Adjusting osd_memory_target on trial134 to 42023M 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:12.167 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: osdmap e14: 2 total, 2 up, 2 in 2026-02-21T20:06:12.168 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: pgmap v21: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:06:12.168 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:11 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/1159005476' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:06:12.306 DEBUG:teuthology.orchestra.run.trial134:> set -ex 2026-02-21T20:06:12.306 DEBUG:teuthology.orchestra.run.trial134:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-21T20:06:12.306 DEBUG:teuthology.orchestra.run.trial134:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-21T20:06:12.342 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-21T20:06:12.499 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:12.728 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:12.868 INFO:teuthology.orchestra.run.trial134.stdout:[{"version":11,"timestamp":"2026-02-21T20:06:11.160927+0000","name":"","changes":[{"name":"osd/host:trial134/osd_memory_target","previous_value":"88129925939","new_value":"44064962969"}]}] 2026-02-21T20:06:12.869 INFO:tasks.ceph_manager:config epoch is 11 2026-02-21T20:06:12.869 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-21T20:06:12.869 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-21T20:06:12.869 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-21T20:06:12.987 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:13.102 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:12 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/1896062353' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-21T20:06:13.102 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:12 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/1896062353' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-21T20:06:13.102 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:12 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/4224658588' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T20:06:13.246 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:13.388 INFO:teuthology.orchestra.run.trial134.stdout:{"epoch":13,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6800","nonce":1976902037},{"type":"v1","addr":"10.20.193.134:6801","nonce":1976902037}]},"active_addr":"10.20.193.134:6801/1976902037","active_change":"2026-02-21T20:05:37.256909+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_binary_logging_level":{"name":"cephadm_binary_logging_level","type":"str","level":"advanced","flags":0,"default_value":"debug","min":"","max":"","enum_allowed":["debug","error","info","warning"],"desc":"Logging verbosity for the cephadm binary when invoked by the mgr (e.g. check-host, gather-facts).","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.134:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"tentacle":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"force_disabled_modules":{},"last_failure_osd_epoch":3,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.134:0","nonce":2753659224}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.134:0","nonce":4133993661}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.134:0","nonce":906681821}]}]} 2026-02-21T20:06:13.392 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-21T20:06:13.392 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-21T20:06:13.392 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:06:13.509 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:13.740 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:13.741 INFO:teuthology.orchestra.run.trial134.stdout:{"epoch":14,"fsid":"98ef15d6-0f60-11f1-afb7-d404e6e7d460","created":"2026-02-21T20:05:15.587614+0000","modified":"2026-02-21T20:06:11.221317+0000","last_up_change":"2026-02-21T20:06:09.893602+0000","last_in_change":"2026-02-21T20:06:01.234917+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":7,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"f4e4204e-472f-4a1c-9430-4669b0f6d514","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.134:6802","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6803","nonce":3993304359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6804","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6805","nonce":3993304359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6808","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6809","nonce":3993304359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6806","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6807","nonce":3993304359}]},"public_addr":"10.20.193.134:6803/3993304359","cluster_addr":"10.20.193.134:6805/3993304359","heartbeat_back_addr":"10.20.193.134:6809/3993304359","heartbeat_front_addr":"10.20.193.134:6807/3993304359","state":["exists","up"]},{"osd":1,"uuid":"16ba822f-b241-461d-b4c1-2b95a2e8a110","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6810","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6811","nonce":2596215312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6812","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6813","nonce":2596215312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6816","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6817","nonce":2596215312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6814","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6815","nonce":2596215312}]},"public_addr":"10.20.193.134:6811/2596215312","cluster_addr":"10.20.193.134:6813/2596215312","heartbeat_back_addr":"10.20.193.134:6817/2596215312","heartbeat_front_addr":"10.20.193.134:6815/2596215312","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:05:58.614647+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:06:07.854437+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.134:0/2243637175":"2026-02-22T20:05:37.256808+0000","10.20.193.134:0/670138556":"2026-02-22T20:05:37.256808+0000","10.20.193.134:0/3898835764":"2026-02-22T20:05:37.256808+0000","10.20.193.134:6801/3655408421":"2026-02-22T20:05:37.256808+0000","10.20.193.134:6800/3655408421":"2026-02-22T20:05:37.256808+0000","10.20.193.134:0/1066989239":"2026-02-22T20:05:26.259610+0000","10.20.193.134:6800/1228038993":"2026-02-22T20:05:26.259610+0000","10.20.193.134:6801/1228038993":"2026-02-22T20:05:26.259610+0000","10.20.193.134:0/1644289825":"2026-02-22T20:05:26.259610+0000","10.20.193.134:0/2808652058":"2026-02-22T20:05:26.259610+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-21T20:06:13.881 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-21T20:06:13.881 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T20:06:13.998 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:14.222 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:14.222 INFO:teuthology.orchestra.run.trial134.stdout:{"epoch":14,"fsid":"98ef15d6-0f60-11f1-afb7-d404e6e7d460","created":"2026-02-21T20:05:15.587614+0000","modified":"2026-02-21T20:06:11.221317+0000","last_up_change":"2026-02-21T20:06:09.893602+0000","last_in_change":"2026-02-21T20:06:01.234917+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":7,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"f4e4204e-472f-4a1c-9430-4669b0f6d514","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.134:6802","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6803","nonce":3993304359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6804","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6805","nonce":3993304359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6808","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6809","nonce":3993304359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6806","nonce":3993304359},{"type":"v1","addr":"10.20.193.134:6807","nonce":3993304359}]},"public_addr":"10.20.193.134:6803/3993304359","cluster_addr":"10.20.193.134:6805/3993304359","heartbeat_back_addr":"10.20.193.134:6809/3993304359","heartbeat_front_addr":"10.20.193.134:6807/3993304359","state":["exists","up"]},{"osd":1,"uuid":"16ba822f-b241-461d-b4c1-2b95a2e8a110","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6810","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6811","nonce":2596215312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6812","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6813","nonce":2596215312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6816","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6817","nonce":2596215312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.134:6814","nonce":2596215312},{"type":"v1","addr":"10.20.193.134:6815","nonce":2596215312}]},"public_addr":"10.20.193.134:6811/2596215312","cluster_addr":"10.20.193.134:6813/2596215312","heartbeat_back_addr":"10.20.193.134:6817/2596215312","heartbeat_front_addr":"10.20.193.134:6815/2596215312","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:05:58.614647+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T20:06:07.854437+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.134:0/2243637175":"2026-02-22T20:05:37.256808+0000","10.20.193.134:0/670138556":"2026-02-22T20:05:37.256808+0000","10.20.193.134:0/3898835764":"2026-02-22T20:05:37.256808+0000","10.20.193.134:6801/3655408421":"2026-02-22T20:05:37.256808+0000","10.20.193.134:6800/3655408421":"2026-02-22T20:05:37.256808+0000","10.20.193.134:0/1066989239":"2026-02-22T20:05:26.259610+0000","10.20.193.134:6800/1228038993":"2026-02-22T20:05:26.259610+0000","10.20.193.134:6801/1228038993":"2026-02-22T20:05:26.259610+0000","10.20.193.134:0/1644289825":"2026-02-22T20:05:26.259610+0000","10.20.193.134:0/2808652058":"2026-02-22T20:05:26.259610+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-21T20:06:14.222 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:13 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/583668993' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T20:06:14.223 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:13 trial134 ceph-mon[40140]: pgmap v22: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:06:14.223 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:13 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/1403776381' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:06:14.363 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-21T20:06:14.363 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-21T20:06:14.482 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:14.483 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:14.754 INFO:teuthology.orchestra.run.trial134.stdout:38654705669 2026-02-21T20:06:14.755 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T20:06:14.762 INFO:teuthology.orchestra.run.trial134.stdout:55834574852 2026-02-21T20:06:14.762 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T20:06:14.874 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:14.915 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:15.029 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:14 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2747627301' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T20:06:15.120 INFO:teuthology.orchestra.run.trial134.stdout:38654705668 2026-02-21T20:06:15.132 INFO:teuthology.orchestra.run.trial134.stdout:55834574851 2026-02-21T20:06:15.261 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705668 for osd.0 2026-02-21T20:06:15.275 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574852 got 55834574851 for osd.1 2026-02-21T20:06:16.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:15 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2890228601' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:06:16.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:15 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/1902625010' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:06:16.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:15 trial134 ceph-mon[40140]: pgmap v23: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:06:16.262 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T20:06:16.276 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T20:06:16.381 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:16.423 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:16.635 INFO:teuthology.orchestra.run.trial134.stdout:38654705669 2026-02-21T20:06:16.647 INFO:teuthology.orchestra.run.trial134.stdout:55834574852 2026-02-21T20:06:16.777 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705669 for osd.0 2026-02-21T20:06:16.777 DEBUG:teuthology.parallel:result is None 2026-02-21T20:06:16.789 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574852 got 55834574852 for osd.1 2026-02-21T20:06:16.789 DEBUG:teuthology.parallel:result is None 2026-02-21T20:06:16.789 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-21T20:06:16.790 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:06:16.945 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:17.172 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:17.172 INFO:teuthology.orchestra.run.trial134.stderr:dumped all 2026-02-21T20:06:17.173 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:16 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/1353659474' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T20:06:17.173 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:16 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2194179698' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T20:06:17.311 INFO:teuthology.orchestra.run.trial134.stdout:{"pg_ready":true,"pg_map":{"version":23,"stamp":"2026-02-21T20:06:15.264903+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":1468006400,"kb_used":54424,"kb_used_data":240,"kb_used_omap":12,"kb_used_meta":54131,"kb_avail":1467951976,"statfs":{"total":1503238553600,"available":1503182823424,"internally_reserved":0,"allocated":245760,"data_stored":59468,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12662,"internal_metadata":55430794},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574852,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27084,"kb_used_data":120,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976116,"statfs":{"total":751619276800,"available":751591542784,"internally_reserved":0,"allocated":122880,"data_stored":29734,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4864,"internal_metadata":27585792},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705669,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27340,"kb_used_data":120,"kb_used_omap":7,"kb_used_meta":27192,"kb_avail":733975860,"statfs":{"total":751619276800,"available":751591280640,"internally_reserved":0,"allocated":122880,"data_stored":29734,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7798,"internal_metadata":27845002},"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":[]}],"pool_statfs":[]}} 2026-02-21T20:06:17.312 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T20:06:17.427 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:17.650 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:17.651 INFO:teuthology.orchestra.run.trial134.stderr:dumped all 2026-02-21T20:06:17.788 INFO:teuthology.orchestra.run.trial134.stdout:{"pg_ready":true,"pg_map":{"version":24,"stamp":"2026-02-21T20:06:17.265125+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":1468006400,"kb_used":54424,"kb_used_data":240,"kb_used_omap":12,"kb_used_meta":54131,"kb_avail":1467951976,"statfs":{"total":1503238553600,"available":1503182823424,"internally_reserved":0,"allocated":245760,"data_stored":59468,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12662,"internal_metadata":55430794},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574853,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27084,"kb_used_data":120,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976116,"statfs":{"total":751619276800,"available":751591542784,"internally_reserved":0,"allocated":122880,"data_stored":29734,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4864,"internal_metadata":27585792},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27340,"kb_used_data":120,"kb_used_omap":7,"kb_used_meta":27192,"kb_avail":733975860,"statfs":{"total":751619276800,"available":751591280640,"internally_reserved":0,"allocated":122880,"data_stored":29734,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7798,"internal_metadata":27845002},"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":[]}],"pool_statfs":[]}} 2026-02-21T20:06:17.789 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-21T20:06:17.789 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-21T20:06:17.789 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-21T20:06:17.790 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph health --format=json 2026-02-21T20:06:17.906 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:18.020 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:17 trial134 ceph-mon[40140]: from='client.14242 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:18.020 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:17 trial134 ceph-mon[40140]: pgmap v24: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:06:18.162 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:18.162 INFO:teuthology.orchestra.run.trial134.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-21T20:06:18.302 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-21T20:06:18.302 INFO:tasks.cephadm:Setup complete, yielding 2026-02-21T20:06:18.302 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-21T20:06:18.316 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial134.front.sepia.ceph.com 2026-02-21T20:06:18.317 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- bash -c 'ceph fs volume create cephfs' 2026-02-21T20:06:18.432 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:19.232 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:18 trial134 ceph-mon[40140]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:19.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:18 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2431364873' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T20:06:19.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:18 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2026-02-21T20:06:20.065 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-21T20:06:20.080 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2026-02-21T20:06:20.080 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:20.176 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:19 trial134 ceph-mon[40140]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:20.176 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:19 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2026-02-21T20:06:20.176 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:19 trial134 ceph-mon[40140]: osdmap e15: 2 total, 2 up, 2 in 2026-02-21T20:06:20.176 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:19 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2026-02-21T20:06:20.176 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:19 trial134 ceph-mon[40140]: pgmap v26: 32 pgs: 32 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:06:20.176 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:19 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a[40114]: 2026-02-21T20:06:19.913+0000 7fb3065c2640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-21T20:06:20.196 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:20.438 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:20.439 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:19.918744Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "running": 0, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:10.218050Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:10.217979Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:10.218100Z", "running": 2, "size": 2}}] 2026-02-21T20:06:20.598 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-21T20:06:20.993 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2026-02-21T20:06:20.994 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T20:06:20.994 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2026-02-21T20:06:20.994 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-21T20:06:20.994 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-02-21T20:06:20.994 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2026-02-21T20:06:20.994 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: osdmap e17: 2 total, 2 up, 2 in 2026-02-21T20:06:20.994 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: fsmap cephfs:0 2026-02-21T20:06:20.994 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: Saving service mds.cephfs spec with placement count:2 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial134.ukrbyz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial134.ukrbyz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: Deploying daemon mds.cephfs.trial134.ukrbyz on trial134 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:20.995 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:20.996 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:20.996 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:20.996 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial134.rdocyo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-21T20:06:20.996 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial134.rdocyo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-21T20:06:20.996 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:20 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:21.599 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:21.720 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:21.971 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:21.971 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:21.613607Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "running": 0, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:10.218050Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:10.217979Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:10.218100Z", "running": 2, "size": 2}}] 2026-02-21T20:06:22.092 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: Deploying daemon mds.cephfs.trial134.rdocyo on trial134 2026-02-21T20:06:22.092 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: osdmap e18: 2 total, 2 up, 2 in 2026-02-21T20:06:22.092 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: mds.? [v2:10.20.193.134:6818/948812956,v1:10.20.193.134:6819/948812956] up:boot 2026-02-21T20:06:22.092 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: daemon mds.cephfs.trial134.ukrbyz assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2026-02-21T20:06:22.092 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-21T20:06:22.092 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-02-21T20:06:22.092 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: Cluster is now healthy 2026-02-21T20:06:22.092 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: fsmap cephfs:0 1 up:standby 2026-02-21T20:06:22.092 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial134.ukrbyz"} : dispatch 2026-02-21T20:06:22.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: fsmap cephfs:1 {0=cephfs.trial134.ukrbyz=up:creating} 2026-02-21T20:06:22.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: daemon mds.cephfs.trial134.ukrbyz is now active in filesystem cephfs as rank 0 2026-02-21T20:06:22.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: pgmap v30: 64 pgs: 32 creating+peering, 32 active+undersized; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:06:22.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:22.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:22.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:22.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:22.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:22.093 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:21 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:22.115 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-21T20:06:23.117 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:23.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: osdmap e19: 2 total, 2 up, 2 in 2026-02-21T20:06:23.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: mds.? [v2:10.20.193.134:6818/948812956,v1:10.20.193.134:6819/948812956] up:active 2026-02-21T20:06:23.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: mds.? [v2:10.20.193.134:6820/3532857373,v1:10.20.193.134:6821/3532857373] up:boot 2026-02-21T20:06:23.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: fsmap cephfs:1 {0=cephfs.trial134.ukrbyz=up:active} 1 up:standby 2026-02-21T20:06:23.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial134.rdocyo"} : dispatch 2026-02-21T20:06:23.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: fsmap cephfs:1 {0=cephfs.trial134.ukrbyz=up:active} 1 up:standby 2026-02-21T20:06:23.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:23.233 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:23.234 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:22 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:23.237 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:23.476 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:23.477 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:21.613607Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "last_refresh": "2026-02-21T20:06:22.594207Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:22.594093Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:22.594030Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:22.594134Z", "running": 2, "size": 2}}] 2026-02-21T20:06:23.617 INFO:tasks.cephadm:mds.cephfs has 2/2 2026-02-21T20:06:23.618 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-21T20:06:23.641 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial134.front.sepia.ceph.com 2026-02-21T20:06:23.641 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- bash -c 'ceph fs subvolumegroup create cephfs g1' 2026-02-21T20:06:23.761 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:24.139 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:23 trial134 ceph-mon[40140]: pgmap v32: 64 pgs: 32 creating+peering, 32 active+undersized; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:06:24.139 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:23 trial134 ceph-mon[40140]: from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:24.140 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:06:24 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: 2026-02-21T20:06:24.012+0000 7ff0f12cb640 -1 client.14262 error registering admin socket command: (17) File exists 2026-02-21T20:06:24.160 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777' 2026-02-21T20:06:24.277 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:24.678 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- bash -c 'ceph fs authorize cephfs client.smbdata / rw' 2026-02-21T20:06:24.795 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:25.062 INFO:teuthology.orchestra.run.trial134.stdout:[client.smbdata] 2026-02-21T20:06:25.062 INFO:teuthology.orchestra.run.trial134.stdout: key = AQBBEJppF5J+AxAAjITRCKOcpAVCiJkp4doqmQ== 2026-02-21T20:06:25.062 INFO:teuthology.orchestra.run.trial134.stdout: caps mds = "allow rw fsname=cephfs" 2026-02-21T20:06:25.062 INFO:teuthology.orchestra.run.trial134.stdout: caps mon = "allow r fsname=cephfs" 2026-02-21T20:06:25.062 INFO:teuthology.orchestra.run.trial134.stdout: caps osd = "allow rw tag cephfs data=cephfs" 2026-02-21T20:06:25.181 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:24 trial134 ceph-mon[40140]: from='client.14260 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "g1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:25.202 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- bash -c 'ceph osd pool create .smb --yes-i-really-mean-it' 2026-02-21T20:06:25.316 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:26.064 INFO:teuthology.orchestra.run.trial134.stderr:pool '.smb' created 2026-02-21T20:06:26.186 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:25 trial134 ceph-mon[40140]: from='client.14264 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sub1", "group_name": "g1", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:26.187 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:25 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/895070833' entity='client.admin' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]} : dispatch 2026-02-21T20:06:26.187 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:25 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/895070833' entity='client.admin' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]}]': finished 2026-02-21T20:06:26.187 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:25 trial134 ceph-mon[40140]: pgmap v33: 64 pgs: 32 creating+peering, 32 active+undersized; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T20:06:26.187 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:25 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2670441923' entity='client.admin' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2026-02-21T20:06:26.208 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- bash -c 'ceph osd pool application enable .smb smb' 2026-02-21T20:06:26.324 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:27.064 INFO:teuthology.orchestra.run.trial134.stderr:enabled application 'smb' on pool '.smb' 2026-02-21T20:06:27.188 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:26 trial134 ceph-mon[40140]: mds.? [v2:10.20.193.134:6818/948812956,v1:10.20.193.134:6819/948812956] up:active 2026-02-21T20:06:27.188 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:26 trial134 ceph-mon[40140]: mds.? [v2:10.20.193.134:6820/3532857373,v1:10.20.193.134:6821/3532857373] up:standby 2026-02-21T20:06:27.188 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:26 trial134 ceph-mon[40140]: fsmap cephfs:1 {0=cephfs.trial134.ukrbyz=up:active} 1 up:standby 2026-02-21T20:06:27.188 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:26 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/2670441923' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2026-02-21T20:06:27.189 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:26 trial134 ceph-mon[40140]: mgrmap e14: x(active, since 48s) 2026-02-21T20:06:27.189 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:26 trial134 ceph-mon[40140]: osdmap e20: 2 total, 2 up, 2 in 2026-02-21T20:06:27.189 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:26 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/300202930' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2026-02-21T20:06:27.210 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- bash -c 'rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin' 2026-02-21T20:06:27.326 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:27.559 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-21T20:06:27.577 INFO:tasks.cephadm:Applying spec(s): cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb 2026-02-21T20:06:27.577 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch apply -i - 2026-02-21T20:06:27.695 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:27.942 INFO:teuthology.orchestra.run.trial134.stdout:Scheduled smb.saserv1 update... 2026-02-21T20:06:28.086 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-21T20:06:28.104 INFO:tasks.cephadm:Waiting for ceph service smb.saserv1 to start (timeout 300)... 2026-02-21T20:06:28.105 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:28.232 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:28.313 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='client.? 10.20.193.134:0/300202930' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2026-02-21T20:06:28.313 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: osdmap e21: 2 total, 2 up, 2 in 2026-02-21T20:06:28.313 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: pgmap v36: 96 pgs: 32 unknown, 13 active+undersized+degraded, 51 active+undersized; 31 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 23/69 objects degraded (33.333%) 2026-02-21T20:06:28.313 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:28.313 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:28.314 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:28.314 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:28.314 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:28.314 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:28.314 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.saserv1.trial134.zwgusr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/saserv1/\"", "osd", "allow rwx pool=.smb namespace=saserv1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2026-02-21T20:06:28.314 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.saserv1.trial134.zwgusr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/saserv1/\"", "osd", "allow rwx pool=.smb namespace=saserv1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2026-02-21T20:06:28.314 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smbdata"} : dispatch 2026-02-21T20:06:28.314 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:28 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:28.502 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:28.503 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:21.613607Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "last_refresh": "2026-02-21T20:06:22.594207Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:22.594093Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:22.594030Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:22.594134Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:06:27.939569Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-02-21T20:06:27.937736Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-21T20:06:28.645 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-02-21T20:06:29.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:29 trial134 ceph-mon[40140]: from='client.14275 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T20:06:29.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:29 trial134 ceph-mon[40140]: Saving service smb.saserv1 spec with placement count:1 2026-02-21T20:06:29.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:29 trial134 ceph-mon[40140]: Deploying daemon smb.saserv1.trial134.zwgusr on trial134 2026-02-21T20:06:29.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:29 trial134 ceph-mon[40140]: Health check failed: Degraded data redundancy: 23/69 objects degraded (33.333%), 13 pgs degraded (PG_DEGRADED) 2026-02-21T20:06:29.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:29 trial134 ceph-mon[40140]: osdmap e22: 2 total, 2 up, 2 in 2026-02-21T20:06:29.646 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:29.772 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:30.018 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:30.018 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:21.613607Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "last_refresh": "2026-02-21T20:06:22.594207Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:22.594093Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:22.594030Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:22.594134Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:06:27.939569Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-02-21T20:06:27.937736Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-21T20:06:30.161 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-02-21T20:06:30.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:30 trial134 ceph-mon[40140]: from='client.14277 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:30.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:30 trial134 ceph-mon[40140]: pgmap v38: 96 pgs: 32 unknown, 13 active+undersized+degraded, 51 active+undersized; 31 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 23/69 objects degraded (33.333%) 2026-02-21T20:06:31.162 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:31.280 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:31.338 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:31 trial134 ceph-mon[40140]: from='client.14279 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:31.532 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:31.533 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:21.613607Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "last_refresh": "2026-02-21T20:06:22.594207Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:22.594093Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:22.594030Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:22.594134Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:06:27.939569Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-02-21T20:06:27.937736Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-21T20:06:31.675 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-02-21T20:06:32.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:32 trial134 ceph-mon[40140]: pgmap v39: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 2.3 KiB/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:32.676 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:32.796 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:33.040 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:33.040 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:21.613607Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "last_refresh": "2026-02-21T20:06:22.594207Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:22.594093Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:22.594030Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:22.594134Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:06:27.939569Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-02-21T20:06:27.937736Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-21T20:06:33.182 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-02-21T20:06:33.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:33 trial134 ceph-mon[40140]: from='client.14281 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:34.183 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:34.307 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:34.331 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:34 trial134 ceph-mon[40140]: from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:34.331 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:34 trial134 ceph-mon[40140]: pgmap v40: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 1.7 KiB/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:34.626 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:34.626 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:21.613607Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "last_refresh": "2026-02-21T20:06:22.594207Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:22.594093Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:22.594030Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:22.594134Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:06:27.939569Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-02-21T20:06:27.937736Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-21T20:06:34.795 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-02-21T20:06:35.796 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:35.915 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:36.161 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:36.161 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:21.613607Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "last_refresh": "2026-02-21T20:06:22.594207Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:22.594093Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:22.594030Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:22.594134Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:06:35.626187Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-02-21T20:06:27.937736Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-21T20:06:36.315 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-02-21T20:06:36.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='client.14285 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:36.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: pgmap v41: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 1.5 KiB/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:36.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:36.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:36.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:36.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:36.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:36.482 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:36.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:36.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:36.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:36.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:36.483 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:36 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:37.317 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T20:06:37.438 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:06:37.683 INFO:teuthology.orchestra.run.trial134.stdout: 2026-02-21T20:06:37.683 INFO:teuthology.orchestra.run.trial134.stdout:[{"events": ["2026-02-21T20:06:21.613607Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-21T20:06:19.917384Z", "last_refresh": "2026-02-21T20:06:36.302094Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:05:46.191501Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T20:05:46.184573Z", "last_refresh": "2026-02-21T20:06:36.301981Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:05:44.550114Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial134:10.20.193.134=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T20:05:44.543612Z", "last_refresh": "2026-02-21T20:06:36.301922Z", "running": 1, "size": 1}}, {"events": ["2026-02-21T20:06:00.007165Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial134"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T20:06:00.006117Z", "last_refresh": "2026-02-21T20:06:36.302022Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T20:06:35.626187Z service:smb.saserv1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "saserv1", "service_name": "smb.saserv1", "service_type": "smb", "spec": {"cluster_id": "saserv1", "config_uri": "rados://.smb/saserv1/conf.toml", "include_ceph_users": ["client.smbdata"]}, "status": {"created": "2026-02-21T20:06:27.937736Z", "last_refresh": "2026-02-21T20:06:36.302161Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-21T20:06:37.683 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:37 trial134 ceph-mon[40140]: from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:37.683 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T20:06:37.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T20:06:37.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T20:06:37.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:37.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:37 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T20:06:37.684 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:37 trial134 ceph-mon[40140]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded (PG_DEGRADED) 2026-02-21T20:06:37.823 INFO:tasks.cephadm:smb.saserv1 has 1/1 2026-02-21T20:06:37.823 INFO:teuthology.run_tasks:Running task template.exec... 2026-02-21T20:06:37.839 INFO:tasks.template:Running commands on role host.b host ubuntu@trial159.front.sepia.ceph.com 2026-02-21T20:06:37.840 DEBUG:teuthology.orchestra.run.trial159:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2026-02-21T20:06:37.864 INFO:teuthology.orchestra.run.trial159.stderr:+ sleep 30 2026-02-21T20:06:38.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:38 trial134 ceph-mon[40140]: pgmap v42: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 102 B/s rd, 1.2 KiB/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:38.742 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:38 trial134 ceph-mon[40140]: from='mgr.14152 10.20.193.134:0/2144131571' entity='mgr.x' 2026-02-21T20:06:39.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:39 trial134 ceph-mon[40140]: from='client.14299 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T20:06:40.732 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:40 trial134 ceph-mon[40140]: pgmap v43: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 91 B/s rd, 1.1 KiB/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:42.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:42 trial134 ceph-mon[40140]: pgmap v44: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 682 B/s rd, 1.2 KiB/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:44.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:44 trial134 ceph-mon[40140]: pgmap v45: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 682 B/s rd, 255 B/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:46.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:46 trial134 ceph-mon[40140]: pgmap v46: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 682 B/s rd, 255 B/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:48.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:48 trial134 ceph-mon[40140]: pgmap v47: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 1.1 KiB/s rd, 255 B/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:50.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:50 trial134 ceph-mon[40140]: pgmap v48: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 1023 B/s rd, 255 B/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:52.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:52 trial134 ceph-mon[40140]: pgmap v49: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 1.2 KiB/s rd, 255 B/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:54.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:54 trial134 ceph-mon[40140]: pgmap v50: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 597 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:56.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:56 trial134 ceph-mon[40140]: pgmap v51: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 597 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:06:58.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:06:58 trial134 ceph-mon[40140]: pgmap v52: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 682 B/s rd, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:07:00.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:00 trial134 ceph-mon[40140]: pgmap v53: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:07:02.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:02 trial134 ceph-mon[40140]: pgmap v54: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 341 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:07:04.730 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:04 trial134 ceph-mon[40140]: pgmap v55: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 170 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:07:06.731 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:06 trial134 ceph-mon[40140]: pgmap v56: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 170 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:07:07.877 DEBUG:teuthology.orchestra.run.trial159:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U smbuser1%insecure321 //10.20.193.134/share1 -c ls' 2026-02-21T20:07:07.931 INFO:teuthology.orchestra.run.trial159.stderr:+ sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U smbuser1%insecure321 //10.20.193.134/share1 -c ls 2026-02-21T20:07:08.094 INFO:teuthology.orchestra.run.trial159.stdout: . D 0 Sat Feb 21 20:06:24 2026 2026-02-21T20:07:08.095 INFO:teuthology.orchestra.run.trial159.stdout: .. D 0 Sat Feb 21 20:06:24 2026 2026-02-21T20:07:08.095 INFO:teuthology.orchestra.run.trial159.stdout: volumes D 0 Sat Feb 21 20:06:24 2026 2026-02-21T20:07:08.095 INFO:teuthology.orchestra.run.trial159.stdout: 2026-02-21T20:07:08.095 INFO:teuthology.orchestra.run.trial159.stdout: 464846848 blocks of size 1024. 464846848 blocks available 2026-02-21T20:07:08.214 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-21T20:07:08.229 INFO:tasks.cephadm:Teardown begin 2026-02-21T20:07:08.230 DEBUG:teuthology.orchestra.run.trial134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:07:08.259 DEBUG:teuthology.orchestra.run.trial159:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:07:08.284 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-21T20:07:08.284 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-21T20:07:08.417 INFO:teuthology.orchestra.run.trial134.stderr:Inferring config /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/mon.a/config 2026-02-21T20:07:08.437 INFO:teuthology.orchestra.run.trial134.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-21T20:07:08.454 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-21T20:07:08.454 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-21T20:07:08.454 DEBUG:teuthology.orchestra.run.trial134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:07:08.471 DEBUG:teuthology.orchestra.run.trial159:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T20:07:08.489 INFO:tasks.cephadm:Stopping all daemons... 2026-02-21T20:07:08.489 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-21T20:07:08.489 DEBUG:teuthology.orchestra.run.trial134:> sudo systemctl stop ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mon.a 2026-02-21T20:07:08.613 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:08 trial134 ceph-mon[40140]: pgmap v57: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-21T20:07:08.613 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:08 trial134 systemd[1]: Stopping Ceph mon.a for 98ef15d6-0f60-11f1-afb7-d404e6e7d460... 2026-02-21T20:07:08.865 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:08 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a[40114]: 2026-02-21T20:07:08.610+0000 7fb30bdcd640 -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-21T20:07:08.866 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:08 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a[40114]: 2026-02-21T20:07:08.610+0000 7fb30bdcd640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-21T20:07:08.866 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:08 trial134 podman[74935]: 2026-02-21 20:07:08.702725322 +0000 UTC m=+0.108004641 container died 9814cd0d46cf236defbfc01e8c47ecc7f3ddb7cbe82d8bd0d8cd1d5fc4fbfad6 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, io.buildah.version=1.41.3) 2026-02-21T20:07:08.866 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:08 trial134 podman[74935]: 2026-02-21 20:07:08.814989188 +0000 UTC m=+0.220268507 container remove 9814cd0d46cf236defbfc01e8c47ecc7f3ddb7cbe82d8bd0d8cd1d5fc4fbfad6 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2) 2026-02-21T20:07:08.866 INFO:journalctl@ceph.mon.a.trial134.stdout:Feb 21 20:07:08 trial134 bash[74935]: ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mon-a 2026-02-21T20:07:08.884 DEBUG:teuthology.orchestra.run.trial134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mon.a.service' 2026-02-21T20:07:08.934 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:07:08.934 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-21T20:07:08.934 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-02-21T20:07:08.935 DEBUG:teuthology.orchestra.run.trial134:> sudo systemctl stop ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mgr.x 2026-02-21T20:07:09.195 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:07:08 trial134 systemd[1]: Stopping Ceph mgr.x for 98ef15d6-0f60-11f1-afb7-d404e6e7d460... 2026-02-21T20:07:09.196 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:07:09 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x[40431]: 2026-02-21T20:07:09.031+0000 7ff204608640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -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-21T20:07:09.196 INFO:journalctl@ceph.mgr.x.trial134.stdout:Feb 21 20:07:09 trial134 podman[75101]: 2026-02-21 20:07:09.073698476 +0000 UTC m=+0.055526005 container died 87aa9d621784009b1546c01f6b656c0870e7deb6b12495467797b442fdc24d78 (image=quay.ceph.io/ceph-ci/ceph:042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-mgr-x, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3) 2026-02-21T20:07:09.284 DEBUG:teuthology.orchestra.run.trial134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@mgr.x.service' 2026-02-21T20:07:09.328 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:07:09.329 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-02-21T20:07:09.329 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-21T20:07:09.329 DEBUG:teuthology.orchestra.run.trial134:> sudo systemctl stop ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@osd.0 2026-02-21T20:07:09.481 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:09 trial134 systemd[1]: Stopping Ceph osd.0 for 98ef15d6-0f60-11f1-afb7-d404e6e7d460... 2026-02-21T20:07:09.981 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:09 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0[54919]: 2026-02-21T20:07:09.479+0000 7fda7b576640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-21T20:07:09.981 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:09 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0[54919]: 2026-02-21T20:07:09.479+0000 7fda7b576640 -1 osd.0 22 *** Got signal Terminated *** 2026-02-21T20:07:09.981 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:09 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0[54919]: 2026-02-21T20:07:09.479+0000 7fda7b576640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:07:14.810 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:14 trial134 podman[75277]: 2026-02-21 20:07:14.540588005 +0000 UTC m=+5.074470507 container died 676a965fd85950bac0323bfb82752e2e91fe2393d81756762f02a1bd1fb81c3b (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, 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, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2) 2026-02-21T20:07:14.810 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:14 trial134 podman[75277]: 2026-02-21 20:07:14.653416356 +0000 UTC m=+5.187298868 container remove 676a965fd85950bac0323bfb82752e2e91fe2393d81756762f02a1bd1fb81c3b (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.license=GPLv2, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T20:07:14.810 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:14 trial134 bash[75277]: ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0 2026-02-21T20:07:15.086 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:14 trial134 podman[75427]: 2026-02-21 20:07:14.80855114 +0000 UTC m=+0.016446520 container create f35dab82206cefb6de5b36284053a6513c732bae96ac72da4795f7f2b2109ee0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.build-date=20260209) 2026-02-21T20:07:15.086 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:14 trial134 podman[75427]: 2026-02-21 20:07:14.846382422 +0000 UTC m=+0.054277772 container init f35dab82206cefb6de5b36284053a6513c732bae96ac72da4795f7f2b2109ee0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0-deactivate, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20260209, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.vendor=CentOS) 2026-02-21T20:07:15.086 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:14 trial134 podman[75427]: 2026-02-21 20:07:14.850097971 +0000 UTC m=+0.057993331 container start f35dab82206cefb6de5b36284053a6513c732bae96ac72da4795f7f2b2109ee0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS) 2026-02-21T20:07:15.086 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:14 trial134 podman[75427]: 2026-02-21 20:07:14.850670381 +0000 UTC m=+0.058565741 container attach f35dab82206cefb6de5b36284053a6513c732bae96ac72da4795f7f2b2109ee0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-adk3-testing-2026-02-12-2007, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T20:07:15.087 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:14 trial134 podman[75427]: 2026-02-21 20:07:14.802035364 +0000 UTC m=+0.009930724 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:07:15.087 INFO:journalctl@ceph.osd.0.trial134.stdout:Feb 21 20:07:14 trial134 podman[75427]: 2026-02-21 20:07:14.97371543 +0000 UTC m=+0.181610790 container died f35dab82206cefb6de5b36284053a6513c732bae96ac72da4795f7f2b2109ee0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-0-deactivate, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, 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, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, io.buildah.version=1.41.3) 2026-02-21T20:07:15.106 DEBUG:teuthology.orchestra.run.trial134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@osd.0.service' 2026-02-21T20:07:15.154 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:07:15.154 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-21T20:07:15.154 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-21T20:07:15.155 DEBUG:teuthology.orchestra.run.trial134:> sudo systemctl stop ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@osd.1 2026-02-21T20:07:15.481 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:15 trial134 systemd[1]: Stopping Ceph osd.1 for 98ef15d6-0f60-11f1-afb7-d404e6e7d460... 2026-02-21T20:07:15.481 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:15 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1[61308]: 2026-02-21T20:07:15.252+0000 7f618340f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-21T20:07:15.481 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:15 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1[61308]: 2026-02-21T20:07:15.252+0000 7f618340f640 -1 osd.1 22 *** Got signal Terminated *** 2026-02-21T20:07:15.481 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:15 trial134 ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1[61308]: 2026-02-21T20:07:15.252+0000 7f618340f640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T20:07:20.589 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:20 trial134 podman[75590]: 2026-02-21 20:07:20.312983484 +0000 UTC m=+5.074063508 container died 63e1b0e57947d78dddad09d0144d2bc64b48aec31bd12233ad996630dfc0701d (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, 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.documentation=https://docs.ceph.com/, ceph=True, io.buildah.version=1.41.3) 2026-02-21T20:07:20.589 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:20 trial134 podman[75590]: 2026-02-21 20:07:20.426278343 +0000 UTC m=+5.187358357 container remove 63e1b0e57947d78dddad09d0144d2bc64b48aec31bd12233ad996630dfc0701d (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, CEPH_REF=wip-adk3-testing-2026-02-12-2007, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2) 2026-02-21T20:07:20.589 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:20 trial134 bash[75590]: ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1 2026-02-21T20:07:20.589 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:20 trial134 podman[75731]: 2026-02-21 20:07:20.557310415 +0000 UTC m=+0.016157499 container create e061911ff075e4996b29cbff5095801a11ca392745bc325ab9cbbc06431ae083 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, io.buildah.version=1.41.3) 2026-02-21T20:07:20.843 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:20 trial134 podman[75731]: 2026-02-21 20:07:20.599169399 +0000 UTC m=+0.058016483 container init e061911ff075e4996b29cbff5095801a11ca392745bc325ab9cbbc06431ae083 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_REF=wip-adk3-testing-2026-02-12-2007) 2026-02-21T20:07:20.844 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:20 trial134 podman[75731]: 2026-02-21 20:07:20.602677751 +0000 UTC m=+0.061524835 container start e061911ff075e4996b29cbff5095801a11ca392745bc325ab9cbbc06431ae083 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260209, OSD_FLAVOR=default, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, 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.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T20:07:20.844 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:20 trial134 podman[75731]: 2026-02-21 20:07:20.603214645 +0000 UTC m=+0.062061729 container attach e061911ff075e4996b29cbff5095801a11ca392745bc325ab9cbbc06431ae083 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.build-date=20260209, CEPH_REF=wip-adk3-testing-2026-02-12-2007, org.label-schema.vendor=CentOS, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T20:07:20.844 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:20 trial134 podman[75731]: 2026-02-21 20:07:20.55027101 +0000 UTC m=+0.009118094 image pull 9a39d96ac7588d9bdfc94bfeb23c2335d2ff0fb10f3ba87e96eaf72ad2bd5cd2 quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721 2026-02-21T20:07:20.844 INFO:journalctl@ceph.osd.1.trial134.stdout:Feb 21 20:07:20 trial134 podman[75731]: 2026-02-21 20:07:20.731957821 +0000 UTC m=+0.190804915 container died e061911ff075e4996b29cbff5095801a11ca392745bc325ab9cbbc06431ae083 (image=quay.ceph.io/ceph-ci/ceph@sha256:f8ee40b2ba9742ca04dd2bb1890c50110b2ab659164861139fc9d9eeed387721, name=ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460-osd-1-deactivate, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, ceph=True, org.label-schema.build-date=20260209, CEPH_SHA1=042df16cd9ee8a8df553b188fef8a8c4a9e7ab01, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=wip-adk3-testing-2026-02-12-2007, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T20:07:20.866 DEBUG:teuthology.orchestra.run.trial134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-98ef15d6-0f60-11f1-afb7-d404e6e7d460@osd.1.service' 2026-02-21T20:07:20.913 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T20:07:20.913 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-21T20:07:20.913 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 --force --keep-logs 2026-02-21T20:07:21.031 INFO:teuthology.orchestra.run.trial134.stdout:Deleting cluster with fsid: 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:07:30.514 DEBUG:teuthology.orchestra.run.trial159:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 --force --keep-logs 2026-02-21T20:07:30.631 INFO:teuthology.orchestra.run.trial159.stdout:Deleting cluster with fsid: 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:07:30.804 DEBUG:teuthology.orchestra.run.trial134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:07:30.833 DEBUG:teuthology.orchestra.run.trial159:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T20:07:30.859 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-21T20:07:30.861 DEBUG:teuthology.misc:Transferring archived files from trial134:/var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62919/remote/trial134/crash 2026-02-21T20:07:30.863 DEBUG:teuthology.orchestra.run.trial134:> sudo tar c -f - -C /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/crash -- . 2026-02-21T20:07:30.897 INFO:teuthology.orchestra.run.trial134.stderr:tar: /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:07:30.897 INFO:teuthology.orchestra.run.trial134.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:07:30.900 DEBUG:teuthology.misc:Transferring archived files from trial159:/var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62919/remote/trial159/crash 2026-02-21T20:07:30.901 DEBUG:teuthology.orchestra.run.trial159:> sudo tar c -f - -C /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/crash -- . 2026-02-21T20:07:30.927 INFO:teuthology.orchestra.run.trial159.stderr:tar: /var/lib/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T20:07:30.927 INFO:teuthology.orchestra.run.trial159.stderr:tar: Error is not recoverable: exiting now 2026-02-21T20:07:30.928 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-21T20:07:30.928 DEBUG:teuthology.orchestra.run.trial134:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2026-02-21T20:07:30.964 INFO:tasks.cephadm:Compressing logs... 2026-02-21T20:07:30.964 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:07:31.007 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:07:31.029 INFO:teuthology.orchestra.run.trial134.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-21T20:07:31.029 INFO:teuthology.orchestra.run.trial134.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:07:31.029 INFO:teuthology.orchestra.run.trial134.stderr:gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mon.a.log 2026-02-21T20:07:31.030 INFO:teuthology.orchestra.run.trial134.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-osd.0.log 2026-02-21T20:07:31.030 INFO:teuthology.orchestra.run.trial134.stderr:/var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mds.cephfs.trial134.ukrbyz.log 2026-02-21T20:07:31.031 INFO:teuthology.orchestra.run.trial134.stderr:/var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.cephadm.log 2026-02-21T20:07:31.031 INFO:teuthology.orchestra.run.trial159.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-21T20:07:31.031 INFO:teuthology.orchestra.run.trial159.stderr:: No such file or directory 2026-02-21T20:07:31.032 INFO:teuthology.orchestra.run.trial159.stderr:/var/log/ceph/cephadm.log: 70.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:07:31.032 INFO:teuthology.orchestra.run.trial134.stderr:/var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mds.cephfs.trial134.ukrbyz.log: gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mds.cephfs.trial134.rdocyo.log 2026-02-21T20:07:31.032 INFO:teuthology.orchestra.run.trial134.stderr:/var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.cephadm.log: 77.5% -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mds.cephfs.trial134.ukrbyz.log.gz 2026-02-21T20:07:31.033 INFO:teuthology.orchestra.run.trial134.stderr:gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.audit.log 2026-02-21T20:07:31.033 INFO:teuthology.orchestra.run.trial134.stderr: 89.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T20:07:31.033 INFO:teuthology.orchestra.run.trial134.stderr: 76.9% -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T20:07:31.033 INFO:teuthology.orchestra.run.trial134.stderr:/var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mds.cephfs.trial134.rdocyo.log: gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-volume.log 2026-02-21T20:07:31.033 INFO:teuthology.orchestra.run.trial134.stderr: 69.2% -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mds.cephfs.trial134.rdocyo.log.gz 2026-02-21T20:07:31.033 INFO:teuthology.orchestra.run.trial134.stderr:/var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-osd.1.log 2026-02-21T20:07:31.033 INFO:teuthology.orchestra.run.trial134.stderr:/var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mgr.x.log 2026-02-21T20:07:31.033 INFO:teuthology.orchestra.run.trial134.stderr: 89.1%/var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-osd.1.log: -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.audit.log.gz 2026-02-21T20:07:31.033 INFO:teuthology.orchestra.run.trial134.stderr:gzip -5 --verbose -- /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.log 2026-02-21T20:07:31.034 INFO:teuthology.orchestra.run.trial134.stderr:/var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mgr.x.log: /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.log: 84.0% -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph.log.gz 2026-02-21T20:07:31.034 INFO:teuthology.orchestra.run.trial159.stderr: 2026-02-21T20:07:31.034 INFO:teuthology.orchestra.run.trial159.stderr:real 0m0.011s 2026-02-21T20:07:31.034 INFO:teuthology.orchestra.run.trial159.stderr:user 0m0.004s 2026-02-21T20:07:31.034 INFO:teuthology.orchestra.run.trial159.stderr:sys 0m0.015s 2026-02-21T20:07:31.034 INFO:teuthology.orchestra.run.trial134.stderr: 93.8% -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-volume.log.gz 2026-02-21T20:07:31.055 INFO:teuthology.orchestra.run.trial134.stderr: 88.9% -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mgr.x.log.gz 2026-02-21T20:07:31.079 INFO:teuthology.orchestra.run.trial134.stderr: 91.1% -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-mon.a.log.gz 2026-02-21T20:07:31.100 INFO:teuthology.orchestra.run.trial134.stderr: 94.3% -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-osd.0.log.gz 2026-02-21T20:07:31.108 INFO:teuthology.orchestra.run.trial134.stderr: 94.7% -- replaced with /var/log/ceph/98ef15d6-0f60-11f1-afb7-d404e6e7d460/ceph-osd.1.log.gz 2026-02-21T20:07:31.109 INFO:teuthology.orchestra.run.trial134.stderr: 2026-02-21T20:07:31.109 INFO:teuthology.orchestra.run.trial134.stderr:real 0m0.088s 2026-02-21T20:07:31.109 INFO:teuthology.orchestra.run.trial134.stderr:user 0m0.215s 2026-02-21T20:07:31.109 INFO:teuthology.orchestra.run.trial134.stderr:sys 0m0.031s 2026-02-21T20:07:31.111 INFO:tasks.cephadm:Archiving logs... 2026-02-21T20:07:31.111 DEBUG:teuthology.misc:Transferring archived files from trial134:/var/log/ceph to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62919/remote/trial134/log 2026-02-21T20:07:31.112 DEBUG:teuthology.orchestra.run.trial134:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:07:31.245 DEBUG:teuthology.misc:Transferring archived files from trial159:/var/log/ceph to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62919/remote/trial159/log 2026-02-21T20:07:31.246 DEBUG:teuthology.orchestra.run.trial159:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T20:07:31.271 INFO:tasks.cephadm:Removing cluster... 2026-02-21T20:07:31.271 DEBUG:teuthology.orchestra.run.trial134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 98ef15d6-0f60-11f1-afb7-d404e6e7d460 --force 2026-02-21T20:07:31.392 INFO:teuthology.orchestra.run.trial134.stdout:Deleting cluster with fsid: 98ef15d6-0f60-11f1-afb7-d404e6e7d460 2026-02-21T20:07:31.558 INFO:tasks.cephadm:Removing cephadm ... 2026-02-21T20:07:31.558 DEBUG:teuthology.orchestra.run.trial134:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:07:31.575 DEBUG:teuthology.orchestra.run.trial159:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T20:07:31.593 INFO:tasks.cephadm:Teardown complete 2026-02-21T20:07:31.593 DEBUG:teuthology.run_tasks:Unwinding manager smb.configure_samba_client_container 2026-02-21T20:07:31.612 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-21T20:07:31.626 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-21T20:07:31.626 DEBUG:teuthology.orchestra.run.trial134:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:07:31.628 DEBUG:teuthology.orchestra.run.trial159:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T20:07:31.789 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-21T20:07:31.800 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-21T20:07:31.801 DEBUG:teuthology.orchestra.run.trial134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:07:31.803 DEBUG:teuthology.orchestra.run.trial159:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:07:31.817 INFO:teuthology.orchestra.run.trial134.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:07:31.819 INFO:teuthology.orchestra.run.trial159.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:07:31.833 INFO:teuthology.orchestra.run.trial134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:07:31.833 INFO:teuthology.orchestra.run.trial134.stdout:=============================================================================== 2026-02-21T20:07:31.833 INFO:teuthology.orchestra.run.trial134.stdout:^* triton.ellipse.net 2 6 177 3 +422us[ +493us] +/- 30ms 2026-02-21T20:07:31.833 INFO:teuthology.orchestra.run.trial134.stdout:^- ip216-250-115-174.pbiaas> 2 6 377 5 +491us[ +563us] +/- 120ms 2026-02-21T20:07:31.833 INFO:teuthology.orchestra.run.trial134.stdout:^+ ntp.raptorengineering.com 2 6 377 5 +80us[ +152us] +/- 47ms 2026-02-21T20:07:31.833 INFO:teuthology.orchestra.run.trial134.stdout:^+ ntp1.lax.us.hojmark.net 2 6 377 5 -291us[ -219us] +/- 63ms 2026-02-21T20:07:31.857 INFO:teuthology.orchestra.run.trial159.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:07:31.857 INFO:teuthology.orchestra.run.trial159.stdout:=============================================================================== 2026-02-21T20:07:31.857 INFO:teuthology.orchestra.run.trial159.stdout:^- triton.ellipse.net 2 6 377 4 -385us[ -385us] +/- 31ms 2026-02-21T20:07:31.857 INFO:teuthology.orchestra.run.trial159.stdout:^- ip216-250-115-174.pbiaas> 2 6 377 5 -886us[ -886us] +/- 119ms 2026-02-21T20:07:31.857 INFO:teuthology.orchestra.run.trial159.stdout:^- 204.2.134.172 3 6 377 4 -224us[ -224us] +/- 73ms 2026-02-21T20:07:31.857 INFO:teuthology.orchestra.run.trial159.stdout:^* vps-lga1.orleans.ddnss.de 2 6 377 6 +49us[ +89us] +/- 2322us 2026-02-21T20:07:31.858 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-21T20:07:31.869 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-21T20:07:31.869 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-21T20:07:31.883 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:07:31.944 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:07:31.998 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:07:32.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:07:32.026 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:07:32.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:07:32.053 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-21T20:07:32.068 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-21T20:07:32.083 INFO:teuthology.task.internal:Duration was 420.186493 seconds 2026-02-21T20:07:32.084 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-21T20:07:32.101 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-21T20:07:32.102 DEBUG:teuthology.orchestra.run.trial134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:07:32.105 DEBUG:teuthology.orchestra.run.trial159:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:07:32.140 INFO:teuthology.orchestra.run.trial134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:07:32.141 INFO:teuthology.orchestra.run.trial159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:07:32.296 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-21T20:07:32.296 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial134.front.sepia.ceph.com 2026-02-21T20:07:32.297 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:07:32.317 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial159.front.sepia.ceph.com 2026-02-21T20:07:32.317 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:07:32.355 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-21T20:07:32.355 DEBUG:teuthology.orchestra.run.trial134:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:07:32.360 DEBUG:teuthology.orchestra.run.trial159:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:07:32.461 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-21T20:07:32.461 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:07:32.464 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:07:32.485 INFO:teuthology.orchestra.run.trial134.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:07:32.486 INFO:teuthology.orchestra.run.trial134.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:07:32.487 INFO:teuthology.orchestra.run.trial134.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:07:32.487 INFO:teuthology.orchestra.run.trial134.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:07:32.487 INFO:teuthology.orchestra.run.trial134.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:07:32.488 INFO:teuthology.orchestra.run.trial159.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:07:32.488 INFO:teuthology.orchestra.run.trial159.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:07:32.488 INFO:teuthology.orchestra.run.trial159.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:07:32.488 INFO:teuthology.orchestra.run.trial159.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:07:32.489 INFO:teuthology.orchestra.run.trial159.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:07:32.498 INFO:teuthology.orchestra.run.trial159.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:07:32.505 INFO:teuthology.orchestra.run.trial134.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:07:32.507 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-21T20:07:32.524 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-21T20:07:32.524 DEBUG:teuthology.orchestra.run.trial134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:07:32.573 DEBUG:teuthology.orchestra.run.trial159:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:07:32.599 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-21T20:07:32.617 DEBUG:teuthology.orchestra.run.trial134:> 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-21T20:07:32.620 DEBUG:teuthology.orchestra.run.trial159:> 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-21T20:07:32.643 INFO:teuthology.orchestra.run.trial134.stdout:kernel.core_pattern = core 2026-02-21T20:07:32.663 INFO:teuthology.orchestra.run.trial159.stdout:kernel.core_pattern = core 2026-02-21T20:07:32.674 DEBUG:teuthology.orchestra.run.trial134:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:07:32.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:07:32.717 DEBUG:teuthology.orchestra.run.trial159:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:07:32.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:07:32.733 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-21T20:07:32.750 INFO:teuthology.task.internal:Transferring archived files... 2026-02-21T20:07:32.752 DEBUG:teuthology.misc:Transferring archived files from trial134:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62919/remote/trial134 2026-02-21T20:07:32.752 DEBUG:teuthology.orchestra.run.trial134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:07:32.799 DEBUG:teuthology.misc:Transferring archived files from trial159:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62919/remote/trial159 2026-02-21T20:07:32.800 DEBUG:teuthology.orchestra.run.trial159:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:07:32.837 INFO:teuthology.task.internal:Removing archive directory... 2026-02-21T20:07:32.837 DEBUG:teuthology.orchestra.run.trial134:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:07:32.840 DEBUG:teuthology.orchestra.run.trial159:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:07:32.886 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-21T20:07:32.906 INFO:teuthology.task.internal:Not uploading archives. 2026-02-21T20:07:32.907 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-21T20:07:32.925 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-21T20:07:32.925 DEBUG:teuthology.orchestra.run.trial134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:07:32.928 DEBUG:teuthology.orchestra.run.trial159:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:07:32.942 INFO:teuthology.orchestra.run.trial134.stdout: 917576 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:07 /home/ubuntu/cephtest 2026-02-21T20:07:32.944 INFO:teuthology.orchestra.run.trial159.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:07 /home/ubuntu/cephtest 2026-02-21T20:07:32.945 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-21T20:07:32.964 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-21T20:07:33.006 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} duration: 420.1864926815033 flavor: default owner: scheduled_adking@soko04.front.sepia.ceph.com success: true 2026-02-21T20:07:33.006 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T20:07:33.121 INFO:teuthology.run:pass