2026-02-18T09:48:43.664 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T09:48:43.678 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T09:48:43.757 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial/55049 branch: wip-phlogistonjohn-testing-1-2026-02-17-1032 description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} email: jmulligan@redhat.com first_in_suite: false flavor: default job_id: '55049' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-1-2026-02-17-1032 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: 3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-1-2026-02-17-1032 sha1: 3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c owner: scheduled_phlogistonjohn@soko04.front.sepia.ceph.com priority: 100 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: 804 sha1: 3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c sleep_before_teardown: 0 suite: orch suite_branch: wip-phlogistonjohn-testing-1-2026-02-17-1032 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c targets: trial054.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMo4/vKeM8dvi5psGAeAhsogJYpVXLPtNeoBLya6eUAbdMKUYDXO/GxS59jKlOB7TX8XmwnO+Bv1UCYHLpHxPgY= trial184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG3IgsgznzUmcqYyWJ5x6vqgq4ryZ/+xqzbeRdUNd/ohKL9onbsH6Oy+tk5ln0k+Rvx4nzssUVfWFPDr51Cp818= 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-17_21:41:44 tube: trial user: phlogistonjohn verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682 2026-02-18T09:48:43.757 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/qa; will attempt to use it 2026-02-18T09:48:43.758 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/qa/tasks 2026-02-18T09:48:43.758 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-18T09:48:43.759 INFO:teuthology.task.internal:Checking packages... 2026-02-18T09:48:43.759 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c' 2026-02-18T09:48:43.760 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T09:48:43.760 INFO:teuthology.packaging:ref: None 2026-02-18T09:48:43.760 INFO:teuthology.packaging:tag: None 2026-02-18T09:48:43.760 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-1-2026-02-17-1032 2026-02-18T09:48:43.760 INFO:teuthology.packaging:sha1: 3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:48:43.760 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-phlogistonjohn-testing-1-2026-02-17-1032 2026-02-18T09:48:43.902 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5358.g3e79fb58 2026-02-18T09:48:43.903 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-18T09:48:43.915 INFO:teuthology.task.internal:no buildpackages task found 2026-02-18T09:48:43.915 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-18T09:48:43.929 INFO:teuthology.task.internal:Saving configuration 2026-02-18T09:48:43.940 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-18T09:48:43.952 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-18T09:48:44.031 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial054.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial/55049', '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-18 09:45:15.810054', 'locked_by': 'scheduled_phlogistonjohn@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMo4/vKeM8dvi5psGAeAhsogJYpVXLPtNeoBLya6eUAbdMKUYDXO/GxS59jKlOB7TX8XmwnO+Bv1UCYHLpHxPgY='} 2026-02-18T09:48:44.086 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial184.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial/55049', '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-18 09:45:15.809421', 'locked_by': 'scheduled_phlogistonjohn@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG3IgsgznzUmcqYyWJ5x6vqgq4ryZ/+xqzbeRdUNd/ohKL9onbsH6Oy+tk5ln0k+Rvx4nzssUVfWFPDr51Cp818='} 2026-02-18T09:48:44.086 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-18T09:48:44.096 INFO:teuthology.task.internal:roles: ubuntu@trial054.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-02-18T09:48:44.097 INFO:teuthology.task.internal:roles: ubuntu@trial184.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2026-02-18T09:48:44.097 INFO:teuthology.run_tasks:Running task console_log... 2026-02-18T09:48:44.226 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x71bab2997880>, signals=[15]) 2026-02-18T09:48:44.226 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T09:48:44.237 INFO:teuthology.task.internal:Opening connections... 2026-02-18T09:48:44.237 DEBUG:teuthology.task.internal:connecting to ubuntu@trial054.front.sepia.ceph.com 2026-02-18T09:48:44.238 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial054.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T09:48:44.298 DEBUG:teuthology.task.internal:connecting to ubuntu@trial184.front.sepia.ceph.com 2026-02-18T09:48:44.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T09:48:44.361 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T09:48:44.371 DEBUG:teuthology.orchestra.run.trial054:> uname -m 2026-02-18T09:48:44.387 INFO:teuthology.orchestra.run.trial054.stdout:x86_64 2026-02-18T09:48:44.387 DEBUG:teuthology.orchestra.run.trial054:> cat /etc/os-release 2026-02-18T09:48:44.443 INFO:teuthology.orchestra.run.trial054.stdout:NAME="CentOS Stream" 2026-02-18T09:48:44.443 INFO:teuthology.orchestra.run.trial054.stdout:VERSION="9" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:ID="centos" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:ID_LIKE="rhel fedora" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:VERSION_ID="9" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:PLATFORM_ID="platform:el9" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:ANSI_COLOR="0;31" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:LOGO="fedora-logo-icon" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:HOME_URL="https://centos.org/" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T09:48:44.444 INFO:teuthology.orchestra.run.trial054.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T09:48:44.445 INFO:teuthology.lock.ops:Updating trial054.front.sepia.ceph.com on lock server 2026-02-18T09:48:44.518 DEBUG:teuthology.orchestra.run.trial184:> uname -m 2026-02-18T09:48:44.533 INFO:teuthology.orchestra.run.trial184.stdout:x86_64 2026-02-18T09:48:44.533 DEBUG:teuthology.orchestra.run.trial184:> cat /etc/os-release 2026-02-18T09:48:44.589 INFO:teuthology.orchestra.run.trial184.stdout:NAME="CentOS Stream" 2026-02-18T09:48:44.589 INFO:teuthology.orchestra.run.trial184.stdout:VERSION="9" 2026-02-18T09:48:44.589 INFO:teuthology.orchestra.run.trial184.stdout:ID="centos" 2026-02-18T09:48:44.589 INFO:teuthology.orchestra.run.trial184.stdout:ID_LIKE="rhel fedora" 2026-02-18T09:48:44.589 INFO:teuthology.orchestra.run.trial184.stdout:VERSION_ID="9" 2026-02-18T09:48:44.589 INFO:teuthology.orchestra.run.trial184.stdout:PLATFORM_ID="platform:el9" 2026-02-18T09:48:44.589 INFO:teuthology.orchestra.run.trial184.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T09:48:44.589 INFO:teuthology.orchestra.run.trial184.stdout:ANSI_COLOR="0;31" 2026-02-18T09:48:44.590 INFO:teuthology.orchestra.run.trial184.stdout:LOGO="fedora-logo-icon" 2026-02-18T09:48:44.590 INFO:teuthology.orchestra.run.trial184.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T09:48:44.590 INFO:teuthology.orchestra.run.trial184.stdout:HOME_URL="https://centos.org/" 2026-02-18T09:48:44.590 INFO:teuthology.orchestra.run.trial184.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T09:48:44.590 INFO:teuthology.orchestra.run.trial184.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T09:48:44.590 INFO:teuthology.orchestra.run.trial184.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T09:48:44.590 INFO:teuthology.lock.ops:Updating trial184.front.sepia.ceph.com on lock server 2026-02-18T09:48:44.668 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T09:48:44.681 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T09:48:44.702 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T09:48:44.702 DEBUG:teuthology.orchestra.run.trial054:> test '!' -e /home/ubuntu/cephtest 2026-02-18T09:48:44.704 DEBUG:teuthology.orchestra.run.trial184:> test '!' -e /home/ubuntu/cephtest 2026-02-18T09:48:44.719 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T09:48:44.729 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T09:48:44.729 DEBUG:teuthology.orchestra.run.trial054:> test -z $(ls -A /var/lib/ceph) 2026-02-18T09:48:44.760 DEBUG:teuthology.orchestra.run.trial184:> test -z $(ls -A /var/lib/ceph) 2026-02-18T09:48:44.777 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T09:48:44.948 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T09:48:44.967 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-18T09:48:44.967 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-18T09:48:44.967 DEBUG:teuthology.orchestra.run.trial054:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T09:48:44.967 DEBUG:teuthology.orchestra.run.trial184:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T09:48:44.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T09:48:44.982 DEBUG:teuthology.orchestra.run.trial054:> uname -r 2026-02-18T09:48:44.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T09:48:44.982 DEBUG:teuthology.orchestra.run.trial184:> uname -r 2026-02-18T09:48:45.036 INFO:teuthology.orchestra.run.trial054.stdout:5.14.0-645.el9.x86_64 2026-02-18T09:48:45.037 INFO:teuthology.task.kernel:Running kernel on trial054: 5.14.0-645.el9.x86_64 2026-02-18T09:48:45.037 DEBUG:teuthology.orchestra.run.trial054:> sudo yum install -y kernel 2026-02-18T09:48:45.038 INFO:teuthology.orchestra.run.trial184.stdout:5.14.0-645.el9.x86_64 2026-02-18T09:48:45.038 INFO:teuthology.task.kernel:Running kernel on trial184: 5.14.0-645.el9.x86_64 2026-02-18T09:48:45.038 DEBUG:teuthology.orchestra.run.trial184:> sudo yum install -y kernel 2026-02-18T09:48:46.244 INFO:teuthology.orchestra.run.trial054.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.9 MB 00:00 2026-02-18T09:48:46.268 INFO:teuthology.orchestra.run.trial184.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-18T09:48:49.314 INFO:teuthology.orchestra.run.trial184.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T09:48:49.315 INFO:teuthology.orchestra.run.trial054.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T09:48:52.960 INFO:teuthology.orchestra.run.trial184.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 7.8 MB 00:01 2026-02-18T09:48:52.963 INFO:teuthology.orchestra.run.trial054.stdout:CentOS Stream 9 - CRB 6.1 MB/s | 7.8 MB 00:01 2026-02-18T09:48:53.795 INFO:teuthology.orchestra.run.trial184.stdout:CentOS Stream 9 - Extras packages 188 kB/s | 20 kB 00:00 2026-02-18T09:48:54.077 INFO:teuthology.orchestra.run.trial054.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 20 kB 00:00 2026-02-18T09:48:54.583 INFO:teuthology.orchestra.run.trial054.stdout:Extra Packages for Enterprise Linux 46 MB/s | 20 MB 00:00 2026-02-18T09:48:55.009 INFO:teuthology.orchestra.run.trial184.stdout:Extra Packages for Enterprise Linux 18 MB/s | 20 MB 00:01 2026-02-18T09:48:57.755 INFO:teuthology.orchestra.run.trial054.stdout:lab-extras 1.5 MB/s | 50 kB 00:00 2026-02-18T09:48:58.212 INFO:teuthology.orchestra.run.trial184.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-18T09:48:58.770 INFO:teuthology.orchestra.run.trial054.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T09:48:58.792 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:48:58.793 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:48:58.793 INFO:teuthology.orchestra.run.trial054.stdout: Package Architecture Version Repository Size 2026-02-18T09:48:58.793 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:48:58.793 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:48:58.793 INFO:teuthology.orchestra.run.trial054.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T09:48:58.793 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:48:58.793 INFO:teuthology.orchestra.run.trial054.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout:Install 4 Packages 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 88 M 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 135 M 2026-02-18T09:48:58.794 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:48:59.067 INFO:teuthology.orchestra.run.trial054.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 4.5 MB/s | 803 kB 00:00 2026-02-18T09:48:59.220 INFO:teuthology.orchestra.run.trial184.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T09:48:59.243 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:48:59.245 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:48:59.245 INFO:teuthology.orchestra.run.trial184.stdout: Package Architecture Version Repository Size 2026-02-18T09:48:59.245 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:48:59.245 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:48:59.245 INFO:teuthology.orchestra.run.trial184.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T09:48:59.245 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:48:59.246 INFO:teuthology.orchestra.run.trial184.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T09:48:59.246 INFO:teuthology.orchestra.run.trial184.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T09:48:59.246 INFO:teuthology.orchestra.run.trial184.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T09:48:59.246 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:48:59.246 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:48:59.246 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:48:59.246 INFO:teuthology.orchestra.run.trial184.stdout:Install 4 Packages 2026-02-18T09:48:59.247 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:48:59.247 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 88 M 2026-02-18T09:48:59.247 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 135 M 2026-02-18T09:48:59.247 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:48:59.291 INFO:teuthology.orchestra.run.trial054.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 43 MB/s | 17 MB 00:00 2026-02-18T09:48:59.335 INFO:teuthology.orchestra.run.trial184.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 28 MB/s | 803 kB 00:00 2026-02-18T09:48:59.378 INFO:teuthology.orchestra.run.trial054.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 99 MB/s | 31 MB 00:00 2026-02-18T09:48:59.405 INFO:teuthology.orchestra.run.trial184.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 174 MB/s | 17 MB 00:00 2026-02-18T09:48:59.500 INFO:teuthology.orchestra.run.trial054.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 65 MB/s | 40 MB 00:00 2026-02-18T09:48:59.500 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:48:59.500 INFO:teuthology.orchestra.run.trial054.stdout:Total 125 MB/s | 88 MB 00:00 2026-02-18T09:48:59.690 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:48:59.894 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:48:59.894 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:49:00.027 INFO:teuthology.orchestra.run.trial184.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 45 MB/s | 31 MB 00:00 2026-02-18T09:49:00.240 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:49:00.240 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:49:00.499 INFO:teuthology.orchestra.run.trial184.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 33 MB/s | 40 MB 00:01 2026-02-18T09:49:00.500 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:49:00.500 INFO:teuthology.orchestra.run.trial184.stdout:Total 70 MB/s | 88 MB 00:01 2026-02-18T09:49:00.690 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:49:00.894 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:49:00.895 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:49:01.241 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:49:01.242 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:49:01.326 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:49:01.607 INFO:teuthology.orchestra.run.trial054.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T09:49:01.626 INFO:teuthology.orchestra.run.trial054.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T09:49:02.325 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:49:02.606 INFO:teuthology.orchestra.run.trial184.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T09:49:02.625 INFO:teuthology.orchestra.run.trial184.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T09:49:03.418 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T09:49:03.448 INFO:teuthology.orchestra.run.trial054.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T09:49:04.424 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T09:49:04.452 INFO:teuthology.orchestra.run.trial184.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T09:49:06.538 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T09:49:06.545 INFO:teuthology.orchestra.run.trial054.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:07.473 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T09:49:07.480 INFO:teuthology.orchestra.run.trial184.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:09.645 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:10.513 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:40.094 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:40.115 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:40.284 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:40.284 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T09:49:40.284 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T09:49:40.284 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T09:49:40.337 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:40.337 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:49:40.337 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:49:40.337 INFO:teuthology.orchestra.run.trial054.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T09:49:40.337 INFO:teuthology.orchestra.run.trial054.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T09:49:40.337 INFO:teuthology.orchestra.run.trial054.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T09:49:40.338 INFO:teuthology.orchestra.run.trial054.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T09:49:40.338 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:49:40.338 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:49:40.395 DEBUG:teuthology.orchestra.run.trial054:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T09:49:40.422 INFO:teuthology.orchestra.run.trial054.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T09:49:40.423 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T09:49:40.423 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T09:49:40.423 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T09:49:40.424 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T09:49:40.424 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-18T09:49:40.424 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial054.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T09:49:40.424 DEBUG:teuthology.orchestra.run.trial054:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T09:49:40.487 INFO:teuthology.orchestra.run.trial054.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T09:49:40.487 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T09:49:40.488 DEBUG:teuthology.orchestra.run.trial054:> sudo rpm -qi grub2-tools 2026-02-18T09:49:40.556 INFO:teuthology.orchestra.run.trial054.stdout:Name : grub2-tools 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Epoch : 1 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Version : 2.06 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Release : 118.el9 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Architecture: x86_64 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Group : Unspecified 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Size : 8393909 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:License : GPLv3+ 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Packager : builder@centos.org 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Vendor : CentOS 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Summary : Support tools for GRUB. 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:Description : 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:hardware devices. 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:49:40.557 INFO:teuthology.orchestra.run.trial054.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T09:49:40.558 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T09:49:40.558 INFO:teuthology.task.kernel:Updating grub on trial054 to boot 5.14.0-681.el9.x86_64 2026-02-18T09:49:40.558 DEBUG:teuthology.orchestra.run.trial054:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T09:49:40.622 INFO:teuthology.orchestra.run.trial054.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T09:49:40.623 DEBUG:teuthology.orchestra.run.trial054:> sudo command -v grubby && echo yes || echo no 2026-02-18T09:49:40.686 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/grubby 2026-02-18T09:49:40.687 INFO:teuthology.orchestra.run.trial054.stdout:yes 2026-02-18T09:49:40.687 DEBUG:teuthology.orchestra.run.trial054:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T09:49:40.752 INFO:teuthology.orchestra.run.trial054.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T09:49:40.752 DEBUG:teuthology.orchestra.run.trial054:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T09:49:40.825 DEBUG:teuthology.orchestra.run.trial054:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T09:49:40.867 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:40.889 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:40.952 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:40.953 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T09:49:40.953 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T09:49:40.953 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T09:49:41.004 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T09:49:41.005 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:49:41.005 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:49:41.005 INFO:teuthology.orchestra.run.trial184.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T09:49:41.005 INFO:teuthology.orchestra.run.trial184.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T09:49:41.005 INFO:teuthology.orchestra.run.trial184.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T09:49:41.005 INFO:teuthology.orchestra.run.trial184.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T09:49:41.005 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:49:41.005 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:49:41.034 INFO:teuthology.orchestra.run.trial054.stderr:Generating grub configuration file ... 2026-02-18T09:49:41.063 DEBUG:teuthology.orchestra.run.trial184:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T09:49:41.089 INFO:teuthology.orchestra.run.trial184.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T09:49:41.090 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T09:49:41.090 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T09:49:41.090 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T09:49:41.091 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T09:49:41.091 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-18T09:49:41.091 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial184.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T09:49:41.091 DEBUG:teuthology.orchestra.run.trial184:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T09:49:41.098 INFO:teuthology.orchestra.run.trial054.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T09:49:41.105 INFO:teuthology.orchestra.run.trial054.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T09:49:41.153 INFO:teuthology.orchestra.run.trial184.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T09:49:41.153 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T09:49:41.154 DEBUG:teuthology.orchestra.run.trial184:> sudo rpm -qi grub2-tools 2026-02-18T09:49:41.224 INFO:teuthology.orchestra.run.trial184.stdout:Name : grub2-tools 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Epoch : 1 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Version : 2.06 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Release : 118.el9 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Architecture: x86_64 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Group : Unspecified 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Size : 8393909 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:License : GPLv3+ 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T09:49:41.225 INFO:teuthology.orchestra.run.trial184.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:Packager : builder@centos.org 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:Vendor : CentOS 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:Summary : Support tools for GRUB. 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:Description : 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:hardware devices. 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:49:41.226 INFO:teuthology.orchestra.run.trial184.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T09:49:41.227 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T09:49:41.228 INFO:teuthology.task.kernel:Updating grub on trial184 to boot 5.14.0-681.el9.x86_64 2026-02-18T09:49:41.228 DEBUG:teuthology.orchestra.run.trial184:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T09:49:41.291 INFO:teuthology.orchestra.run.trial184.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T09:49:41.292 DEBUG:teuthology.orchestra.run.trial184:> sudo command -v grubby && echo yes || echo no 2026-02-18T09:49:41.356 INFO:teuthology.orchestra.run.trial054.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T09:49:41.359 INFO:teuthology.orchestra.run.trial184.stdout:/sbin/grubby 2026-02-18T09:49:41.360 INFO:teuthology.orchestra.run.trial184.stdout:yes 2026-02-18T09:49:41.361 DEBUG:teuthology.orchestra.run.trial184:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T09:49:41.362 INFO:teuthology.orchestra.run.trial054.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T09:49:41.393 INFO:teuthology.orchestra.run.trial054.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T09:49:41.400 INFO:teuthology.orchestra.run.trial054.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T09:49:41.423 INFO:teuthology.orchestra.run.trial054.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T09:49:41.425 INFO:teuthology.orchestra.run.trial184.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T09:49:41.427 DEBUG:teuthology.orchestra.run.trial184:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T09:49:41.430 INFO:teuthology.orchestra.run.trial054.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T09:49:41.501 DEBUG:teuthology.orchestra.run.trial184:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T09:49:41.511 INFO:teuthology.orchestra.run.trial054.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T09:49:41.519 INFO:teuthology.orchestra.run.trial054.stderr:done 2026-02-18T09:49:41.521 DEBUG:teuthology.orchestra.run.trial054:> test -d /sys/firmware/efi 2026-02-18T09:49:41.538 DEBUG:teuthology.orchestra.run.trial054:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T09:49:41.603 INFO:teuthology.orchestra.run.trial054.stdout:/boot/efi/EFI/BOOT 2026-02-18T09:49:41.603 INFO:teuthology.orchestra.run.trial054.stdout:/boot/efi/EFI/centos 2026-02-18T09:49:41.605 DEBUG:teuthology.orchestra.run.trial054:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T09:49:41.670 INFO:teuthology.orchestra.run.trial054.stdout:no 2026-02-18T09:49:41.671 DEBUG:teuthology.orchestra.run.trial054:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T09:49:41.713 INFO:teuthology.orchestra.run.trial184.stderr:Generating grub configuration file ... 2026-02-18T09:49:41.736 INFO:teuthology.orchestra.run.trial054.stdout:yes 2026-02-18T09:49:41.736 DEBUG:teuthology.orchestra.run.trial054:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T09:49:41.775 INFO:teuthology.orchestra.run.trial184.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T09:49:41.782 INFO:teuthology.orchestra.run.trial184.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T09:49:41.801 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial054 2026-02-18T09:49:41.801 DEBUG:teuthology.orchestra.run.trial054:> sudo bash -c ' 2026-02-18T09:49:41.801 DEBUG:teuthology.orchestra.run.trial054:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T09:49:41.801 DEBUG:teuthology.orchestra.run.trial054:> ' 2026-02-18T09:49:42.032 INFO:teuthology.orchestra.run.trial184.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T09:49:42.038 INFO:teuthology.orchestra.run.trial184.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T09:49:42.071 INFO:teuthology.orchestra.run.trial184.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T09:49:42.077 INFO:teuthology.orchestra.run.trial184.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T09:49:42.101 INFO:teuthology.orchestra.run.trial184.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T09:49:42.108 INFO:teuthology.orchestra.run.trial184.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T09:49:42.191 INFO:teuthology.orchestra.run.trial184.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T09:49:42.199 INFO:teuthology.orchestra.run.trial184.stderr:done 2026-02-18T09:49:42.200 DEBUG:teuthology.orchestra.run.trial184:> test -d /sys/firmware/efi 2026-02-18T09:49:42.216 DEBUG:teuthology.orchestra.run.trial184:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T09:49:42.283 INFO:teuthology.orchestra.run.trial184.stdout:/boot/efi/EFI/BOOT 2026-02-18T09:49:42.283 INFO:teuthology.orchestra.run.trial184.stdout:/boot/efi/EFI/centos 2026-02-18T09:49:42.284 DEBUG:teuthology.orchestra.run.trial184:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T09:49:42.349 INFO:teuthology.orchestra.run.trial184.stdout:no 2026-02-18T09:49:42.349 DEBUG:teuthology.orchestra.run.trial184:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T09:49:42.417 INFO:teuthology.orchestra.run.trial184.stdout:yes 2026-02-18T09:49:42.417 DEBUG:teuthology.orchestra.run.trial184:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T09:49:42.480 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial184 2026-02-18T09:49:42.480 DEBUG:teuthology.orchestra.run.trial184:> sudo bash -c ' 2026-02-18T09:49:42.480 DEBUG:teuthology.orchestra.run.trial184:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T09:49:42.480 DEBUG:teuthology.orchestra.run.trial184:> ' 2026-02-18T09:50:11.844 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-18T09:50:11.845 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial054.front.sepia.ceph.com' 2026-02-18T09:50:11.845 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial054.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T09:50:12.522 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-18T09:50:12.522 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial184.front.sepia.ceph.com' 2026-02-18T09:50:12.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T09:50:26.112 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.54 2026-02-18T09:50:26.815 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.184 2026-02-18T09:50:35.121 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial054.front.sepia.ceph.com' 2026-02-18T09:50:35.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial054.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T09:50:35.817 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial184.front.sepia.ceph.com' 2026-02-18T09:50:35.818 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T09:51:11.335 DEBUG:teuthology.orchestra.run.trial054:> true 2026-02-18T09:51:11.490 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial054.front.sepia.ceph.com' 2026-02-18T09:51:11.490 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-681.el9.x86_64"... 2026-02-18T09:51:11.490 DEBUG:teuthology.orchestra.run.trial054:> uname -r 2026-02-18T09:51:11.546 INFO:teuthology.orchestra.run.trial054.stdout:5.14.0-681.el9.x86_64 2026-02-18T09:51:11.546 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T09:51:11.546 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T09:51:11.546 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T09:51:12.025 DEBUG:teuthology.orchestra.run.trial184:> true 2026-02-18T09:51:12.188 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial184.front.sepia.ceph.com' 2026-02-18T09:51:12.188 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-681.el9.x86_64"... 2026-02-18T09:51:12.188 DEBUG:teuthology.orchestra.run.trial184:> uname -r 2026-02-18T09:51:12.245 INFO:teuthology.orchestra.run.trial184.stdout:5.14.0-681.el9.x86_64 2026-02-18T09:51:12.245 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T09:51:12.245 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T09:51:12.246 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T09:51:12.547 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-18T09:51:12.547 DEBUG:teuthology.orchestra.run.trial054:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T09:51:12.577 INFO:teuthology.orchestra.run.trial054.stdout:ttyS1 2026-02-18T09:51:12.598 DEBUG:teuthology.parallel:result is None 2026-02-18T09:51:13.246 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-18T09:51:13.246 DEBUG:teuthology.orchestra.run.trial184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T09:51:13.276 INFO:teuthology.orchestra.run.trial184.stdout:ttyS1 2026-02-18T09:51:13.296 DEBUG:teuthology.parallel:result is None 2026-02-18T09:51:13.296 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T09:51:13.310 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T09:51:13.310 DEBUG:teuthology.orchestra.run.trial054:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T09:51:13.313 DEBUG:teuthology.orchestra.run.trial184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T09:51:13.354 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T09:51:13.366 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T09:51:13.382 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T09:51:13.382 DEBUG:teuthology.orchestra.run.trial054:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T09:51:13.385 DEBUG:teuthology.orchestra.run.trial184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T09:51:13.418 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T09:51:13.429 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T09:51:13.429 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:51:13.441 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:51:13.462 INFO:teuthology.orchestra.run.trial054.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T09:51:13.472 INFO:teuthology.orchestra.run.trial054.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T09:51:13.475 INFO:teuthology.orchestra.run.trial184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T09:51:13.484 INFO:teuthology.orchestra.run.trial184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T09:51:13.485 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T09:51:13.497 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T09:51:13.497 DEBUG:teuthology.orchestra.run.trial054:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T09:51:13.515 DEBUG:teuthology.orchestra.run.trial184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T09:51:13.550 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T09:51:13.567 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T09:51:13.567 DEBUG:teuthology.orchestra.run.trial054:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T09:51:13.579 DEBUG:teuthology.orchestra.run.trial184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T09:51:13.607 DEBUG:teuthology.orchestra.run.trial054:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T09:51:13.714 DEBUG:teuthology.orchestra.run.trial054:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T09:51:13.740 DEBUG:teuthology.orchestra.run.trial054:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T09:51:13.866 DEBUG:teuthology.orchestra.run.trial054:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T09:51:13.890 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:51:13.890 DEBUG:teuthology.orchestra.run.trial054:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T09:51:13.955 DEBUG:teuthology.orchestra.run.trial184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T09:51:14.061 DEBUG:teuthology.orchestra.run.trial184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T09:51:14.087 DEBUG:teuthology.orchestra.run.trial184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T09:51:14.228 DEBUG:teuthology.orchestra.run.trial184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T09:51:14.252 DEBUG:teuthology.orchestra.run.trial184:> set -ex 2026-02-18T09:51:14.252 DEBUG:teuthology.orchestra.run.trial184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T09:51:14.315 DEBUG:teuthology.orchestra.run.trial054:> sudo service rsyslog restart 2026-02-18T09:51:14.317 DEBUG:teuthology.orchestra.run.trial184:> sudo service rsyslog restart 2026-02-18T09:51:14.345 INFO:teuthology.orchestra.run.trial054.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T09:51:14.382 INFO:teuthology.orchestra.run.trial184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T09:51:14.905 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T09:51:14.917 INFO:teuthology.task.internal:Starting timer... 2026-02-18T09:51:14.917 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T09:51:14.940 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T09:51:14.959 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-18T09:51:14.959 DEBUG:teuthology.orchestra.run.trial054:> sudo service auditd rotate 2026-02-18T09:51:14.989 INFO:teuthology.orchestra.run.trial054.stdout:Rotating logs: 2026-02-18T09:51:14.991 DEBUG:teuthology.orchestra.run.trial184:> sudo service auditd rotate 2026-02-18T09:51:15.020 INFO:teuthology.orchestra.run.trial184.stdout:Rotating logs: 2026-02-18T09:51:15.022 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T09:51:15.022 DEBUG:teuthology.orchestra.run.trial054:> /usr/sbin/getenforce 2026-02-18T09:51:15.046 INFO:teuthology.orchestra.run.trial054.stdout:Permissive 2026-02-18T09:51:15.046 DEBUG:teuthology.orchestra.run.trial184:> /usr/sbin/getenforce 2026-02-18T09:51:15.077 INFO:teuthology.orchestra.run.trial184.stdout:Permissive 2026-02-18T09:51:15.077 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial054.front.sepia.ceph.com': 'permissive', 'ubuntu@trial184.front.sepia.ceph.com': 'permissive'} 2026-02-18T09:51:15.078 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:51:15.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T09:51:15.111 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:51:15.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T09:51:15.142 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T09:51:15.142 DEBUG:teuthology.orchestra.run.trial054:> sudo /usr/sbin/setenforce permissive 2026-02-18T09:51:15.174 DEBUG:teuthology.orchestra.run.trial184:> sudo /usr/sbin/setenforce permissive 2026-02-18T09:51:15.208 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T09:51:15.223 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T09:51:15.235 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-18T09:51:15.236 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial054.front.sepia.ceph.com,trial184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T09:52:27.773 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial054.front.sepia.ceph.com'), Remote(name='ubuntu@trial184.front.sepia.ceph.com')] 2026-02-18T09:52:27.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial054.front.sepia.ceph.com' 2026-02-18T09:52:27.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial054.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T09:52:27.858 DEBUG:teuthology.orchestra.run.trial054:> true 2026-02-18T09:52:27.936 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial054.front.sepia.ceph.com' 2026-02-18T09:52:27.936 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial184.front.sepia.ceph.com' 2026-02-18T09:52:27.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T09:52:28.011 DEBUG:teuthology.orchestra.run.trial184:> true 2026-02-18T09:52:28.087 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial184.front.sepia.ceph.com' 2026-02-18T09:52:28.087 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T09:52:28.101 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T09:52:28.101 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T09:52:28.101 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:52:28.103 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T09:52:28.103 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:52:28.129 INFO:teuthology.orchestra.run.trial054.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T09:52:28.141 INFO:teuthology.orchestra.run.trial054.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T09:52:28.153 INFO:teuthology.orchestra.run.trial184.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T09:52:28.162 INFO:teuthology.orchestra.run.trial054.stderr:sudo: ntpd: command not found 2026-02-18T09:52:28.165 INFO:teuthology.orchestra.run.trial184.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T09:52:28.171 INFO:teuthology.orchestra.run.trial054.stdout:506 Cannot talk to daemon 2026-02-18T09:52:28.183 INFO:teuthology.orchestra.run.trial054.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T09:52:28.186 INFO:teuthology.orchestra.run.trial184.stderr:sudo: ntpd: command not found 2026-02-18T09:52:28.195 INFO:teuthology.orchestra.run.trial054.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T09:52:28.196 INFO:teuthology.orchestra.run.trial184.stdout:506 Cannot talk to daemon 2026-02-18T09:52:28.208 INFO:teuthology.orchestra.run.trial184.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T09:52:28.220 INFO:teuthology.orchestra.run.trial184.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T09:52:28.240 INFO:teuthology.orchestra.run.trial054.stderr:bash: line 1: ntpq: command not found 2026-02-18T09:52:28.242 INFO:teuthology.orchestra.run.trial054.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T09:52:28.242 INFO:teuthology.orchestra.run.trial054.stdout:=============================================================================== 2026-02-18T09:52:28.273 INFO:teuthology.orchestra.run.trial184.stderr:bash: line 1: ntpq: command not found 2026-02-18T09:52:28.293 INFO:teuthology.orchestra.run.trial184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T09:52:28.293 INFO:teuthology.orchestra.run.trial184.stdout:=============================================================================== 2026-02-18T09:52:28.293 INFO:teuthology.orchestra.run.trial184.stdout:^? ntp.sfo.icanbwell.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T09:52:28.293 INFO:teuthology.orchestra.run.trial184.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T09:52:28.293 INFO:teuthology.orchestra.run.trial184.stdout:^? chi3.us.ntp.li 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T09:52:28.293 INFO:teuthology.orchestra.run.trial184.stdout:^? 172-234-44-141.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T09:52:28.293 INFO:teuthology.run_tasks:Running task pexec... 2026-02-18T09:52:28.306 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-18T09:52:28.307 DEBUG:teuthology.orchestra.run.trial054:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T09:52:28.307 DEBUG:teuthology.orchestra.run.trial184:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T09:52:28.309 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial054.front.sepia.ceph.com 2026-02-18T09:52:28.309 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T09:52:28.309 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T09:52:28.309 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T09:52:28.309 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T09:52:28.336 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial184.front.sepia.ceph.com 2026-02-18T09:52:28.336 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T09:52:28.336 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T09:52:28.336 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T09:52:28.336 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T09:52:28.482 INFO:teuthology.orchestra.run.trial054.stdout:No match for argument: nvme-cli 2026-02-18T09:52:28.482 INFO:teuthology.orchestra.run.trial054.stderr:No packages marked for removal. 2026-02-18T09:52:28.485 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:52:28.485 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:52:28.485 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:52:28.507 INFO:teuthology.orchestra.run.trial184.stdout:No match for argument: nvme-cli 2026-02-18T09:52:28.507 INFO:teuthology.orchestra.run.trial184.stderr:No packages marked for removal. 2026-02-18T09:52:28.510 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:52:28.510 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:52:28.510 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:52:28.788 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:32 ago on Wed 18 Feb 2026 09:51:56 AM UTC. 2026-02-18T09:52:28.815 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:32 ago on Wed 18 Feb 2026 09:51:56 AM UTC. 2026-02-18T09:52:28.871 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout:Upgrading: 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout:Install 7 Packages 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout:Upgrade 1 Package 2026-02-18T09:52:28.872 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:52:28.873 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 6.4 M 2026-02-18T09:52:28.873 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:52:28.899 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:52:28.900 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:52:28.900 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:52:28.900 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:52:28.900 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:52:28.900 INFO:teuthology.orchestra.run.trial184.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T09:52:28.900 INFO:teuthology.orchestra.run.trial184.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T09:52:28.900 INFO:teuthology.orchestra.run.trial184.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout:Upgrading: 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout:Install 7 Packages 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout:Upgrade 1 Package 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 6.4 M 2026-02-18T09:52:28.901 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:52:29.789 INFO:teuthology.orchestra.run.trial184.stdout:(1/8): python3-configshell-1.1.30-1.el9.noarch. 97 kB/s | 72 kB 00:00 2026-02-18T09:52:29.832 INFO:teuthology.orchestra.run.trial184.stdout:(2/8): nvmetcli-0.8-3.el9.noarch.rpm 56 kB/s | 44 kB 00:00 2026-02-18T09:52:29.973 INFO:teuthology.orchestra.run.trial054.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 59 kB/s | 44 kB 00:00 2026-02-18T09:52:30.101 INFO:teuthology.orchestra.run.trial054.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 83 kB/s | 72 kB 00:00 2026-02-18T09:52:30.250 INFO:teuthology.orchestra.run.trial054.stdout:(3/8): nvme-cli-2.16-1.el9.x86_64.rpm 1.1 MB/s | 1.2 MB 00:01 2026-02-18T09:52:30.391 INFO:teuthology.orchestra.run.trial184.stdout:(3/8): nvme-cli-2.16-1.el9.x86_64.rpm 878 kB/s | 1.2 MB 00:01 2026-02-18T09:52:30.483 INFO:teuthology.orchestra.run.trial184.stdout:(4/8): python3-kmod-0.9-32.el9.x86_64.rpm 121 kB/s | 84 kB 00:00 2026-02-18T09:52:30.568 INFO:teuthology.orchestra.run.trial184.stdout:(5/8): runc-1.4.0-1.el9.x86_64.rpm 47 MB/s | 4.0 MB 00:00 2026-02-18T09:52:30.595 INFO:teuthology.orchestra.run.trial184.stdout:(6/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 197 kB/s | 150 kB 00:00 2026-02-18T09:52:30.619 INFO:teuthology.orchestra.run.trial054.stdout:(4/8): python3-kmod-0.9-32.el9.x86_64.rpm 130 kB/s | 84 kB 00:00 2026-02-18T09:52:30.874 INFO:teuthology.orchestra.run.trial054.stdout:(5/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 195 kB/s | 150 kB 00:00 2026-02-18T09:52:31.412 INFO:teuthology.orchestra.run.trial184.stdout:(7/8): libnvme-1.16.1-2.el9.x86_64.rpm 138 kB/s | 116 kB 00:00 2026-02-18T09:52:31.456 INFO:teuthology.orchestra.run.trial054.stdout:(6/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 695 kB/s | 837 kB 00:01 2026-02-18T09:52:31.565 INFO:teuthology.orchestra.run.trial184.stdout:(8/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 713 kB/s | 837 kB 00:01 2026-02-18T09:52:31.565 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:52:31.565 INFO:teuthology.orchestra.run.trial184.stdout:Total 2.4 MB/s | 6.4 MB 00:02 2026-02-18T09:52:31.589 INFO:teuthology.orchestra.run.trial054.stdout:(7/8): libnvme-1.16.1-2.el9.x86_64.rpm 163 kB/s | 116 kB 00:00 2026-02-18T09:52:31.641 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:52:31.650 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:52:31.650 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:52:31.726 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:52:31.726 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:52:31.815 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:52:31.883 INFO:teuthology.orchestra.run.trial184.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T09:52:31.890 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T09:52:31.898 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T09:52:31.904 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T09:52:31.910 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T09:52:31.911 INFO:teuthology.orchestra.run.trial184.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T09:52:32.041 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T09:52:32.043 INFO:teuthology.orchestra.run.trial184.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T09:52:32.319 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T09:52:32.319 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T09:52:32.319 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:32.357 INFO:teuthology.orchestra.run.trial184.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T09:52:32.373 INFO:teuthology.orchestra.run.trial184.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T09:52:32.595 INFO:teuthology.orchestra.run.trial054.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 2.0 MB/s | 4.0 MB 00:01 2026-02-18T09:52:32.596 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:52:32.596 INFO:teuthology.orchestra.run.trial054.stdout:Total 1.7 MB/s | 6.4 MB 00:03 2026-02-18T09:52:32.601 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T09:52:32.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T09:52:32.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T09:52:32.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T09:52:32.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T09:52:32.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T09:52:32.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T09:52:32.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T09:52:32.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T09:52:32.654 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T09:52:32.654 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:32.654 INFO:teuthology.orchestra.run.trial184.stdout:Upgraded: 2026-02-18T09:52:32.655 INFO:teuthology.orchestra.run.trial184.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T09:52:32.655 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:52:32.655 INFO:teuthology.orchestra.run.trial184.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T09:52:32.655 INFO:teuthology.orchestra.run.trial184.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T09:52:32.655 INFO:teuthology.orchestra.run.trial184.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T09:52:32.655 INFO:teuthology.orchestra.run.trial184.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T09:52:32.655 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:32.655 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:52:32.669 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:52:32.678 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:52:32.678 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:52:32.707 DEBUG:teuthology.parallel:result is None 2026-02-18T09:52:32.755 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:52:32.755 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:52:32.839 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:52:32.910 INFO:teuthology.orchestra.run.trial054.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T09:52:32.917 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T09:52:32.927 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T09:52:32.933 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T09:52:32.939 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T09:52:32.939 INFO:teuthology.orchestra.run.trial054.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T09:52:33.074 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T09:52:33.076 INFO:teuthology.orchestra.run.trial054.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T09:52:33.362 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T09:52:33.362 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T09:52:33.362 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:52:33.402 INFO:teuthology.orchestra.run.trial054.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T09:52:33.418 INFO:teuthology.orchestra.run.trial054.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T09:52:33.644 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T09:52:33.644 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T09:52:33.644 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T09:52:33.644 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T09:52:33.644 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T09:52:33.644 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T09:52:33.644 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T09:52:33.644 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T09:52:33.644 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout:Upgraded: 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:52:33.698 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:52:33.751 DEBUG:teuthology.parallel:result is None 2026-02-18T09:52:33.751 INFO:teuthology.run_tasks:Running task install... 2026-02-18T09:52:33.761 DEBUG:teuthology.task.install:project ceph 2026-02-18T09:52:33.761 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c'}} 2026-02-18T09:52:33.761 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c'} 2026-02-18T09:52:33.761 INFO:teuthology.task.install:Using flavor: default 2026-02-18T09:52:33.768 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-18T09:52:33.768 INFO:teuthology.task.install:extra packages: [] 2026-02-18T09:52:33.768 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': '3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c', 'tag': None, 'wait_for_package': False} 2026-02-18T09:52:33.769 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:52:33.770 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': '3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c', 'tag': None, 'wait_for_package': False} 2026-02-18T09:52:33.770 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:52:33.953 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/flavors/default/ 2026-02-18T09:52:33.953 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5358.g3e79fb58 2026-02-18T09:52:33.964 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/flavors/default/ 2026-02-18T09:52:33.964 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5358.g3e79fb58 2026-02-18T09:52:34.097 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/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-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/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-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T09:52:34.097 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:52:34.097 DEBUG:teuthology.orchestra.run.trial054:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T09:52:34.117 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/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-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/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-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T09:52:34.118 DEBUG:teuthology.orchestra.run.trial184:> set -ex 2026-02-18T09:52:34.118 DEBUG:teuthology.orchestra.run.trial184:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T09:52:34.123 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-18T09:52:34.123 DEBUG:teuthology.orchestra.run.trial054:> 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/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T09:52:34.145 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-18T09:52:34.145 DEBUG:teuthology.orchestra.run.trial184:> 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/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T09:52:34.189 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:52:34.209 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:52:34.263 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:52:34.282 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:52:34.328 INFO:teuthology.orchestra.run.trial054.stdout:check_obsoletes = 1 2026-02-18T09:52:34.330 DEBUG:teuthology.orchestra.run.trial054:> sudo yum clean all 2026-02-18T09:52:34.345 INFO:teuthology.orchestra.run.trial184.stdout:check_obsoletes = 1 2026-02-18T09:52:34.346 DEBUG:teuthology.orchestra.run.trial184:> sudo yum clean all 2026-02-18T09:52:34.478 INFO:teuthology.orchestra.run.trial054.stdout:41 files removed 2026-02-18T09:52:34.491 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-radosgw 2026-02-18T09:52:34.496 INFO:teuthology.orchestra.run.trial184.stdout:41 files removed 2026-02-18T09:52:34.510 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-radosgw 2026-02-18T09:52:34.774 INFO:teuthology.orchestra.run.trial054.stdout:ceph packages for x86_64 658 kB/s | 92 kB 00:00 2026-02-18T09:52:34.795 INFO:teuthology.orchestra.run.trial184.stdout:ceph packages for x86_64 647 kB/s | 92 kB 00:00 2026-02-18T09:52:34.965 INFO:teuthology.orchestra.run.trial054.stdout:ceph noarch packages 143 kB/s | 24 kB 00:00 2026-02-18T09:52:34.978 INFO:teuthology.orchestra.run.trial184.stdout:ceph noarch packages 150 kB/s | 24 kB 00:00 2026-02-18T09:52:35.093 INFO:teuthology.orchestra.run.trial054.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-18T09:52:35.104 INFO:teuthology.orchestra.run.trial184.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-18T09:52:35.938 INFO:teuthology.orchestra.run.trial184.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.9 MB 00:00 2026-02-18T09:52:36.478 INFO:teuthology.orchestra.run.trial054.stdout:CentOS Stream 9 - BaseOS 6.5 MB/s | 8.9 MB 00:01 2026-02-18T09:52:38.588 INFO:teuthology.orchestra.run.trial184.stdout:CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02 2026-02-18T09:52:39.881 INFO:teuthology.orchestra.run.trial054.stdout:CentOS Stream 9 - AppStream 9.3 MB/s | 27 MB 00:02 2026-02-18T09:52:42.004 INFO:teuthology.orchestra.run.trial184.stdout:CentOS Stream 9 - CRB 7.5 MB/s | 7.8 MB 00:01 2026-02-18T09:52:43.290 INFO:teuthology.orchestra.run.trial184.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 20 kB 00:00 2026-02-18T09:52:43.344 INFO:teuthology.orchestra.run.trial054.stdout:CentOS Stream 9 - CRB 7.2 MB/s | 7.8 MB 00:01 2026-02-18T09:52:44.160 INFO:teuthology.orchestra.run.trial184.stdout:Extra Packages for Enterprise Linux 25 MB/s | 20 MB 00:00 2026-02-18T09:52:44.874 INFO:teuthology.orchestra.run.trial054.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 20 kB 00:00 2026-02-18T09:52:45.488 INFO:teuthology.orchestra.run.trial054.stdout:Extra Packages for Enterprise Linux 37 MB/s | 20 MB 00:00 2026-02-18T09:52:47.433 INFO:teuthology.orchestra.run.trial184.stdout:lab-extras 1.5 MB/s | 50 kB 00:00 2026-02-18T09:52:48.649 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:52:48.650 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:52:48.650 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:52:48.650 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:52:48.650 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:52:48.650 INFO:teuthology.orchestra.run.trial184.stdout: ceph-radosgw x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 13 M 2026-02-18T09:52:48.650 INFO:teuthology.orchestra.run.trial184.stdout:Upgrading: 2026-02-18T09:52:48.650 INFO:teuthology.orchestra.run.trial184.stdout: librados2 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 3.5 M 2026-02-18T09:52:48.650 INFO:teuthology.orchestra.run.trial184.stdout: librbd1 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 2.8 M 2026-02-18T09:52:48.650 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: ceph-base x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 5.2 M 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: ceph-common x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 24 M 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: ceph-selinux x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 25 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: libcephfs2 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 909 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: libradosstriper1 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 248 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: librgw2 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 6.5 M 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: python3-ceph-argparse x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 45 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: python3-ceph-common x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 186 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: python3-cephfs x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 203 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: python3-rados x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 325 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: python3-rbd x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 306 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: python3-rgw x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 100 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T09:52:48.651 INFO:teuthology.orchestra.run.trial184.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout:Installing weak dependencies: 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout:Install 32 Packages 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout:Upgrade 2 Packages 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 67 M 2026-02-18T09:52:48.652 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:52:48.764 INFO:teuthology.orchestra.run.trial054.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-18T09:52:49.520 INFO:teuthology.orchestra.run.trial184.stdout:(1/34): ceph-base-20.3.0-5358.g3e79fb58.el9.x86 13 MB/s | 5.2 MB 00:00 2026-02-18T09:52:49.567 INFO:teuthology.orchestra.run.trial184.stdout:(2/34): ceph-selinux-20.3.0-5358.g3e79fb58.el9. 538 kB/s | 25 kB 00:00 2026-02-18T09:52:49.634 INFO:teuthology.orchestra.run.trial184.stdout:(3/34): libcephfs2-20.3.0-5358.g3e79fb58.el9.x8 13 MB/s | 909 kB 00:00 2026-02-18T09:52:49.690 INFO:teuthology.orchestra.run.trial184.stdout:(4/34): libradosstriper1-20.3.0-5358.g3e79fb58. 4.3 MB/s | 248 kB 00:00 2026-02-18T09:52:49.867 INFO:teuthology.orchestra.run.trial184.stdout:(5/34): ceph-radosgw-20.3.0-5358.g3e79fb58.el9. 18 MB/s | 13 MB 00:00 2026-02-18T09:52:49.904 INFO:teuthology.orchestra.run.trial184.stdout:(6/34): python3-ceph-argparse-20.3.0-5358.g3e79 1.2 MB/s | 45 kB 00:00 2026-02-18T09:52:49.943 INFO:teuthology.orchestra.run.trial184.stdout:(7/34): python3-ceph-common-20.3.0-5358.g3e79fb 4.7 MB/s | 186 kB 00:00 2026-02-18T09:52:49.983 INFO:teuthology.orchestra.run.trial184.stdout:(8/34): python3-cephfs-20.3.0-5358.g3e79fb58.el 5.0 MB/s | 203 kB 00:00 2026-02-18T09:52:49.987 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: ceph-radosgw x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 13 M 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout:Upgrading: 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: librados2 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 3.5 M 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: librbd1 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 2.8 M 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: ceph-base x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 5.2 M 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: ceph-common x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 24 M 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: ceph-selinux x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 25 k 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: libcephfs2 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 909 k 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T09:52:49.988 INFO:teuthology.orchestra.run.trial054.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: libradosstriper1 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 248 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: librgw2 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 6.5 M 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: python3-ceph-argparse x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 45 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: python3-ceph-common x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 186 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: python3-cephfs x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 203 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: python3-rados x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 325 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: python3-rbd x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 306 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: python3-rgw x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 100 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout:Installing weak dependencies: 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout:Install 32 Packages 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout:Upgrade 2 Packages 2026-02-18T09:52:49.989 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:52:49.990 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 67 M 2026-02-18T09:52:49.990 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:52:50.020 INFO:teuthology.orchestra.run.trial184.stdout:(9/34): librgw2-20.3.0-5358.g3e79fb58.el9.x86_6 20 MB/s | 6.5 MB 00:00 2026-02-18T09:52:50.021 INFO:teuthology.orchestra.run.trial184.stdout:(10/34): python3-rados-20.3.0-5358.g3e79fb58.el 8.2 MB/s | 325 kB 00:00 2026-02-18T09:52:50.047 INFO:teuthology.orchestra.run.trial184.stdout:(11/34): python3-rbd-20.3.0-5358.g3e79fb58.el9. 11 MB/s | 306 kB 00:00 2026-02-18T09:52:50.049 INFO:teuthology.orchestra.run.trial184.stdout:(12/34): python3-rgw-20.3.0-5358.g3e79fb58.el9. 3.6 MB/s | 100 kB 00:00 2026-02-18T09:52:50.130 INFO:teuthology.orchestra.run.trial184.stdout:(13/34): ceph-common-20.3.0-5358.g3e79fb58.el9. 24 MB/s | 24 MB 00:00 2026-02-18T09:52:50.542 INFO:teuthology.orchestra.run.trial184.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 253 kB/s | 104 kB 00:00 2026-02-18T09:52:50.715 INFO:teuthology.orchestra.run.trial184.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 140 kB/s | 93 kB 00:00 2026-02-18T09:52:50.720 INFO:teuthology.orchestra.run.trial184.stdout:(16/34): libnbd-1.20.3-4.el9.x86_64.rpm 919 kB/s | 164 kB 00:00 2026-02-18T09:52:50.737 INFO:teuthology.orchestra.run.trial184.stdout:(17/34): mailcap-2.1.49-5.el9.noarch.rpm 48 kB/s | 33 kB 00:00 2026-02-18T09:52:50.807 INFO:teuthology.orchestra.run.trial184.stdout:(18/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 522 kB/s | 45 kB 00:00 2026-02-18T09:52:50.852 INFO:teuthology.orchestra.run.trial054.stdout:(1/34): ceph-base-20.3.0-5358.g3e79fb58.el9.x86 14 MB/s | 5.2 MB 00:00 2026-02-18T09:52:50.899 INFO:teuthology.orchestra.run.trial054.stdout:(2/34): ceph-selinux-20.3.0-5358.g3e79fb58.el9. 533 kB/s | 25 kB 00:00 2026-02-18T09:52:50.962 INFO:teuthology.orchestra.run.trial184.stdout:(19/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.8 MB/s | 292 kB 00:00 2026-02-18T09:52:50.965 INFO:teuthology.orchestra.run.trial054.stdout:(3/34): libcephfs2-20.3.0-5358.g3e79fb58.el9.x8 13 MB/s | 909 kB 00:00 2026-02-18T09:52:51.021 INFO:teuthology.orchestra.run.trial054.stdout:(4/34): libradosstriper1-20.3.0-5358.g3e79fb58. 4.3 MB/s | 248 kB 00:00 2026-02-18T09:52:51.061 INFO:teuthology.orchestra.run.trial184.stdout:(20/34): qatlib-25.08.0-2.el9.x86_64.rpm 2.4 MB/s | 240 kB 00:00 2026-02-18T09:52:51.141 INFO:teuthology.orchestra.run.trial184.stdout:(21/34): qatlib-service-25.08.0-2.el9.x86_64.rp 464 kB/s | 37 kB 00:00 2026-02-18T09:52:51.162 INFO:teuthology.orchestra.run.trial184.stdout:(22/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 358 kB/s | 160 kB 00:00 2026-02-18T09:52:51.194 INFO:teuthology.orchestra.run.trial054.stdout:(5/34): ceph-radosgw-20.3.0-5358.g3e79fb58.el9. 18 MB/s | 13 MB 00:00 2026-02-18T09:52:51.223 INFO:teuthology.orchestra.run.trial184.stdout:(23/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 804 kB/s | 66 kB 00:00 2026-02-18T09:52:51.230 INFO:teuthology.orchestra.run.trial054.stdout:(6/34): python3-ceph-argparse-20.3.0-5358.g3e79 1.2 MB/s | 45 kB 00:00 2026-02-18T09:52:51.270 INFO:teuthology.orchestra.run.trial054.stdout:(7/34): python3-ceph-common-20.3.0-5358.g3e79fb 4.7 MB/s | 186 kB 00:00 2026-02-18T09:52:51.347 INFO:teuthology.orchestra.run.trial054.stdout:(8/34): librgw2-20.3.0-5358.g3e79fb58.el9.x86_6 20 MB/s | 6.5 MB 00:00 2026-02-18T09:52:51.347 INFO:teuthology.orchestra.run.trial054.stdout:(9/34): python3-cephfs-20.3.0-5358.g3e79fb58.el 2.6 MB/s | 203 kB 00:00 2026-02-18T09:52:51.347 INFO:teuthology.orchestra.run.trial184.stdout:(24/34): librdkafka-1.6.1-102.el9.x86_64.rpm 1.1 MB/s | 662 kB 00:00 2026-02-18T09:52:51.374 INFO:teuthology.orchestra.run.trial054.stdout:(10/34): python3-rados-20.3.0-5358.g3e79fb58.el 12 MB/s | 325 kB 00:00 2026-02-18T09:52:51.395 INFO:teuthology.orchestra.run.trial184.stdout:(25/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.3 MB/s | 308 kB 00:00 2026-02-18T09:52:51.400 INFO:teuthology.orchestra.run.trial054.stdout:(11/34): python3-rgw-20.3.0-5358.g3e79fb58.el9. 3.7 MB/s | 100 kB 00:00 2026-02-18T09:52:51.401 INFO:teuthology.orchestra.run.trial054.stdout:(12/34): python3-rbd-20.3.0-5358.g3e79fb58.el9. 5.6 MB/s | 306 kB 00:00 2026-02-18T09:52:51.428 INFO:teuthology.orchestra.run.trial184.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 1.5 MB/s | 49 kB 00:00 2026-02-18T09:52:51.456 INFO:teuthology.orchestra.run.trial054.stdout:(13/34): ceph-common-20.3.0-5358.g3e79fb58.el9. 24 MB/s | 24 MB 00:00 2026-02-18T09:52:51.461 INFO:teuthology.orchestra.run.trial184.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 2.0 MB/s | 67 kB 00:00 2026-02-18T09:52:51.475 INFO:teuthology.orchestra.run.trial184.stdout:(28/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 193 kB/s | 25 kB 00:00 2026-02-18T09:52:51.488 INFO:teuthology.orchestra.run.trial054.stdout:(14/34): mailcap-2.1.49-5.el9.noarch.rpm 379 kB/s | 33 kB 00:00 2026-02-18T09:52:51.495 INFO:teuthology.orchestra.run.trial054.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 994 kB/s | 93 kB 00:00 2026-02-18T09:52:51.547 INFO:teuthology.orchestra.run.trial184.stdout:(29/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 9.6 MB/s | 838 kB 00:00 2026-02-18T09:52:51.572 INFO:teuthology.orchestra.run.trial184.stdout:(30/34): libarrow-9.0.0-15.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2026-02-18T09:52:51.587 INFO:teuthology.orchestra.run.trial184.stdout:(31/34): re2-20211101-20.el9.x86_64.rpm 1.7 MB/s | 191 kB 00:00 2026-02-18T09:52:51.620 INFO:teuthology.orchestra.run.trial184.stdout:(32/34): thrift-0.15.0-4.el9.x86_64.rpm 22 MB/s | 1.6 MB 00:00 2026-02-18T09:52:51.719 INFO:teuthology.orchestra.run.trial184.stdout:(33/34): librados2-20.3.0-5358.g3e79fb58.el9.x8 24 MB/s | 3.5 MB 00:00 2026-02-18T09:52:51.727 INFO:teuthology.orchestra.run.trial184.stdout:(34/34): librbd1-20.3.0-5358.g3e79fb58.el9.x86_ 20 MB/s | 2.8 MB 00:00 2026-02-18T09:52:51.730 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:52:51.730 INFO:teuthology.orchestra.run.trial184.stdout:Total 22 MB/s | 67 MB 00:03 2026-02-18T09:52:51.824 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:52:51.841 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:52:51.841 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:52:52.087 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:52:52.087 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:52:52.175 INFO:teuthology.orchestra.run.trial054.stdout:(16/34): boost-program-options-1.75.0-13.el9.x8 145 kB/s | 104 kB 00:00 2026-02-18T09:52:52.204 INFO:teuthology.orchestra.run.trial054.stdout:(17/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 226 kB/s | 160 kB 00:00 2026-02-18T09:52:52.207 INFO:teuthology.orchestra.run.trial054.stdout:(18/34): libnbd-1.20.3-4.el9.x86_64.rpm 228 kB/s | 164 kB 00:00 2026-02-18T09:52:52.334 INFO:teuthology.orchestra.run.trial054.stdout:(19/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 285 kB/s | 45 kB 00:00 2026-02-18T09:52:52.380 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:52:52.444 INFO:teuthology.orchestra.run.trial054.stdout:(20/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.2 MB/s | 292 kB 00:00 2026-02-18T09:52:52.522 INFO:teuthology.orchestra.run.trial054.stdout:(21/34): librdkafka-1.6.1-102.el9.x86_64.rpm 2.0 MB/s | 662 kB 00:00 2026-02-18T09:52:52.532 INFO:teuthology.orchestra.run.trial184.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-18T09:52:52.536 INFO:teuthology.orchestra.run.trial184.stdout: Upgrading : librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/36 2026-02-18T09:52:52.567 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/36 2026-02-18T09:52:52.572 INFO:teuthology.orchestra.run.trial054.stdout:(22/34): qatlib-25.08.0-2.el9.x86_64.rpm 1.0 MB/s | 240 kB 00:00 2026-02-18T09:52:52.607 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-rados-2:20.3.0-5358.g3e79fb58.el9.x86_64 3/36 2026-02-18T09:52:52.608 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 4/36 2026-02-18T09:52:52.615 INFO:teuthology.orchestra.run.trial054.stdout:(23/34): qatlib-service-25.08.0-2.el9.x86_64.rp 216 kB/s | 37 kB 00:00 2026-02-18T09:52:52.620 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 4/36 2026-02-18T09:52:52.628 INFO:teuthology.orchestra.run.trial184.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-18T09:52:52.630 INFO:teuthology.orchestra.run.trial184.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-18T09:52:52.634 INFO:teuthology.orchestra.run.trial184.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-18T09:52:52.638 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-18T09:52:52.649 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-ceph-argparse-2:20.3.0-5358.g3e79fb58.el9. 9/36 2026-02-18T09:52:52.660 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-cephfs-2:20.3.0-5358.g3e79fb58.el9.x86_64 10/36 2026-02-18T09:52:52.661 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libradosstriper1-2:20.3.0-5358.g3e79fb58.el9.x86_6 11/36 2026-02-18T09:52:52.682 INFO:teuthology.orchestra.run.trial054.stdout:(24/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 415 kB/s | 66 kB 00:00 2026-02-18T09:52:52.686 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5358.g3e79fb58.el9.x86_6 11/36 2026-02-18T09:52:52.691 INFO:teuthology.orchestra.run.trial184.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-18T09:52:52.724 INFO:teuthology.orchestra.run.trial184.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-18T09:52:52.728 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-18T09:52:52.737 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-18T09:52:52.739 INFO:teuthology.orchestra.run.trial184.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-18T09:52:52.743 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-18T09:52:52.785 INFO:teuthology.orchestra.run.trial054.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 241 kB/s | 25 kB 00:00 2026-02-18T09:52:52.793 INFO:teuthology.orchestra.run.trial054.stdout:(26/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.4 MB/s | 308 kB 00:00 2026-02-18T09:52:52.830 INFO:teuthology.orchestra.run.trial054.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 1.8 MB/s | 67 kB 00:00 2026-02-18T09:52:52.855 INFO:teuthology.orchestra.run.trial054.stdout:(28/34): liboath-2.6.12-1.el9.x86_64.rpm 704 kB/s | 49 kB 00:00 2026-02-18T09:52:52.864 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-18T09:52:52.865 INFO:teuthology.orchestra.run.trial184.stdout: Upgrading : librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 19/36 2026-02-18T09:52:52.895 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 19/36 2026-02-18T09:52:52.898 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-rbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 20/36 2026-02-18T09:52:52.904 INFO:teuthology.orchestra.run.trial184.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-18T09:52:52.925 INFO:teuthology.orchestra.run.trial054.stdout:(29/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 8.6 MB/s | 838 kB 00:00 2026-02-18T09:52:52.948 INFO:teuthology.orchestra.run.trial054.stdout:(30/34): re2-20211101-20.el9.x86_64.rpm 2.0 MB/s | 191 kB 00:00 2026-02-18T09:52:52.965 INFO:teuthology.orchestra.run.trial054.stdout:(31/34): libarrow-9.0.0-15.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2026-02-18T09:52:53.007 INFO:teuthology.orchestra.run.trial054.stdout:(32/34): thrift-0.15.0-4.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2026-02-18T09:52:53.060 INFO:teuthology.orchestra.run.trial054.stdout:(33/34): librados2-20.3.0-5358.g3e79fb58.el9.x8 31 MB/s | 3.5 MB 00:00 2026-02-18T09:52:53.185 INFO:teuthology.orchestra.run.trial184.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-18T09:52:53.186 INFO:teuthology.orchestra.run.trial184.stdout: Installing : librgw2-2:20.3.0-5358.g3e79fb58.el9.x86_64 23/36 2026-02-18T09:52:53.205 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: librgw2-2:20.3.0-5358.g3e79fb58.el9.x86_64 23/36 2026-02-18T09:52:53.208 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-rgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 24/36 2026-02-18T09:52:53.213 INFO:teuthology.orchestra.run.trial184.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-18T09:52:53.215 INFO:teuthology.orchestra.run.trial184.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-18T09:52:53.216 INFO:teuthology.orchestra.run.trial184.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-18T09:52:53.234 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-18T09:52:53.237 INFO:teuthology.orchestra.run.trial184.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-18T09:52:53.272 INFO:teuthology.orchestra.run.trial184.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-18T09:52:53.274 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-ceph-common-2:20.3.0-5358.g3e79fb58.el9.x8 30/36 2026-02-18T09:52:53.304 INFO:teuthology.orchestra.run.trial054.stdout:(34/34): librbd1-20.3.0-5358.g3e79fb58.el9.x86_ 8.3 MB/s | 2.8 MB 00:00 2026-02-18T09:52:53.307 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:52:53.307 INFO:teuthology.orchestra.run.trial054.stdout:Total 20 MB/s | 67 MB 00:03 2026-02-18T09:52:53.397 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:52:53.414 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:52:53.414 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:52:53.659 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:52:53.659 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:52:53.951 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:52:54.103 INFO:teuthology.orchestra.run.trial054.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-18T09:52:54.107 INFO:teuthology.orchestra.run.trial054.stdout: Upgrading : librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/36 2026-02-18T09:52:54.137 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/36 2026-02-18T09:52:54.176 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-rados-2:20.3.0-5358.g3e79fb58.el9.x86_64 3/36 2026-02-18T09:52:54.177 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 4/36 2026-02-18T09:52:54.189 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 4/36 2026-02-18T09:52:54.196 INFO:teuthology.orchestra.run.trial054.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-18T09:52:54.200 INFO:teuthology.orchestra.run.trial054.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-18T09:52:54.204 INFO:teuthology.orchestra.run.trial054.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-18T09:52:54.208 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-18T09:52:54.219 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-ceph-argparse-2:20.3.0-5358.g3e79fb58.el9. 9/36 2026-02-18T09:52:54.230 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-cephfs-2:20.3.0-5358.g3e79fb58.el9.x86_64 10/36 2026-02-18T09:52:54.231 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libradosstriper1-2:20.3.0-5358.g3e79fb58.el9.x86_6 11/36 2026-02-18T09:52:54.253 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5358.g3e79fb58.el9.x86_6 11/36 2026-02-18T09:52:54.256 INFO:teuthology.orchestra.run.trial054.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-18T09:52:54.287 INFO:teuthology.orchestra.run.trial054.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-18T09:52:54.293 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-18T09:52:54.299 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-18T09:52:54.302 INFO:teuthology.orchestra.run.trial054.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-18T09:52:54.306 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-18T09:52:54.368 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 31/36 2026-02-18T09:52:54.371 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 31/36 2026-02-18T09:52:54.430 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-18T09:52:54.431 INFO:teuthology.orchestra.run.trial054.stdout: Upgrading : librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 19/36 2026-02-18T09:52:54.457 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 19/36 2026-02-18T09:52:54.460 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-rbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 20/36 2026-02-18T09:52:54.466 INFO:teuthology.orchestra.run.trial054.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-18T09:52:54.632 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 31/36 2026-02-18T09:52:54.635 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 32/36 2026-02-18T09:52:54.675 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 32/36 2026-02-18T09:52:54.675 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T09:52:54.676 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T09:52:54.676 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:54.679 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-selinux-2:20.3.0-5358.g3e79fb58.el9.x86_64 33/36 2026-02-18T09:52:54.748 INFO:teuthology.orchestra.run.trial054.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-18T09:52:54.749 INFO:teuthology.orchestra.run.trial054.stdout: Installing : librgw2-2:20.3.0-5358.g3e79fb58.el9.x86_64 23/36 2026-02-18T09:52:54.766 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: librgw2-2:20.3.0-5358.g3e79fb58.el9.x86_64 23/36 2026-02-18T09:52:54.772 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-rgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 24/36 2026-02-18T09:52:54.776 INFO:teuthology.orchestra.run.trial054.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-18T09:52:54.779 INFO:teuthology.orchestra.run.trial054.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-18T09:52:54.780 INFO:teuthology.orchestra.run.trial054.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-18T09:52:54.796 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-18T09:52:54.799 INFO:teuthology.orchestra.run.trial054.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-18T09:52:54.834 INFO:teuthology.orchestra.run.trial054.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-18T09:52:54.835 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-ceph-common-2:20.3.0-5358.g3e79fb58.el9.x8 30/36 2026-02-18T09:52:55.928 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 31/36 2026-02-18T09:52:55.930 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 31/36 2026-02-18T09:52:56.196 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 31/36 2026-02-18T09:52:56.199 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 32/36 2026-02-18T09:52:56.237 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 32/36 2026-02-18T09:52:56.237 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T09:52:56.237 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T09:52:56.237 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:52:56.240 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-selinux-2:20.3.0-5358.g3e79fb58.el9.x86_64 33/36 2026-02-18T09:52:59.229 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5358.g3e79fb58.el9.x86_64 33/36 2026-02-18T09:52:59.229 INFO:teuthology.orchestra.run.trial184.stdout:skipping the directory /sys 2026-02-18T09:52:59.229 INFO:teuthology.orchestra.run.trial184.stdout:skipping the directory /proc 2026-02-18T09:52:59.229 INFO:teuthology.orchestra.run.trial184.stdout:skipping the directory /mnt 2026-02-18T09:52:59.229 INFO:teuthology.orchestra.run.trial184.stdout:skipping the directory /var/tmp 2026-02-18T09:52:59.230 INFO:teuthology.orchestra.run.trial184.stdout:skipping the directory /home 2026-02-18T09:52:59.230 INFO:teuthology.orchestra.run.trial184.stdout:skipping the directory /root 2026-02-18T09:52:59.230 INFO:teuthology.orchestra.run.trial184.stdout:skipping the directory /tmp 2026-02-18T09:52:59.230 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:59.806 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-radosgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 34/36 2026-02-18T09:52:59.829 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 34/36 2026-02-18T09:52:59.830 INFO:teuthology.orchestra.run.trial184.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:52:59.830 INFO:teuthology.orchestra.run.trial184.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T09:52:59.830 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T09:52:59.830 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T09:52:59.830 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:52:59.831 INFO:teuthology.orchestra.run.trial184.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-18T09:52:59.844 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-18T09:52:59.844 INFO:teuthology.orchestra.run.trial184.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-18T09:52:59.900 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-18T09:52:59.900 INFO:teuthology.orchestra.run.trial184.stdout:Creating group 'qat' with GID 992. 2026-02-18T09:52:59.900 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-radosgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 3/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-selinux-2:20.3.0-5358.g3e79fb58.el9.x86_64 4/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 5/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libradosstriper1-2:20.3.0-5358.g3e79fb58.el9.x86_6 6/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : librgw2-2:20.3.0-5358.g3e79fb58.el9.x86_64 7/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5358.g3e79fb58.el9. 8/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-ceph-common-2:20.3.0-5358.g3e79fb58.el9.x8 9/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-cephfs-2:20.3.0-5358.g3e79fb58.el9.x86_64 10/36 2026-02-18T09:53:00.181 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-rados-2:20.3.0-5358.g3e79fb58.el9.x86_64 11/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-rbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 12/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-rgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 13/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 33/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-18T09:53:00.182 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 35/36 2026-02-18T09:53:00.238 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-18T09:53:00.238 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:00.238 INFO:teuthology.orchestra.run.trial184.stdout:Upgraded: 2026-02-18T09:53:00.238 INFO:teuthology.orchestra.run.trial184.stdout: librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.238 INFO:teuthology.orchestra.run.trial184.stdout: librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.238 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: ceph-radosgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: ceph-selinux-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: libradosstriper1-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: librgw2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: python3-ceph-argparse-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: python3-ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: python3-cephfs-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: python3-rados-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: python3-rbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: python3-rgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T09:53:00.239 INFO:teuthology.orchestra.run.trial184.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T09:53:00.240 INFO:teuthology.orchestra.run.trial184.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T09:53:00.240 INFO:teuthology.orchestra.run.trial184.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T09:53:00.240 INFO:teuthology.orchestra.run.trial184.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T09:53:00.240 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:00.240 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:00.281 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-test 2026-02-18T09:53:00.597 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:13 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:00.678 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:00.678 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:00.678 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:53:00.678 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:00.678 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:00.678 INFO:teuthology.orchestra.run.trial184.stdout: ceph-test x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 78 M 2026-02-18T09:53:00.678 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:53:00.678 INFO:teuthology.orchestra.run.trial184.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-18T09:53:00.678 INFO:teuthology.orchestra.run.trial184.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout: libcephsqlite x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 159 k 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout:Install 10 Packages 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 82 M 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 339 M 2026-02-18T09:53:00.679 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:00.779 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5358.g3e79fb58.el9.x86_64 33/36 2026-02-18T09:53:00.779 INFO:teuthology.orchestra.run.trial054.stdout:skipping the directory /sys 2026-02-18T09:53:00.779 INFO:teuthology.orchestra.run.trial054.stdout:skipping the directory /proc 2026-02-18T09:53:00.779 INFO:teuthology.orchestra.run.trial054.stdout:skipping the directory /mnt 2026-02-18T09:53:00.779 INFO:teuthology.orchestra.run.trial054.stdout:skipping the directory /var/tmp 2026-02-18T09:53:00.779 INFO:teuthology.orchestra.run.trial054.stdout:skipping the directory /home 2026-02-18T09:53:00.779 INFO:teuthology.orchestra.run.trial054.stdout:skipping the directory /root 2026-02-18T09:53:00.779 INFO:teuthology.orchestra.run.trial054.stdout:skipping the directory /tmp 2026-02-18T09:53:00.779 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:00.922 INFO:teuthology.orchestra.run.trial184.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 46 MB/s | 2.1 MB 00:00 2026-02-18T09:53:00.926 INFO:teuthology.orchestra.run.trial184.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 5.2 MB/s | 23 kB 00:00 2026-02-18T09:53:00.931 INFO:teuthology.orchestra.run.trial184.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 18 MB/s | 94 kB 00:00 2026-02-18T09:53:00.972 INFO:teuthology.orchestra.run.trial184.stdout:(4/10): libcephsqlite-20.3.0-5358.g3e79fb58.el9 1.6 MB/s | 159 kB 00:00 2026-02-18T09:53:00.985 INFO:teuthology.orchestra.run.trial184.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 4.3 MB/s | 233 kB 00:00 2026-02-18T09:53:01.006 INFO:teuthology.orchestra.run.trial184.stdout:(6/10): protobuf-3.14.0-17.el9.x86_64.rpm 29 MB/s | 1.0 MB 00:00 2026-02-18T09:53:01.008 INFO:teuthology.orchestra.run.trial184.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 13 MB/s | 303 kB 00:00 2026-02-18T09:53:01.039 INFO:teuthology.orchestra.run.trial184.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 4.0 MB/s | 122 kB 00:00 2026-02-18T09:53:01.039 INFO:teuthology.orchestra.run.trial184.stdout:(9/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2026-02-18T09:53:01.355 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-radosgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 34/36 2026-02-18T09:53:01.378 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 34/36 2026-02-18T09:53:01.378 INFO:teuthology.orchestra.run.trial054.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:01.379 INFO:teuthology.orchestra.run.trial054.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T09:53:01.379 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T09:53:01.379 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T09:53:01.379 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:01.380 INFO:teuthology.orchestra.run.trial054.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-18T09:53:01.393 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-18T09:53:01.394 INFO:teuthology.orchestra.run.trial054.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-18T09:53:01.448 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-18T09:53:01.448 INFO:teuthology.orchestra.run.trial054.stdout:Creating group 'qat' with GID 992. 2026-02-18T09:53:01.448 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-radosgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 3/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-selinux-2:20.3.0-5358.g3e79fb58.el9.x86_64 4/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 5/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libradosstriper1-2:20.3.0-5358.g3e79fb58.el9.x86_6 6/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : librgw2-2:20.3.0-5358.g3e79fb58.el9.x86_64 7/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5358.g3e79fb58.el9. 8/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-ceph-common-2:20.3.0-5358.g3e79fb58.el9.x8 9/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-cephfs-2:20.3.0-5358.g3e79fb58.el9.x86_64 10/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-rados-2:20.3.0-5358.g3e79fb58.el9.x86_64 11/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-rbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 12/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-rgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 13/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-18T09:53:01.727 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 33/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-18T09:53:01.728 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 35/36 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout:Upgraded: 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: ceph-radosgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: ceph-selinux-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: libradosstriper1-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: librgw2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.786 INFO:teuthology.orchestra.run.trial054.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: python3-ceph-argparse-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: python3-ceph-common-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: python3-cephfs-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: python3-rados-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: python3-rbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: python3-rgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:01.787 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:01.826 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-test 2026-02-18T09:53:02.139 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:14 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:02.220 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: ceph-test x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 78 M 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: libcephsqlite x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 159 k 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:02.221 INFO:teuthology.orchestra.run.trial054.stdout:Install 10 Packages 2026-02-18T09:53:02.222 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:02.222 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 82 M 2026-02-18T09:53:02.222 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 339 M 2026-02-18T09:53:02.222 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:02.627 INFO:teuthology.orchestra.run.trial184.stdout:(10/10): ceph-test-20.3.0-5358.g3e79fb58.el9.x8 45 MB/s | 78 MB 00:01 2026-02-18T09:53:02.629 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:02.629 INFO:teuthology.orchestra.run.trial184.stdout:Total 42 MB/s | 82 MB 00:01 2026-02-18T09:53:02.694 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:02.705 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:02.705 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:02.840 INFO:teuthology.orchestra.run.trial054.stdout:(1/10): libcephsqlite-20.3.0-5358.g3e79fb58.el9 1.8 MB/s | 159 kB 00:00 2026-02-18T09:53:02.861 INFO:teuthology.orchestra.run.trial054.stdout:(2/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 19 MB/s | 2.1 MB 00:00 2026-02-18T09:53:02.863 INFO:teuthology.orchestra.run.trial054.stdout:(3/10): libatomic-11.5.0-14.el9.x86_64.rpm 1.0 MB/s | 23 kB 00:00 2026-02-18T09:53:02.872 INFO:teuthology.orchestra.run.trial054.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 8.3 MB/s | 94 kB 00:00 2026-02-18T09:53:02.988 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:02.988 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:03.287 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:03.296 INFO:teuthology.orchestra.run.trial184.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-18T09:53:03.304 INFO:teuthology.orchestra.run.trial184.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-18T09:53:03.309 INFO:teuthology.orchestra.run.trial184.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-18T09:53:03.314 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-18T09:53:03.319 INFO:teuthology.orchestra.run.trial184.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-18T09:53:03.321 INFO:teuthology.orchestra.run.trial184.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-18T09:53:03.330 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-18T09:53:03.338 INFO:teuthology.orchestra.run.trial184.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-18T09:53:03.339 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libcephsqlite-2:20.3.0-5358.g3e79fb58.el9.x86_64 9/10 2026-02-18T09:53:03.695 INFO:teuthology.orchestra.run.trial054.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 280 kB/s | 233 kB 00:00 2026-02-18T09:53:03.849 INFO:teuthology.orchestra.run.trial054.stdout:(6/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.0 MB/s | 1.0 MB 00:00 2026-02-18T09:53:03.871 INFO:teuthology.orchestra.run.trial054.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 1.7 MB/s | 303 kB 00:00 2026-02-18T09:53:03.948 INFO:teuthology.orchestra.run.trial054.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 643 kB/s | 64 kB 00:00 2026-02-18T09:53:04.295 INFO:teuthology.orchestra.run.trial054.stdout:(9/10): ceph-test-20.3.0-5358.g3e79fb58.el9.x86 51 MB/s | 78 MB 00:01 2026-02-18T09:53:04.470 INFO:teuthology.orchestra.run.trial054.stdout:(10/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 203 kB/s | 122 kB 00:00 2026-02-18T09:53:04.473 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:04.473 INFO:teuthology.orchestra.run.trial054.stdout:Total 37 MB/s | 82 MB 00:02 2026-02-18T09:53:04.537 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:04.547 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:04.547 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:04.830 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:04.830 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:05.131 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:05.139 INFO:teuthology.orchestra.run.trial054.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-18T09:53:05.148 INFO:teuthology.orchestra.run.trial054.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-18T09:53:05.153 INFO:teuthology.orchestra.run.trial054.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-18T09:53:05.157 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-18T09:53:05.163 INFO:teuthology.orchestra.run.trial054.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-18T09:53:05.165 INFO:teuthology.orchestra.run.trial054.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-18T09:53:05.174 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-18T09:53:05.182 INFO:teuthology.orchestra.run.trial054.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-18T09:53:05.183 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libcephsqlite-2:20.3.0-5358.g3e79fb58.el9.x86_64 9/10 2026-02-18T09:53:06.788 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5358.g3e79fb58.el9.x86_64 9/10 2026-02-18T09:53:06.806 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-test-2:20.3.0-5358.g3e79fb58.el9.x86_64 10/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-test-2:20.3.0-5358.g3e79fb58.el9.x86_64 10/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-test-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libcephsqlite-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-18T09:53:07.105 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: ceph-test-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: libcephsqlite-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:07.159 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:07.195 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph 2026-02-18T09:53:07.497 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:20 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:07.582 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: ceph x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 6.5 k 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mds x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 2.4 M 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 936 k 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 300 k 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mon x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 5.0 M 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: ceph-osd x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 167 k 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: ceph-osd-classic x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 16 M 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: ceph-osd-crimson x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 19 M 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T09:53:07.583 INFO:teuthology.orchestra.run.trial184.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-collections 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T09:53:07.584 INFO:teuthology.orchestra.run.trial184.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout:Install 41 Packages 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 48 M 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 167 M 2026-02-18T09:53:07.585 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:08.617 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5358.g3e79fb58.el9.x86_64 9/10 2026-02-18T09:53:08.635 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-test-2:20.3.0-5358.g3e79fb58.el9.x86_64 10/10 2026-02-18T09:53:08.653 INFO:teuthology.orchestra.run.trial184.stdout:(1/41): ceph-20.3.0-5358.g3e79fb58.el9.x86_64.r 102 kB/s | 6.5 kB 00:00 2026-02-18T09:53:08.738 INFO:teuthology.orchestra.run.trial184.stdout:(2/41): ceph-mgr-20.3.0-5358.g3e79fb58.el9.x86_ 6.2 MB/s | 936 kB 00:00 2026-02-18T09:53:08.761 INFO:teuthology.orchestra.run.trial184.stdout:(3/41): ceph-mds-20.3.0-5358.g3e79fb58.el9.x86_ 14 MB/s | 2.4 MB 00:00 2026-02-18T09:53:08.773 INFO:teuthology.orchestra.run.trial184.stdout:(4/41): ceph-osd-20.3.0-5358.g3e79fb58.el9.x86_ 4.7 MB/s | 167 kB 00:00 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-test-2:20.3.0-5358.g3e79fb58.el9.x86_64 10/10 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-test-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/10 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libcephsqlite-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/10 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-18T09:53:08.936 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-18T09:53:08.947 INFO:teuthology.orchestra.run.trial184.stdout:(5/41): ceph-mon-20.3.0-5358.g3e79fb58.el9.x86_ 17 MB/s | 5.0 MB 00:00 2026-02-18T09:53:08.989 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-18T09:53:08.989 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:08.989 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:08.989 INFO:teuthology.orchestra.run.trial054.stdout: ceph-test-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:08.989 INFO:teuthology.orchestra.run.trial054.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout: libcephsqlite-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:08.990 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:09.001 INFO:teuthology.orchestra.run.trial184.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5358.g3e79 5.4 MB/s | 300 kB 00:00 2026-02-18T09:53:09.027 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph 2026-02-18T09:53:09.028 INFO:teuthology.orchestra.run.trial184.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 1.5 MB/s | 40 kB 00:00 2026-02-18T09:53:09.046 INFO:teuthology.orchestra.run.trial184.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 4.0 MB/s | 72 kB 00:00 2026-02-18T09:53:09.067 INFO:teuthology.orchestra.run.trial184.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 12 MB/s | 253 kB 00:00 2026-02-18T09:53:09.102 INFO:teuthology.orchestra.run.trial184.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 36 MB/s | 1.2 MB 00:00 2026-02-18T09:53:09.112 INFO:teuthology.orchestra.run.trial184.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 10 MB/s | 106 kB 00:00 2026-02-18T09:53:09.122 INFO:teuthology.orchestra.run.trial184.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 13 MB/s | 135 kB 00:00 2026-02-18T09:53:09.132 INFO:teuthology.orchestra.run.trial184.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 12 MB/s | 126 kB 00:00 2026-02-18T09:53:09.143 INFO:teuthology.orchestra.run.trial184.stdout:(14/41): python3-urllib3-1.26.5-7.el9.noarch.rp 20 MB/s | 218 kB 00:00 2026-02-18T09:53:09.154 INFO:teuthology.orchestra.run.trial184.stdout:(15/41): unzip-6.0-59.el9.x86_64.rpm 16 MB/s | 182 kB 00:00 2026-02-18T09:53:09.164 INFO:teuthology.orchestra.run.trial184.stdout:(16/41): zip-3.0-35.el9.x86_64.rpm 26 MB/s | 266 kB 00:00 2026-02-18T09:53:09.210 INFO:teuthology.orchestra.run.trial184.stdout:(17/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 5.3 MB/s | 246 kB 00:00 2026-02-18T09:53:09.222 INFO:teuthology.orchestra.run.trial184.stdout:(18/41): lua-5.4.4-4.el9.x86_64.rpm 16 MB/s | 188 kB 00:00 2026-02-18T09:53:09.232 INFO:teuthology.orchestra.run.trial184.stdout:(19/41): python3-libstoragemgmt-1.10.1-1.el9.x8 16 MB/s | 177 kB 00:00 2026-02-18T09:53:09.242 INFO:teuthology.orchestra.run.trial184.stdout:(20/41): python3-packaging-20.9-5.el9.noarch.rp 7.8 MB/s | 77 kB 00:00 2026-02-18T09:53:09.270 INFO:teuthology.orchestra.run.trial184.stdout:(21/41): ceph-osd-classic-20.3.0-5358.g3e79fb58 31 MB/s | 16 MB 00:00 2026-02-18T09:53:09.270 INFO:teuthology.orchestra.run.trial184.stdout:(22/41): python3-toml-0.10.2-6.el9.noarch.rpm 1.4 MB/s | 42 kB 00:00 2026-02-18T09:53:09.337 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:09.419 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:09.420 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:09.420 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:53:09.420 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: ceph x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 6.5 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mds x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 2.4 M 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 936 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 300 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mon x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 5.0 M 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: ceph-osd x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 167 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: ceph-osd-classic x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 16 M 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: ceph-osd-crimson x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 19 M 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-collections 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-18T09:53:09.421 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout:Install 41 Packages 2026-02-18T09:53:09.422 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:09.423 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 48 M 2026-02-18T09:53:09.423 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 167 M 2026-02-18T09:53:09.423 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:09.450 INFO:teuthology.orchestra.run.trial184.stdout:(23/41): ceph-osd-crimson-20.3.0-5358.g3e79fb58 28 MB/s | 19 MB 00:00 2026-02-18T09:53:09.676 INFO:teuthology.orchestra.run.trial184.stdout:(24/41): luarocks-3.9.2-5.el9.noarch.rpm 373 kB/s | 151 kB 00:00 2026-02-18T09:53:09.754 INFO:teuthology.orchestra.run.trial184.stdout:(25/41): python3-backports-tarfile-1.2.0-1.el9. 780 kB/s | 60 kB 00:00 2026-02-18T09:53:09.769 INFO:teuthology.orchestra.run.trial054.stdout:(1/41): ceph-20.3.0-5358.g3e79fb58.el9.x86_64.r 115 kB/s | 6.5 kB 00:00 2026-02-18T09:53:09.800 INFO:teuthology.orchestra.run.trial184.stdout:(26/41): python3-autocommand-2.2.2-8.el9.noarch 84 kB/s | 29 kB 00:00 2026-02-18T09:53:09.826 INFO:teuthology.orchestra.run.trial184.stdout:(27/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 601 kB/s | 43 kB 00:00 2026-02-18T09:53:09.837 INFO:teuthology.orchestra.run.trial054.stdout:(2/41): ceph-mgr-20.3.0-5358.g3e79fb58.el9.x86_ 7.3 MB/s | 936 kB 00:00 2026-02-18T09:53:09.852 INFO:teuthology.orchestra.run.trial184.stdout:(28/41): lua-devel-5.4.4-4.el9.x86_64.rpm 38 kB/s | 22 kB 00:00 2026-02-18T09:53:09.861 INFO:teuthology.orchestra.run.trial054.stdout:(3/41): ceph-mds-20.3.0-5358.g3e79fb58.el9.x86_ 16 MB/s | 2.4 MB 00:00 2026-02-18T09:53:09.866 INFO:teuthology.orchestra.run.trial054.stdout:(4/41): ceph-osd-20.3.0-5358.g3e79fb58.el9.x86_ 5.8 MB/s | 167 kB 00:00 2026-02-18T09:53:09.986 INFO:teuthology.orchestra.run.trial184.stdout:(29/41): python3-cherrypy-18.6.1-2.el9.noarch.r 2.2 MB/s | 358 kB 00:00 2026-02-18T09:53:10.047 INFO:teuthology.orchestra.run.trial184.stdout:(30/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 55 kB/s | 11 kB 00:00 2026-02-18T09:53:10.048 INFO:teuthology.orchestra.run.trial184.stdout:(31/41): python3-jaraco-classes-3.2.1-5.el9.noa 287 kB/s | 18 kB 00:00 2026-02-18T09:53:10.072 INFO:teuthology.orchestra.run.trial184.stdout:(32/41): python3-cheroot-10.0.1-4.el9.noarch.rp 639 kB/s | 173 kB 00:00 2026-02-18T09:53:10.110 INFO:teuthology.orchestra.run.trial184.stdout:(33/41): python3-jaraco-context-6.0.1-3.el9.noa 315 kB/s | 20 kB 00:00 2026-02-18T09:53:10.131 INFO:teuthology.orchestra.run.trial054.stdout:(5/41): ceph-mon-20.3.0-5358.g3e79fb58.el9.x86_ 14 MB/s | 5.0 MB 00:00 2026-02-18T09:53:10.141 INFO:teuthology.orchestra.run.trial184.stdout:(34/41): python3-jaraco-collections-3.0.0-8.el9 246 kB/s | 23 kB 00:00 2026-02-18T09:53:10.156 INFO:teuthology.orchestra.run.trial184.stdout:(35/41): python3-jaraco-functools-3.5.0-2.el9.n 231 kB/s | 19 kB 00:00 2026-02-18T09:53:10.173 INFO:teuthology.orchestra.run.trial184.stdout:(36/41): python3-jaraco-text-4.0.0-2.el9.noarch 422 kB/s | 26 kB 00:00 2026-02-18T09:53:10.188 INFO:teuthology.orchestra.run.trial054.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5358.g3e79 5.2 MB/s | 300 kB 00:00 2026-02-18T09:53:10.240 INFO:teuthology.orchestra.run.trial184.stdout:(37/41): python3-portend-3.1.0-2.el9.noarch.rpm 197 kB/s | 16 kB 00:00 2026-02-18T09:53:10.241 INFO:teuthology.orchestra.run.trial184.stdout:(38/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2026-02-18T09:53:10.254 INFO:teuthology.orchestra.run.trial054.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 609 kB/s | 40 kB 00:00 2026-02-18T09:53:10.277 INFO:teuthology.orchestra.run.trial054.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 3.2 MB/s | 72 kB 00:00 2026-02-18T09:53:10.304 INFO:teuthology.orchestra.run.trial184.stdout:(39/41): python3-zc-lockfile-2.0-10.el9.noarch. 320 kB/s | 20 kB 00:00 2026-02-18T09:53:10.306 INFO:teuthology.orchestra.run.trial184.stdout:(40/41): python3-more-itertools-8.12.0-2.el9.no 477 kB/s | 79 kB 00:00 2026-02-18T09:53:10.321 INFO:teuthology.orchestra.run.trial054.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.5 MB/s | 253 kB 00:00 2026-02-18T09:53:10.329 INFO:teuthology.orchestra.run.trial184.stdout:(41/41): python3-tempora-5.0.0-2.el9.noarch.rpm 401 kB/s | 36 kB 00:00 2026-02-18T09:53:10.331 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:10.331 INFO:teuthology.orchestra.run.trial184.stdout:Total 17 MB/s | 48 MB 00:02 2026-02-18T09:53:10.402 INFO:teuthology.orchestra.run.trial054.stdout:(10/41): ceph-osd-classic-20.3.0-5358.g3e79fb58 29 MB/s | 16 MB 00:00 2026-02-18T09:53:10.404 INFO:teuthology.orchestra.run.trial054.stdout:(11/41): python3-cryptography-36.0.1-5.el9.x86_ 15 MB/s | 1.2 MB 00:00 2026-02-18T09:53:10.429 INFO:teuthology.orchestra.run.trial054.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 5.4 MB/s | 135 kB 00:00 2026-02-18T09:53:10.453 INFO:teuthology.orchestra.run.trial054.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 5.2 MB/s | 126 kB 00:00 2026-02-18T09:53:10.465 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:10.466 INFO:teuthology.orchestra.run.trial054.stdout:(14/41): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2026-02-18T09:53:10.478 INFO:teuthology.orchestra.run.trial054.stdout:(15/41): python3-urllib3-1.26.5-7.el9.noarch.rp 8.7 MB/s | 218 kB 00:00 2026-02-18T09:53:10.483 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:10.484 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:10.504 INFO:teuthology.orchestra.run.trial054.stdout:(16/41): zip-3.0-35.el9.x86_64.rpm 9.9 MB/s | 266 kB 00:00 2026-02-18T09:53:10.510 INFO:teuthology.orchestra.run.trial054.stdout:(17/41): unzip-6.0-59.el9.x86_64.rpm 4.1 MB/s | 182 kB 00:00 2026-02-18T09:53:10.559 INFO:teuthology.orchestra.run.trial054.stdout:(18/41): ceph-osd-crimson-20.3.0-5358.g3e79fb58 27 MB/s | 19 MB 00:00 2026-02-18T09:53:10.679 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:10.679 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:10.897 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:10.899 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-18T09:53:10.903 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-18T09:53:10.908 INFO:teuthology.orchestra.run.trial184.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-18T09:53:10.910 INFO:teuthology.orchestra.run.trial184.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-18T09:53:10.916 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-18T09:53:10.940 INFO:teuthology.orchestra.run.trial184.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-18T09:53:10.943 INFO:teuthology.orchestra.run.trial184.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-18T09:53:10.948 INFO:teuthology.orchestra.run.trial184.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-18T09:53:10.952 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-18T09:53:10.959 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-18T09:53:10.962 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-18T09:53:10.968 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-18T09:53:10.973 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-18T09:53:10.977 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-18T09:53:10.982 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-18T09:53:10.986 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-18T09:53:10.993 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-18T09:53:10.996 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-18T09:53:11.006 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-18T09:53:11.028 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-18T09:53:11.041 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-18T09:53:11.047 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-18T09:53:11.061 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-18T09:53:11.076 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-18T09:53:11.151 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-18T09:53:11.159 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-18T09:53:11.182 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-18T09:53:11.211 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-18T09:53:11.218 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-18T09:53:11.270 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-18T09:53:11.313 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5358.g3e79fb58.el9. 31/41 2026-02-18T09:53:11.314 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 32/41 2026-02-18T09:53:11.322 INFO:teuthology.orchestra.run.trial054.stdout:(19/41): lua-5.4.4-4.el9.x86_64.rpm 232 kB/s | 188 kB 00:00 2026-02-18T09:53:11.338 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 32/41 2026-02-18T09:53:11.338 INFO:teuthology.orchestra.run.trial184.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:11.338 INFO:teuthology.orchestra.run.trial184.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T09:53:11.338 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T09:53:11.338 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T09:53:11.338 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:11.344 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-18T09:53:11.361 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-18T09:53:11.361 INFO:teuthology.orchestra.run.trial184.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T09:53:11.361 INFO:teuthology.orchestra.run.trial184.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T09:53:11.361 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:11.362 INFO:teuthology.orchestra.run.trial054.stdout:(20/41): python3-libstoragemgmt-1.10.1-1.el9.x8 220 kB/s | 177 kB 00:00 2026-02-18T09:53:11.370 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-18T09:53:11.394 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-18T09:53:11.394 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T09:53:11.394 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:11.518 INFO:teuthology.orchestra.run.trial054.stdout:(21/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 243 kB/s | 246 kB 00:01 2026-02-18T09:53:12.041 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-18T09:53:12.080 INFO:teuthology.orchestra.run.trial054.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 40 kB/s | 22 kB 00:00 2026-02-18T09:53:12.108 INFO:teuthology.orchestra.run.trial054.stdout:(23/41): python3-toml-0.10.2-6.el9.noarch.rpm 56 kB/s | 42 kB 00:00 2026-02-18T09:53:12.125 INFO:teuthology.orchestra.run.trial054.stdout:(24/41): luarocks-3.9.2-5.el9.noarch.rpm 3.3 MB/s | 151 kB 00:00 2026-02-18T09:53:12.129 INFO:teuthology.orchestra.run.trial054.stdout:(25/41): python3-autocommand-2.2.2-8.el9.noarch 1.4 MB/s | 29 kB 00:00 2026-02-18T09:53:12.133 INFO:teuthology.orchestra.run.trial054.stdout:(26/41): python3-backports-tarfile-1.2.0-1.el9. 7.1 MB/s | 60 kB 00:00 2026-02-18T09:53:12.138 INFO:teuthology.orchestra.run.trial054.stdout:(27/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 4.8 MB/s | 43 kB 00:00 2026-02-18T09:53:12.144 INFO:teuthology.orchestra.run.trial054.stdout:(28/41): python3-packaging-20.9-5.el9.noarch.rp 94 kB/s | 77 kB 00:00 2026-02-18T09:53:12.147 INFO:teuthology.orchestra.run.trial054.stdout:(29/41): python3-cheroot-10.0.1-4.el9.noarch.rp 13 MB/s | 173 kB 00:00 2026-02-18T09:53:12.154 INFO:teuthology.orchestra.run.trial054.stdout:(30/41): python3-jaraco-classes-3.2.1-5.el9.noa 2.4 MB/s | 18 kB 00:00 2026-02-18T09:53:12.159 INFO:teuthology.orchestra.run.trial054.stdout:(31/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 742 kB/s | 11 kB 00:00 2026-02-18T09:53:12.161 INFO:teuthology.orchestra.run.trial054.stdout:(32/41): python3-cherrypy-18.6.1-2.el9.noarch.r 15 MB/s | 358 kB 00:00 2026-02-18T09:53:12.162 INFO:teuthology.orchestra.run.trial054.stdout:(33/41): python3-jaraco-collections-3.0.0-8.el9 3.1 MB/s | 23 kB 00:00 2026-02-18T09:53:12.167 INFO:teuthology.orchestra.run.trial054.stdout:(34/41): python3-jaraco-context-6.0.1-3.el9.noa 2.4 MB/s | 20 kB 00:00 2026-02-18T09:53:12.169 INFO:teuthology.orchestra.run.trial054.stdout:(35/41): python3-jaraco-text-4.0.0-2.el9.noarch 3.8 MB/s | 26 kB 00:00 2026-02-18T09:53:12.170 INFO:teuthology.orchestra.run.trial054.stdout:(36/41): python3-jaraco-functools-3.5.0-2.el9.n 2.3 MB/s | 19 kB 00:00 2026-02-18T09:53:12.176 INFO:teuthology.orchestra.run.trial054.stdout:(37/41): python3-portend-3.1.0-2.el9.noarch.rpm 2.3 MB/s | 16 kB 00:00 2026-02-18T09:53:12.178 INFO:teuthology.orchestra.run.trial054.stdout:(38/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 10 MB/s | 90 kB 00:00 2026-02-18T09:53:12.182 INFO:teuthology.orchestra.run.trial054.stdout:(39/41): python3-more-itertools-8.12.0-2.el9.no 5.1 MB/s | 79 kB 00:00 2026-02-18T09:53:12.184 INFO:teuthology.orchestra.run.trial054.stdout:(40/41): python3-tempora-5.0.0-2.el9.noarch.rpm 4.5 MB/s | 36 kB 00:00 2026-02-18T09:53:12.187 INFO:teuthology.orchestra.run.trial054.stdout:(41/41): python3-zc-lockfile-2.0-10.el9.noarch. 2.2 MB/s | 20 kB 00:00 2026-02-18T09:53:12.189 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:12.189 INFO:teuthology.orchestra.run.trial054.stdout:Total 17 MB/s | 48 MB 00:02 2026-02-18T09:53:12.327 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:12.346 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:12.346 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:12.542 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:12.542 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:12.760 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:12.761 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-18T09:53:12.766 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-18T09:53:12.771 INFO:teuthology.orchestra.run.trial054.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-18T09:53:12.773 INFO:teuthology.orchestra.run.trial054.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-18T09:53:12.779 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-18T09:53:12.802 INFO:teuthology.orchestra.run.trial054.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-18T09:53:12.806 INFO:teuthology.orchestra.run.trial054.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-18T09:53:12.810 INFO:teuthology.orchestra.run.trial054.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-18T09:53:12.814 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_6 36/41 2026-02-18T09:53:12.815 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-18T09:53:12.821 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-18T09:53:12.824 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-osd-crimson-2:20.3.0-5358.g3e79fb58.el9.x86_6 37/41 2026-02-18T09:53:12.825 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 38/41 2026-02-18T09:53:12.825 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-18T09:53:12.831 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-18T09:53:12.836 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-18T09:53:12.840 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-18T09:53:12.845 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-18T09:53:12.849 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-18T09:53:12.851 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 38/41 2026-02-18T09:53:12.851 INFO:teuthology.orchestra.run.trial184.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:12.851 INFO:teuthology.orchestra.run.trial184.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T09:53:12.851 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T09:53:12.851 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T09:53:12.851 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:12.855 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-18T09:53:12.862 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-18T09:53:12.871 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-18T09:53:12.894 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-18T09:53:12.907 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-18T09:53:12.913 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-18T09:53:12.927 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-18T09:53:12.944 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-18T09:53:13.019 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-18T09:53:13.027 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-18T09:53:13.051 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-18T09:53:13.067 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-mon-2:20.3.0-5358.g3e79fb58.el9.x86_64 39/41 2026-02-18T09:53:13.080 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-18T09:53:13.085 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-18T09:53:13.089 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-mon-2:20.3.0-5358.g3e79fb58.el9.x86_64 39/41 2026-02-18T09:53:13.089 INFO:teuthology.orchestra.run.trial184.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:13.089 INFO:teuthology.orchestra.run.trial184.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T09:53:13.089 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T09:53:13.089 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T09:53:13.089 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:13.137 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-18T09:53:13.179 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5358.g3e79fb58.el9. 31/41 2026-02-18T09:53:13.180 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 32/41 2026-02-18T09:53:13.185 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-mds-2:20.3.0-5358.g3e79fb58.el9.x86_64 40/41 2026-02-18T09:53:13.205 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 32/41 2026-02-18T09:53:13.205 INFO:teuthology.orchestra.run.trial054.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:13.205 INFO:teuthology.orchestra.run.trial054.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T09:53:13.205 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T09:53:13.205 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T09:53:13.205 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:13.206 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-mds-2:20.3.0-5358.g3e79fb58.el9.x86_64 40/41 2026-02-18T09:53:13.206 INFO:teuthology.orchestra.run.trial184.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:13.206 INFO:teuthology.orchestra.run.trial184.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T09:53:13.206 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T09:53:13.206 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T09:53:13.206 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:13.207 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-2:20.3.0-5358.g3e79fb58.el9.x86_64 41/41 2026-02-18T09:53:13.210 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-18T09:53:13.214 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_6 41/41 2026-02-18T09:53:13.227 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-18T09:53:13.227 INFO:teuthology.orchestra.run.trial054.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T09:53:13.227 INFO:teuthology.orchestra.run.trial054.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T09:53:13.227 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:13.235 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-18T09:53:13.238 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5358.g3e79fb58.el9.x86_6 41/41 2026-02-18T09:53:13.260 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-18T09:53:13.260 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T09:53:13.260 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:13.598 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-2:20.3.0-5358.g3e79fb58.el9.x86_64 41/41 2026-02-18T09:53:13.598 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/41 2026-02-18T09:53:13.598 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-mds-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/41 2026-02-18T09:53:13.598 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 3/41 2026-02-18T09:53:13.598 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-mon-2:20.3.0-5358.g3e79fb58.el9.x86_64 4/41 2026-02-18T09:53:13.598 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 5/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_6 6/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5358.g3e79fb58.el9.x86_6 7/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5358.g3e79fb58.el9. 8/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-18T09:53:13.599 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-18T09:53:13.600 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-18T09:53:13.601 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: ceph-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mds-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-modules-core-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mon-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: ceph-osd-crimson-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T09:53:13.655 INFO:teuthology.orchestra.run.trial184.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: zip-3.0-35.el9.x86_64 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:13.656 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:13.694 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-base 2026-02-18T09:53:13.894 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-18T09:53:14.003 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:27 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:14.068 INFO:teuthology.orchestra.run.trial184.stdout:Package ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:14.086 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:14.087 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:14.087 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:14.108 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install cephadm 2026-02-18T09:53:14.413 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:27 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout: cephadm noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 1.0 M 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout:Install 1 Package 2026-02-18T09:53:14.496 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:14.497 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 1.0 M 2026-02-18T09:53:14.497 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 1.0 M 2026-02-18T09:53:14.497 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:14.629 INFO:teuthology.orchestra.run.trial184.stdout:cephadm-20.3.0-5358.g3e79fb58.el9.noarch.rpm 7.7 MB/s | 1.0 MB 00:00 2026-02-18T09:53:14.629 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:14.629 INFO:teuthology.orchestra.run.trial184.stdout:Total 7.7 MB/s | 1.0 MB 00:00 2026-02-18T09:53:14.629 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:14.632 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:14.632 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:14.636 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:14.636 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:14.654 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_6 36/41 2026-02-18T09:53:14.655 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:14.664 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-osd-crimson-2:20.3.0-5358.g3e79fb58.el9.x86_6 37/41 2026-02-18T09:53:14.665 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 38/41 2026-02-18T09:53:14.691 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 38/41 2026-02-18T09:53:14.691 INFO:teuthology.orchestra.run.trial054.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:14.691 INFO:teuthology.orchestra.run.trial054.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T09:53:14.691 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T09:53:14.691 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T09:53:14.691 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:14.719 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/1 2026-02-18T09:53:14.733 INFO:teuthology.orchestra.run.trial184.stdout: Installing : cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/1 2026-02-18T09:53:14.799 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/1 2026-02-18T09:53:14.854 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/1 2026-02-18T09:53:14.854 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:14.855 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:14.855 INFO:teuthology.orchestra.run.trial184.stdout: cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:14.855 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:14.855 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:14.883 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T09:53:14.904 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-mon-2:20.3.0-5358.g3e79fb58.el9.x86_64 39/41 2026-02-18T09:53:14.925 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-mon-2:20.3.0-5358.g3e79fb58.el9.x86_64 39/41 2026-02-18T09:53:14.925 INFO:teuthology.orchestra.run.trial054.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:14.926 INFO:teuthology.orchestra.run.trial054.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T09:53:14.926 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T09:53:14.926 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T09:53:14.926 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:15.020 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-mds-2:20.3.0-5358.g3e79fb58.el9.x86_64 40/41 2026-02-18T09:53:15.042 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-mds-2:20.3.0-5358.g3e79fb58.el9.x86_64 40/41 2026-02-18T09:53:15.042 INFO:teuthology.orchestra.run.trial054.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:15.043 INFO:teuthology.orchestra.run.trial054.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T09:53:15.043 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T09:53:15.043 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T09:53:15.043 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:15.043 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-2:20.3.0-5358.g3e79fb58.el9.x86_64 41/41 2026-02-18T09:53:15.051 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_6 41/41 2026-02-18T09:53:15.075 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5358.g3e79fb58.el9.x86_6 41/41 2026-02-18T09:53:15.194 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:28 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:15.276 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repo Size 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 147 k 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout:Install 1 Package 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 147 k 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 419 k 2026-02-18T09:53:15.277 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:15.362 INFO:teuthology.orchestra.run.trial184.stdout:ceph-immutable-object-cache-20.3.0-5358.g3e79fb 1.7 MB/s | 147 kB 00:00 2026-02-18T09:53:15.362 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:15.362 INFO:teuthology.orchestra.run.trial184.stdout:Total 1.7 MB/s | 147 kB 00:00 2026-02-18T09:53:15.362 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:15.366 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:15.366 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:15.393 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:15.393 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:15.440 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-2:20.3.0-5358.g3e79fb58.el9.x86_64 41/41 2026-02-18T09:53:15.440 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/41 2026-02-18T09:53:15.440 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-mds-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/41 2026-02-18T09:53:15.440 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 3/41 2026-02-18T09:53:15.440 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-mon-2:20.3.0-5358.g3e79fb58.el9.x86_64 4/41 2026-02-18T09:53:15.440 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 5/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_6 6/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5358.g3e79fb58.el9.x86_6 7/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5358.g3e79fb58.el9. 8/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-18T09:53:15.441 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-18T09:53:15.443 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:15.444 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5358.g3e79fb58. 1/1 2026-02-18T09:53:15.467 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5358.g3e79fb58. 1/1 2026-02-18T09:53:15.467 INFO:teuthology.orchestra.run.trial184.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:15.467 INFO:teuthology.orchestra.run.trial184.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T09:53:15.467 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:15.498 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-18T09:53:15.498 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:15.498 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:15.498 INFO:teuthology.orchestra.run.trial054.stdout: ceph-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:15.498 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mds-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:15.498 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:15.498 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-modules-core-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:15.498 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mon-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:15.498 INFO:teuthology.orchestra.run.trial054.stdout: ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: ceph-osd-crimson-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: zip-3.0-35.el9.x86_64 2026-02-18T09:53:15.499 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:15.500 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:15.537 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-base 2026-02-18T09:53:15.759 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5358.g3e79fb58. 1/1 2026-02-18T09:53:15.759 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:15.759 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:15.759 INFO:teuthology.orchestra.run.trial184.stdout: ceph-immutable-object-cache-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:15.759 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:15.759 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:15.787 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-mgr 2026-02-18T09:53:15.850 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:27 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:15.914 INFO:teuthology.orchestra.run.trial054.stdout:Package ceph-base-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:15.932 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:15.932 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:15.932 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:15.954 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install cephadm 2026-02-18T09:53:16.098 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:16.162 INFO:teuthology.orchestra.run.trial184.stdout:Package ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:16.180 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:16.181 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:16.181 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:16.203 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T09:53:16.265 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:28 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:16.347 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:16.348 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:16.348 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:53:16.348 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:16.348 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:16.348 INFO:teuthology.orchestra.run.trial054.stdout: cephadm noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 1.0 M 2026-02-18T09:53:16.348 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:16.349 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:16.349 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:16.349 INFO:teuthology.orchestra.run.trial054.stdout:Install 1 Package 2026-02-18T09:53:16.349 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:16.349 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 1.0 M 2026-02-18T09:53:16.349 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 1.0 M 2026-02-18T09:53:16.349 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:16.467 INFO:teuthology.orchestra.run.trial054.stdout:cephadm-20.3.0-5358.g3e79fb58.el9.noarch.rpm 8.6 MB/s | 1.0 MB 00:00 2026-02-18T09:53:16.467 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:16.467 INFO:teuthology.orchestra.run.trial054.stdout:Total 8.5 MB/s | 1.0 MB 00:00 2026-02-18T09:53:16.468 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:16.470 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:16.470 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:16.474 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:16.474 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:16.492 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:16.512 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:16.556 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/1 2026-02-18T09:53:16.570 INFO:teuthology.orchestra.run.trial054.stdout: Installing : cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/1 2026-02-18T09:53:16.596 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 51 M 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 57 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 17 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout:Install 13 Packages 2026-02-18T09:53:16.597 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:16.598 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 55 M 2026-02-18T09:53:16.598 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 262 M 2026-02-18T09:53:16.598 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:16.630 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/1 2026-02-18T09:53:16.685 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/1 2026-02-18T09:53:16.685 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:16.685 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:16.685 INFO:teuthology.orchestra.run.trial054.stdout: cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:16.685 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:16.685 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:16.714 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T09:53:17.030 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:17.113 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:17.114 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:17.114 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repo Size 2026-02-18T09:53:17.114 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:17.114 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:17.115 INFO:teuthology.orchestra.run.trial054.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 147 k 2026-02-18T09:53:17.115 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:17.115 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:17.115 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:17.115 INFO:teuthology.orchestra.run.trial054.stdout:Install 1 Package 2026-02-18T09:53:17.115 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:17.115 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 147 k 2026-02-18T09:53:17.115 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 419 k 2026-02-18T09:53:17.115 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:17.200 INFO:teuthology.orchestra.run.trial054.stdout:ceph-immutable-object-cache-20.3.0-5358.g3e79fb 1.7 MB/s | 147 kB 00:00 2026-02-18T09:53:17.201 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:17.201 INFO:teuthology.orchestra.run.trial054.stdout:Total 1.7 MB/s | 147 kB 00:00 2026-02-18T09:53:17.201 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:17.205 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:17.205 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:17.232 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:17.232 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:17.282 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:17.284 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5358.g3e79fb58. 1/1 2026-02-18T09:53:17.307 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5358.g3e79fb58. 1/1 2026-02-18T09:53:17.307 INFO:teuthology.orchestra.run.trial054.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:17.308 INFO:teuthology.orchestra.run.trial054.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T09:53:17.308 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:17.476 INFO:teuthology.orchestra.run.trial184.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5358.g3e7 257 kB/s | 17 kB 00:00 2026-02-18T09:53:17.481 INFO:teuthology.orchestra.run.trial184.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5358.g3e 788 kB/s | 57 kB 00:00 2026-02-18T09:53:17.618 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5358.g3e79fb58. 1/1 2026-02-18T09:53:17.618 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:17.618 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:17.619 INFO:teuthology.orchestra.run.trial054.stdout: ceph-immutable-object-cache-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:17.619 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:17.619 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:17.645 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-mgr 2026-02-18T09:53:17.955 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:18.019 INFO:teuthology.orchestra.run.trial054.stdout:Package ceph-mgr-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:18.037 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:18.037 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:18.038 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:18.060 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T09:53:18.245 INFO:teuthology.orchestra.run.trial184.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 62 kB/s | 48 kB 00:00 2026-02-18T09:53:18.319 INFO:teuthology.orchestra.run.trial184.stdout:(4/13): protobuf-compiler-3.14.0-17.el9.x86_64. 11 MB/s | 862 kB 00:00 2026-02-18T09:53:18.371 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:30 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:18.442 INFO:teuthology.orchestra.run.trial184.stdout:(5/13): ceph-mgr-dashboard-20.3.0-5358.g3e79fb5 49 MB/s | 51 MB 00:01 2026-02-18T09:53:18.453 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:18.454 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:18.454 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:53:18.454 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:18.454 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:18.454 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 51 M 2026-02-18T09:53:18.454 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:53:18.454 INFO:teuthology.orchestra.run.trial054.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 57 k 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 17 k 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T09:53:18.455 INFO:teuthology.orchestra.run.trial054.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T09:53:18.456 INFO:teuthology.orchestra.run.trial054.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T09:53:18.456 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:18.456 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:18.456 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:18.456 INFO:teuthology.orchestra.run.trial054.stdout:Install 13 Packages 2026-02-18T09:53:18.456 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:18.457 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 55 M 2026-02-18T09:53:18.457 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 262 M 2026-02-18T09:53:18.457 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:18.486 INFO:teuthology.orchestra.run.trial184.stdout:(6/13): python3-protobuf-3.14.0-17.el9.noarch.r 266 kB/s | 267 kB 00:01 2026-02-18T09:53:18.695 INFO:teuthology.orchestra.run.trial184.stdout:(7/13): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2026-02-18T09:53:18.901 INFO:teuthology.orchestra.run.trial184.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 701 kB/s | 144 kB 00:00 2026-02-18T09:53:18.969 INFO:teuthology.orchestra.run.trial184.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 453 kB/s | 31 kB 00:00 2026-02-18T09:53:19.020 INFO:teuthology.orchestra.run.trial184.stdout:(10/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 787 kB/s | 551 kB 00:00 2026-02-18T09:53:19.079 INFO:teuthology.orchestra.run.trial184.stdout:(11/13): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2026-02-18T09:53:19.101 INFO:teuthology.orchestra.run.trial184.stdout:(12/13): python3-xmltodict-0.12.0-15.el9.noarch 271 kB/s | 22 kB 00:00 2026-02-18T09:53:19.108 INFO:teuthology.orchestra.run.trial184.stdout:(13/13): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.3 MB/s | 2.0 MB 00:00 2026-02-18T09:53:19.111 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:19.112 INFO:teuthology.orchestra.run.trial184.stdout:Total 22 MB/s | 55 MB 00:02 2026-02-18T09:53:19.139 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:19.149 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:19.149 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:19.224 INFO:teuthology.orchestra.run.trial054.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5358.g3e7 66 kB/s | 17 kB 00:00 2026-02-18T09:53:19.272 INFO:teuthology.orchestra.run.trial054.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5358.g3e 185 kB/s | 57 kB 00:00 2026-02-18T09:53:19.363 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:19.363 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:19.590 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:19.596 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-18T09:53:19.607 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-18T09:53:19.609 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-18T09:53:19.637 INFO:teuthology.orchestra.run.trial184.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-18T09:53:19.680 INFO:teuthology.orchestra.run.trial184.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-18T09:53:19.688 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-18T09:53:19.716 INFO:teuthology.orchestra.run.trial184.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-18T09:53:19.726 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-18T09:53:19.733 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-18T09:53:19.736 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-18T09:53:19.745 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5358.g3e79fb58.el9 11/13 2026-02-18T09:53:19.858 INFO:teuthology.orchestra.run.trial054.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 75 kB/s | 48 kB 00:00 2026-02-18T09:53:20.139 INFO:teuthology.orchestra.run.trial054.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 308 kB/s | 267 kB 00:00 2026-02-18T09:53:20.175 INFO:teuthology.orchestra.run.trial054.stdout:(5/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 15 MB/s | 551 kB 00:00 2026-02-18T09:53:20.179 INFO:teuthology.orchestra.run.trial054.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 6.1 MB/s | 19 kB 00:00 2026-02-18T09:53:20.191 INFO:teuthology.orchestra.run.trial054.stdout:(7/13): python3-grpcio-1.46.7-10.el9.x86_64.rpm 169 MB/s | 2.0 MB 00:00 2026-02-18T09:53:20.194 INFO:teuthology.orchestra.run.trial054.stdout:(8/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 40 MB/s | 144 kB 00:00 2026-02-18T09:53:20.198 INFO:teuthology.orchestra.run.trial054.stdout:(9/13): python3-repoze-lru-0.7-16.el9.noarch.rp 9.4 MB/s | 31 kB 00:00 2026-02-18T09:53:20.201 INFO:teuthology.orchestra.run.trial054.stdout:(10/13): python3-routes-2.5.1-5.el9.noarch.rpm 51 MB/s | 188 kB 00:00 2026-02-18T09:53:20.205 INFO:teuthology.orchestra.run.trial054.stdout:(11/13): python3-xmltodict-0.12.0-15.el9.noarch 6.9 MB/s | 22 kB 00:00 2026-02-18T09:53:20.537 INFO:teuthology.orchestra.run.trial054.stdout:(12/13): ceph-mgr-dashboard-20.3.0-5358.g3e79fb 32 MB/s | 51 MB 00:01 2026-02-18T09:53:21.930 INFO:teuthology.orchestra.run.trial054.stdout:(13/13): protobuf-compiler-3.14.0-17.el9.x86_64 416 kB/s | 862 kB 00:02 2026-02-18T09:53:21.935 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:21.935 INFO:teuthology.orchestra.run.trial054.stdout:Total 16 MB/s | 55 MB 00:03 2026-02-18T09:53:21.962 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:21.973 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:21.973 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:22.186 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:22.186 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:22.412 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:22.418 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-18T09:53:22.429 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-18T09:53:22.431 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-18T09:53:22.458 INFO:teuthology.orchestra.run.trial054.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-18T09:53:22.501 INFO:teuthology.orchestra.run.trial054.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-18T09:53:22.509 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-18T09:53:22.537 INFO:teuthology.orchestra.run.trial054.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-18T09:53:22.546 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-18T09:53:22.554 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-18T09:53:22.556 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-18T09:53:22.565 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5358.g3e79fb58.el9 11/13 2026-02-18T09:53:22.611 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5358.g3e79fb58.el 12/13 2026-02-18T09:53:22.618 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5358.g3e79fb58.el9.noa 13/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5358.g3e79fb58.el9.noa 13/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5358.g3e79fb58.el 1/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5358.g3e79fb58.el9.noa 2/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5358.g3e79fb58.el9 3/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-18T09:53:22.903 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: ceph-grafana-dashboards-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-dashboard-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: ceph-prometheus-alerts-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T09:53:22.959 INFO:teuthology.orchestra.run.trial184.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T09:53:22.960 INFO:teuthology.orchestra.run.trial184.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T09:53:22.960 INFO:teuthology.orchestra.run.trial184.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T09:53:22.960 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:22.960 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:22.999 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T09:53:23.304 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:23.390 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:23.391 INFO:teuthology.orchestra.run.trial184.stdout:======================================================================================= 2026-02-18T09:53:23.391 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:53:23.391 INFO:teuthology.orchestra.run.trial184.stdout:======================================================================================= 2026-02-18T09:53:23.391 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:23.391 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 7.4 M 2026-02-18T09:53:23.391 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:53:23.391 INFO:teuthology.orchestra.run.trial184.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T09:53:23.391 INFO:teuthology.orchestra.run.trial184.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:23.392 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:23.393 INFO:teuthology.orchestra.run.trial184.stdout:======================================================================================= 2026-02-18T09:53:23.393 INFO:teuthology.orchestra.run.trial184.stdout:Install 12 Packages 2026-02-18T09:53:23.393 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:23.393 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 43 M 2026-02-18T09:53:23.393 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 234 M 2026-02-18T09:53:23.393 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:23.596 INFO:teuthology.orchestra.run.trial184.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 4.3 MB/s | 184 kB 00:00 2026-02-18T09:53:23.607 INFO:teuthology.orchestra.run.trial184.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 2.7 MB/s | 30 kB 00:00 2026-02-18T09:53:23.613 INFO:teuthology.orchestra.run.trial184.stdout:(3/12): libgfortran-11.5.0-14.el9.x86_64.rpm 13 MB/s | 794 kB 00:00 2026-02-18T09:53:23.623 INFO:teuthology.orchestra.run.trial184.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 1.5 MB/s | 15 kB 00:00 2026-02-18T09:53:23.630 INFO:teuthology.orchestra.run.trial184.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 5.8 MB/s | 42 kB 00:00 2026-02-18T09:53:23.634 INFO:teuthology.orchestra.run.trial184.stdout:(6/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 110 MB/s | 3.0 MB 00:00 2026-02-18T09:53:23.642 INFO:teuthology.orchestra.run.trial184.stdout:(7/12): python3-devel-3.9.25-2.el9.x86_64.rpm 34 MB/s | 244 kB 00:00 2026-02-18T09:53:23.670 INFO:teuthology.orchestra.run.trial184.stdout:(8/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 134 MB/s | 5.3 MB 00:00 2026-02-18T09:53:23.679 INFO:teuthology.orchestra.run.trial184.stdout:(9/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 167 MB/s | 6.1 MB 00:00 2026-02-18T09:53:23.688 INFO:teuthology.orchestra.run.trial184.stdout:(10/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 24 MB/s | 442 kB 00:00 2026-02-18T09:53:23.751 INFO:teuthology.orchestra.run.trial184.stdout:(11/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 265 MB/s | 19 MB 00:00 2026-02-18T09:53:23.925 INFO:teuthology.orchestra.run.trial184.stdout:(12/12): ceph-mgr-diskprediction-local-20.3.0-5 20 MB/s | 7.4 MB 00:00 2026-02-18T09:53:23.926 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:23.926 INFO:teuthology.orchestra.run.trial184.stdout:Total 80 MB/s | 43 MB 00:00 2026-02-18T09:53:24.075 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:24.089 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:24.089 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:24.291 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:24.291 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:24.507 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:24.510 INFO:teuthology.orchestra.run.trial184.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-18T09:53:24.517 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-18T09:53:24.551 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-18T09:53:24.556 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 4/12 2026-02-18T09:53:24.615 INFO:teuthology.orchestra.run.trial184.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-18T09:53:24.617 INFO:teuthology.orchestra.run.trial184.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-18T09:53:24.639 INFO:teuthology.orchestra.run.trial184.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-18T09:53:24.958 INFO:teuthology.orchestra.run.trial184.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-18T09:53:25.031 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-18T09:53:25.434 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5358.g3e79fb58.el 12/13 2026-02-18T09:53:25.441 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5358.g3e79fb58.el9.noa 13/13 2026-02-18T09:53:25.691 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T09:53:25.738 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5358.g3e79fb58.el9.noa 13/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5358.g3e79fb58.el 1/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5358.g3e79fb58.el9.noa 2/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5358.g3e79fb58.el9 3/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-18T09:53:25.739 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-18T09:53:25.740 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-18T09:53:25.740 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-18T09:53:25.793 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-18T09:53:25.794 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:25.794 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:25.794 INFO:teuthology.orchestra.run.trial054.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T09:53:25.794 INFO:teuthology.orchestra.run.trial054.stdout: ceph-grafana-dashboards-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:25.794 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-dashboard-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:25.794 INFO:teuthology.orchestra.run.trial054.stdout: ceph-prometheus-alerts-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:25.794 INFO:teuthology.orchestra.run.trial054.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T09:53:25.794 INFO:teuthology.orchestra.run.trial054.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T09:53:25.794 INFO:teuthology.orchestra.run.trial054.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T09:53:25.795 INFO:teuthology.orchestra.run.trial054.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T09:53:25.795 INFO:teuthology.orchestra.run.trial054.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T09:53:25.795 INFO:teuthology.orchestra.run.trial054.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T09:53:25.795 INFO:teuthology.orchestra.run.trial054.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T09:53:25.795 INFO:teuthology.orchestra.run.trial054.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T09:53:25.795 INFO:teuthology.orchestra.run.trial054.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T09:53:25.795 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:25.795 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:25.830 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T09:53:26.138 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:26.144 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-18T09:53:26.145 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5358.g3e79f 12/12 2026-02-18T09:53:26.220 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout:======================================================================================= 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout:======================================================================================= 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 7.4 M 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout:======================================================================================= 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout:Install 12 Packages 2026-02-18T09:53:26.221 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:26.222 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 43 M 2026-02-18T09:53:26.222 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 234 M 2026-02-18T09:53:26.222 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:26.440 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5358.g3e79f 12/12 2026-02-18T09:53:26.440 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5358.g3e79f 1/12 2026-02-18T09:53:26.440 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-18T09:53:26.440 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-18T09:53:26.440 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-18T09:53:26.440 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-18T09:53:26.440 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-18T09:53:26.440 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-18T09:53:26.440 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-18T09:53:26.441 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 9/12 2026-02-18T09:53:26.441 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T09:53:26.441 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-18T09:53:26.497 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-18T09:53:26.497 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:26.497 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:26.497 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T09:53:26.498 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:26.499 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:26.534 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-mgr-rook 2026-02-18T09:53:26.637 INFO:teuthology.orchestra.run.trial054.stdout:(1/12): ceph-mgr-diskprediction-local-20.3.0-53 33 MB/s | 7.4 MB 00:00 2026-02-18T09:53:26.840 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:26.907 INFO:teuthology.orchestra.run.trial054.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 110 kB/s | 30 kB 00:00 2026-02-18T09:53:26.922 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:26.923 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:26.923 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:53:26.923 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:26.923 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:26.923 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-rook noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 50 k 2026-02-18T09:53:26.923 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:53:26.923 INFO:teuthology.orchestra.run.trial184.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:26.924 INFO:teuthology.orchestra.run.trial184.stdout:Install 10 Packages 2026-02-18T09:53:26.925 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:26.925 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 2.0 M 2026-02-18T09:53:26.925 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 25 M 2026-02-18T09:53:26.925 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:27.219 INFO:teuthology.orchestra.run.trial054.stdout:(3/12): libquadmath-11.5.0-14.el9.x86_64.rpm 228 kB/s | 184 kB 00:00 2026-02-18T09:53:27.313 INFO:teuthology.orchestra.run.trial054.stdout:(4/12): libgfortran-11.5.0-14.el9.x86_64.rpm 881 kB/s | 794 kB 00:00 2026-02-18T09:53:27.356 INFO:teuthology.orchestra.run.trial184.stdout:(1/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 4.7 MB/s | 159 kB 00:00 2026-02-18T09:53:27.359 INFO:teuthology.orchestra.run.trial184.stdout:(2/10): python3-pyasn1-modules-0.4.8-6.el9.noar 7.5 MB/s | 279 kB 00:00 2026-02-18T09:53:27.361 INFO:teuthology.orchestra.run.trial184.stdout:(3/10): python3-requests-oauthlib-1.3.0-12.el9. 9.5 MB/s | 54 kB 00:00 2026-02-18T09:53:27.396 INFO:teuthology.orchestra.run.trial184.stdout:(4/10): ceph-mgr-rook-20.3.0-5358.g3e79fb58.el9 683 kB/s | 50 kB 00:00 2026-02-18T09:53:27.450 INFO:teuthology.orchestra.run.trial054.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 64 kB/s | 15 kB 00:00 2026-02-18T09:53:27.471 INFO:teuthology.orchestra.run.trial184.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 129 kB/s | 14 kB 00:00 2026-02-18T09:53:27.483 INFO:teuthology.orchestra.run.trial184.stdout:(6/10): python3-cachetools-4.2.4-1.el9.noarch.r 260 kB/s | 32 kB 00:00 2026-02-18T09:53:27.509 INFO:teuthology.orchestra.run.trial054.stdout:(6/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 5.0 MB/s | 3.0 MB 00:00 2026-02-18T09:53:27.557 INFO:teuthology.orchestra.run.trial184.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 796 kB/s | 59 kB 00:00 2026-02-18T09:53:27.593 INFO:teuthology.orchestra.run.trial054.stdout:(7/12): python3-devel-3.9.25-2.el9.x86_64.rpm 2.9 MB/s | 244 kB 00:00 2026-02-18T09:53:27.593 INFO:teuthology.orchestra.run.trial054.stdout:(8/12): openblas-0.3.29-1.el9.x86_64.rpm 150 kB/s | 42 kB 00:00 2026-02-18T09:53:27.605 INFO:teuthology.orchestra.run.trial184.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 1.2 MB/s | 254 kB 00:00 2026-02-18T09:53:27.613 INFO:teuthology.orchestra.run.trial184.stdout:(9/10): python3-websocket-client-1.2.3-2.el9.no 1.6 MB/s | 90 kB 00:00 2026-02-18T09:53:27.683 INFO:teuthology.orchestra.run.trial184.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 4.8 MB/s | 1.0 MB 00:00 2026-02-18T09:53:27.684 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:27.684 INFO:teuthology.orchestra.run.trial184.stdout:Total 2.6 MB/s | 2.0 MB 00:00 2026-02-18T09:53:27.709 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:27.717 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:27.717 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:27.759 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:27.759 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:27.833 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:27.874 INFO:teuthology.orchestra.run.trial054.stdout:(9/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 22 MB/s | 6.1 MB 00:00 2026-02-18T09:53:27.883 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-18T09:53:27.896 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-18T09:53:27.911 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-18T09:53:27.915 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-18T09:53:27.923 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-18T09:53:27.962 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-18T09:53:27.963 INFO:teuthology.orchestra.run.trial054.stdout:(10/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 1.2 MB/s | 442 kB 00:00 2026-02-18T09:53:27.974 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T09:53:28.141 INFO:teuthology.orchestra.run.trial054.stdout:(11/12): openblas-openmp-0.3.29-1.el9.x86_64.rp 7.6 MB/s | 5.3 MB 00:00 2026-02-18T09:53:28.288 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-18T09:53:28.303 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-18T09:53:28.304 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-mgr-rook-2:20.3.0-5358.g3e79fb58.el9.noarch 10/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5358.g3e79fb58.el9.noarch 10/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5358.g3e79fb58.el9.noarch 1/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-18T09:53:28.411 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-18T09:53:28.467 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-rook-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T09:53:28.468 INFO:teuthology.orchestra.run.trial184.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T09:53:28.469 INFO:teuthology.orchestra.run.trial184.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T09:53:28.469 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:28.469 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:28.470 INFO:teuthology.orchestra.run.trial054.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 32 MB/s | 19 MB 00:00 2026-02-18T09:53:28.471 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:28.471 INFO:teuthology.orchestra.run.trial054.stdout:Total 19 MB/s | 43 MB 00:02 2026-02-18T09:53:28.498 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T09:53:28.630 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:28.644 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:28.644 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:28.800 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:28.846 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:28.846 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:28.885 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:28.886 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:28.886 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:53:28.886 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:28.886 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:28.886 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 184 k 2026-02-18T09:53:28.886 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:53:28.886 INFO:teuthology.orchestra.run.trial184.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T09:53:28.886 INFO:teuthology.orchestra.run.trial184.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T09:53:28.887 INFO:teuthology.orchestra.run.trial184.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T09:53:28.887 INFO:teuthology.orchestra.run.trial184.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T09:53:28.887 INFO:teuthology.orchestra.run.trial184.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T09:53:28.887 INFO:teuthology.orchestra.run.trial184.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T09:53:28.887 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:28.887 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:28.887 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:28.887 INFO:teuthology.orchestra.run.trial184.stdout:Install 7 Packages 2026-02-18T09:53:28.887 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:28.888 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 7.1 M 2026-02-18T09:53:28.888 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 34 M 2026-02-18T09:53:28.888 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:29.062 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:29.066 INFO:teuthology.orchestra.run.trial054.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-18T09:53:29.073 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-18T09:53:29.106 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-18T09:53:29.110 INFO:teuthology.orchestra.run.trial184.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5358.g3e79fb58.e 2.2 MB/s | 184 kB 00:00 2026-02-18T09:53:29.111 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 4/12 2026-02-18T09:53:29.169 INFO:teuthology.orchestra.run.trial054.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-18T09:53:29.172 INFO:teuthology.orchestra.run.trial054.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-18T09:53:29.192 INFO:teuthology.orchestra.run.trial054.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-18T09:53:29.510 INFO:teuthology.orchestra.run.trial054.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-18T09:53:29.516 INFO:teuthology.orchestra.run.trial184.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 86 kB/s | 35 kB 00:00 2026-02-18T09:53:29.581 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-18T09:53:29.685 INFO:teuthology.orchestra.run.trial184.stdout:(3/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 378 kB/s | 249 kB 00:00 2026-02-18T09:53:29.699 INFO:teuthology.orchestra.run.trial184.stdout:(4/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.9 MB/s | 548 kB 00:00 2026-02-18T09:53:29.724 INFO:teuthology.orchestra.run.trial184.stdout:(5/7): python3-typing-extensions-4.15.0-1.el9.n 3.4 MB/s | 86 kB 00:00 2026-02-18T09:53:29.813 INFO:teuthology.orchestra.run.trial184.stdout:(6/7): python3-natsort-7.1.1-5.el9.noarch.rpm 449 kB/s | 58 kB 00:00 2026-02-18T09:53:30.007 INFO:teuthology.orchestra.run.trial184.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 6.1 MB/s | 6.0 MB 00:00 2026-02-18T09:53:30.009 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:30.009 INFO:teuthology.orchestra.run.trial184.stdout:Total 6.3 MB/s | 7.1 MB 00:01 2026-02-18T09:53:30.047 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:30.054 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:30.054 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:30.126 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:30.126 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:30.218 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:30.233 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T09:53:30.267 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-18T09:53:30.277 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-18T09:53:30.282 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-18T09:53:30.502 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-18T09:53:30.526 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-18T09:53:30.550 INFO:teuthology.orchestra.run.trial184.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-18T09:53:30.552 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 7/7 2026-02-18T09:53:30.660 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 7/7 2026-02-18T09:53:30.660 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/7 2026-02-18T09:53:30.660 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-18T09:53:30.660 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-18T09:53:30.660 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-18T09:53:30.660 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-18T09:53:30.660 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-18T09:53:30.685 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-18T09:53:30.686 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5358.g3e79f 12/12 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: ceph-mgr-cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:30.716 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:30.745 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-osd 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5358.g3e79f 12/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5358.g3e79f 1/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 9/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T09:53:30.970 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:31.029 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:31.049 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:31.066 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-mgr-rook 2026-02-18T09:53:31.114 INFO:teuthology.orchestra.run.trial184.stdout:Package ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:31.132 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:31.133 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:31.133 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:31.155 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-osd-classic 2026-02-18T09:53:31.376 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:31.459 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:31.459 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-rook noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 50 k 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout:Install 10 Packages 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:31.460 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 2.0 M 2026-02-18T09:53:31.461 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 25 M 2026-02-18T09:53:31.461 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:31.524 INFO:teuthology.orchestra.run.trial184.stdout:Package ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:31.542 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:31.542 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:31.542 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:31.563 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-fuse 2026-02-18T09:53:31.760 INFO:teuthology.orchestra.run.trial054.stdout:(1/10): ceph-mgr-rook-20.3.0-5358.g3e79fb58.el9 563 kB/s | 50 kB 00:00 2026-02-18T09:53:31.867 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:31.949 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:31.949 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:31.949 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repo Size 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout: ceph-fuse x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 987 k 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout:Install 1 Package 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 987 k 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 2.9 M 2026-02-18T09:53:31.950 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:32.068 INFO:teuthology.orchestra.run.trial184.stdout:ceph-fuse-20.3.0-5358.g3e79fb58.el9.x86_64.rpm 8.2 MB/s | 987 kB 00:00 2026-02-18T09:53:32.069 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:32.069 INFO:teuthology.orchestra.run.trial184.stdout:Total 8.1 MB/s | 987 kB 00:00 2026-02-18T09:53:32.069 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:32.074 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:32.074 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:32.107 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:32.107 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:32.199 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:32.216 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:32.363 INFO:teuthology.orchestra.run.trial054.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 89 kB/s | 54 kB 00:00 2026-02-18T09:53:32.389 INFO:teuthology.orchestra.run.trial054.stdout:(3/10): python3-cachetools-4.2.4-1.el9.noarch.r 1.2 MB/s | 32 kB 00:00 2026-02-18T09:53:32.393 INFO:teuthology.orchestra.run.trial054.stdout:(4/10): python3-certifi-2023.05.07-4.el9.noarch 4.2 MB/s | 14 kB 00:00 2026-02-18T09:53:32.402 INFO:teuthology.orchestra.run.trial054.stdout:(5/10): python3-google-auth-2.45.0-1.el9.noarch 26 MB/s | 254 kB 00:00 2026-02-18T09:53:32.404 INFO:teuthology.orchestra.run.trial054.stdout:(6/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 216 kB/s | 159 kB 00:00 2026-02-18T09:53:32.413 INFO:teuthology.orchestra.run.trial054.stdout:(7/10): python3-kubernetes-26.1.0-3.el9.noarch. 97 MB/s | 1.0 MB 00:00 2026-02-18T09:53:32.413 INFO:teuthology.orchestra.run.trial054.stdout:(8/10): python3-rsa-4.9-2.el9.noarch.rpm 6.9 MB/s | 59 kB 00:00 2026-02-18T09:53:32.417 INFO:teuthology.orchestra.run.trial054.stdout:(9/10): python3-websocket-client-1.2.3-2.el9.no 25 MB/s | 90 kB 00:00 2026-02-18T09:53:32.422 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:32.468 INFO:teuthology.orchestra.run.trial054.stdout:(10/10): python3-pyasn1-modules-0.4.8-6.el9.noa 350 kB/s | 279 kB 00:00 2026-02-18T09:53:32.469 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:32.469 INFO:teuthology.orchestra.run.trial054.stdout:Total 2.0 MB/s | 2.0 MB 00:01 2026-02-18T09:53:32.479 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:32.480 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:32.480 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:32.480 INFO:teuthology.orchestra.run.trial184.stdout: ceph-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:32.480 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:32.480 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:32.496 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:32.503 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:32.503 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:32.507 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install ceph-volume 2026-02-18T09:53:32.542 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:32.543 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:32.616 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:32.665 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-18T09:53:32.677 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-18T09:53:32.692 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-18T09:53:32.696 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-18T09:53:32.704 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-18T09:53:32.742 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-18T09:53:32.754 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T09:53:32.820 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:32.904 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:32.905 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:32.905 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repository Size 2026-02-18T09:53:32.905 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:32.905 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:32.905 INFO:teuthology.orchestra.run.trial184.stdout: ceph-volume noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 301 k 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout:Install 2 Packages 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 652 k 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 2.2 M 2026-02-18T09:53:32.906 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:33.065 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-18T09:53:33.080 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-18T09:53:33.081 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-mgr-rook-2:20.3.0-5358.g3e79fb58.el9.noarch 10/10 2026-02-18T09:53:33.187 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5358.g3e79fb58.el9.noarch 10/10 2026-02-18T09:53:33.188 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5358.g3e79fb58.el9.noarch 1/10 2026-02-18T09:53:33.188 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-18T09:53:33.188 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-18T09:53:33.188 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-18T09:53:33.188 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-18T09:53:33.188 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-18T09:53:33.188 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T09:53:33.188 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-18T09:53:33.188 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-18T09:53:33.243 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-rook-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T09:53:33.244 INFO:teuthology.orchestra.run.trial054.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T09:53:33.245 INFO:teuthology.orchestra.run.trial054.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T09:53:33.245 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:33.245 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:33.262 INFO:teuthology.orchestra.run.trial184.stdout:(1/2): ceph-volume-20.3.0-5358.g3e79fb58.el9.no 3.1 MB/s | 301 kB 00:00 2026-02-18T09:53:33.274 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T09:53:33.581 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:33.663 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:33.664 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:33.664 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:53:33.664 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:33.664 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:33.664 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 184 k 2026-02-18T09:53:33.664 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:53:33.664 INFO:teuthology.orchestra.run.trial054.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout:Install 7 Packages 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 7.1 M 2026-02-18T09:53:33.665 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 34 M 2026-02-18T09:53:33.666 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:33.970 INFO:teuthology.orchestra.run.trial054.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5358.g3e79fb58.e 2.2 MB/s | 184 kB 00:00 2026-02-18T09:53:34.009 INFO:teuthology.orchestra.run.trial184.stdout:(2/2): cryptsetup-2.8.1-2.el9.x86_64.rpm 415 kB/s | 350 kB 00:00 2026-02-18T09:53:34.010 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:34.010 INFO:teuthology.orchestra.run.trial184.stdout:Total 590 kB/s | 652 kB 00:01 2026-02-18T09:53:34.019 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:34.026 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:34.026 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:34.047 INFO:teuthology.orchestra.run.trial054.stdout:(2/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.5 MB/s | 249 kB 00:00 2026-02-18T09:53:34.054 INFO:teuthology.orchestra.run.trial054.stdout:(3/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 412 kB/s | 35 kB 00:00 2026-02-18T09:53:34.070 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:34.070 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:34.151 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:34.186 INFO:teuthology.orchestra.run.trial054.stdout:(4/7): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 6.0 MB 00:00 2026-02-18T09:53:34.214 INFO:teuthology.orchestra.run.trial184.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 1/2 2026-02-18T09:53:34.216 INFO:teuthology.orchestra.run.trial184.stdout: Installing : ceph-volume-2:20.3.0-5358.g3e79fb58.el9.noarch 2/2 2026-02-18T09:53:34.231 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: ceph-volume-2:20.3.0-5358.g3e79fb58.el9.noarch 2/2 2026-02-18T09:53:34.231 INFO:teuthology.orchestra.run.trial184.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:34.231 INFO:teuthology.orchestra.run.trial184.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T09:53:34.231 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:34.388 INFO:teuthology.orchestra.run.trial054.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 173 kB/s | 58 kB 00:00 2026-02-18T09:53:34.453 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : ceph-volume-2:20.3.0-5358.g3e79fb58.el9.noarch 1/2 2026-02-18T09:53:34.511 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 2/2 2026-02-18T09:53:34.511 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:34.512 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:34.512 INFO:teuthology.orchestra.run.trial184.stdout: ceph-volume-2:20.3.0-5358.g3e79fb58.el9.noarch cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T09:53:34.512 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:34.512 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:34.542 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install librados-devel 2026-02-18T09:53:34.556 INFO:teuthology.orchestra.run.trial054.stdout:(6/7): python3-typing-extensions-4.15.0-1.el9.n 234 kB/s | 86 kB 00:00 2026-02-18T09:53:34.635 INFO:teuthology.orchestra.run.trial054.stdout:(7/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 933 kB/s | 548 kB 00:00 2026-02-18T09:53:34.636 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:34.636 INFO:teuthology.orchestra.run.trial054.stdout:Total 7.3 MB/s | 7.1 MB 00:00 2026-02-18T09:53:34.673 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:34.680 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:34.680 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:34.753 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:34.753 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:34.844 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:34.856 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:47 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:34.892 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-18T09:53:34.902 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-18T09:53:34.907 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-18T09:53:34.937 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:34.938 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:34.938 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repo Size 2026-02-18T09:53:34.938 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout: librados-devel x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 123 k 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout:Install 1 Package 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 123 k 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 437 k 2026-02-18T09:53:34.939 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:35.026 INFO:teuthology.orchestra.run.trial184.stdout:librados-devel-20.3.0-5358.g3e79fb58.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-18T09:53:35.026 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:35.027 INFO:teuthology.orchestra.run.trial184.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-18T09:53:35.027 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:35.029 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:35.029 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:35.060 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:35.061 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:35.115 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:35.125 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-18T09:53:35.132 INFO:teuthology.orchestra.run.trial184.stdout: Installing : librados-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:35.149 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-18T09:53:35.173 INFO:teuthology.orchestra.run.trial054.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-18T09:53:35.174 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 7/7 2026-02-18T09:53:35.219 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: librados-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:35.276 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : librados-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:35.277 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:35.277 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:35.277 INFO:teuthology.orchestra.run.trial184.stdout: librados-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:35.277 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:35.277 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:35.283 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 7/7 2026-02-18T09:53:35.284 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 1/7 2026-02-18T09:53:35.284 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-18T09:53:35.284 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-18T09:53:35.284 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-18T09:53:35.284 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-18T09:53:35.284 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-18T09:53:35.307 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install libcephfs2 2026-02-18T09:53:35.341 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-18T09:53:35.341 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:35.341 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:35.341 INFO:teuthology.orchestra.run.trial054.stdout: ceph-mgr-cephadm-2:20.3.0-5358.g3e79fb58.el9.noarch 2026-02-18T09:53:35.342 INFO:teuthology.orchestra.run.trial054.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T09:53:35.342 INFO:teuthology.orchestra.run.trial054.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T09:53:35.342 INFO:teuthology.orchestra.run.trial054.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T09:53:35.342 INFO:teuthology.orchestra.run.trial054.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T09:53:35.342 INFO:teuthology.orchestra.run.trial054.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T09:53:35.342 INFO:teuthology.orchestra.run.trial054.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T09:53:35.342 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:35.342 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:35.375 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-osd 2026-02-18T09:53:35.622 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:48 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:35.687 INFO:teuthology.orchestra.run.trial184.stdout:Package libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:35.690 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:47 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:35.705 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:35.706 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:35.706 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:35.727 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install libcephfs-devel 2026-02-18T09:53:35.755 INFO:teuthology.orchestra.run.trial054.stdout:Package ceph-osd-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:35.773 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:35.773 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:35.773 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:35.794 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-osd-classic 2026-02-18T09:53:36.036 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:49 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:36.098 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:48 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:36.118 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:36.119 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:36.119 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repo Size 2026-02-18T09:53:36.119 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:36.119 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:36.119 INFO:teuthology.orchestra.run.trial184.stdout: libcephfs-devel x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 37 k 2026-02-18T09:53:36.119 INFO:teuthology.orchestra.run.trial184.stdout:Installing dependencies: 2026-02-18T09:53:36.119 INFO:teuthology.orchestra.run.trial184.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 26 k 2026-02-18T09:53:36.119 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:36.119 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:36.120 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:36.120 INFO:teuthology.orchestra.run.trial184.stdout:Install 2 Packages 2026-02-18T09:53:36.120 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:36.120 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 64 k 2026-02-18T09:53:36.120 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 231 k 2026-02-18T09:53:36.120 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:36.163 INFO:teuthology.orchestra.run.trial054.stdout:Package ceph-osd-classic-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:36.180 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:36.181 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:36.181 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:36.181 INFO:teuthology.orchestra.run.trial184.stdout:(1/2): libcephfs-devel-20.3.0-5358.g3e79fb58.el 599 kB/s | 37 kB 00:00 2026-02-18T09:53:36.185 INFO:teuthology.orchestra.run.trial184.stdout:(2/2): libcephfs-proxy2-20.3.0-5358.g3e79fb58.e 397 kB/s | 26 kB 00:00 2026-02-18T09:53:36.187 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:36.187 INFO:teuthology.orchestra.run.trial184.stdout:Total 928 kB/s | 64 kB 00:00 2026-02-18T09:53:36.187 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:36.190 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:36.190 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:36.202 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-fuse 2026-02-18T09:53:36.223 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:36.223 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:36.273 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:36.274 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libcephfs-proxy2-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/2 2026-02-18T09:53:36.289 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/2 2026-02-18T09:53:36.306 INFO:teuthology.orchestra.run.trial184.stdout: Installing : libcephfs-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/2 2026-02-18T09:53:36.361 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/2 2026-02-18T09:53:36.362 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libcephfs-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/2 2026-02-18T09:53:36.418 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/2 2026-02-18T09:53:36.418 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:36.418 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:36.418 INFO:teuthology.orchestra.run.trial184.stdout: libcephfs-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:36.418 INFO:teuthology.orchestra.run.trial184.stdout: libcephfs-proxy2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:36.418 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:36.419 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:36.446 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install librados2 2026-02-18T09:53:36.506 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:48 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:36.589 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:36.590 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:36.590 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repo Size 2026-02-18T09:53:36.590 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:36.590 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:36.590 INFO:teuthology.orchestra.run.trial054.stdout: ceph-fuse x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 987 k 2026-02-18T09:53:36.590 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:36.591 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:36.591 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:36.591 INFO:teuthology.orchestra.run.trial054.stdout:Install 1 Package 2026-02-18T09:53:36.591 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:36.591 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 987 k 2026-02-18T09:53:36.591 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 2.9 M 2026-02-18T09:53:36.591 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:36.708 INFO:teuthology.orchestra.run.trial054.stdout:ceph-fuse-20.3.0-5358.g3e79fb58.el9.x86_64.rpm 8.2 MB/s | 987 kB 00:00 2026-02-18T09:53:36.709 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:36.709 INFO:teuthology.orchestra.run.trial054.stdout:Total 8.1 MB/s | 987 kB 00:00 2026-02-18T09:53:36.709 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:36.713 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:36.713 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:36.747 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:36.747 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:36.760 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:49 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:36.825 INFO:teuthology.orchestra.run.trial184.stdout:Package librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:36.837 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:36.843 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:36.844 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:36.844 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:36.854 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:36.866 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install librbd1 2026-02-18T09:53:37.093 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:37.150 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:37.150 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:37.150 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:37.150 INFO:teuthology.orchestra.run.trial054.stdout: ceph-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:37.150 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:37.150 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:37.176 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install ceph-volume 2026-02-18T09:53:37.177 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:50 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:37.240 INFO:teuthology.orchestra.run.trial184.stdout:Package librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:37.258 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:37.258 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:37.258 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:37.279 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install python3-rados 2026-02-18T09:53:37.484 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:49 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repository Size 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout: ceph-volume noarch 2:20.3.0-5358.g3e79fb58.el9 ceph-noarch 301 k 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout:Install 2 Packages 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:37.565 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 652 k 2026-02-18T09:53:37.566 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 2.2 M 2026-02-18T09:53:37.566 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:37.592 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:50 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:37.657 INFO:teuthology.orchestra.run.trial184.stdout:Package python3-rados-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:37.676 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:37.676 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:37.676 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:37.698 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install python3-rgw 2026-02-18T09:53:37.720 INFO:teuthology.orchestra.run.trial054.stdout:(1/2): ceph-volume-20.3.0-5358.g3e79fb58.el9.no 3.1 MB/s | 301 kB 00:00 2026-02-18T09:53:37.810 INFO:teuthology.orchestra.run.trial054.stdout:(2/2): cryptsetup-2.8.1-2.el9.x86_64.rpm 1.8 MB/s | 350 kB 00:00 2026-02-18T09:53:37.812 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:37.812 INFO:teuthology.orchestra.run.trial054.stdout:Total 2.6 MB/s | 652 kB 00:00 2026-02-18T09:53:37.821 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:37.827 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:37.827 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:37.871 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:37.871 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:37.951 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:38.009 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:51 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:38.013 INFO:teuthology.orchestra.run.trial054.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 1/2 2026-02-18T09:53:38.015 INFO:teuthology.orchestra.run.trial054.stdout: Installing : ceph-volume-2:20.3.0-5358.g3e79fb58.el9.noarch 2/2 2026-02-18T09:53:38.029 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: ceph-volume-2:20.3.0-5358.g3e79fb58.el9.noarch 2/2 2026-02-18T09:53:38.030 INFO:teuthology.orchestra.run.trial054.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:38.030 INFO:teuthology.orchestra.run.trial054.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T09:53:38.030 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:38.076 INFO:teuthology.orchestra.run.trial184.stdout:Package python3-rgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:38.094 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:38.094 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:38.094 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:38.116 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install python3-cephfs 2026-02-18T09:53:38.255 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : ceph-volume-2:20.3.0-5358.g3e79fb58.el9.noarch 1/2 2026-02-18T09:53:38.312 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 2/2 2026-02-18T09:53:38.312 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:38.312 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:38.313 INFO:teuthology.orchestra.run.trial054.stdout: ceph-volume-2:20.3.0-5358.g3e79fb58.el9.noarch cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T09:53:38.313 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:38.313 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:38.340 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install librados-devel 2026-02-18T09:53:38.430 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:51 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:38.497 INFO:teuthology.orchestra.run.trial184.stdout:Package python3-cephfs-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:38.515 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:38.515 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:38.516 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:38.537 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install python3-rbd 2026-02-18T09:53:38.649 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:50 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:38.731 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:38.731 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:38.731 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repo Size 2026-02-18T09:53:38.731 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:38.731 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:38.732 INFO:teuthology.orchestra.run.trial054.stdout: librados-devel x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 123 k 2026-02-18T09:53:38.732 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:38.732 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:38.732 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:38.732 INFO:teuthology.orchestra.run.trial054.stdout:Install 1 Package 2026-02-18T09:53:38.732 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:38.732 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 123 k 2026-02-18T09:53:38.732 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 437 k 2026-02-18T09:53:38.732 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:38.816 INFO:teuthology.orchestra.run.trial054.stdout:librados-devel-20.3.0-5358.g3e79fb58.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-18T09:53:38.817 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:38.817 INFO:teuthology.orchestra.run.trial054.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-18T09:53:38.817 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:38.819 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:38.819 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:38.851 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:51 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:38.851 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:38.852 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:38.908 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:38.917 INFO:teuthology.orchestra.run.trial184.stdout:Package python3-rbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:38.924 INFO:teuthology.orchestra.run.trial054.stdout: Installing : librados-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:38.935 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:38.935 INFO:teuthology.orchestra.run.trial184.stdout:Nothing to do. 2026-02-18T09:53:38.935 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:38.957 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install rbd-fuse 2026-02-18T09:53:39.006 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: librados-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:39.063 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : librados-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:39.063 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:39.063 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:39.063 INFO:teuthology.orchestra.run.trial054.stdout: librados-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:39.064 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:39.064 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:39.089 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install libcephfs2 2026-02-18T09:53:39.269 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:52 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:39.353 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:39.353 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:39.353 INFO:teuthology.orchestra.run.trial184.stdout: Package Architecture Version Repository Size 2026-02-18T09:53:39.353 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:39.353 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:39.353 INFO:teuthology.orchestra.run.trial184.stdout: rbd-fuse x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 84 k 2026-02-18T09:53:39.353 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:39.354 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:39.354 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:39.354 INFO:teuthology.orchestra.run.trial184.stdout:Install 1 Package 2026-02-18T09:53:39.354 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:39.354 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 84 k 2026-02-18T09:53:39.354 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 209 k 2026-02-18T09:53:39.354 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:39.404 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:51 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:39.426 INFO:teuthology.orchestra.run.trial184.stdout:rbd-fuse-20.3.0-5358.g3e79fb58.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-18T09:53:39.427 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:39.427 INFO:teuthology.orchestra.run.trial184.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-18T09:53:39.427 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:39.431 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:39.431 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:39.462 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:39.462 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:39.468 INFO:teuthology.orchestra.run.trial054.stdout:Package libcephfs2-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:39.486 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:39.487 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:39.487 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:39.508 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install libcephfs-devel 2026-02-18T09:53:39.513 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:39.530 INFO:teuthology.orchestra.run.trial184.stdout: Installing : rbd-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:39.612 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:39.671 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : rbd-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:39.671 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:39.671 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:39.671 INFO:teuthology.orchestra.run.trial184.stdout: rbd-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:39.672 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:39.672 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:39.699 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install rbd-mirror 2026-02-18T09:53:39.813 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:51 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:39.894 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:39.895 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repo Size 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout: libcephfs-devel x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 37 k 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout:Installing dependencies: 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 26 k 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout:Install 2 Packages 2026-02-18T09:53:39.896 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:39.897 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 64 k 2026-02-18T09:53:39.897 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 231 k 2026-02-18T09:53:39.897 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:39.958 INFO:teuthology.orchestra.run.trial054.stdout:(1/2): libcephfs-devel-20.3.0-5358.g3e79fb58.el 600 kB/s | 37 kB 00:00 2026-02-18T09:53:39.960 INFO:teuthology.orchestra.run.trial054.stdout:(2/2): libcephfs-proxy2-20.3.0-5358.g3e79fb58.e 405 kB/s | 26 kB 00:00 2026-02-18T09:53:39.961 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:39.962 INFO:teuthology.orchestra.run.trial054.stdout:Total 956 kB/s | 64 kB 00:00 2026-02-18T09:53:39.962 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:39.965 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:39.965 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:39.998 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:39.998 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:40.012 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:53 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:40.047 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:40.048 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libcephfs-proxy2-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/2 2026-02-18T09:53:40.064 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/2 2026-02-18T09:53:40.081 INFO:teuthology.orchestra.run.trial054.stdout: Installing : libcephfs-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/2 2026-02-18T09:53:40.097 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:40.097 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:40.097 INFO:teuthology.orchestra.run.trial184.stdout: Package Arch Version Repo Size 2026-02-18T09:53:40.097 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:40.097 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:40.098 INFO:teuthology.orchestra.run.trial184.stdout: rbd-mirror x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 2.9 M 2026-02-18T09:53:40.098 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:40.098 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:40.098 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:40.098 INFO:teuthology.orchestra.run.trial184.stdout:Install 1 Package 2026-02-18T09:53:40.098 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:40.098 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 2.9 M 2026-02-18T09:53:40.099 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 11 M 2026-02-18T09:53:40.099 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:40.141 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/2 2026-02-18T09:53:40.141 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libcephfs-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/2 2026-02-18T09:53:40.199 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2/2 2026-02-18T09:53:40.199 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:40.199 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:40.199 INFO:teuthology.orchestra.run.trial054.stdout: libcephfs-devel-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:40.199 INFO:teuthology.orchestra.run.trial054.stdout: libcephfs-proxy2-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:40.199 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:40.199 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:40.227 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install librados2 2026-02-18T09:53:40.241 INFO:teuthology.orchestra.run.trial184.stdout:rbd-mirror-20.3.0-5358.g3e79fb58.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T09:53:40.242 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:40.242 INFO:teuthology.orchestra.run.trial184.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T09:53:40.242 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:40.247 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:40.247 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:40.286 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:40.286 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:40.463 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:40.464 INFO:teuthology.orchestra.run.trial184.stdout: Installing : rbd-mirror-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:40.487 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:40.487 INFO:teuthology.orchestra.run.trial184.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:40.487 INFO:teuthology.orchestra.run.trial184.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T09:53:40.487 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T09:53:40.487 INFO:teuthology.orchestra.run.trial184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T09:53:40.487 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:40.537 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:52 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:40.601 INFO:teuthology.orchestra.run.trial054.stdout:Package librados2-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:40.619 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:40.620 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:40.620 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:40.641 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install librbd1 2026-02-18T09:53:40.790 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : rbd-mirror-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:40.790 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:40.790 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:40.790 INFO:teuthology.orchestra.run.trial184.stdout: rbd-mirror-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:40.790 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:40.790 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:40.819 DEBUG:teuthology.orchestra.run.trial184:> sudo yum -y install rbd-nbd 2026-02-18T09:53:40.947 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:52 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:41.011 INFO:teuthology.orchestra.run.trial054.stdout:Package librbd1-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:41.029 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:41.030 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:41.030 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:41.050 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install python3-rados 2026-02-18T09:53:41.129 INFO:teuthology.orchestra.run.trial184.stdout:Last metadata expiration check: 0:00:54 ago on Wed 18 Feb 2026 09:52:47 AM UTC. 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout:Dependencies resolved. 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout: Package Architecture Version Repository Size 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout:Installing: 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout: rbd-nbd x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 172 k 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout:Transaction Summary 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout:================================================================================ 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout:Install 1 Package 2026-02-18T09:53:41.211 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:41.212 INFO:teuthology.orchestra.run.trial184.stdout:Total download size: 172 k 2026-02-18T09:53:41.212 INFO:teuthology.orchestra.run.trial184.stdout:Installed size: 462 k 2026-02-18T09:53:41.212 INFO:teuthology.orchestra.run.trial184.stdout:Downloading Packages: 2026-02-18T09:53:41.298 INFO:teuthology.orchestra.run.trial184.stdout:rbd-nbd-20.3.0-5358.g3e79fb58.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-18T09:53:41.299 INFO:teuthology.orchestra.run.trial184.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:41.299 INFO:teuthology.orchestra.run.trial184.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-18T09:53:41.299 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction check 2026-02-18T09:53:41.303 INFO:teuthology.orchestra.run.trial184.stdout:Transaction check succeeded. 2026-02-18T09:53:41.303 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction test 2026-02-18T09:53:41.335 INFO:teuthology.orchestra.run.trial184.stdout:Transaction test succeeded. 2026-02-18T09:53:41.335 INFO:teuthology.orchestra.run.trial184.stdout:Running transaction 2026-02-18T09:53:41.357 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:53 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:41.391 INFO:teuthology.orchestra.run.trial184.stdout: Preparing : 1/1 2026-02-18T09:53:41.408 INFO:teuthology.orchestra.run.trial184.stdout: Installing : rbd-nbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:41.421 INFO:teuthology.orchestra.run.trial054.stdout:Package python3-rados-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:41.438 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:41.439 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:41.439 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:41.461 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install python3-rgw 2026-02-18T09:53:41.486 INFO:teuthology.orchestra.run.trial184.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:41.544 INFO:teuthology.orchestra.run.trial184.stdout: Verifying : rbd-nbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:41.544 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:41.544 INFO:teuthology.orchestra.run.trial184.stdout:Installed: 2026-02-18T09:53:41.544 INFO:teuthology.orchestra.run.trial184.stdout: rbd-nbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:41.544 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:41.544 INFO:teuthology.orchestra.run.trial184.stdout:Complete! 2026-02-18T09:53:41.576 DEBUG:teuthology.parallel:result is None 2026-02-18T09:53:41.771 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:53 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:41.835 INFO:teuthology.orchestra.run.trial054.stdout:Package python3-rgw-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:41.853 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:41.853 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:41.853 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:41.874 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install python3-cephfs 2026-02-18T09:53:42.185 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:54 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:42.249 INFO:teuthology.orchestra.run.trial054.stdout:Package python3-cephfs-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:42.267 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:42.267 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:42.268 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:42.289 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install python3-rbd 2026-02-18T09:53:42.600 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:54 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:42.663 INFO:teuthology.orchestra.run.trial054.stdout:Package python3-rbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 is already installed. 2026-02-18T09:53:42.681 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:42.682 INFO:teuthology.orchestra.run.trial054.stdout:Nothing to do. 2026-02-18T09:53:42.682 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:42.703 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install rbd-fuse 2026-02-18T09:53:43.013 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:55 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:43.096 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:43.096 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:43.096 INFO:teuthology.orchestra.run.trial054.stdout: Package Architecture Version Repository Size 2026-02-18T09:53:43.096 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout: rbd-fuse x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 84 k 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout:Install 1 Package 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 84 k 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 209 k 2026-02-18T09:53:43.097 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:43.181 INFO:teuthology.orchestra.run.trial054.stdout:rbd-fuse-20.3.0-5358.g3e79fb58.el9.x86_64.rpm 993 kB/s | 84 kB 00:00 2026-02-18T09:53:43.182 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:43.182 INFO:teuthology.orchestra.run.trial054.stdout:Total 982 kB/s | 84 kB 00:00 2026-02-18T09:53:43.182 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:43.187 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:43.187 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:43.218 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:43.218 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:43.269 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:43.286 INFO:teuthology.orchestra.run.trial054.stdout: Installing : rbd-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:43.366 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:43.423 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : rbd-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:43.424 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:43.424 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:43.424 INFO:teuthology.orchestra.run.trial054.stdout: rbd-fuse-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:43.424 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:43.424 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:43.452 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install rbd-mirror 2026-02-18T09:53:43.765 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:55 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout: Package Arch Version Repo Size 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout: rbd-mirror x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 2.9 M 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout:Install 1 Package 2026-02-18T09:53:43.849 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:43.850 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 2.9 M 2026-02-18T09:53:43.850 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 11 M 2026-02-18T09:53:43.850 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:43.995 INFO:teuthology.orchestra.run.trial054.stdout:rbd-mirror-20.3.0-5358.g3e79fb58.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T09:53:43.995 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:43.996 INFO:teuthology.orchestra.run.trial054.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T09:53:43.996 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:44.001 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:44.001 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:44.040 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:44.041 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:44.217 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:44.219 INFO:teuthology.orchestra.run.trial054.stdout: Installing : rbd-mirror-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:44.241 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:44.241 INFO:teuthology.orchestra.run.trial054.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T09:53:44.241 INFO:teuthology.orchestra.run.trial054.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T09:53:44.242 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T09:53:44.242 INFO:teuthology.orchestra.run.trial054.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T09:53:44.242 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:44.543 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : rbd-mirror-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:44.544 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:44.544 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:44.544 INFO:teuthology.orchestra.run.trial054.stdout: rbd-mirror-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:44.544 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:44.544 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:44.570 DEBUG:teuthology.orchestra.run.trial054:> sudo yum -y install rbd-nbd 2026-02-18T09:53:44.881 INFO:teuthology.orchestra.run.trial054.stdout:Last metadata expiration check: 0:00:56 ago on Wed 18 Feb 2026 09:52:48 AM UTC. 2026-02-18T09:53:44.964 INFO:teuthology.orchestra.run.trial054.stdout:Dependencies resolved. 2026-02-18T09:53:44.964 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:44.964 INFO:teuthology.orchestra.run.trial054.stdout: Package Architecture Version Repository Size 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout:Installing: 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout: rbd-nbd x86_64 2:20.3.0-5358.g3e79fb58.el9 ceph 172 k 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout:Transaction Summary 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout:================================================================================ 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout:Install 1 Package 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout:Total download size: 172 k 2026-02-18T09:53:44.965 INFO:teuthology.orchestra.run.trial054.stdout:Installed size: 462 k 2026-02-18T09:53:44.966 INFO:teuthology.orchestra.run.trial054.stdout:Downloading Packages: 2026-02-18T09:53:45.050 INFO:teuthology.orchestra.run.trial054.stdout:rbd-nbd-20.3.0-5358.g3e79fb58.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-18T09:53:45.050 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:53:45.050 INFO:teuthology.orchestra.run.trial054.stdout:Total 2.0 MB/s | 172 kB 00:00 2026-02-18T09:53:45.050 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction check 2026-02-18T09:53:45.054 INFO:teuthology.orchestra.run.trial054.stdout:Transaction check succeeded. 2026-02-18T09:53:45.055 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction test 2026-02-18T09:53:45.087 INFO:teuthology.orchestra.run.trial054.stdout:Transaction test succeeded. 2026-02-18T09:53:45.087 INFO:teuthology.orchestra.run.trial054.stdout:Running transaction 2026-02-18T09:53:45.142 INFO:teuthology.orchestra.run.trial054.stdout: Preparing : 1/1 2026-02-18T09:53:45.159 INFO:teuthology.orchestra.run.trial054.stdout: Installing : rbd-nbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:45.240 INFO:teuthology.orchestra.run.trial054.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:45.297 INFO:teuthology.orchestra.run.trial054.stdout: Verifying : rbd-nbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 1/1 2026-02-18T09:53:45.297 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:45.297 INFO:teuthology.orchestra.run.trial054.stdout:Installed: 2026-02-18T09:53:45.298 INFO:teuthology.orchestra.run.trial054.stdout: rbd-nbd-2:20.3.0-5358.g3e79fb58.el9.x86_64 2026-02-18T09:53:45.298 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:53:45.298 INFO:teuthology.orchestra.run.trial054.stdout:Complete! 2026-02-18T09:53:45.327 DEBUG:teuthology.parallel:result is None 2026-02-18T09:53:45.327 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:53:45.489 DEBUG:teuthology.orchestra.run.trial054:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T09:53:45.509 INFO:teuthology.orchestra.run.trial054.stdout:20.3.0-5358.g3e79fb58.el9 2026-02-18T09:53:45.510 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5358.g3e79fb58.el9 2026-02-18T09:53:45.510 INFO:teuthology.task.install:The correct ceph version 20.3.0-5358.g3e79fb58 is installed. 2026-02-18T09:53:45.511 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:53:45.645 DEBUG:teuthology.orchestra.run.trial184:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T09:53:45.667 INFO:teuthology.orchestra.run.trial184.stdout:20.3.0-5358.g3e79fb58.el9 2026-02-18T09:53:45.667 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5358.g3e79fb58.el9 2026-02-18T09:53:45.667 INFO:teuthology.task.install:The correct ceph version 20.3.0-5358.g3e79fb58 is installed. 2026-02-18T09:53:45.669 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-18T09:53:45.669 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:53:45.669 DEBUG:teuthology.orchestra.run.trial054:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T09:53:45.696 DEBUG:teuthology.orchestra.run.trial184:> set -ex 2026-02-18T09:53:45.696 DEBUG:teuthology.orchestra.run.trial184:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T09:53:45.733 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-18T09:53:45.733 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:53:45.733 DEBUG:teuthology.orchestra.run.trial054:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T09:53:45.760 DEBUG:teuthology.orchestra.run.trial054:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T09:53:45.824 DEBUG:teuthology.orchestra.run.trial184:> set -ex 2026-02-18T09:53:45.824 DEBUG:teuthology.orchestra.run.trial184:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T09:53:45.850 DEBUG:teuthology.orchestra.run.trial184:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T09:53:45.913 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-18T09:53:45.913 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:53:45.913 DEBUG:teuthology.orchestra.run.trial054:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T09:53:45.938 DEBUG:teuthology.orchestra.run.trial054:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T09:53:46.002 DEBUG:teuthology.orchestra.run.trial184:> set -ex 2026-02-18T09:53:46.002 DEBUG:teuthology.orchestra.run.trial184:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T09:53:46.026 DEBUG:teuthology.orchestra.run.trial184:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T09:53:46.090 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-18T09:53:46.091 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:53:46.091 DEBUG:teuthology.orchestra.run.trial054:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T09:53:46.116 DEBUG:teuthology.orchestra.run.trial054:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T09:53:46.179 DEBUG:teuthology.orchestra.run.trial184:> set -ex 2026-02-18T09:53:46.179 DEBUG:teuthology.orchestra.run.trial184:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T09:53:46.204 DEBUG:teuthology.orchestra.run.trial184:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T09:53:46.269 INFO:teuthology.run_tasks:Running task smb.configure_samba_client_container... 2026-02-18T09:53:46.297 INFO:tasks.smb:Testing if podman is available 2026-02-18T09:53:46.297 DEBUG:teuthology.orchestra.run.trial184:> sudo podman --help 2026-02-18T09:53:46.347 INFO:teuthology.orchestra.run.trial184.stdout:Manage pods, containers and images 2026-02-18T09:53:46.347 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:46.348 INFO:teuthology.orchestra.run.trial184.stdout:Usage: 2026-02-18T09:53:46.348 INFO:teuthology.orchestra.run.trial184.stdout: podman [options] [command] 2026-02-18T09:53:46.348 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:46.348 INFO:teuthology.orchestra.run.trial184.stdout:Available Commands: 2026-02-18T09:53:46.348 INFO:teuthology.orchestra.run.trial184.stdout: artifact Manage OCI artifacts 2026-02-18T09:53:46.348 INFO:teuthology.orchestra.run.trial184.stdout: attach Attach to a running container 2026-02-18T09:53:46.348 INFO:teuthology.orchestra.run.trial184.stdout: auto-update Auto update containers according to their auto-update policy 2026-02-18T09:53:46.348 INFO:teuthology.orchestra.run.trial184.stdout: build Build an image using instructions from Containerfiles 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: commit Create new image based on the changed container 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: container Manage containers 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: cp Copy files/folders between a container and the local filesystem 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: create Create but do not start a container 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: diff Display the changes to the object's file system 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: events Show podman system events 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: exec Run a process in a running container 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: export Export container's filesystem contents as a tar archive 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: farm Farm out builds to remote machines 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: generate Generate structured data based on containers, pods or volumes 2026-02-18T09:53:46.349 INFO:teuthology.orchestra.run.trial184.stdout: healthcheck Manage health checks on containers 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: help Help about any command 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: history Show history of a specified image 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: image Manage images 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: images List images in local storage 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: import Import a tarball to create a filesystem image 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: info Display podman system information 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: init Initialize one or more containers 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: inspect Display the configuration of object denoted by ID 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: kill Kill one or more running containers with a specific signal 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: kube Play containers, pods or volumes from a structured file 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: load Load image(s) from a tar archive 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: login Log in to a container registry 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: logout Log out of a container registry 2026-02-18T09:53:46.350 INFO:teuthology.orchestra.run.trial184.stdout: logs Fetch the logs of one or more containers 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: machine Manage a virtual machine 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: manifest Manipulate manifest lists and image indexes 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: mount Mount a working container's root filesystem 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: network Manage networks 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: pause Pause all the processes in one or more containers 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: pod Manage pods 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: port List port mappings or a specific mapping for the container 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: ps List containers 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: pull Pull an image from a registry 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: push Push an image to a specified destination 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: quadlet Allows users to manage Quadlets 2026-02-18T09:53:46.351 INFO:teuthology.orchestra.run.trial184.stdout: rename Rename an existing container 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: restart Restart one or more containers 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: rm Remove one or more containers 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: rmi Remove one or more images from local storage 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: run Run a command in a new container 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: save Save image(s) to an archive 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: search Search registry for image 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: secret Manage secrets 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: start Start one or more containers 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: stats Display a live stream of container resource usage statistics 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: stop Stop one or more containers 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: system Manage podman 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: tag Add an additional name to a local image 2026-02-18T09:53:46.352 INFO:teuthology.orchestra.run.trial184.stdout: top Display the running processes of a container 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: unmount Unmount working container's root filesystem 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: unpause Unpause the processes in one or more containers 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: unshare Run a command in a modified user namespace 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: untag Remove a name from a local image 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: update Update an existing container 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: version Display the Podman version information 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: volume Manage volumes 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: wait Block on one or more containers 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout:Options: 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: --cdi-spec-dir stringArray Set the CDI spec directory path (may be set multiple times) (default [/etc/cdi,/var/run/cdi]) 2026-02-18T09:53:46.353 INFO:teuthology.orchestra.run.trial184.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --config string Path to directory containing authentication config file 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --conmon string Path of the conmon binary 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --help Help for podman 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.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-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --module stringArray Load the containers.conf(5) module 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --network-cmd-path string Path to the command for configuring the network 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --network-config-dir string Path of the configuration directory for networks 2026-02-18T09:53:46.354 INFO:teuthology.orchestra.run.trial184.stdout: --out string Send output (stdout) from podman to a file 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: -r, --remote Access remote Podman service 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: --runroot string Path to the 'run directory' where all state information is stored 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: --runtime-flag stringArray add global flags for the container runtime 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: --ssh string define the ssh mode (default "golang") 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: --syslog Output podman-internal logs to syslog as well as the console (default false) 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:53:46.355 INFO:teuthology.orchestra.run.trial184.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2026-02-18T09:53:46.356 INFO:teuthology.orchestra.run.trial184.stdout: (default "/run/libpod") 2026-02-18T09:53:46.356 INFO:teuthology.orchestra.run.trial184.stdout: --transient-store Enable transient container storage 2026-02-18T09:53:46.356 INFO:teuthology.orchestra.run.trial184.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2026-02-18T09:53:46.356 INFO:teuthology.orchestra.run.trial184.stdout: -v, --version version for podman 2026-02-18T09:53:46.356 INFO:teuthology.orchestra.run.trial184.stdout: --volumepath string Path to the volume directory in which volume data is stored 2026-02-18T09:53:46.357 DEBUG:teuthology.orchestra.run.trial184:> sudo podman pull quay.io/samba.org/samba-client:latest 2026-02-18T09:53:46.467 INFO:teuthology.orchestra.run.trial184.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2026-02-18T09:53:46.728 INFO:teuthology.orchestra.run.trial184.stderr:Getting image source signatures 2026-02-18T09:53:46.729 INFO:teuthology.orchestra.run.trial184.stderr:Copying blob sha256:df17a2102e18a3cde499d3f280d1c12808ab306781e42ca86dc31fe4fb91e8cf 2026-02-18T09:53:46.729 INFO:teuthology.orchestra.run.trial184.stderr:Copying blob sha256:d1feacaf4ad08bd304608718c519c09405dd8859db31f26953508696243a1fe4 2026-02-18T09:53:51.989 INFO:teuthology.orchestra.run.trial184.stderr:Copying config sha256:c6036e73c5d5bc1a9646743b5fb310040b787e52380e6e9b887cd6487a2bead0 2026-02-18T09:53:51.989 INFO:teuthology.orchestra.run.trial184.stderr:Writing manifest to image destination 2026-02-18T09:53:52.004 INFO:teuthology.orchestra.run.trial184.stdout:c6036e73c5d5bc1a9646743b5fb310040b787e52380e6e9b887cd6487a2bead0 2026-02-18T09:53:52.009 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T09:53:52.138 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': '3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c'} 2026-02-18T09:53:52.138 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:53:52.141 INFO:tasks.cephadm:Cluster fsid is bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:53:52.141 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T09:53:52.141 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.54'} 2026-02-18T09:53:52.141 INFO:tasks.cephadm:First mon is mon.a on trial054 2026-02-18T09:53:52.142 INFO:tasks.cephadm:First mgr is x 2026-02-18T09:53:52.142 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T09:53:52.142 DEBUG:teuthology.orchestra.run.trial054:> sudo hostname $(hostname -s) 2026-02-18T09:53:52.165 DEBUG:teuthology.orchestra.run.trial184:> sudo hostname $(hostname -s) 2026-02-18T09:53:52.193 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-18T09:53:52.193 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:53:52.338 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/flavors/default/', 'ref': 'wip-phlogistonjohn-testing-1-2026-02-17-1032', 'sha1': '3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-17 19:02:01.552348', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5358-g3e79fb58', 'package_manager_version': '20.3.0-5358.g3e79fb58', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3039/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-18T09:53:52.473 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-phlogistonjohn-testing-1-2026-02-17-1032, sha1 3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:53:52.474 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/x86_64/flavors/default/cephadm 2026-02-18T09:53:52.474 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/x86_64/flavors/default/cephadm 2026-02-18T09:53:52.474 DEBUG:teuthology.orchestra.run.trial054:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T09:53:52.788 INFO:teuthology.orchestra.run.trial054.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076971 Feb 18 09:53 /home/ubuntu/cephtest/cephadm 2026-02-18T09:53:52.789 DEBUG:teuthology.orchestra.run.trial184:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-17-1032/3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T09:53:53.116 INFO:teuthology.orchestra.run.trial184.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076971 Feb 18 09:53 /home/ubuntu/cephtest/cephadm 2026-02-18T09:53:53.116 DEBUG:teuthology.orchestra.run.trial054:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T09:53:53.135 DEBUG:teuthology.orchestra.run.trial184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T09:53:53.170 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c on all hosts... 2026-02-18T09:53:53.170 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c pull 2026-02-18T09:53:53.177 DEBUG:teuthology.orchestra.run.trial184:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c pull 2026-02-18T09:53:53.311 INFO:teuthology.orchestra.run.trial184.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c... 2026-02-18T09:53:53.329 INFO:teuthology.orchestra.run.trial054.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c... 2026-02-18T09:54:02.602 INFO:teuthology.orchestra.run.trial184.stdout:{ 2026-02-18T09:54:02.603 INFO:teuthology.orchestra.run.trial184.stdout: "ceph_version": "ceph version 20.3.0-5358-g3e79fb58 (3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c) tentacle (dev)", 2026-02-18T09:54:02.603 INFO:teuthology.orchestra.run.trial184.stdout: "image_id": "656ca9d4635441bfeddfcfe56b66d087751ece2af0bef9e29f3ee8f37f4d6b6f", 2026-02-18T09:54:02.603 INFO:teuthology.orchestra.run.trial184.stdout: "repo_digests": [ 2026-02-18T09:54:02.603 INFO:teuthology.orchestra.run.trial184.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb" 2026-02-18T09:54:02.603 INFO:teuthology.orchestra.run.trial184.stdout: ] 2026-02-18T09:54:02.603 INFO:teuthology.orchestra.run.trial184.stdout:} 2026-02-18T09:54:02.667 INFO:teuthology.orchestra.run.trial054.stdout:{ 2026-02-18T09:54:02.667 INFO:teuthology.orchestra.run.trial054.stdout: "ceph_version": "ceph version 20.3.0-5358-g3e79fb58 (3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c) tentacle (dev)", 2026-02-18T09:54:02.667 INFO:teuthology.orchestra.run.trial054.stdout: "image_id": "656ca9d4635441bfeddfcfe56b66d087751ece2af0bef9e29f3ee8f37f4d6b6f", 2026-02-18T09:54:02.667 INFO:teuthology.orchestra.run.trial054.stdout: "repo_digests": [ 2026-02-18T09:54:02.667 INFO:teuthology.orchestra.run.trial054.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb" 2026-02-18T09:54:02.668 INFO:teuthology.orchestra.run.trial054.stdout: ] 2026-02-18T09:54:02.668 INFO:teuthology.orchestra.run.trial054.stdout:} 2026-02-18T09:54:02.683 DEBUG:teuthology.orchestra.run.trial054:> sudo mkdir -p /etc/ceph 2026-02-18T09:54:02.741 DEBUG:teuthology.orchestra.run.trial184:> sudo mkdir -p /etc/ceph 2026-02-18T09:54:02.770 DEBUG:teuthology.orchestra.run.trial054:> sudo chmod 777 /etc/ceph 2026-02-18T09:54:02.794 DEBUG:teuthology.orchestra.run.trial184:> sudo chmod 777 /etc/ceph 2026-02-18T09:54:02.834 INFO:tasks.cephadm:Writing seed config... 2026-02-18T09:54:02.836 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-18T09:54:02.836 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-18T09:54:02.836 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-18T09:54:02.836 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-18T09:54:02.837 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-18T09:54:02.837 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-18T09:54:02.837 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-18T09:54:02.838 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:54:02.838 DEBUG:teuthology.orchestra.run.trial054:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-18T09:54:02.856 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 = bb009fa9-0caf-11f1-9604-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-18T09:54:02.857 DEBUG:teuthology.orchestra.run.trial054:mon.a> sudo journalctl -f -n 0 -u ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mon.a.service 2026-02-18T09:54:02.898 DEBUG:teuthology.orchestra.run.trial054:mgr.x> sudo journalctl -f -n 0 -u ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mgr.x.service 2026-02-18T09:54:02.941 INFO:tasks.cephadm:Bootstrapping... 2026-02-18T09:54:02.942 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c -v bootstrap --fsid bb009fa9-0caf-11f1-9604-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.54 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-18T09:54:03.081 INFO:teuthology.orchestra.run.trial054.stdout:-------------------------------------------------------------------------------- 2026-02-18T09:54:03.081 INFO:teuthology.orchestra.run.trial054.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c', '-v', 'bootstrap', '--fsid', 'bb009fa9-0caf-11f1-9604-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.54', '--skip-admin-label'] 2026-02-18T09:54:03.081 INFO:teuthology.orchestra.run.trial054.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-18T09:54:03.082 INFO:teuthology.orchestra.run.trial054.stdout:Verifying podman|docker is present... 2026-02-18T09:54:03.097 INFO:teuthology.orchestra.run.trial054.stdout:/bin/podman: stdout 5.6.0 2026-02-18T09:54:03.097 INFO:teuthology.orchestra.run.trial054.stdout:Verifying lvm2 is present... 2026-02-18T09:54:03.098 INFO:teuthology.orchestra.run.trial054.stdout:Verifying time synchronization is in place... 2026-02-18T09:54:03.103 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T09:54:03.103 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T09:54:03.109 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T09:54:03.109 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout inactive 2026-02-18T09:54:03.115 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout enabled 2026-02-18T09:54:03.120 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout active 2026-02-18T09:54:03.121 INFO:teuthology.orchestra.run.trial054.stdout:Unit chronyd.service is enabled and running 2026-02-18T09:54:03.121 INFO:teuthology.orchestra.run.trial054.stdout:Repeating the final host check... 2026-02-18T09:54:03.136 INFO:teuthology.orchestra.run.trial054.stdout:/bin/podman: stdout 5.6.0 2026-02-18T09:54:03.137 INFO:teuthology.orchestra.run.trial054.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-18T09:54:03.137 INFO:teuthology.orchestra.run.trial054.stdout:systemctl is present 2026-02-18T09:54:03.137 INFO:teuthology.orchestra.run.trial054.stdout:lvcreate is present 2026-02-18T09:54:03.141 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T09:54:03.142 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T09:54:03.147 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T09:54:03.147 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout inactive 2026-02-18T09:54:03.153 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout enabled 2026-02-18T09:54:03.159 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout active 2026-02-18T09:54:03.159 INFO:teuthology.orchestra.run.trial054.stdout:Unit chronyd.service is enabled and running 2026-02-18T09:54:03.159 INFO:teuthology.orchestra.run.trial054.stdout:Host looks OK 2026-02-18T09:54:03.159 INFO:teuthology.orchestra.run.trial054.stdout:Cluster fsid: bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:03.160 INFO:teuthology.orchestra.run.trial054.stdout:Acquiring lock 139899148236160 on /run/cephadm/bb009fa9-0caf-11f1-9604-d404e6e7d460.lock 2026-02-18T09:54:03.160 INFO:teuthology.orchestra.run.trial054.stdout:Lock 139899148236160 acquired on /run/cephadm/bb009fa9-0caf-11f1-9604-d404e6e7d460.lock 2026-02-18T09:54:03.160 INFO:teuthology.orchestra.run.trial054.stdout:Verifying IP 10.20.193.54 port 3300 ... 2026-02-18T09:54:03.160 INFO:teuthology.orchestra.run.trial054.stdout:Verifying IP 10.20.193.54 port 6789 ... 2026-02-18T09:54:03.160 INFO:teuthology.orchestra.run.trial054.stdout:Base mon IP(s) is [10.20.193.54:3300, 10.20.193.54:6789], mon addrv is [v2:10.20.193.54:3300,v1:10.20.193.54:6789] 2026-02-18T09:54:03.162 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.54 metric 102 2026-02-18T09:54:03.162 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.54 metric 102 2026-02-18T09:54:03.162 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-18T09:54:03.164 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-18T09:54:03.164 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-18T09:54:03.165 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout inet6 fe80::52a3:605:93ea:36d0/64 scope link noprefixroute 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:5f9a/64 scope link 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:Mon IP `10.20.193.54` is in CIDR network `10.20.192.0/20` 2026-02-18T09:54:03.168 INFO:teuthology.orchestra.run.trial054.stdout:Mon IP `10.20.193.54` is in CIDR network `10.20.192.0/20` 2026-02-18T09:54:03.169 INFO:teuthology.orchestra.run.trial054.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-18T09:54:03.169 INFO:teuthology.orchestra.run.trial054.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-18T09:54:03.169 INFO:teuthology.orchestra.run.trial054.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c... 2026-02-18T09:54:03.409 INFO:teuthology.orchestra.run.trial054.stdout:/bin/podman: stdout 656ca9d4635441bfeddfcfe56b66d087751ece2af0bef9e29f3ee8f37f4d6b6f 2026-02-18T09:54:03.410 INFO:teuthology.orchestra.run.trial054.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c... 2026-02-18T09:54:03.410 INFO:teuthology.orchestra.run.trial054.stdout:/bin/podman: stderr Getting image source signatures 2026-02-18T09:54:03.410 INFO:teuthology.orchestra.run.trial054.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-18T09:54:03.410 INFO:teuthology.orchestra.run.trial054.stdout:/bin/podman: stderr Copying blob sha256:bedfd151b7be7285ed8c8a90361429e103d2bc5578c3beab93e94aa22f93e410 2026-02-18T09:54:03.410 INFO:teuthology.orchestra.run.trial054.stdout:/bin/podman: stderr Copying config sha256:656ca9d4635441bfeddfcfe56b66d087751ece2af0bef9e29f3ee8f37f4d6b6f 2026-02-18T09:54:03.410 INFO:teuthology.orchestra.run.trial054.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-18T09:54:03.665 INFO:teuthology.orchestra.run.trial054.stdout:ceph: stdout ceph version 20.3.0-5358-g3e79fb58 (3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c) tentacle (dev) 2026-02-18T09:54:03.665 INFO:teuthology.orchestra.run.trial054.stdout:Ceph version: ceph version 20.3.0-5358-g3e79fb58 (3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c) tentacle (dev) 2026-02-18T09:54:03.665 INFO:teuthology.orchestra.run.trial054.stdout:Extracting ceph user uid/gid from container image... 2026-02-18T09:54:03.899 INFO:teuthology.orchestra.run.trial054.stdout:stat: stdout 167 167 2026-02-18T09:54:03.900 INFO:teuthology.orchestra.run.trial054.stdout:Creating initial keys... 2026-02-18T09:54:04.145 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph-authtool: stdout AQA8jJVpi2WoARAAoS/BjyPUHgdfh2lmApwd5w== 2026-02-18T09:54:04.389 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph-authtool: stdout AQA8jJVpJukXEBAAPGsO6okiReGIt4MzWmqZsQ== 2026-02-18T09:54:04.653 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph-authtool: stdout AQA8jJVp1gPuHxAAhgIxh6NO7szk1VNFlxlZHg== 2026-02-18T09:54:04.653 INFO:teuthology.orchestra.run.trial054.stdout:Creating initial monmap... 2026-02-18T09:54:04.902 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T09:54:04.902 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-18T09:54:04.902 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:04.902 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T09:54:04.902 INFO:teuthology.orchestra.run.trial054.stdout:monmaptool for a [v2:10.20.193.54:3300,v1:10.20.193.54:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T09:54:04.903 INFO:teuthology.orchestra.run.trial054.stdout:setting min_mon_release = tentacle 2026-02-18T09:54:04.903 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/monmaptool: set fsid to bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:04.903 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T09:54:04.903 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:04.903 INFO:teuthology.orchestra.run.trial054.stdout:Creating mon... 2026-02-18T09:54:05.188 INFO:teuthology.orchestra.run.trial054.stdout:create mon.a on 2026-02-18T09:54:05.349 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-18T09:54:05.443 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-18T09:54:05.551 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460.target → /etc/systemd/system/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460.target. 2026-02-18T09:54:05.551 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460.target → /etc/systemd/system/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460.target. 2026-02-18T09:54:05.669 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mon.a 2026-02-18T09:54:05.669 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mon.a.service: Unit ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mon.a.service not loaded. 2026-02-18T09:54:05.790 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460.target.wants/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@.service. 2026-02-18T09:54:05.930 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:05 trial054 podman[21198]: 2026-02-18 09:54:05.879501895 +0000 UTC m=+0.015042471 container create 966e0956002320401b91fb816a28b94cc0f58d5ae42097770b622733a538c38c (image=quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032) 2026-02-18T09:54:05.931 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:05 trial054 podman[21198]: 2026-02-18 09:54:05.929544175 +0000 UTC m=+0.065084761 container init 966e0956002320401b91fb816a28b94cc0f58d5ae42097770b622733a538c38c (image=quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, io.buildah.version=1.41.3, OSD_FLAVOR=default, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T09:54:05.947 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T09:54:05.947 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout disabled 2026-02-18T09:54:05.953 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T09:54:05.953 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout inactive 2026-02-18T09:54:05.953 INFO:teuthology.orchestra.run.trial054.stdout:firewalld.service is not enabled 2026-02-18T09:54:05.953 INFO:teuthology.orchestra.run.trial054.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T09:54:05.954 INFO:teuthology.orchestra.run.trial054.stdout:Waiting for mon to start... 2026-02-18T09:54:05.954 INFO:teuthology.orchestra.run.trial054.stdout:Waiting for mon... 2026-02-18T09:54:06.232 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:05 trial054 podman[21198]: 2026-02-18 09:54:05.932640278 +0000 UTC m=+0.068180854 container start 966e0956002320401b91fb816a28b94cc0f58d5ae42097770b622733a538c38c (image=quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, OSD_FLAVOR=default, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032) 2026-02-18T09:54:06.232 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:05 trial054 bash[21198]: 966e0956002320401b91fb816a28b94cc0f58d5ae42097770b622733a538c38c 2026-02-18T09:54:06.232 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:05 trial054 podman[21198]: 2026-02-18 09:54:05.873460716 +0000 UTC m=+0.009001312 image pull 656ca9d4635441bfeddfcfe56b66d087751ece2af0bef9e29f3ee8f37f4d6b6f quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:54:06.232 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:05 trial054 systemd[1]: Started Ceph mon.a for bb009fa9-0caf-11f1-9604-d404e6e7d460. 2026-02-18T09:54:06.232 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:05 trial054 ceph-mon[21246]: mkfs bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:06.232 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:05 trial054 ceph-mon[21246]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T09:54:06.235 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout cluster: 2026-02-18T09:54:06.235 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout id: bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:06.235 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout services: 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.152797s) [leader: a] 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout data: 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout pgs: 2026-02-18T09:54:06.236 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:06.237 INFO:teuthology.orchestra.run.trial054.stdout:mon is available 2026-02-18T09:54:06.237 INFO:teuthology.orchestra.run.trial054.stdout:Assimilating anything we can from ceph.conf... 2026-02-18T09:54:06.508 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:06.508 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T09:54:06.508 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout fsid = bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:06.508 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T09:54:06.508 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.54:3300,v1:10.20.193.54:6789] 2026-02-18T09:54:06.508 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T09:54:06.508 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T09:54:06.508 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T09:54:06.509 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T09:54:06.509 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:06.509 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T09:54:06.509 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T09:54:06.509 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:06.509 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T09:54:06.509 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T09:54:06.509 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T09:54:06.509 INFO:teuthology.orchestra.run.trial054.stdout:Generating new minimal ceph.conf... 2026-02-18T09:54:06.783 INFO:teuthology.orchestra.run.trial054.stdout:Restarting the monitor... 2026-02-18T09:54:07.095 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:06 trial054 systemd[1]: Stopping Ceph mon.a for bb009fa9-0caf-11f1-9604-d404e6e7d460... 2026-02-18T09:54:07.095 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:06 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a[21221]: 2026-02-18T09:54:06.860+0000 7fcb6f309640 -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-18T09:54:07.095 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:06 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a[21221]: 2026-02-18T09:54:06.860+0000 7fcb6f309640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-18T09:54:07.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 podman[21611]: 2026-02-18 09:54:07.094281062 +0000 UTC m=+0.247032936 container died 966e0956002320401b91fb816a28b94cc0f58d5ae42097770b622733a538c38c (image=quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.label-schema.build-date=20260216) 2026-02-18T09:54:07.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 podman[21611]: 2026-02-18 09:54:07.205832331 +0000 UTC m=+0.358584195 container remove 966e0956002320401b91fb816a28b94cc0f58d5ae42097770b622733a538c38c (image=quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a, OSD_FLAVOR=default, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T09:54:07.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 bash[21611]: ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a 2026-02-18T09:54:07.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 systemd[1]: ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-18T09:54:07.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 systemd[1]: Stopped Ceph mon.a for bb009fa9-0caf-11f1-9604-d404e6e7d460. 2026-02-18T09:54:07.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 systemd[1]: Starting Ceph mon.a for bb009fa9-0caf-11f1-9604-d404e6e7d460... 2026-02-18T09:54:07.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 podman[21756]: 2026-02-18 09:54:07.343124634 +0000 UTC m=+0.014448225 container create 0fbf742ef9903a3dc07a59dbdd2947d3c3064216fae5580b1a2925100612181d (image=quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, ceph=True, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T09:54:07.390 INFO:teuthology.orchestra.run.trial054.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 podman[21756]: 2026-02-18 09:54:07.380034829 +0000 UTC m=+0.051358430 container init 0fbf742ef9903a3dc07a59dbdd2947d3c3064216fae5580b1a2925100612181d (image=quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, 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.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default) 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 podman[21756]: 2026-02-18 09:54:07.383711184 +0000 UTC m=+0.055034765 container start 0fbf742ef9903a3dc07a59dbdd2947d3c3064216fae5580b1a2925100612181d (image=quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, ceph=True) 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 bash[21756]: 0fbf742ef9903a3dc07a59dbdd2947d3c3064216fae5580b1a2925100612181d 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 podman[21756]: 2026-02-18 09:54:07.337510173 +0000 UTC m=+0.008833764 image pull 656ca9d4635441bfeddfcfe56b66d087751ece2af0bef9e29f3ee8f37f4d6b6f quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 systemd[1]: Started Ceph mon.a for bb009fa9-0caf-11f1-9604-d404e6e7d460. 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: set uid:gid to 167:167 (ceph:ceph) 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: ceph version 20.3.0-5358-g3e79fb58 (3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: pidfile_write: ignore empty --pid-file 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: load: jerasure load: lrc 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: RocksDB version: 7.9.2 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Git sha 0 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Compile date 2026-02-17 18:28:37 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: DB SUMMARY 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: DB Session ID: B6AQ7ME1F77UHUJ6J287 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: CURRENT file: CURRENT 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: IDENTITY file: IDENTITY 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76003 ; 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.error_if_exists: 0 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.create_if_missing: 0 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.paranoid_checks: 1 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-18T09:54:07.661 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.env: 0xed5c80 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.fs: PosixFileSystem 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.info_log: 0x33e2e80 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_file_opening_threads: 16 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.statistics: (nil) 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.use_fsync: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_log_file_size: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.keep_log_file_num: 1000 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.recycle_log_file_num: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.allow_fallocate: 1 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.allow_mmap_reads: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.allow_mmap_writes: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.use_direct_reads: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.create_missing_column_families: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.db_log_dir: 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.wal_dir: 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.advise_random_on_open: 1 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.db_write_buffer_size: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.write_buffer_manager: 0x33de140 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.rate_limiter: (nil) 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.wal_recovery_mode: 2 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.enable_thread_tracking: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.enable_pipelined_write: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.unordered_write: 0 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.row_cache: None 2026-02-18T09:54:07.662 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.wal_filter: None 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.allow_ingest_behind: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.two_write_queues: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.manual_wal_flush: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.wal_compression: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.atomic_flush: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.log_readahead_size: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.best_efforts_recovery: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.allow_data_in_errors: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.db_host_id: __hostname__ 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_background_jobs: 2 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_background_compactions: -1 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_subcompactions: 1 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_total_wal_size: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_open_files: -1 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bytes_per_sync: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_readahead_size: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_background_flushes: -1 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Compression algorithms supported: 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: kZSTD supported: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: kXpressCompression supported: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: kBZip2Compression supported: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: kLZ4Compression supported: 1 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: kZlibCompression supported: 1 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: kLZ4HCCompression supported: 1 2026-02-18T09:54:07.663 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: kSnappyCompression supported: 1 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.merge_operator: 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_filter: None 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_filter_factory: None 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.sst_partitioner_factory: None 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x33e35c0) 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: cache_index_and_filter_blocks: 1 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: pin_top_level_index_and_filter: 1 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: index_type: 0 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: data_block_index_type: 0 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: index_shortening: 1 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: checksum: 4 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: no_block_cache: 0 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: block_cache: 0x33b1a50 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: block_cache_name: BinnedLRUCache 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: block_cache_options: 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: capacity : 536870912 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: num_shard_bits : 4 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: strict_capacity_limit : 0 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: high_pri_pool_ratio: 0.000 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: block_cache_compressed: (nil) 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: persistent_cache: (nil) 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: block_size: 4096 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: block_size_deviation: 10 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: block_restart_interval: 16 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: index_block_restart_interval: 1 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: metadata_block_size: 4096 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: partition_filters: 0 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: use_delta_encoding: 1 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: filter_policy: bloomfilter 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: whole_key_filtering: 1 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: verify_compression: 0 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: read_amp_bytes_per_bit: 0 2026-02-18T09:54:07.664 INFO:journalctl@ceph.mon.a.trial054.stdout: format_version: 5 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout: enable_index_compression: 1 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout: block_align: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout: max_auto_readahead_size: 262144 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout: prepopulate_block_cache: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout: initial_auto_readahead_size: 8192 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout: num_file_reads_for_auto_readahead: 2 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.write_buffer_size: 33554432 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_write_buffer_number: 2 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression: NoCompression 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression: Disabled 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.prefix_extractor: nullptr 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.num_levels: 7 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression_opts.level: 32767 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression_opts.strategy: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression_opts.enabled: false 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-18T09:54:07.665 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.target_file_size_base: 67108864 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.arena_block_size: 1048576 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.disable_auto_compactions: 0 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-18T09:54:07.666 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.inplace_update_support: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.bloom_locality: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.max_successive_merges: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.paranoid_file_checks: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.force_consistency_checks: 1 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.report_bg_io_stats: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.ttl: 2592000 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.enable_blob_files: false 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.min_blob_size: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.blob_file_size: 268435456 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.blob_file_starting_level: 0 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: 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-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 05468ede-3df0-402f-b4ec-f71d19090a23 2026-02-18T09:54:07.667 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771408447401171, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771408447401927, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73145, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 227, "table_properties": {"data_size": 71413, "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": 65917, "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": 1771408447, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "05468ede-3df0-402f-b4ec-f71d19090a23", "db_session_id": "B6AQ7ME1F77UHUJ6J287", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771408447402003, "job": 1, "event": "recovery_finished"} 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: 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-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x33fee00 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: DB pointer 0x41f0000 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: ** DB Stats ** 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.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-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.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-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: ** Compaction Stats [default] ** 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.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-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.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 124.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.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 124.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.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 124.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: ** Compaction Stats [default] ** 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.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-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.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 124.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-18T09:54:07.668 INFO:journalctl@ceph.mon.a.trial054.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: Cumulative compaction: 0.00 GB write, 25.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: Interval compaction: 0.00 GB write, 25.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.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-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: Block cache BinnedLRUCache@0x33b1a50#7 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.38 KB,7.15256e-05%) Misc(1,0.00 KB,0%) 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: starting mon.a rank 0 at public addrs [v2:10.20.193.54:3300/0,v1:10.20.193.54:6789/0] at bind addrs [v2:10.20.193.54:3300/0,v1:10.20.193.54:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mon.a@-1(???) e1 preinit fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mon.a@-1(???).mds e1 new map 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mon.a@-1(???).mds e1 print_map 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: e1 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: btime 2026-02-18T09:54:05:956942+0000 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.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-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: legacy client fscid: -1 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout: No filesystems configured 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: monmap epoch 1 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: last_changed 2026-02-18T09:54:04.768836+0000 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: created 2026-02-18T09:54:04.768836+0000 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: min_mon_release 20 (tentacle) 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: election_strategy: 1 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: 0: [v2:10.20.193.54:3300/0,v1:10.20.193.54:6789/0] mon.a 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: fsmap 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: osdmap e1: 0 total, 0 up, 0 in 2026-02-18T09:54:07.669 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:07 trial054 ceph-mon[21806]: mgrmap e1: no daemons active 2026-02-18T09:54:07.670 INFO:teuthology.orchestra.run.trial054.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-18T09:54:07.670 INFO:teuthology.orchestra.run.trial054.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-18T09:54:07.670 INFO:teuthology.orchestra.run.trial054.stdout:Creating mgr... 2026-02-18T09:54:07.670 INFO:teuthology.orchestra.run.trial054.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-18T09:54:07.670 INFO:teuthology.orchestra.run.trial054.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-18T09:54:07.805 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mgr.x 2026-02-18T09:54:07.805 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mgr.x.service: Unit ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mgr.x.service not loaded. 2026-02-18T09:54:07.915 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460.target.wants/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mgr.x.service → /etc/systemd/system/ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@.service. 2026-02-18T09:54:08.086 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T09:54:08.086 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout disabled 2026-02-18T09:54:08.092 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T09:54:08.092 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout inactive 2026-02-18T09:54:08.092 INFO:teuthology.orchestra.run.trial054.stdout:firewalld.service is not enabled 2026-02-18T09:54:08.092 INFO:teuthology.orchestra.run.trial054.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T09:54:08.099 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T09:54:08.099 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout disabled 2026-02-18T09:54:08.105 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T09:54:08.105 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout inactive 2026-02-18T09:54:08.105 INFO:teuthology.orchestra.run.trial054.stdout:firewalld.service is not enabled 2026-02-18T09:54:08.105 INFO:teuthology.orchestra.run.trial054.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-18T09:54:08.105 INFO:teuthology.orchestra.run.trial054.stdout:Waiting for mgr to start... 2026-02-18T09:54:08.105 INFO:teuthology.orchestra.run.trial054.stdout:Waiting for mgr... 2026-02-18T09:54:08.428 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout { 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "fsid": "bb009fa9-0caf-11f1-9604-d404e6e7d460", 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T09:54:08.429 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 0 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ], 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ], 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:08.430 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T09:54:08.431 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T09:54:05:956942+0000", 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T09:54:08.432 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ], 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T09:54:05.957467+0000", 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout } 2026-02-18T09:54:08.433 INFO:teuthology.orchestra.run.trial054.stdout:mgr not available, waiting (1/15)... 2026-02-18T09:54:08.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:08 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1161374016' entity='client.admin' 2026-02-18T09:54:08.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:08 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3736007440' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T09:54:09.354 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:09 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: from numpy import show_config as show_numpy_config 2026-02-18T09:54:10.708 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:10.709 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout { 2026-02-18T09:54:10.709 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "fsid": "bb009fa9-0caf-11f1-9604-d404e6e7d460", 2026-02-18T09:54:10.709 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T09:54:10.709 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T09:54:10.709 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T09:54:10.709 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T09:54:10.709 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:10.709 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T09:54:10.709 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 0 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ], 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ], 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T09:54:10.710 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T09:54:10.711 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:10.712 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T09:54:05:956942+0000", 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ], 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T09:54:10.713 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:10.714 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T09:54:10.714 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:10.714 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T09:54:05.957467+0000", 2026-02-18T09:54:10.714 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T09:54:10.714 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:10.714 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T09:54:10.714 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:10 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1453575483' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T09:54:10.715 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout } 2026-02-18T09:54:10.715 INFO:teuthology.orchestra.run.trial054.stdout:mgr not available, waiting (2/15)... 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: Activating manager daemon x 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: mgrmap e2: x(active, starting, since 0.00248726s) 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: Manager daemon x is now available 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' 2026-02-18T09:54:12.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:11 trial054 ceph-mon[21806]: from='mgr.14100 10.20.193.54:0/3873996010' entity='mgr.x' 2026-02-18T09:54:13.087 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:12 trial054 ceph-mon[21806]: mgrmap e3: x(active, since 1.00473s) 2026-02-18T09:54:13.094 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout { 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "fsid": "bb009fa9-0caf-11f1-9604-d404e6e7d460", 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 0 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ], 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ], 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T09:54:13.095 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T09:54:13.096 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T09:54:05:956942+0000", 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ], 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T09:54:05.957467+0000", 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout }, 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout } 2026-02-18T09:54:13.097 INFO:teuthology.orchestra.run.trial054.stdout:mgr is available 2026-02-18T09:54:13.451 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:13.451 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T09:54:13.451 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout fsid = bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:13.451 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T09:54:13.451 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.54:3300,v1:10.20.193.54:6789] 2026-02-18T09:54:13.451 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T09:54:13.452 INFO:teuthology.orchestra.run.trial054.stdout:Enabling cephadm module... 2026-02-18T09:54:14.264 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:13 trial054 ceph-mon[21806]: mgrmap e4: x(active, since 2s) 2026-02-18T09:54:14.265 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:13 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/736051719' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T09:54:14.265 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:13 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2544787952' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-18T09:54:14.265 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:13 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/398602953' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-18T09:54:14.265 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:13 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: ignoring --setuser ceph since I am not root 2026-02-18T09:54:14.265 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:13 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: ignoring --setgroup ceph since I am not root 2026-02-18T09:54:14.391 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout { 2026-02-18T09:54:14.391 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-18T09:54:14.391 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T09:54:14.391 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-18T09:54:14.391 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T09:54:14.391 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout } 2026-02-18T09:54:14.391 INFO:teuthology.orchestra.run.trial054.stdout:Waiting for the mgr to restart... 2026-02-18T09:54:14.392 INFO:teuthology.orchestra.run.trial054.stdout:Waiting for mgr epoch 5... 2026-02-18T09:54:15.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:14 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/398602953' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-18T09:54:15.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:14 trial054 ceph-mon[21806]: mgrmap e5: x(active, since 3s) 2026-02-18T09:54:15.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:14 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1528158655' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T09:54:15.355 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:14 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: /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-18T09:54:15.355 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:14 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: 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-18T09:54:15.355 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:14 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: from numpy import show_config as show_numpy_config 2026-02-18T09:54:17.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: Active manager daemon x restarted 2026-02-18T09:54:17.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: Activating manager daemon x 2026-02-18T09:54:17.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: osdmap e2: 0 total, 0 up, 0 in 2026-02-18T09:54:17.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: mgrmap e6: x(active, starting, since 0.00301s) 2026-02-18T09:54:17.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T09:54:17.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-18T09:54:17.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T09:54:17.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T09:54:17.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T09:54:17.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:16 trial054 ceph-mon[21806]: Manager daemon x is now available 2026-02-18T09:54:17.774 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout { 2026-02-18T09:54:17.774 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-18T09:54:17.774 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T09:54:17.774 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout } 2026-02-18T09:54:17.774 INFO:teuthology.orchestra.run.trial054.stdout:mgr epoch 5 is available 2026-02-18T09:54:17.774 INFO:teuthology.orchestra.run.trial054.stdout:Verifying orchestrator module is enabled... 2026-02-18T09:54:18.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:18.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:18.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: Found migration_current of "None". Setting to last migration. 2026-02-18T09:54:18.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:18.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:18.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:18.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:18.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:18.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:18.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:17] ENGINE Bus STARTING 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: mgrmap e7: x(active, since 1.00334s) 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:17] ENGINE Serving on https://10.20.193.54:7150 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:17] ENGINE Client ('10.20.193.54', 37916) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:17] ENGINE Serving on http://10.20.193.54:8765 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:17] ENGINE Bus STARTED 2026-02-18T09:54:18.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:18.357 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:18 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2173055497' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-18T09:54:18.776 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-18T09:54:18.776 INFO:teuthology.orchestra.run.trial054.stdout:Setting orchestrator backend to cephadm... 2026-02-18T09:54:19.494 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-18T09:54:19.495 INFO:teuthology.orchestra.run.trial054.stdout:Generating ssh key... 2026-02-18T09:54:19.902 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:19 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2173055497' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-18T09:54:19.902 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:19 trial054 ceph-mon[21806]: mgrmap e8: x(active, since 2s) 2026-02-18T09:54:19.902 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:19 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:19.902 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:19 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:19.903 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: Generating public/private ed25519 key pair. 2026-02-18T09:54:19.903 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: Your identification has been saved in /tmp/tmpmtcointr/key 2026-02-18T09:54:19.903 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: Your public key has been saved in /tmp/tmpmtcointr/key.pub 2026-02-18T09:54:19.903 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: The key fingerprint is: 2026-02-18T09:54:19.903 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: SHA256:rsX/GBtFIHLCTlh+nFNMqPZcuB/8/D3V571lrmyRSGA ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:19.903 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: The key's randomart image is: 2026-02-18T09:54:19.903 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: +--[ED25519 256]--+ 2026-02-18T09:54:19.903 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: | ++ o++ | 2026-02-18T09:54:19.903 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: | ..o=.+E. | 2026-02-18T09:54:19.904 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: | o..=o .. | 2026-02-18T09:54:19.904 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: | +...... | 2026-02-18T09:54:19.904 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: | . oS+ ... ..| 2026-02-18T09:54:19.904 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: | o+ o.. o +| 2026-02-18T09:54:19.904 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: | +.o+ o*| 2026-02-18T09:54:19.904 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: | o ..=o..=+| 2026-02-18T09:54:19.904 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: | . +..o+o=| 2026-02-18T09:54:19.904 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:19 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: +----[SHA256]-----+ 2026-02-18T09:54:20.207 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDLVBHHFrGQe6YcEZvBevwQvK1OhFnLUBD2OC+ro6dHQ ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:20.207 INFO:teuthology.orchestra.run.trial054.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-18T09:54:20.208 INFO:teuthology.orchestra.run.trial054.stdout:Adding key to root@localhost authorized_keys... 2026-02-18T09:54:20.208 INFO:teuthology.orchestra.run.trial054.stdout:Adding host trial054... 2026-02-18T09:54:20.995 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:20 trial054 ceph-mon[21806]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:20.995 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:20 trial054 ceph-mon[21806]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:20.995 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:20 trial054 ceph-mon[21806]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:20.995 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:20 trial054 ceph-mon[21806]: Generating ssh key... 2026-02-18T09:54:20.995 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:20 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:20.996 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:20 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:22.000 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:21 trial054 ceph-mon[21806]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:22.001 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:21 trial054 ceph-mon[21806]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial054", "addr": "10.20.193.54", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:22.001 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:21 trial054 ceph-mon[21806]: Deploying cephadm binary to trial054 2026-02-18T09:54:22.128 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout Added host 'trial054' with addr '10.20.193.54' 2026-02-18T09:54:22.128 INFO:teuthology.orchestra.run.trial054.stdout:Deploying unmanaged mon service... 2026-02-18T09:54:22.499 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-18T09:54:22.499 INFO:teuthology.orchestra.run.trial054.stdout:Deploying unmanaged mgr service... 2026-02-18T09:54:22.855 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-18T09:54:23.223 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:23.223 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: Added host trial054 2026-02-18T09:54:23.223 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:23.224 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:23.224 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: Saving service mon spec with placement count:5 2026-02-18T09:54:23.224 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:23.224 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:23.224 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:23.224 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: Saving service mgr spec with placement count:2 2026-02-18T09:54:23.224 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:23.224 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:22 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:23.596 INFO:teuthology.orchestra.run.trial054.stdout:Enabling the dashboard module... 2026-02-18T09:54:24.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:24 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/828431560' entity='client.admin' 2026-02-18T09:54:24.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:24 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:24.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:24 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2958912370' entity='client.admin' 2026-02-18T09:54:24.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:24 trial054 ceph-mon[21806]: from='mgr.14118 10.20.193.54:0/1462463880' entity='mgr.x' 2026-02-18T09:54:24.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:24 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2672345607' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-18T09:54:24.854 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:24 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: ignoring --setuser ceph since I am not root 2026-02-18T09:54:24.854 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:24 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: ignoring --setgroup ceph since I am not root 2026-02-18T09:54:25.041 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout { 2026-02-18T09:54:25.041 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-18T09:54:25.041 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T09:54:25.041 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-18T09:54:25.042 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T09:54:25.042 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout } 2026-02-18T09:54:25.042 INFO:teuthology.orchestra.run.trial054.stdout:Waiting for the mgr to restart... 2026-02-18T09:54:25.042 INFO:teuthology.orchestra.run.trial054.stdout:Waiting for mgr epoch 9... 2026-02-18T09:54:25.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:25 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2672345607' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-18T09:54:25.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:25 trial054 ceph-mon[21806]: mgrmap e9: x(active, since 7s) 2026-02-18T09:54:25.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:25 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3764305767' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T09:54:25.855 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:25 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: /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-18T09:54:25.855 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:25 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: 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-18T09:54:25.855 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:54:25 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: from numpy import show_config as show_numpy_config 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: Active manager daemon x restarted 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: Activating manager daemon x 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: osdmap e3: 0 total, 0 up, 0 in 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: mgrmap e10: x(active, starting, since 0.00238533s) 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T09:54:27.824 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:27 trial054 ceph-mon[21806]: Manager daemon x is now available 2026-02-18T09:54:28.445 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout { 2026-02-18T09:54:28.446 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-18T09:54:28.446 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T09:54:28.446 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout } 2026-02-18T09:54:28.446 INFO:teuthology.orchestra.run.trial054.stdout:mgr epoch 9 is available 2026-02-18T09:54:28.446 INFO:teuthology.orchestra.run.trial054.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-18T09:54:28.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:28 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:28.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:28 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-18T09:54:28.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:28 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-18T09:54:28.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:28 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:28.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:28 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:28.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:28 trial054 ceph-mon[21806]: mgrmap e11: x(active, since 1.00432s) 2026-02-18T09:54:29.304 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUPhs65QEIhvKv0VttrK8HmNN6a5MwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWJiMDA5ZmE5LTBjYWYtMTFmMS05\nNjA0LWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMTgwOTU0MjlaFw0yOTAyMTcwOTU0Mjla\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My41NDCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAMcSBzysQBg8jUtu3JRAtOE5GHA8Bnd/XqfKU+IXw6m9kh1Y4BYn\nBhLXGoi0rNouiOm6yXSWW5g+1m03sePcn74svKfJfoCEiS6oKjPuvhzaj0rXYRQz\n5wmP49dtbcTVcNr7B04cgfxVNbGhbQ6xYgTmD8fFvGwuJevBKJv3upDUsqjCl6a3\n8uh/g8kiTfwY7qXxRigiFdkVm6B3c7BlszuCA4P2NgO6zoQWlg5DcZBLXIOjNjVP\nSsYKgSwo4s8sA8FCU3tNie7acCMYdej2wjZ23cKHg4XVNUgUhOuWWNE1YTsQ+JWz\nzB1uDGj+YG0CPcIE6mb1NQGu/aLdMR0PvKUTJR9VCRbJ+NRKxpA4HKip47o8wB8J\nzYhwMEOYYhPHO2YaAO3kSTskE8eQlFaJk9aBhi1uaJptLf56mCqPf7DRSSoIi1g1\nKbNP4w5SR/4V/Jd6ypnSuEhGri683dDgQxWs7jc3uSGHJlgZRCqWxtm1cHGzfBcX\nmK06i/HFERab5Jb1yNRkvA6Hd56+audpI3jbTAF/VPk9eGr9RLk4qPuFkS/7bRpE\nXZv3+aXtm4QpFwyIfTKcJSp+AVEoyXWJIf2HCoAwIat3M2DpRgJHhN2eK6P7ArkA\nP7tYDU/+rZkRRVXSOAJ13WlLuWiUh46MXbD47BB8aJiC8DeTdSlq9vUhAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDU0ghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nNjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAkm1DENCHGB9SIoPeP\nV0rKcSVWPrE6bqFy0evhNmhF8EO/LMY8tRMhkikVbJS3gguL4v9bAMcRQrg1Q8lQ\nAd3E58DakqCDC7IFxnzYL2Imn5H9Fu7IseORjS80DRbdxtSTRo8HQtI7l8ioJNne\nyMmmncrfE4ImgeIw3gsFeBuS5RwTYSOY6m8WDFdOVdPtHkbe8Z3/ZFCHiv6M9iSk\nOP64bOt8mzyWHOIjjcvhk1Ud9nK8Hj1wj1Zl282md5jYSZjyszg1nYyk7/Diajo4\nQvT0uT2Ycnr99nid2n0dmLHTX22N52Lf8wY46N1AsyybCYcWGE6FIhp0hlKiytOY\nJqIDGJAp281VhyhAKJuaYCVChmTPCIyLHJatZ6BjClYe0cv5hs27bYHqhRu/q9+J\n8ITUJ98Hh3TFkZNRxoB28cp6Fb+wNGLPTZGkbSDyA8aJiC915XbsxMiZIfsC3P3i\njO8g0lUviNYFvZVBdZrS2hZLHfBDa5eFR50VjWfjZwmnrSzW8UbkXf6AFL7J/XG7\n8DL1DFaRPBWXKBDs4SaPX5Kjer24Bk3efpoKm29flTbthsEFVCFS2FaPSpixSZa+\nOm9w861bEvouemkPYtmLjirFrJ/UmbxWW0tygOj62pmTaDnL6tKL9cBLvpfqfdWF\nSfFvBEqVhP2ZY9BGKfuIgEUPnA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAxxIHPKxAGDyNS27clEC04TkYcDwGd39ep8pT4hfDqb2SHVjg\nFicGEtcaiLSs2i6I6brJdJZbmD7WbTex49yfviy8p8l+gISJLqgqM+6+HNqPStdh\nFDPnCY/j121txNVw2vsHThyB/FU1saFtDrFiBOYPx8W8bC4l68Eom/e6kNSyqMKX\nprfy6H+DySJN/BjupfFGKCIV2RWboHdzsGWzO4IDg/Y2A7rOhBaWDkNxkEtcg6M2\nNU9KxgqBLCjizywDwUJTe02J7tpwIxh16PbCNnbdwoeDhdU1SBSE65ZY0TVhOxD4\nlbPMHW4MaP5gbQI9wgTqZvU1Aa79ot0xHQ+8pRMlH1UJFsn41ErGkDgcqKnjujzA\nHwnNiHAwQ5hiE8c7ZhoA7eRJOyQTx5CUVomT1oGGLW5omm0t/nqYKo9/sNFJKgiL\nWDUps0/jDlJH/hX8l3rKmdK4SEauLrzd0OBDFazuNze5IYcmWBlEKpbG2bVwcbN8\nFxeYrTqL8cURFpvklvXI1GS8Dod3nr5q52kjeNtMAX9U+T14av1EuTio+4WRL/tt\nGkRdm/f5pe2bhCkXDIh9MpwlKn4BUSjJdYkh/YcKgDAhq3czYOlGAkeE3Z4ro/sC\nuQA/u1gNT/6tmRFFVdI4AnXdaUu5aJSHjoxdsPjsEHxomILwN5N1KWr29SECAwEA\nAQKCAgAC16uG2Lmr8OwmcL5lf2anyT+znU9NNDJaBm0IA0Vq7GUQXkYpmdA721J+\no4gM7916iyVEkO+tEO9hUQptL8egBMHzOkDIMXBHJE2BNyRTu5UQhTqWmgq/Vayr\n5SUUQpUTWuKQ6W47l+zBwPWaeELfUZjFxjF/eNGXvBbuInGBfzh/eXMWdU2il0zG\npcrH1eQtNlilYr51rnnVztPWB885QyUVRKIS/78ydpM5IBpYXGOdYXKRDH0zjoeH\ndaxep3z0nNOd5PKiaIABt8gJ+fFGK2CFbjd9BRE/GqQm3CNPti2xpP98LXx1en5y\nzrhKMS4oIbdmPcPGZskKSvLQPLLxkOI6GfE4XeS1YZ3w+yADn6PH8qORimw6YmtL\nIhNH8yQB07uxRaRNYcQ0EiuBCWypPANmcZZwA+EsHGDwC/cG76Xz5IOV/yYpHzx/\n/0GDA5ODJfyDzEaYZgMUXVyktmRmT3yYc4i3r/UuNv4ZyZSEysnLJXnnfcc/MF44\nzFnvVYTffsxrpNAnCMiTKc4HmHEn9Ig6GmuG/zs0/jJ7APSR9cxXEVRMkN3GZurV\nhbxZkO6WlTCmk3Fw8kuaHvCZKF7DOzJt6Ueh4dPtLMKfnPGQ+7q4ibRoox/z9Cpo\nb1ZpEcZngqCccpG+ycAkid6WsAOl3OCJRKDj0CFTTkZV6lXdgQKCAQEA8WHOjiHA\ncuCnQtVyM/AFwp4FPjx0FdGPg5ak0r0cpyG+QLtNA3ikWOif2nzLcfa+/QKxixW1\n06d+bI6aMiumliNaPbGJveKKBNdc2sMsLMO+EFh0lx4uh86EgflPjdhFr/Ab2qyU\nYT9y+JX9ZpHYN4r4cbjX8F5CGXM1+jz9IR/Lmdofg5/XQXdC/LW+BPe41wW1jokU\nMXLk3z9MaLgVsENQCeBVtQ7MQikd13dCEp9tqW6SUf9J0/af/+uFmQxRcA0xgdAf\nfYrfhdfqnU6eQU9J2ig4ic22HL7pgGb34P4x7yPAZOQj66To9zLP3TcGMILFABso\nFX7eu3oczsoFoQKCAQEA0yBBgUCfwO+p+KC4pCCrCL354wq6JaPrRiC9dMTE8nF2\neOkpNAcQvCZ41VFsYvzFiUgFMDhsOnpAifNSnbdfTjd9B67PhYU0R/o3DVIVsGpP\n7li6eGOR8N/RgMus9HM4dDnFMDBe+DwvGyyKK0sJkEU5KwrsAcc6xTO8tEFUrUvq\ngevvc/yRBXXyjSNpS1ga0vTzNFc01R2HK1s6TiE5CLIUhl+L7b2v3STQzWYdMtm5\nlnjX2YBmJvAi12dCSC2mbJ+qholg9685Zb397l3mk8z3uVbzP+L5W91P7wUO/ho2\nzBvjkUjIFQwZ6YlJ3jlhXZ59ZHEWYkYqm+BtS5e/gQKCAQBFlPhCKKCdfP06WuVM\n64f9jifcxPiBwaMpP6fLyBAWbbe2WUfeFEzsBELwbMEI3SQ5MymS+nMrzEC5cnIo\nvESNSyucVS1ru34l3x85QMHfNZ34gEc7uMuZAoNYJFI2hX2xNfoRk2ZCklPGLRab\nFrfJaxorTimRdNqBE6Efva0Ke2vpseMbwlv+1y5MQue/7tktwsuPhxx3FLO9VzXj\nig1WflD4R97tDpL7D3c2wX4eeC7YhLNRR9I0dAezcmVUtSRUtLjsvt4VBo9gudk7\n94nPMdgMN0P1FYPFzZLqHMSf6ybh1OCFNO7V4vf1KoSZNF9oZIn9edaYO7ZhPNZJ\nFhuBAoIBACmR6FPyzYHHrsftnW1zoTmPbmxt6EkRBXpBaAxd0gmKnbEg96Pu4DSr\nvo8CAT1cV+i37Y2ZDnZVK+/9oP685F8aPdwNZ376w1iIw94zk2GxDRv5DH433Lx4\n1V9uuxdGuI7p8RGT9J8b+op3Mp1joPZvKtp2xBF1kPTTQwya8HlOwVXjhrpnuIZC\nuwdfOZREPMPcxyY/JX/w2HSI+en4UKqNpczvczXUa5Q3c4V93bHtfMVL9fQ1e+ee\n0L1o73wWwPYSWhkzY4xhTAPkbONKSeRAL2am4C5sGn0kDmEZteICd1epBh3NHthG\nEbQR/CFtWuZ8FmR4f9fJyQn4Ho0LzAECggEANPTQxY1l6ZGQVHUlPRMZED+aJtpz\n8e/zlhej9Txf5n01aXV1JFCAbh+mm86KUO2rLB2ZEEy5NJq3oIejGZznCn8earrA\nnEN8qF2rdeRM3oH2LUkqwr4+4kOLsfK+N7EEne3UkmVFA1/jhYNsHZ7Zmp65NEgy\nL9GbXZl0Izau6m8cGRgGbOH5pN/eXBpkzO6rcPv1pWhPuqrm68iqG9FSSaRCrWYt\nJDewegFqCnQir3WNNRFosO3PQTa7S/a9mRofnLNZaIuQcJx9lKIMYceuaNGC4boG\nSPZjlUTj0zZgVBWlV2i4PEeVuvsyF5YeYqeoM2J/DyJpUrnzmtq2Kqv34Q==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-18T09:54:29.534 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:29 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:27] ENGINE Bus STARTING 2026-02-18T09:54:29.534 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:29 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:27] ENGINE Serving on https://10.20.193.54:7150 2026-02-18T09:54:29.534 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:29 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:27] ENGINE Client ('10.20.193.54', 56114) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T09:54:29.534 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:29 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:27] ENGINE Serving on http://10.20.193.54:8765 2026-02-18T09:54:29.534 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:29 trial054 ceph-mon[21806]: [18/Feb/2026:09:54:27] ENGINE Bus STARTED 2026-02-18T09:54:29.534 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:29 trial054 ceph-mon[21806]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T09:54:29.534 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:29 trial054 ceph-mon[21806]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T09:54:29.658 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-18T09:54:30.010 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-18T09:54:30.010 INFO:teuthology.orchestra.run.trial054.stdout:Creating initial admin user... 2026-02-18T09:54:30.570 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ktD.MVP5rs226hla0bX0De1GRkP/t35sT2Y1Q8eM/A1tn7K5W4H7e", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771408470, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-18T09:54:30.570 INFO:teuthology.orchestra.run.trial054.stdout:Fetching dashboard port number... 2026-02-18T09:54:30.627 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:30 trial054 ceph-mon[21806]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:30.627 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:30 trial054 ceph-mon[21806]: mgrmap e12: x(active, since 2s) 2026-02-18T09:54:30.627 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:30 trial054 ceph-mon[21806]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:30.627 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:30 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:30.627 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:30 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:30.925 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stdout 8443 2026-02-18T09:54:30.934 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T09:54:30.934 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout disabled 2026-02-18T09:54:30.939 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T09:54:30.939 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout inactive 2026-02-18T09:54:30.939 INFO:teuthology.orchestra.run.trial054.stdout:firewalld.service is not enabled 2026-02-18T09:54:30.940 INFO:teuthology.orchestra.run.trial054.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-18T09:54:30.940 INFO:teuthology.orchestra.run.trial054.stdout:Ceph Dashboard is now available at: 2026-02-18T09:54:30.940 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:30.940 INFO:teuthology.orchestra.run.trial054.stdout: URL: https://trial054:8443/ 2026-02-18T09:54:30.941 INFO:teuthology.orchestra.run.trial054.stdout: User: admin 2026-02-18T09:54:30.941 INFO:teuthology.orchestra.run.trial054.stdout: Password: i5l1ewoufm 2026-02-18T09:54:30.941 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:30.941 INFO:teuthology.orchestra.run.trial054.stdout:Saving cluster configuration to /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/config directory 2026-02-18T09:54:31.342 INFO:teuthology.orchestra.run.trial054.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-18T09:54:31.342 INFO:teuthology.orchestra.run.trial054.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-18T09:54:31.342 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout:Or, if you are only running a single cluster on this host: 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout: ceph telemetry on 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:31.343 INFO:teuthology.orchestra.run.trial054.stdout:For more information see: 2026-02-18T09:54:31.344 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:31.344 INFO:teuthology.orchestra.run.trial054.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-18T09:54:31.344 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:31.344 INFO:teuthology.orchestra.run.trial054.stdout:Bootstrap complete. 2026-02-18T09:54:31.350 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout static 2026-02-18T09:54:31.356 INFO:teuthology.orchestra.run.trial054.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-18T09:54:31.356 INFO:teuthology.orchestra.run.trial054.stdout:systemctl: stdout inactive 2026-02-18T09:54:31.356 INFO:teuthology.orchestra.run.trial054.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-18T09:54:31.487 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:31 trial054 ceph-mon[21806]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:31.487 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:31 trial054 ceph-mon[21806]: 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-18T09:54:31.487 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:31 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:31.487 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:31 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3830947411' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-18T09:54:31.487 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:31 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2795894515' entity='client.admin' 2026-02-18T09:54:31.499 INFO:tasks.cephadm:Fetching config... 2026-02-18T09:54:31.499 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:54:31.499 DEBUG:teuthology.orchestra.run.trial054:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-18T09:54:31.516 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-18T09:54:31.516 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:54:31.516 DEBUG:teuthology.orchestra.run.trial054:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-18T09:54:31.574 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-18T09:54:31.574 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:54:31.574 DEBUG:teuthology.orchestra.run.trial054:> sudo dd if=/var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-18T09:54:31.640 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-18T09:54:31.640 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:54:31.640 DEBUG:teuthology.orchestra.run.trial054:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-18T09:54:31.695 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-18T09:54:31.695 DEBUG:teuthology.orchestra.run.trial054:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDLVBHHFrGQe6YcEZvBevwQvK1OhFnLUBD2OC+ro6dHQ ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T09:54:31.769 INFO:teuthology.orchestra.run.trial054.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDLVBHHFrGQe6YcEZvBevwQvK1OhFnLUBD2OC+ro6dHQ ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:31.779 DEBUG:teuthology.orchestra.run.trial184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDLVBHHFrGQe6YcEZvBevwQvK1OhFnLUBD2OC+ro6dHQ ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T09:54:31.814 INFO:teuthology.orchestra.run.trial184.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDLVBHHFrGQe6YcEZvBevwQvK1OhFnLUBD2OC+ro6dHQ ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:31.824 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-18T09:54:31.940 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:32.317 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-18T09:54:32.317 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-18T09:54:32.436 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:32.828 INFO:tasks.cephadm:Remote trial184 excluded from cephadm cluster by role 2026-02-18T09:54:32.828 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-18T09:54:32.828 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd crush tunables default 2026-02-18T09:54:32.949 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:33.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1220245423' entity='client.admin' 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:trial054", "name": "osd_memory_target"} : dispatch 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:33.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:33 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:54:34.180 INFO:teuthology.orchestra.run.trial054.stderr:adjusted tunables profile to default 2026-02-18T09:54:34.327 INFO:tasks.cephadm:Adding mon.a on trial054 2026-02-18T09:54:34.327 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch apply mon '1;trial054:10.20.193.54=a' 2026-02-18T09:54:34.449 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:34.474 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: Certificate for "cephadm-signed_agent_cert (trial054)" is still valid for 1824 days. 2026-02-18T09:54:34.474 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:34.474 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: Updating trial054:/etc/ceph/ceph.conf 2026-02-18T09:54:34.474 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: Updating trial054:/var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/config/ceph.conf 2026-02-18T09:54:34.475 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: Updating trial054:/etc/ceph/ceph.client.admin.keyring 2026-02-18T09:54:34.475 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: Updating trial054:/var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T09:54:34.475 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3016314597' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-18T09:54:34.475 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:34.475 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:34.475 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:34 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:34.694 INFO:teuthology.orchestra.run.trial054.stdout:Scheduled mon update... 2026-02-18T09:54:34.833 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2026-02-18T09:54:34.833 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph mon dump -f json 2026-02-18T09:54:34.949 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:35.221 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:35.221 INFO:teuthology.orchestra.run.trial054.stdout:{"epoch":1,"fsid":"bb009fa9-0caf-11f1-9604-d404e6e7d460","modified":"2026-02-18T09:54:04.768836Z","created":"2026-02-18T09:54:04.768836Z","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.54:3300","nonce":0},{"type":"v1","addr":"10.20.193.54:6789","nonce":0}]},"addr":"10.20.193.54:6789/0","public_addr":"10.20.193.54:6789/0","priority":0,"weight":0,"time_added":"2026-02-18T09:54:04:768853+0000","crush_location":[]}],"quorum":[0]} 2026-02-18T09:54:35.221 INFO:teuthology.orchestra.run.trial054.stderr:dumped monmap epoch 1 2026-02-18T09:54:35.339 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3016314597' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: mgrmap e13: x(active, since 6s) 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T09:54:35.340 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T09:54:35.341 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:35.341 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:35.341 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:35 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:35.361 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-18T09:54:35.361 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-18T09:54:35.478 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:35.710 INFO:teuthology.orchestra.run.trial054.stdout:# minimal ceph.conf for bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:35.710 INFO:teuthology.orchestra.run.trial054.stdout:[global] 2026-02-18T09:54:35.710 INFO:teuthology.orchestra.run.trial054.stdout: fsid = bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:54:35.710 INFO:teuthology.orchestra.run.trial054.stdout: mon_host = [v2:10.20.193.54:3300/0,v1:10.20.193.54:6789/0] 2026-02-18T09:54:35.853 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-18T09:54:35.853 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:54:35.853 DEBUG:teuthology.orchestra.run.trial054:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T09:54:35.878 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:54:35.879 DEBUG:teuthology.orchestra.run.trial054:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T09:54:35.943 INFO:tasks.cephadm:Adding mgr.x on trial054 2026-02-18T09:54:35.943 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch apply mgr '1;trial054=x' 2026-02-18T09:54:36.099 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:36.338 INFO:teuthology.orchestra.run.trial054.stdout:Scheduled mgr update... 2026-02-18T09:54:36.456 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:36 trial054 ceph-mon[21806]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;trial054:10.20.193.54=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:36.457 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:36 trial054 ceph-mon[21806]: Saving service mon spec with placement trial054:10.20.193.54=a;count:1 2026-02-18T09:54:36.457 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:36 trial054 ceph-mon[21806]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T09:54:36.457 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:36 trial054 ceph-mon[21806]: Reconfiguring daemon mon.a on trial054 2026-02-18T09:54:36.457 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:36 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1589559262' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T09:54:36.457 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:36 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1832553586' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:36.479 DEBUG:tasks.cephadm:set 0 configs 2026-02-18T09:54:36.480 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph config dump 2026-02-18T09:54:36.598 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:36.828 INFO:teuthology.orchestra.run.trial054.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-18T09:54:36.828 INFO:teuthology.orchestra.run.trial054.stdout:global dev auth_debug true 2026-02-18T09:54:36.828 INFO:teuthology.orchestra.run.trial054.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb * 2026-02-18T09:54:36.828 INFO:teuthology.orchestra.run.trial054.stdout:global dev debug_asserts_on_shutdown true 2026-02-18T09:54:36.828 INFO:teuthology.orchestra.run.trial054.stdout:global basic log_to_file true 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global basic log_to_journald false 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global basic log_to_stderr false 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global advanced mon_allow_pool_delete true 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global advanced mon_cluster_log_to_file true 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-18T09:54:36.829 INFO:teuthology.orchestra.run.trial054.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:global dev ms_die_on_bug true 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:global dev ms_die_on_old_message true 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.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-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced debug_mon 20/20 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced debug_ms 1/1 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced debug_paxos 20/20 2026-02-18T09:54:36.830 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced mon_data_avail_warn 5 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mgr advanced debug_mgr 20/20 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mgr advanced debug_ms 1/1 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-18T09:54:36.831 INFO:teuthology.orchestra.run.trial054.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd dev bdev_debug_aio true 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced debug_ms 1/1 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced debug_osd 20/20 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd dev osd_debug_misdirected_ops true 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd dev osd_debug_op_order true 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd dev osd_debug_shutdown true 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-18T09:54:36.832 INFO:teuthology.orchestra.run.trial054.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_memory_target_autotune true 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_op_queue debug_random * 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_recover_clone_overlap true 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-18T09:54:36.833 INFO:teuthology.orchestra.run.trial054.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-18T09:54:36.834 INFO:teuthology.orchestra.run.trial054.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-18T09:54:36.997 INFO:tasks.cephadm:Deploying OSDs... 2026-02-18T09:54:36.997 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:54:36.997 DEBUG:teuthology.orchestra.run.trial054:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T09:54:37.015 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-18T09:54:37.015 DEBUG:teuthology.orchestra.run.trial054:> stat /dev/vg_nvme/lv_1 2026-02-18T09:54:37.071 INFO:teuthology.orchestra.run.trial054.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T09:54:37.071 INFO:teuthology.orchestra.run.trial054.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T09:54:37.072 INFO:teuthology.orchestra.run.trial054.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-18T09:54:37.072 INFO:teuthology.orchestra.run.trial054.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T09:54:37.072 INFO:teuthology.orchestra.run.trial054.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T09:54:37.072 INFO:teuthology.orchestra.run.trial054.stdout:Access: 2026-02-18 09:54:33.171640202 +0000 2026-02-18T09:54:37.072 INFO:teuthology.orchestra.run.trial054.stdout:Modify: 2026-02-18 09:52:33.385985117 +0000 2026-02-18T09:54:37.072 INFO:teuthology.orchestra.run.trial054.stdout:Change: 2026-02-18 09:52:33.385985117 +0000 2026-02-18T09:54:37.072 INFO:teuthology.orchestra.run.trial054.stdout: Birth: 2026-02-18 09:52:33.385985117 +0000 2026-02-18T09:54:37.072 DEBUG:teuthology.orchestra.run.trial054:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T09:54:37.135 INFO:teuthology.orchestra.run.trial054.stderr:1+0 records in 2026-02-18T09:54:37.135 INFO:teuthology.orchestra.run.trial054.stderr:1+0 records out 2026-02-18T09:54:37.135 INFO:teuthology.orchestra.run.trial054.stderr:512 bytes copied, 0.000164594 s, 3.1 MB/s 2026-02-18T09:54:37.136 DEBUG:teuthology.orchestra.run.trial054:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T09:54:37.194 DEBUG:teuthology.orchestra.run.trial054:> stat /dev/vg_nvme/lv_2 2026-02-18T09:54:37.251 INFO:teuthology.orchestra.run.trial054.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T09:54:37.251 INFO:teuthology.orchestra.run.trial054.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T09:54:37.251 INFO:teuthology.orchestra.run.trial054.stdout:Device: 6h/6d Inode: 1308 Links: 1 2026-02-18T09:54:37.251 INFO:teuthology.orchestra.run.trial054.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T09:54:37.251 INFO:teuthology.orchestra.run.trial054.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T09:54:37.251 INFO:teuthology.orchestra.run.trial054.stdout:Access: 2026-02-18 09:54:33.208639321 +0000 2026-02-18T09:54:37.251 INFO:teuthology.orchestra.run.trial054.stdout:Modify: 2026-02-18 09:52:33.385985117 +0000 2026-02-18T09:54:37.251 INFO:teuthology.orchestra.run.trial054.stdout:Change: 2026-02-18 09:52:33.385985117 +0000 2026-02-18T09:54:37.252 INFO:teuthology.orchestra.run.trial054.stdout: Birth: 2026-02-18 09:52:33.385985117 +0000 2026-02-18T09:54:37.252 DEBUG:teuthology.orchestra.run.trial054:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T09:54:37.314 INFO:teuthology.orchestra.run.trial054.stderr:1+0 records in 2026-02-18T09:54:37.315 INFO:teuthology.orchestra.run.trial054.stderr:1+0 records out 2026-02-18T09:54:37.315 INFO:teuthology.orchestra.run.trial054.stderr:512 bytes copied, 0.000136892 s, 3.7 MB/s 2026-02-18T09:54:37.316 DEBUG:teuthology.orchestra.run.trial054:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T09:54:37.373 DEBUG:teuthology.orchestra.run.trial054:> stat /dev/vg_nvme/lv_3 2026-02-18T09:54:37.429 INFO:teuthology.orchestra.run.trial054.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T09:54:37.429 INFO:teuthology.orchestra.run.trial054.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T09:54:37.429 INFO:teuthology.orchestra.run.trial054.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-18T09:54:37.429 INFO:teuthology.orchestra.run.trial054.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T09:54:37.429 INFO:teuthology.orchestra.run.trial054.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T09:54:37.429 INFO:teuthology.orchestra.run.trial054.stdout:Access: 2026-02-18 09:54:33.238638607 +0000 2026-02-18T09:54:37.429 INFO:teuthology.orchestra.run.trial054.stdout:Modify: 2026-02-18 09:52:33.384983671 +0000 2026-02-18T09:54:37.429 INFO:teuthology.orchestra.run.trial054.stdout:Change: 2026-02-18 09:52:33.384983671 +0000 2026-02-18T09:54:37.430 INFO:teuthology.orchestra.run.trial054.stdout: Birth: 2026-02-18 09:52:33.384983671 +0000 2026-02-18T09:54:37.430 DEBUG:teuthology.orchestra.run.trial054:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T09:54:37.492 INFO:teuthology.orchestra.run.trial054.stderr:1+0 records in 2026-02-18T09:54:37.492 INFO:teuthology.orchestra.run.trial054.stderr:1+0 records out 2026-02-18T09:54:37.492 INFO:teuthology.orchestra.run.trial054.stderr:512 bytes copied, 0.00015185 s, 3.4 MB/s 2026-02-18T09:54:37.493 DEBUG:teuthology.orchestra.run.trial054:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T09:54:37.550 DEBUG:teuthology.orchestra.run.trial054:> stat /dev/vg_nvme/lv_4 2026-02-18T09:54:37.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;trial054=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:37.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: Saving service mgr spec with placement trial054=x;count:1 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: Reconfiguring mgr.x (unknown last config time)... 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T09:54:37.605 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:37.606 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: Reconfiguring daemon mgr.x on trial054 2026-02-18T09:54:37.606 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:37.606 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:37.606 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:37 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1402469373' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T09:54:37.607 INFO:teuthology.orchestra.run.trial054.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T09:54:37.607 INFO:teuthology.orchestra.run.trial054.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T09:54:37.607 INFO:teuthology.orchestra.run.trial054.stdout:Device: 6h/6d Inode: 1297 Links: 1 2026-02-18T09:54:37.607 INFO:teuthology.orchestra.run.trial054.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T09:54:37.607 INFO:teuthology.orchestra.run.trial054.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T09:54:37.607 INFO:teuthology.orchestra.run.trial054.stdout:Access: 2026-02-18 09:54:33.269637869 +0000 2026-02-18T09:54:37.607 INFO:teuthology.orchestra.run.trial054.stdout:Modify: 2026-02-18 09:52:33.385985117 +0000 2026-02-18T09:54:37.608 INFO:teuthology.orchestra.run.trial054.stdout:Change: 2026-02-18 09:52:33.385985117 +0000 2026-02-18T09:54:37.608 INFO:teuthology.orchestra.run.trial054.stdout: Birth: 2026-02-18 09:52:33.385985117 +0000 2026-02-18T09:54:37.608 DEBUG:teuthology.orchestra.run.trial054:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T09:54:37.670 INFO:teuthology.orchestra.run.trial054.stderr:1+0 records in 2026-02-18T09:54:37.670 INFO:teuthology.orchestra.run.trial054.stderr:1+0 records out 2026-02-18T09:54:37.670 INFO:teuthology.orchestra.run.trial054.stderr:512 bytes copied, 0.00014624 s, 3.5 MB/s 2026-02-18T09:54:37.671 DEBUG:teuthology.orchestra.run.trial054:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T09:54:37.728 INFO:tasks.cephadm:Deploying osd.0 on trial054 with /dev/vg_nvme/lv_4... 2026-02-18T09:54:37.729 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T09:54:37.882 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:38.571 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:38.588 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch daemon add osd trial054:vg_nvme/lv_4 --skip-validation 2026-02-18T09:54:38.706 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:40.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial054:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: osd.default does not exist. Creating it now. 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: Creating OSDs with service ID: default on trial054:['vg_nvme/lv_4'] 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: Marking host: trial054 for OSDSpec preview refresh. 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: Saving service osd.default spec with placement trial054 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3761267411' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b5bcc563-dfd8-4d3d-b20f-ac0e0b5733a5"} : dispatch 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3761267411' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5bcc563-dfd8-4d3d-b20f-ac0e0b5733a5"}]': finished 2026-02-18T09:54:40.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T09:54:40.356 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:39 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T09:54:41.268 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:40 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/4023071302' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T09:54:42.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:42 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T09:54:42.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:42 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:43.409 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:43 trial054 ceph-mon[21806]: Deploying daemon osd.0 on trial054 2026-02-18T09:54:43.410 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:43 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T09:54:43.410 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:43 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:43.410 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:43 trial054 ceph-mon[21806]: Deploying daemon osd.0 on trial054 2026-02-18T09:54:45.935 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:45 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:45.935 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:45 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:45.935 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:45 trial054 ceph-mon[21806]: from='osd.0 [v2:10.20.193.54:6802/1776792760,v1:10.20.193.54:6803/1776792760]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T09:54:47.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:46 trial054 ceph-mon[21806]: from='osd.0 [v2:10.20.193.54:6802/1776792760,v1:10.20.193.54:6803/1776792760]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T09:54:47.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:46 trial054 ceph-mon[21806]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T09:54:47.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:46 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T09:54:48.206 INFO:teuthology.orchestra.run.trial054.stdout:Created osd(s) 0 on host 'trial054' 2026-02-18T09:54:48.348 DEBUG:teuthology.orchestra.run.trial054:osd.0> sudo journalctl -f -n 0 -u ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@osd.0.service 2026-02-18T09:54:48.351 INFO:tasks.cephadm:Deploying osd.1 on trial054 with /dev/vg_nvme/lv_3... 2026-02-18T09:54:48.351 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-18T09:54:48.509 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:48.581 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:48 trial054 ceph-mon[21806]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T09:54:48.581 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:48 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:48.581 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:48 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:48.581 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:48 trial054 ceph-mon[21806]: from='osd.0 [v2:10.20.193.54:6802/150680615,v1:10.20.193.54:6803/150680615]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T09:54:48.582 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:48 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:48.582 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:48 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:49.375 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:49.391 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch daemon add osd trial054:vg_nvme/lv_3 --skip-validation 2026-02-18T09:54:49.512 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:49.628 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:49 trial054 ceph-mon[21806]: from='osd.0 [v2:10.20.193.54:6802/150680615,v1:10.20.193.54:6803/150680615]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T09:54:49.628 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:49 trial054 ceph-mon[21806]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T09:54:49.628 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:49 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T09:54:49.628 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:49 trial054 ceph-mon[21806]: from='osd.0 [v2:10.20.193.54:6802/150680615,v1:10.20.193.54:6803/150680615]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial054", "root=default"]} : dispatch 2026-02-18T09:54:49.628 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:49 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:49.628 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:49 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:49.628 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:49 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:54:49.628 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:49 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:49.628 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:49 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:49.629 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:54:49 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0[40197]: 2026-02-18T09:54:49.530+0000 7f52ef83a640 -1 osd.0 0 waiting for initial osdmap 2026-02-18T09:54:49.629 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:54:49 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0[40197]: 2026-02-18T09:54:49.532+0000 7f52eb701640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T09:54:50.623 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T09:54:50.623 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='osd.0 [v2:10.20.193.54:6802/150680615,v1:10.20.193.54:6803/150680615]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial054", "root=default"]}]': finished 2026-02-18T09:54:50.623 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: osdmap e8: 1 total, 0 up, 1 in 2026-02-18T09:54:50.623 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T09:54:50.623 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T09:54:50.623 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:50.623 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:54:50.624 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:50.625 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:54:50.625 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T09:54:50.625 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:50 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:51.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: purged_snaps scrub starts 2026-02-18T09:54:51.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: purged_snaps scrub ok 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: from='client.14203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial054:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: osd.default does not exist. Creating it now. 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: Creating OSDs with service ID: default on trial054:['vg_nvme/lv_3'] 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: Marking host: trial054 for OSDSpec preview refresh. 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: Saving service osd.default spec with placement trial054 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: Detected new or changed devices on trial054 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: Adjusting osd_memory_target on trial054 to 84047M 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: osd.0 [v2:10.20.193.54:6802/150680615,v1:10.20.193.54:6803/150680615] boot 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: osdmap e9: 1 total, 1 up, 1 in 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3774608477' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7459ba4a-0d2e-495e-8d21-6a8fd4782bb7"} : dispatch 2026-02-18T09:54:51.855 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3774608477' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7459ba4a-0d2e-495e-8d21-6a8fd4782bb7"}]': finished 2026-02-18T09:54:51.856 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T09:54:51.856 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T09:54:51.856 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:51 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/613640256' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T09:54:52.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:52 trial054 ceph-mon[21806]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T09:54:53.767 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:53 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T09:54:53.767 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:53 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:54.714 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:54 trial054 ceph-mon[21806]: pgmap v13: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T09:54:54.714 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:54 trial054 ceph-mon[21806]: Deploying daemon osd.1 on trial054 2026-02-18T09:54:54.714 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:54 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T09:54:54.714 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:54 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:54:55.728 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:55 trial054 ceph-mon[21806]: Deploying daemon osd.1 on trial054 2026-02-18T09:54:56.788 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:56 trial054 ceph-mon[21806]: pgmap v14: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T09:54:56.789 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:56 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:56.789 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:56 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:56.789 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:56 trial054 ceph-mon[21806]: from='osd.1 [v2:10.20.193.54:6810/728734013,v1:10.20.193.54:6811/728734013]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T09:54:58.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:57 trial054 ceph-mon[21806]: from='osd.1 [v2:10.20.193.54:6810/728734013,v1:10.20.193.54:6811/728734013]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T09:54:58.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:57 trial054 ceph-mon[21806]: osdmap e11: 2 total, 1 up, 2 in 2026-02-18T09:54:58.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:57 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T09:54:58.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:57 trial054 ceph-mon[21806]: pgmap v16: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T09:54:59.175 INFO:teuthology.orchestra.run.trial054.stdout:Created osd(s) 1 on host 'trial054' 2026-02-18T09:54:59.319 DEBUG:teuthology.orchestra.run.trial054:osd.1> sudo journalctl -f -n 0 -u ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@osd.1.service 2026-02-18T09:54:59.321 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-02-18T09:54:59.321 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T09:54:59.483 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:54:59.565 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:59 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:59.565 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:59 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:59.565 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:59 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:59.565 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:59 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:54:59.566 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:54:59 trial054 ceph-mon[21806]: from='osd.1 [v2:10.20.193.54:6810/2467567728,v1:10.20.193.54:6811/2467567728]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T09:54:59.726 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:54:59.867 INFO:teuthology.orchestra.run.trial054.stdout:{"epoch":11,"num_osds":2,"num_up_osds":1,"osd_up_since":1771408490,"num_in_osds":2,"osd_in_since":1771408491,"num_remapped_pgs":0} 2026-02-18T09:55:00.620 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: pgmap v17: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T09:55:00.620 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/490977230' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T09:55:00.620 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:00.620 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:00.620 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:55:00.621 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: from='osd.1 [v2:10.20.193.54:6810/2467567728,v1:10.20.193.54:6811/2467567728]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T09:55:00.621 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: osdmap e12: 2 total, 1 up, 2 in 2026-02-18T09:55:00.621 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: from='osd.1 [v2:10.20.193.54:6810/2467567728,v1:10.20.193.54:6811/2467567728]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial054", "root=default"]} : dispatch 2026-02-18T09:55:00.621 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T09:55:00.621 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:00.621 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:00 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:00.868 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T09:55:00.988 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:01.237 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:01.377 INFO:teuthology.orchestra.run.trial054.stdout:{"epoch":13,"num_osds":2,"num_up_osds":1,"osd_up_since":1771408490,"num_in_osds":2,"osd_in_since":1771408491,"num_remapped_pgs":0} 2026-02-18T09:55:01.588 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:55:01 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1[49014]: 2026-02-18T09:55:01.176+0000 7f459a5de640 -1 osd.1 0 waiting for initial osdmap 2026-02-18T09:55:01.588 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:55:01 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1[49014]: 2026-02-18T09:55:01.178+0000 7f459249d640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T09:55:02.378 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T09:55:02.381 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='osd.1 [v2:10.20.193.54:6810/2467567728,v1:10.20.193.54:6811/2467567728]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial054", "root=default"]}]': finished 2026-02-18T09:55:02.381 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: osdmap e13: 2 total, 1 up, 2 in 2026-02-18T09:55:02.381 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/998444990' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: pgmap v20: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: Detected new or changed devices on trial054 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: Adjusting osd_memory_target on trial054 to 42023M 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:02.382 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:55:02.383 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:02.383 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:55:02.383 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T09:55:02.383 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:02 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:02.500 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:02.722 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:02.863 INFO:teuthology.orchestra.run.trial054.stdout:{"epoch":14,"num_osds":2,"num_up_osds":2,"osd_up_since":1771408502,"num_in_osds":2,"osd_in_since":1771408491,"num_remapped_pgs":0} 2026-02-18T09:55:02.864 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T09:55:03.020 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:03.245 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:03.245 INFO:teuthology.orchestra.run.trial054.stdout:{"epoch":14,"fsid":"bb009fa9-0caf-11f1-9604-d404e6e7d460","created":"2026-02-18T09:54:05.957110+0000","modified":"2026-02-18T09:55:02.175458+0000","last_up_change":"2026-02-18T09:55:02.175458+0000","last_in_change":"2026-02-18T09:54:51.030132+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"b5bcc563-dfd8-4d3d-b20f-ac0e0b5733a5","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.54:6802","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6803","nonce":150680615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6804","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6805","nonce":150680615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6808","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6809","nonce":150680615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6806","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6807","nonce":150680615}]},"public_addr":"10.20.193.54:6803/150680615","cluster_addr":"10.20.193.54:6805/150680615","heartbeat_back_addr":"10.20.193.54:6809/150680615","heartbeat_front_addr":"10.20.193.54:6807/150680615","state":["exists","up"]},{"osd":1,"uuid":"7459ba4a-0d2e-495e-8d21-6a8fd4782bb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6810","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6811","nonce":2467567728}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6812","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6813","nonce":2467567728}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6816","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6817","nonce":2467567728}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6814","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6815","nonce":2467567728}]},"public_addr":"10.20.193.54:6811/2467567728","cluster_addr":"10.20.193.54:6813/2467567728","heartbeat_back_addr":"10.20.193.54:6817/2467567728","heartbeat_front_addr":"10.20.193.54:6815/2467567728","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":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.54:0/4269762435":"2026-02-19T09:54:27.314245+0000","10.20.193.54:0/2813721688":"2026-02-19T09:54:27.314245+0000","10.20.193.54:6801/3112945992":"2026-02-19T09:54:27.314245+0000","10.20.193.54:6800/3112945992":"2026-02-19T09:54:27.314245+0000","10.20.193.54:0/1980336870":"2026-02-19T09:54:16.643161+0000","10.20.193.54:0/868627936":"2026-02-19T09:54:16.643161+0000","10.20.193.54:0/49349032":"2026-02-19T09:54:16.643161+0000","10.20.193.54:0/2786269763":"2026-02-19T09:54:27.314245+0000","10.20.193.54:6801/250020972":"2026-02-19T09:54:16.643161+0000","10.20.193.54:6800/250020972":"2026-02-19T09:54:16.643161+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-18T09:55:03.281 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:03 trial054 ceph-mon[21806]: purged_snaps scrub starts 2026-02-18T09:55:03.281 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:03 trial054 ceph-mon[21806]: purged_snaps scrub ok 2026-02-18T09:55:03.282 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:03 trial054 ceph-mon[21806]: osd.1 [v2:10.20.193.54:6810/2467567728,v1:10.20.193.54:6811/2467567728] boot 2026-02-18T09:55:03.282 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:03 trial054 ceph-mon[21806]: osdmap e14: 2 total, 2 up, 2 in 2026-02-18T09:55:03.282 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:03 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T09:55:03.282 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:03 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1041314041' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T09:55:03.406 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-18T09:55:03.406 INFO:tasks.cephadm:Setting up client nodes... 2026-02-18T09:55:03.406 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-18T09:55:03.525 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:03.816 INFO:teuthology.orchestra.run.trial054.stdout:[client.0] 2026-02-18T09:55:03.816 INFO:teuthology.orchestra.run.trial054.stdout: key = AQB3jJVp8N2TMBAAbb6WqBxEN/BsVNmuQ7guNQ== 2026-02-18T09:55:03.961 DEBUG:teuthology.orchestra.run.trial054:> set -ex 2026-02-18T09:55:03.961 DEBUG:teuthology.orchestra.run.trial054:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-18T09:55:03.961 DEBUG:teuthology.orchestra.run.trial054:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-18T09:55:03.996 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-18T09:55:04.149 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:04.379 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:04.496 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:04 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1462501390' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T09:55:04.496 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:04 trial054 ceph-mon[21806]: pgmap v22: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T09:55:04.497 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:04 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/685133179' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-18T09:55:04.497 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:04 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/685133179' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-18T09:55:04.497 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:04 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:04.497 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:04 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:04.518 INFO:teuthology.orchestra.run.trial054.stdout:[{"version":11,"timestamp":"2026-02-18T09:55:01.434130+0000","name":"","changes":[{"name":"osd/host:trial054/osd_memory_target","previous_value":"88129925939","new_value":"44064962969"}]}] 2026-02-18T09:55:04.519 INFO:tasks.ceph_manager:config epoch is 11 2026-02-18T09:55:04.519 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-18T09:55:04.519 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-18T09:55:04.519 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-18T09:55:04.635 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:04.894 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:05.034 INFO:teuthology.orchestra.run.trial054.stdout:{"epoch":13,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6800","nonce":2833906188},{"type":"v1","addr":"10.20.193.54:6801","nonce":2833906188}]},"active_addr":"10.20.193.54:6801/2833906188","active_change":"2026-02-18T09:54:27.314339+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_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.54: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.54:0","nonce":1590995740}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.54:0","nonce":3941466939}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.54:0","nonce":3208250097}]}]} 2026-02-18T09:55:05.038 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-18T09:55:05.038 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-18T09:55:05.038 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T09:55:05.155 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:05.271 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:05 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3251728181' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T09:55:05.271 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:05 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/850991820' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T09:55:05.382 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:05.382 INFO:teuthology.orchestra.run.trial054.stdout:{"epoch":14,"fsid":"bb009fa9-0caf-11f1-9604-d404e6e7d460","created":"2026-02-18T09:54:05.957110+0000","modified":"2026-02-18T09:55:02.175458+0000","last_up_change":"2026-02-18T09:55:02.175458+0000","last_in_change":"2026-02-18T09:54:51.030132+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"b5bcc563-dfd8-4d3d-b20f-ac0e0b5733a5","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.54:6802","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6803","nonce":150680615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6804","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6805","nonce":150680615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6808","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6809","nonce":150680615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6806","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6807","nonce":150680615}]},"public_addr":"10.20.193.54:6803/150680615","cluster_addr":"10.20.193.54:6805/150680615","heartbeat_back_addr":"10.20.193.54:6809/150680615","heartbeat_front_addr":"10.20.193.54:6807/150680615","state":["exists","up"]},{"osd":1,"uuid":"7459ba4a-0d2e-495e-8d21-6a8fd4782bb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6810","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6811","nonce":2467567728}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6812","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6813","nonce":2467567728}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6816","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6817","nonce":2467567728}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6814","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6815","nonce":2467567728}]},"public_addr":"10.20.193.54:6811/2467567728","cluster_addr":"10.20.193.54:6813/2467567728","heartbeat_back_addr":"10.20.193.54:6817/2467567728","heartbeat_front_addr":"10.20.193.54:6815/2467567728","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":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.54:0/4269762435":"2026-02-19T09:54:27.314245+0000","10.20.193.54:0/2813721688":"2026-02-19T09:54:27.314245+0000","10.20.193.54:6801/3112945992":"2026-02-19T09:54:27.314245+0000","10.20.193.54:6800/3112945992":"2026-02-19T09:54:27.314245+0000","10.20.193.54:0/1980336870":"2026-02-19T09:54:16.643161+0000","10.20.193.54:0/868627936":"2026-02-19T09:54:16.643161+0000","10.20.193.54:0/49349032":"2026-02-19T09:54:16.643161+0000","10.20.193.54:0/2786269763":"2026-02-19T09:54:27.314245+0000","10.20.193.54:6801/250020972":"2026-02-19T09:54:16.643161+0000","10.20.193.54:6800/250020972":"2026-02-19T09:54:16.643161+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-18T09:55:05.519 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-18T09:55:05.520 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T09:55:05.638 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:05.865 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:05.866 INFO:teuthology.orchestra.run.trial054.stdout:{"epoch":14,"fsid":"bb009fa9-0caf-11f1-9604-d404e6e7d460","created":"2026-02-18T09:54:05.957110+0000","modified":"2026-02-18T09:55:02.175458+0000","last_up_change":"2026-02-18T09:55:02.175458+0000","last_in_change":"2026-02-18T09:54:51.030132+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"b5bcc563-dfd8-4d3d-b20f-ac0e0b5733a5","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.54:6802","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6803","nonce":150680615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6804","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6805","nonce":150680615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6808","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6809","nonce":150680615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6806","nonce":150680615},{"type":"v1","addr":"10.20.193.54:6807","nonce":150680615}]},"public_addr":"10.20.193.54:6803/150680615","cluster_addr":"10.20.193.54:6805/150680615","heartbeat_back_addr":"10.20.193.54:6809/150680615","heartbeat_front_addr":"10.20.193.54:6807/150680615","state":["exists","up"]},{"osd":1,"uuid":"7459ba4a-0d2e-495e-8d21-6a8fd4782bb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6810","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6811","nonce":2467567728}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6812","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6813","nonce":2467567728}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6816","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6817","nonce":2467567728}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.54:6814","nonce":2467567728},{"type":"v1","addr":"10.20.193.54:6815","nonce":2467567728}]},"public_addr":"10.20.193.54:6811/2467567728","cluster_addr":"10.20.193.54:6813/2467567728","heartbeat_back_addr":"10.20.193.54:6817/2467567728","heartbeat_front_addr":"10.20.193.54:6815/2467567728","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":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.54:0/4269762435":"2026-02-19T09:54:27.314245+0000","10.20.193.54:0/2813721688":"2026-02-19T09:54:27.314245+0000","10.20.193.54:6801/3112945992":"2026-02-19T09:54:27.314245+0000","10.20.193.54:6800/3112945992":"2026-02-19T09:54:27.314245+0000","10.20.193.54:0/1980336870":"2026-02-19T09:54:16.643161+0000","10.20.193.54:0/868627936":"2026-02-19T09:54:16.643161+0000","10.20.193.54:0/49349032":"2026-02-19T09:54:16.643161+0000","10.20.193.54:0/2786269763":"2026-02-19T09:54:27.314245+0000","10.20.193.54:6801/250020972":"2026-02-19T09:54:16.643161+0000","10.20.193.54:6800/250020972":"2026-02-19T09:54:16.643161+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-18T09:55:06.007 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-18T09:55:06.008 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-18T09:55:06.128 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:06.129 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:06.399 INFO:teuthology.orchestra.run.trial054.stdout:60129542147 2026-02-18T09:55:06.399 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T09:55:06.406 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:06 trial054 ceph-mon[21806]: pgmap v23: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T09:55:06.406 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:06 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2082017042' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T09:55:06.406 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:06 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3511854372' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T09:55:06.407 INFO:teuthology.orchestra.run.trial054.stdout:38654705669 2026-02-18T09:55:06.407 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T09:55:06.517 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:06.566 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:06.756 INFO:teuthology.orchestra.run.trial054.stdout:60129542146 2026-02-18T09:55:06.790 INFO:teuthology.orchestra.run.trial054.stdout:38654705668 2026-02-18T09:55:06.895 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542147 got 60129542146 for osd.1 2026-02-18T09:55:06.930 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705668 for osd.0 2026-02-18T09:55:07.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:07 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/37980259' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T09:55:07.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:07 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1856423093' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T09:55:07.896 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T09:55:07.931 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T09:55:08.015 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:08.059 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:08.264 INFO:teuthology.orchestra.run.trial054.stdout:60129542148 2026-02-18T09:55:08.291 INFO:teuthology.orchestra.run.trial054.stdout:38654705670 2026-02-18T09:55:08.404 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542147 got 60129542148 for osd.1 2026-02-18T09:55:08.405 DEBUG:teuthology.parallel:result is None 2026-02-18T09:55:08.430 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:08 trial054 ceph-mon[21806]: pgmap v24: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T09:55:08.431 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705670 for osd.0 2026-02-18T09:55:08.431 DEBUG:teuthology.parallel:result is None 2026-02-18T09:55:08.432 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-18T09:55:08.432 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T09:55:08.590 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:08.814 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:08.815 INFO:teuthology.orchestra.run.trial054.stderr:dumped all 2026-02-18T09:55:08.953 INFO:teuthology.orchestra.run.trial054.stdout:{"pg_ready":true,"pg_map":{"version":24,"stamp":"2026-02-18T09:55:07.321573+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":54680,"kb_used_data":240,"kb_used_omap":13,"kb_used_meta":54386,"kb_avail":1467951720,"statfs":{"total":1503238553600,"available":1503182561280,"internally_reserved":0,"allocated":245760,"data_stored":59868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13651,"internal_metadata":55691949},"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":14,"seq":60129542148,"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":5,"kb_used_meta":27194,"kb_avail":733975860,"statfs":{"total":751619276800,"available":751591280640,"internally_reserved":0,"allocated":122880,"data_stored":29934,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5195,"internal_metadata":27847605},"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":8,"kb_used_meta":27191,"kb_avail":733975860,"statfs":{"total":751619276800,"available":751591280640,"internally_reserved":0,"allocated":122880,"data_stored":29934,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8456,"internal_metadata":27844344},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2026-02-18T09:55:08.954 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T09:55:09.069 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:09.293 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:09.293 INFO:teuthology.orchestra.run.trial054.stderr:dumped all 2026-02-18T09:55:09.294 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:09 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/3663353234' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T09:55:09.294 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:09 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/982018734' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T09:55:09.434 INFO:teuthology.orchestra.run.trial054.stdout:{"pg_ready":true,"pg_map":{"version":24,"stamp":"2026-02-18T09:55:07.321573+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":54680,"kb_used_data":240,"kb_used_omap":13,"kb_used_meta":54386,"kb_avail":1467951720,"statfs":{"total":1503238553600,"available":1503182561280,"internally_reserved":0,"allocated":245760,"data_stored":59868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13651,"internal_metadata":55691949},"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":14,"seq":60129542148,"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":5,"kb_used_meta":27194,"kb_avail":733975860,"statfs":{"total":751619276800,"available":751591280640,"internally_reserved":0,"allocated":122880,"data_stored":29934,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5195,"internal_metadata":27847605},"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":8,"kb_used_meta":27191,"kb_avail":733975860,"statfs":{"total":751619276800,"available":751591280640,"internally_reserved":0,"allocated":122880,"data_stored":29934,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8456,"internal_metadata":27844344},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2026-02-18T09:55:09.435 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-18T09:55:09.435 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-18T09:55:09.435 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-18T09:55:09.436 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph health --format=json 2026-02-18T09:55:09.553 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:09.811 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:09.811 INFO:teuthology.orchestra.run.trial054.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-18T09:55:09.952 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-18T09:55:09.953 INFO:tasks.cephadm:Setup complete, yielding 2026-02-18T09:55:09.953 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-18T09:55:09.969 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial054.front.sepia.ceph.com 2026-02-18T09:55:09.970 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- bash -c 'ceph fs volume create cephfs' 2026-02-18T09:55:10.086 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:10.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:10 trial054 ceph-mon[21806]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:10.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:10 trial054 ceph-mon[21806]: from='client.14246 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:10.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:10 trial054 ceph-mon[21806]: pgmap v25: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T09:55:10.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:10 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1007053796' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T09:55:11.603 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:11 trial054 ceph-mon[21806]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:55:11.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:11 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2026-02-18T09:55:12.356 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-18T09:55:12.372 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2026-02-18T09:55:12.372 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T09:55:12.469 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:12 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2026-02-18T09:55:12.470 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:12 trial054 ceph-mon[21806]: osdmap e15: 2 total, 2 up, 2 in 2026-02-18T09:55:12.470 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:12 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2026-02-18T09:55:12.470 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:12 trial054 ceph-mon[21806]: pgmap v27: 32 pgs: 32 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T09:55:12.470 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:12 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a[21780]: 2026-02-18T09:55:12.202+0000 7f642bcc9640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-18T09:55:12.500 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:12.746 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:12.746 INFO:teuthology.orchestra.run.trial054.stdout:[{"events": ["2026-02-18T09:55:12.208938Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T09:55:12.207222Z", "running": 0, "size": 2}}, {"events": ["2026-02-18T09:54:36.347757Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T09:54:36.334969Z", "last_refresh": "2026-02-18T09:55:12.644989Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:34.697023Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054:10.20.193.54=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T09:54:34.690552Z", "last_refresh": "2026-02-18T09:55:12.644930Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:49.762352Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial054"}, "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-18T09:54:49.761381Z", "last_refresh": "2026-02-18T09:55:12.645029Z", "running": 2, "size": 2}}] 2026-02-18T09:55:12.886 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-18T09:55:13.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2026-02-18T09:55:13.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: osdmap e16: 2 total, 2 up, 2 in 2026-02-18T09:55:13.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2026-02-18T09:55:13.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-18T09:55:13.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-02-18T09:55:13.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2026-02-18T09:55:13.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: osdmap e17: 2 total, 2 up, 2 in 2026-02-18T09:55:13.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: fsmap cephfs:0 2026-02-18T09:55:13.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: Saving service mds.cephfs spec with placement count:2 2026-02-18T09:55:13.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:13.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:55:13.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:13.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:13 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:13.887 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T09:55:14.005 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:14.235 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:14.235 INFO:teuthology.orchestra.run.trial054.stdout:[{"events": ["2026-02-18T09:55:12.208938Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T09:55:12.207222Z", "running": 0, "size": 2}}, {"events": ["2026-02-18T09:54:36.347757Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T09:54:36.334969Z", "last_refresh": "2026-02-18T09:55:12.644989Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:34.697023Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054:10.20.193.54=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T09:54:34.690552Z", "last_refresh": "2026-02-18T09:55:12.644930Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:49.762352Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial054"}, "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-18T09:54:49.761381Z", "last_refresh": "2026-02-18T09:55:12.645029Z", "running": 2, "size": 2}}] 2026-02-18T09:55:14.450 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:14.450 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: osdmap e18: 2 total, 2 up, 2 in 2026-02-18T09:55:14.450 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: pgmap v31: 64 pgs: 32 unknown, 32 creating+peering; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T09:55:14.450 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:14.450 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:14.450 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:14.451 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:55:14.451 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:14.451 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:55:14.451 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial054.mzcedn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-18T09:55:14.451 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial054.mzcedn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-18T09:55:14.451 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:14 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:14.472 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-18T09:55:15.407 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:15 trial054 ceph-mon[21806]: Deploying daemon mds.cephfs.trial054.mzcedn on trial054 2026-02-18T09:55:15.408 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:15 trial054 ceph-mon[21806]: osdmap e19: 2 total, 2 up, 2 in 2026-02-18T09:55:15.408 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:15 trial054 ceph-mon[21806]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:15.408 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:15 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:15.408 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:15 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:15.408 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:15 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:15.408 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:15 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial054.wvntvw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-18T09:55:15.408 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:15 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial054.wvntvw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-18T09:55:15.408 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:15 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:15.473 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T09:55:15.593 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:15.850 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:15.850 INFO:teuthology.orchestra.run.trial054.stdout:[{"events": ["2026-02-18T09:55:15.465493Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T09:55:12.207222Z", "running": 0, "size": 2}}, {"events": ["2026-02-18T09:54:36.347757Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T09:54:36.334969Z", "last_refresh": "2026-02-18T09:55:12.644989Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:34.697023Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054:10.20.193.54=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T09:54:34.690552Z", "last_refresh": "2026-02-18T09:55:12.644930Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:49.762352Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial054"}, "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-18T09:54:49.761381Z", "last_refresh": "2026-02-18T09:55:12.645029Z", "running": 2, "size": 2}}] 2026-02-18T09:55:15.991 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-18T09:55:16.266 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: Deploying daemon mds.cephfs.trial054.wvntvw on trial054 2026-02-18T09:55:16.266 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: mds.? [v2:10.20.193.54:6818/4049721462,v1:10.20.193.54:6819/4049721462] up:boot 2026-02-18T09:55:16.266 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: daemon mds.cephfs.trial054.mzcedn assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: Cluster is now healthy 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: fsmap cephfs:0 1 up:standby 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial054.mzcedn"} : dispatch 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: fsmap cephfs:1 {0=cephfs.trial054.mzcedn=up:creating} 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: daemon mds.cephfs.trial054.mzcedn is now active in filesystem cephfs as rank 0 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: pgmap v33: 64 pgs: 32 unknown, 32 creating+peering; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:16.267 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:16.268 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:16.268 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:16.268 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:16.268 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:55:16.268 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:16.268 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:16 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:16.992 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T09:55:17.114 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: mds.? [v2:10.20.193.54:6818/4049721462,v1:10.20.193.54:6819/4049721462] up:active 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: mds.? [v2:10.20.193.54:6820/866698378,v1:10.20.193.54:6821/866698378] up:boot 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: fsmap cephfs:1 {0=cephfs.trial054.mzcedn=up:active} 1 up:standby 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial054.wvntvw"} : dispatch 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: fsmap cephfs:1 {0=cephfs.trial054.mzcedn=up:active} 1 up:standby 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:55:17.230 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:17 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:55:17.365 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:17.365 INFO:teuthology.orchestra.run.trial054.stdout:[{"events": ["2026-02-18T09:55:15.465493Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T09:55:12.207222Z", "last_refresh": "2026-02-18T09:55:15.948658Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T09:54:36.347757Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T09:54:36.334969Z", "last_refresh": "2026-02-18T09:55:15.948550Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:34.697023Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054:10.20.193.54=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T09:54:34.690552Z", "last_refresh": "2026-02-18T09:55:15.948494Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:49.762352Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial054"}, "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-18T09:54:49.761381Z", "last_refresh": "2026-02-18T09:55:15.948589Z", "running": 2, "size": 2}}] 2026-02-18T09:55:17.506 INFO:tasks.cephadm:mds.cephfs has 2/2 2026-02-18T09:55:17.506 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-18T09:55:17.522 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial054.front.sepia.ceph.com 2026-02-18T09:55:17.523 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- bash -c 'ceph fs subvolumegroup create cephfs g1' 2026-02-18T09:55:17.640 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:18.020 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:55:17 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: 2026-02-18T09:55:17.897+0000 7fe1ab890640 -1 client.14266 error registering admin socket command: (17) File exists 2026-02-18T09:55:18.041 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777' 2026-02-18T09:55:18.160 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:18.547 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: pgmap v34: 64 pgs: 10 active+undersized+degraded, 54 active+undersized; 2.4 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 21/63 objects degraded (33.333%) 2026-02-18T09:55:18.551 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:18.551 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:18.552 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:18.552 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:18.552 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:18.552 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:55:18.552 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:18.552 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:55:18.552 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:18 trial054 ceph-mon[21806]: Health check failed: Degraded data redundancy: 21/63 objects degraded (33.333%), 10 pgs degraded (PG_DEGRADED) 2026-02-18T09:55:18.569 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- bash -c 'ceph fs authorize cephfs client.smbdata / rw' 2026-02-18T09:55:18.689 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:18.960 INFO:teuthology.orchestra.run.trial054.stdout:[client.smbdata] 2026-02-18T09:55:18.961 INFO:teuthology.orchestra.run.trial054.stdout: key = AQCGjJVpfOQoORAAM5+dZ5O7llcWts+fKvZWEA== 2026-02-18T09:55:18.961 INFO:teuthology.orchestra.run.trial054.stdout: caps mds = "allow rw fsname=cephfs" 2026-02-18T09:55:18.961 INFO:teuthology.orchestra.run.trial054.stdout: caps mon = "allow r fsname=cephfs" 2026-02-18T09:55:18.961 INFO:teuthology.orchestra.run.trial054.stdout: caps osd = "allow rw tag cephfs data=cephfs" 2026-02-18T09:55:19.100 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- bash -c 'ceph osd pool create .smb --yes-i-really-mean-it' 2026-02-18T09:55:19.216 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:19.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:19 trial054 ceph-mon[21806]: from='client.14264 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "g1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:55:19.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:19 trial054 ceph-mon[21806]: from='client.14268 -' 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-18T09:55:19.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:19 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1426177629' entity='client.admin' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]} : dispatch 2026-02-18T09:55:19.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:19 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1426177629' entity='client.admin' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]}]': finished 2026-02-18T09:55:19.604 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:19 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1689981144' entity='client.admin' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2026-02-18T09:55:19.964 INFO:teuthology.orchestra.run.trial054.stderr:pool '.smb' created 2026-02-18T09:55:20.109 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- bash -c 'ceph osd pool application enable .smb smb' 2026-02-18T09:55:20.226 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:20.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:20 trial054 ceph-mon[21806]: pgmap v35: 64 pgs: 10 active+undersized+degraded, 54 active+undersized; 2.4 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 21/63 objects degraded (33.333%) 2026-02-18T09:55:20.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:20 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/1689981144' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2026-02-18T09:55:20.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:20 trial054 ceph-mon[21806]: mds.? [v2:10.20.193.54:6818/4049721462,v1:10.20.193.54:6819/4049721462] up:active 2026-02-18T09:55:20.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:20 trial054 ceph-mon[21806]: mds.? [v2:10.20.193.54:6820/866698378,v1:10.20.193.54:6821/866698378] up:standby 2026-02-18T09:55:20.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:20 trial054 ceph-mon[21806]: fsmap cephfs:1 {0=cephfs.trial054.mzcedn=up:active} 1 up:standby 2026-02-18T09:55:20.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:20 trial054 ceph-mon[21806]: mgrmap e14: x(active, since 52s) 2026-02-18T09:55:20.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:20 trial054 ceph-mon[21806]: osdmap e20: 2 total, 2 up, 2 in 2026-02-18T09:55:20.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:20 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2693678170' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2026-02-18T09:55:20.963 INFO:teuthology.orchestra.run.trial054.stderr:enabled application 'smb' on pool '.smb' 2026-02-18T09:55:21.110 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- bash -c 'rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin' 2026-02-18T09:55:21.227 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:21.463 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-18T09:55:21.479 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-18T09:55:21.479 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch apply -i - 2026-02-18T09:55:21.597 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:21.838 INFO:teuthology.orchestra.run.trial054.stdout:Scheduled smb.saserv1 update... 2026-02-18T09:55:21.984 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-18T09:55:21.999 INFO:tasks.cephadm:Waiting for ceph service smb.saserv1 to start (timeout 300)... 2026-02-18T09:55:21.999 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T09:55:22.097 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:21 trial054 ceph-mon[21806]: from='client.? 10.20.193.54:0/2693678170' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2026-02-18T09:55:22.097 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:21 trial054 ceph-mon[21806]: osdmap e21: 2 total, 2 up, 2 in 2026-02-18T09:55:22.097 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:21 trial054 ceph-mon[21806]: pgmap v38: 96 pgs: 32 unknown, 10 active+undersized+degraded, 54 active+undersized; 2.4 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 21/63 objects degraded (33.333%) 2026-02-18T09:55:22.097 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:21 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:22.097 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:21 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:55:22.126 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:22.375 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:22.375 INFO:teuthology.orchestra.run.trial054.stdout:[{"events": ["2026-02-18T09:55:15.465493Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T09:55:12.207222Z", "last_refresh": "2026-02-18T09:55:22.343751Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T09:54:36.347757Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T09:54:36.334969Z", "last_refresh": "2026-02-18T09:55:22.343644Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:34.697023Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054:10.20.193.54=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T09:54:34.690552Z", "last_refresh": "2026-02-18T09:55:22.343588Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:49.762352Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial054"}, "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-18T09:54:49.761381Z", "last_refresh": "2026-02-18T09:55:22.343681Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T09:55:21.837306Z 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-18T09:55:21.835345Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-18T09:55:22.519 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-02-18T09:55:23.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='client.14279 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T09:55:23.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: Saving service smb.saserv1 spec with placement count:1 2026-02-18T09:55:23.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: osdmap e22: 2 total, 2 up, 2 in 2026-02-18T09:55:23.104 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.saserv1.trial054.rwvkbr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/saserv1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=saserv1 object_prefix cluster.meta."]} : dispatch 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.saserv1.trial054.rwvkbr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/saserv1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=saserv1 object_prefix cluster.meta."]}]': finished 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smbdata"} : dispatch 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: Deploying daemon smb.saserv1.trial054.rwvkbr on trial054 2026-02-18T09:55:23.105 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:22 trial054 ceph-mon[21806]: from='client.14281 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:23.520 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T09:55:23.642 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:23.902 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:23.902 INFO:teuthology.orchestra.run.trial054.stdout:[{"events": ["2026-02-18T09:55:15.465493Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T09:55:12.207222Z", "last_refresh": "2026-02-18T09:55:22.343751Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T09:54:36.347757Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T09:54:36.334969Z", "last_refresh": "2026-02-18T09:55:22.343644Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:34.697023Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054:10.20.193.54=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T09:54:34.690552Z", "last_refresh": "2026-02-18T09:55:22.343588Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:49.762352Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial054"}, "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-18T09:54:49.761381Z", "last_refresh": "2026-02-18T09:55:22.343681Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T09:55:21.837306Z 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-18T09:55:21.835345Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-18T09:55:24.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:23 trial054 ceph-mon[21806]: pgmap v40: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 31 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 6.7 KiB/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:24.768 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-02-18T09:55:25.089 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:24 trial054 ceph-mon[21806]: from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:25.089 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:24 trial054 ceph-mon[21806]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded (PG_DEGRADED) 2026-02-18T09:55:25.769 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T09:55:25.927 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:26.011 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:25 trial054 ceph-mon[21806]: pgmap v41: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 31 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 6.7 KiB/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:26.187 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:26.187 INFO:teuthology.orchestra.run.trial054.stdout:[{"events": ["2026-02-18T09:55:15.465493Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T09:55:12.207222Z", "last_refresh": "2026-02-18T09:55:22.343751Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T09:54:36.347757Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T09:54:36.334969Z", "last_refresh": "2026-02-18T09:55:22.343644Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:34.697023Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054:10.20.193.54=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T09:54:34.690552Z", "last_refresh": "2026-02-18T09:55:22.343588Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:49.762352Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial054"}, "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-18T09:54:49.761381Z", "last_refresh": "2026-02-18T09:55:22.343681Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T09:55:26.077290Z 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-18T09:55:21.835345Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-18T09:55:26.330 INFO:tasks.cephadm:smb.saserv1 has 0/1 2026-02-18T09:55:27.331 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T09:55:27.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:27.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:27.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:27.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:27.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:55:27.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='client.14287 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:27.354 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:27.355 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:27 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T09:55:28.151 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:28.732 INFO:teuthology.orchestra.run.trial054.stdout: 2026-02-18T09:55:28.732 INFO:teuthology.orchestra.run.trial054.stdout:[{"events": ["2026-02-18T09:55:15.465493Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T09:55:12.207222Z", "last_refresh": "2026-02-18T09:55:26.717904Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T09:54:36.347757Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T09:54:36.334969Z", "last_refresh": "2026-02-18T09:55:26.717782Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:34.697023Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial054:10.20.193.54=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T09:54:34.690552Z", "last_refresh": "2026-02-18T09:55:26.717723Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T09:54:49.762352Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial054"}, "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-18T09:54:49.761381Z", "last_refresh": "2026-02-18T09:55:26.717821Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T09:55:26.077290Z 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-18T09:55:21.835345Z", "last_refresh": "2026-02-18T09:55:26.717977Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-18T09:55:28.732 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:28 trial054 ceph-mon[21806]: pgmap v42: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 556 B/s rd, 6.8 KiB/s wr, 4 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:28.732 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:28 trial054 ceph-mon[21806]: from='mgr.14152 10.20.193.54:0/3849693507' entity='mgr.x' 2026-02-18T09:55:28.873 INFO:tasks.cephadm:smb.saserv1 has 1/1 2026-02-18T09:55:28.874 INFO:teuthology.run_tasks:Running task template.exec... 2026-02-18T09:55:28.890 INFO:tasks.template:Running commands on role host.b host ubuntu@trial184.front.sepia.ceph.com 2026-02-18T09:55:28.890 DEBUG:teuthology.orchestra.run.trial184:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2026-02-18T09:55:28.916 INFO:teuthology.orchestra.run.trial184.stderr:+ sleep 30 2026-02-18T09:55:30.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:30 trial054 ceph-mon[21806]: from='client.14299 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T09:55:30.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:30 trial054 ceph-mon[21806]: pgmap v43: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 489 B/s rd, 6.0 KiB/s wr, 3 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:32.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:32 trial054 ceph-mon[21806]: pgmap v44: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 409 B/s rd, 5.0 KiB/s wr, 3 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:34.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:34 trial054 ceph-mon[21806]: pgmap v45: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 811 B/s rd, 4.3 KiB/s wr, 3 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:36.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:36 trial054 ceph-mon[21806]: pgmap v46: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 39 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 767 B/s rd, 853 B/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:38.853 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:38 trial054 ceph-mon[21806]: pgmap v47: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 3 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:40.853 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:40 trial054 ceph-mon[21806]: pgmap v48: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 853 B/s rd, 255 B/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:42.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:42 trial054 ceph-mon[21806]: pgmap v49: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 853 B/s rd, 255 B/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:44.853 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:44 trial054 ceph-mon[21806]: pgmap v50: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 938 B/s rd, 255 B/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:46.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:46 trial054 ceph-mon[21806]: pgmap v51: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 511 B/s rd, 255 B/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:48.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:48 trial054 ceph-mon[21806]: pgmap v52: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 597 B/s rd, 255 B/s wr, 1 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:48.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:48 trial054 ceph-mon[21806]: osdmap e23: 2 total, 2 up, 2 in 2026-02-18T09:55:50.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:50 trial054 ceph-mon[21806]: pgmap v54: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 204 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:52.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:52 trial054 ceph-mon[21806]: pgmap v55: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 204 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:54.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:54 trial054 ceph-mon[21806]: pgmap v56: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 204 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:56.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:56 trial054 ceph-mon[21806]: pgmap v57: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 204 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:58.854 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:58 trial054 ceph-mon[21806]: pgmap v58: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 40 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 204 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T09:55:58.922 DEBUG:teuthology.orchestra.run.trial184:> 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.54/share1 -c ls' 2026-02-18T09:55:58.981 INFO:teuthology.orchestra.run.trial184.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.54/share1 -c ls 2026-02-18T09:55:59.160 INFO:teuthology.orchestra.run.trial184.stdout: . D 0 Wed Feb 18 09:55:17 2026 2026-02-18T09:55:59.160 INFO:teuthology.orchestra.run.trial184.stdout: .. D 0 Wed Feb 18 09:55:17 2026 2026-02-18T09:55:59.160 INFO:teuthology.orchestra.run.trial184.stdout: volumes D 0 Wed Feb 18 09:55:18 2026 2026-02-18T09:55:59.160 INFO:teuthology.orchestra.run.trial184.stdout: 2026-02-18T09:55:59.160 INFO:teuthology.orchestra.run.trial184.stdout: 464846848 blocks of size 1024. 464846848 blocks available 2026-02-18T09:55:59.279 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T09:55:59.289 INFO:tasks.cephadm:Teardown begin 2026-02-18T09:55:59.289 DEBUG:teuthology.orchestra.run.trial054:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T09:55:59.319 DEBUG:teuthology.orchestra.run.trial184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T09:55:59.345 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-18T09:55:59.345 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-18T09:55:59.477 INFO:teuthology.orchestra.run.trial054.stderr:Inferring config /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/mon.a/config 2026-02-18T09:55:59.497 INFO:teuthology.orchestra.run.trial054.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-18T09:55:59.514 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-18T09:55:59.514 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-18T09:55:59.514 DEBUG:teuthology.orchestra.run.trial054:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T09:55:59.530 DEBUG:teuthology.orchestra.run.trial184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T09:55:59.548 INFO:tasks.cephadm:Stopping all daemons... 2026-02-18T09:55:59.548 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-18T09:55:59.548 DEBUG:teuthology.orchestra.run.trial054:> sudo systemctl stop ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mon.a 2026-02-18T09:55:59.813 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:59 trial054 systemd[1]: Stopping Ceph mon.a for bb009fa9-0caf-11f1-9604-d404e6e7d460... 2026-02-18T09:55:59.813 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:59 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a[21780]: 2026-02-18T09:55:59.672+0000 7f64314d4640 -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-18T09:55:59.813 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:59 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a[21780]: 2026-02-18T09:55:59.672+0000 7f64314d4640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-18T09:55:59.813 INFO:journalctl@ceph.mon.a.trial054.stdout:Feb 18 09:55:59 trial054 podman[69719]: 2026-02-18 09:55:59.704801649 +0000 UTC m=+0.047051979 container died 0fbf742ef9903a3dc07a59dbdd2947d3c3064216fae5580b1a2925100612181d (image=quay.ceph.io/ceph-ci/ceph:3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2026-02-18T09:55:59.894 DEBUG:teuthology.orchestra.run.trial054:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mon.a.service' 2026-02-18T09:55:59.944 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T09:55:59.944 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-18T09:55:59.944 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-02-18T09:55:59.945 DEBUG:teuthology.orchestra.run.trial054:> sudo systemctl stop ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mgr.x 2026-02-18T09:56:00.066 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:55:59 trial054 systemd[1]: Stopping Ceph mgr.x for bb009fa9-0caf-11f1-9604-d404e6e7d460... 2026-02-18T09:56:00.066 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:56:00 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: 2026-02-18T09:56:00.035+0000 7fe2bebe0640 -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-18T09:56:00.066 INFO:journalctl@ceph.mgr.x.trial054.stdout:Feb 18 09:56:00 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-mgr-x[22089]: 2026-02-18T09:56:00.035+0000 7fe2bebe0640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-18T09:56:00.259 DEBUG:teuthology.orchestra.run.trial054:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@mgr.x.service' 2026-02-18T09:56:00.303 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T09:56:00.303 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-02-18T09:56:00.303 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-18T09:56:00.303 DEBUG:teuthology.orchestra.run.trial054:> sudo systemctl stop ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@osd.0 2026-02-18T09:56:00.604 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:00 trial054 systemd[1]: Stopping Ceph osd.0 for bb009fa9-0caf-11f1-9604-d404e6e7d460... 2026-02-18T09:56:00.604 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:00 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0[40197]: 2026-02-18T09:56:00.409+0000 7f52f083c640 -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-18T09:56:00.604 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:00 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0[40197]: 2026-02-18T09:56:00.409+0000 7f52f083c640 -1 osd.0 23 *** Got signal Terminated *** 2026-02-18T09:56:00.604 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:00 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0[40197]: 2026-02-18T09:56:00.409+0000 7f52f083c640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T09:56:05.721 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:05 trial054 podman[70070]: 2026-02-18 09:56:05.468774647 +0000 UTC m=+5.073765909 container died 316b9e2b93baeeb1cbcd8d056137b05b659586f49a5294494feacc7b0e6b8020 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032) 2026-02-18T09:56:05.721 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:05 trial054 podman[70070]: 2026-02-18 09:56:05.580733747 +0000 UTC m=+5.185724989 container remove 316b9e2b93baeeb1cbcd8d056137b05b659586f49a5294494feacc7b0e6b8020 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, ceph=True, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3) 2026-02-18T09:56:05.721 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:05 trial054 bash[70070]: ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0 2026-02-18T09:56:06.001 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:05 trial054 podman[70228]: 2026-02-18 09:56:05.71997318 +0000 UTC m=+0.016428691 container create edbbe3aff660e2963f5ec4b7bf41cdd87093a10e4b60af80e4497b39131d7ff0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, io.buildah.version=1.41.3, OSD_FLAVOR=default, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T09:56:06.002 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:05 trial054 podman[70228]: 2026-02-18 09:56:05.762282675 +0000 UTC m=+0.058738126 container init edbbe3aff660e2963f5ec4b7bf41cdd87093a10e4b60af80e4497b39131d7ff0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0-deactivate, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, OSD_FLAVOR=default, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.vendor=CentOS) 2026-02-18T09:56:06.002 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:05 trial054 podman[70228]: 2026-02-18 09:56:05.765816342 +0000 UTC m=+0.062271793 container start edbbe3aff660e2963f5ec4b7bf41cdd87093a10e4b60af80e4497b39131d7ff0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, ceph=True, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T09:56:06.002 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:05 trial054 podman[70228]: 2026-02-18 09:56:05.766835747 +0000 UTC m=+0.063291198 container attach edbbe3aff660e2963f5ec4b7bf41cdd87093a10e4b60af80e4497b39131d7ff0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.label-schema.vendor=CentOS, 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, OSD_FLAVOR=default, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216) 2026-02-18T09:56:06.002 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:05 trial054 podman[70228]: 2026-02-18 09:56:05.712701547 +0000 UTC m=+0.009156988 image pull 656ca9d4635441bfeddfcfe56b66d087751ece2af0bef9e29f3ee8f37f4d6b6f quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb 2026-02-18T09:56:06.002 INFO:journalctl@ceph.osd.0.trial054.stdout:Feb 18 09:56:05 trial054 podman[70228]: 2026-02-18 09:56:05.888834111 +0000 UTC m=+0.185289562 container died edbbe3aff660e2963f5ec4b7bf41cdd87093a10e4b60af80e4497b39131d7ff0 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, OSD_FLAVOR=default, org.label-schema.license=GPLv2, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2026-02-18T09:56:06.021 DEBUG:teuthology.orchestra.run.trial054:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@osd.0.service' 2026-02-18T09:56:06.068 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T09:56:06.068 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-18T09:56:06.068 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-18T09:56:06.068 DEBUG:teuthology.orchestra.run.trial054:> sudo systemctl stop ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@osd.1 2026-02-18T09:56:06.354 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:06 trial054 systemd[1]: Stopping Ceph osd.1 for bb009fa9-0caf-11f1-9604-d404e6e7d460... 2026-02-18T09:56:06.354 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:06 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1[49014]: 2026-02-18T09:56:06.171+0000 7f459b5e0640 -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-18T09:56:06.354 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:06 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1[49014]: 2026-02-18T09:56:06.171+0000 7f459b5e0640 -1 osd.1 23 *** Got signal Terminated *** 2026-02-18T09:56:06.354 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:06 trial054 ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1[49014]: 2026-02-18T09:56:06.171+0000 7f459b5e0640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T09:56:11.502 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 podman[70396]: 2026-02-18 09:56:11.241513363 +0000 UTC m=+5.084417851 container died 3093eddd36f4c791775f451fef5a0866f9ab3ba0b5527d2ce770680dafd8117e (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216) 2026-02-18T09:56:11.502 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 podman[70396]: 2026-02-18 09:56:11.353771637 +0000 UTC m=+5.196676125 container remove 3093eddd36f4c791775f451fef5a0866f9ab3ba0b5527d2ce770680dafd8117e (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1, org.label-schema.build-date=20260216, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T09:56:11.502 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 bash[70396]: ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1 2026-02-18T09:56:11.502 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 podman[70537]: 2026-02-18 09:56:11.480783258 +0000 UTC m=+0.016952404 container create b76d7c6b33f13206439bd66aeae4017568e7dd2d7cac5d54ddb21bc9b8efc282 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, 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, ceph=True, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS) 2026-02-18T09:56:11.757 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 podman[70537]: 2026-02-18 09:56:11.513958018 +0000 UTC m=+0.050127094 container init b76d7c6b33f13206439bd66aeae4017568e7dd2d7cac5d54ddb21bc9b8efc282 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1-deactivate, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2) 2026-02-18T09:56:11.757 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 podman[70537]: 2026-02-18 09:56:11.517525006 +0000 UTC m=+0.053694093 container start b76d7c6b33f13206439bd66aeae4017568e7dd2d7cac5d54ddb21bc9b8efc282 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1-deactivate, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T09:56:11.757 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 podman[70537]: 2026-02-18 09:56:11.518069759 +0000 UTC m=+0.054238835 container attach b76d7c6b33f13206439bd66aeae4017568e7dd2d7cac5d54ddb21bc9b8efc282 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1-deactivate, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.opencontainers.image.authors=Ceph Release Team , ceph=True) 2026-02-18T09:56:11.757 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 podman[70537]: 2026-02-18 09:56:11.473195207 +0000 UTC m=+0.009364293 image pull 656ca9d4635441bfeddfcfe56b66d087751ece2af0bef9e29f3ee8f37f4d6b6f quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb 2026-02-18T09:56:11.757 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 podman[70537]: 2026-02-18 09:56:11.640123216 +0000 UTC m=+0.176292312 container died b76d7c6b33f13206439bd66aeae4017568e7dd2d7cac5d54ddb21bc9b8efc282 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1-deactivate, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260216) 2026-02-18T09:56:11.757 INFO:journalctl@ceph.osd.1.trial054.stdout:Feb 18 09:56:11 trial054 podman[70537]: 2026-02-18 09:56:11.755300657 +0000 UTC m=+0.291469723 container remove b76d7c6b33f13206439bd66aeae4017568e7dd2d7cac5d54ddb21bc9b8efc282 (image=quay.ceph.io/ceph-ci/ceph@sha256:f7cd67fd74633e52f17c132eeda23f645e5c984a184538cafab14342b2ea3acb, name=ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460-osd-1-deactivate, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-17-1032, CEPH_SHA1=3e79fb58b7e5f0cc704daa1fc55a326f87e6bd3c, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , ceph=True) 2026-02-18T09:56:11.782 DEBUG:teuthology.orchestra.run.trial054:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bb009fa9-0caf-11f1-9604-d404e6e7d460@osd.1.service' 2026-02-18T09:56:11.830 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T09:56:11.830 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-18T09:56:11.831 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 --force --keep-logs 2026-02-18T09:56:11.949 INFO:teuthology.orchestra.run.trial054.stdout:Deleting cluster with fsid: bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:56:19.716 DEBUG:teuthology.orchestra.run.trial184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 --force --keep-logs 2026-02-18T09:56:19.834 INFO:teuthology.orchestra.run.trial184.stdout:Deleting cluster with fsid: bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:56:19.996 DEBUG:teuthology.orchestra.run.trial054:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T09:56:20.025 DEBUG:teuthology.orchestra.run.trial184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T09:56:20.051 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-18T09:56:20.053 DEBUG:teuthology.misc:Transferring archived files from trial054:/var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial/55049/remote/trial054/crash 2026-02-18T09:56:20.053 DEBUG:teuthology.orchestra.run.trial054:> sudo tar c -f - -C /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/crash -- . 2026-02-18T09:56:20.090 INFO:teuthology.orchestra.run.trial054.stderr:tar: /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T09:56:20.090 INFO:teuthology.orchestra.run.trial054.stderr:tar: Error is not recoverable: exiting now 2026-02-18T09:56:20.092 DEBUG:teuthology.misc:Transferring archived files from trial184:/var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial/55049/remote/trial184/crash 2026-02-18T09:56:20.094 DEBUG:teuthology.orchestra.run.trial184:> sudo tar c -f - -C /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/crash -- . 2026-02-18T09:56:20.119 INFO:teuthology.orchestra.run.trial184.stderr:tar: /var/lib/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T09:56:20.119 INFO:teuthology.orchestra.run.trial184.stderr:tar: Error is not recoverable: exiting now 2026-02-18T09:56:20.120 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-18T09:56:20.121 DEBUG:teuthology.orchestra.run.trial054:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bb009fa9-0caf-11f1-9604-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-18T09:56:20.157 INFO:tasks.cephadm:Compressing logs... 2026-02-18T09:56:20.157 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:56:20.200 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:56:20.227 INFO:teuthology.orchestra.run.trial054.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T09:56:20.228 INFO:teuthology.orchestra.run.trial054.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T09:56:20.228 INFO:teuthology.orchestra.run.trial054.stderr:gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mon.a.log 2026-02-18T09:56:20.228 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-osd.0.log 2026-02-18T09:56:20.228 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mds.cephfs.trial054.mzcedn.log 2026-02-18T09:56:20.229 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph.cephadm.log 2026-02-18T09:56:20.229 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mds.cephfs.trial054.mzcedn.log: gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph.audit.log 2026-02-18T09:56:20.229 INFO:teuthology.orchestra.run.trial054.stderr: 77.3% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mds.cephfs.trial054.mzcedn.log.gz 2026-02-18T09:56:20.229 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-volume.log 2026-02-18T09:56:20.229 INFO:teuthology.orchestra.run.trial054.stderr: 77.0% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T09:56:20.229 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mds.cephfs.trial054.wvntvw.log 2026-02-18T09:56:20.229 INFO:teuthology.orchestra.run.trial054.stderr: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T09:56:20.230 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-osd.1.log 2026-02-18T09:56:20.230 INFO:teuthology.orchestra.run.trial054.stderr: 89.0% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph.audit.log.gz 2026-02-18T09:56:20.230 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mds.cephfs.trial054.wvntvw.log: gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mgr.x.log 2026-02-18T09:56:20.230 INFO:teuthology.orchestra.run.trial054.stderr: 66.8% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mds.cephfs.trial054.wvntvw.log.gz 2026-02-18T09:56:20.230 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph.log 2026-02-18T09:56:20.230 INFO:teuthology.orchestra.run.trial054.stderr:/var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mgr.x.log: /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph.log: 83.7% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph.log.gz 2026-02-18T09:56:20.230 INFO:teuthology.orchestra.run.trial054.stderr: 93.8% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-volume.log.gz 2026-02-18T09:56:20.233 INFO:teuthology.orchestra.run.trial184.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T09:56:20.233 INFO:teuthology.orchestra.run.trial184.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T09:56:20.234 INFO:teuthology.orchestra.run.trial184.stderr:/var/log/ceph/cephadm.log: 70.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T09:56:20.234 INFO:teuthology.orchestra.run.trial184.stderr: 2026-02-18T09:56:20.234 INFO:teuthology.orchestra.run.trial184.stderr:real 0m0.010s 2026-02-18T09:56:20.234 INFO:teuthology.orchestra.run.trial184.stderr:user 0m0.006s 2026-02-18T09:56:20.234 INFO:teuthology.orchestra.run.trial184.stderr:sys 0m0.012s 2026-02-18T09:56:20.248 INFO:teuthology.orchestra.run.trial054.stderr: 88.9% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mgr.x.log.gz 2026-02-18T09:56:20.272 INFO:teuthology.orchestra.run.trial054.stderr: 91.1% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-mon.a.log.gz 2026-02-18T09:56:20.294 INFO:teuthology.orchestra.run.trial054.stderr: 94.4% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-osd.0.log.gz 2026-02-18T09:56:20.303 INFO:teuthology.orchestra.run.trial054.stderr: 94.7% -- replaced with /var/log/ceph/bb009fa9-0caf-11f1-9604-d404e6e7d460/ceph-osd.1.log.gz 2026-02-18T09:56:20.305 INFO:teuthology.orchestra.run.trial054.stderr: 2026-02-18T09:56:20.305 INFO:teuthology.orchestra.run.trial054.stderr:real 0m0.091s 2026-02-18T09:56:20.305 INFO:teuthology.orchestra.run.trial054.stderr:user 0m0.224s 2026-02-18T09:56:20.306 INFO:teuthology.orchestra.run.trial054.stderr:sys 0m0.028s 2026-02-18T09:56:20.306 INFO:tasks.cephadm:Archiving logs... 2026-02-18T09:56:20.306 DEBUG:teuthology.misc:Transferring archived files from trial054:/var/log/ceph to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial/55049/remote/trial054/log 2026-02-18T09:56:20.308 DEBUG:teuthology.orchestra.run.trial054:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T09:56:20.421 DEBUG:teuthology.misc:Transferring archived files from trial184:/var/log/ceph to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial/55049/remote/trial184/log 2026-02-18T09:56:20.422 DEBUG:teuthology.orchestra.run.trial184:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T09:56:20.448 INFO:tasks.cephadm:Removing cluster... 2026-02-18T09:56:20.448 DEBUG:teuthology.orchestra.run.trial054:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bb009fa9-0caf-11f1-9604-d404e6e7d460 --force 2026-02-18T09:56:20.565 INFO:teuthology.orchestra.run.trial054.stdout:Deleting cluster with fsid: bb009fa9-0caf-11f1-9604-d404e6e7d460 2026-02-18T09:56:20.723 INFO:tasks.cephadm:Removing cephadm ... 2026-02-18T09:56:20.724 DEBUG:teuthology.orchestra.run.trial054:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T09:56:20.740 DEBUG:teuthology.orchestra.run.trial184:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T09:56:20.758 INFO:tasks.cephadm:Teardown complete 2026-02-18T09:56:20.758 DEBUG:teuthology.run_tasks:Unwinding manager smb.configure_samba_client_container 2026-02-18T09:56:20.769 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-18T09:56:20.784 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-18T09:56:20.784 DEBUG:teuthology.orchestra.run.trial054:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T09:56:20.787 DEBUG:teuthology.orchestra.run.trial184:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T09:56:20.981 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T09:56:20.991 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T09:56:20.991 DEBUG:teuthology.orchestra.run.trial054:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T09:56:20.993 DEBUG:teuthology.orchestra.run.trial184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T09:56:21.007 INFO:teuthology.orchestra.run.trial054.stderr:bash: line 1: ntpq: command not found 2026-02-18T09:56:21.009 INFO:teuthology.orchestra.run.trial184.stderr:bash: line 1: ntpq: command not found 2026-02-18T09:56:21.028 INFO:teuthology.orchestra.run.trial184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T09:56:21.028 INFO:teuthology.orchestra.run.trial184.stdout:=============================================================================== 2026-02-18T09:56:21.028 INFO:teuthology.orchestra.run.trial184.stdout:^- ntp.sfo.icanbwell.com 2 6 177 32 -395us[ -395us] +/- 35ms 2026-02-18T09:56:21.029 INFO:teuthology.orchestra.run.trial184.stdout:^- ntp.maxhost.io 2 6 177 33 +277us[ +809us] +/- 55ms 2026-02-18T09:56:21.029 INFO:teuthology.orchestra.run.trial184.stdout:^* chi3.us.ntp.li 2 6 177 33 +3240ns[ +536us] +/- 10ms 2026-02-18T09:56:21.029 INFO:teuthology.orchestra.run.trial184.stdout:^- 172-234-44-141.ip.linode> 2 6 177 32 +13ms[ +13ms] +/- 88ms 2026-02-18T09:56:21.029 INFO:teuthology.orchestra.run.trial054.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T09:56:21.029 INFO:teuthology.orchestra.run.trial054.stdout:=============================================================================== 2026-02-18T09:56:21.029 INFO:teuthology.orchestra.run.trial054.stdout:^- ntp.sfo.icanbwell.com 2 6 177 32 -44us[ -44us] +/- 36ms 2026-02-18T09:56:21.029 INFO:teuthology.orchestra.run.trial054.stdout:^- ntp.maxhost.io 2 6 177 32 +581us[ +524us] +/- 56ms 2026-02-18T09:56:21.029 INFO:teuthology.orchestra.run.trial054.stdout:^* chi3.us.ntp.li 2 6 177 32 -31us[ -88us] +/- 10ms 2026-02-18T09:56:21.029 INFO:teuthology.orchestra.run.trial054.stdout:^- 172-234-44-141.ip.linode> 2 6 177 33 +12ms[ +12ms] +/- 88ms 2026-02-18T09:56:21.030 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T09:56:21.041 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T09:56:21.041 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T09:56:21.054 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:56:21.120 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:56:21.162 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:56:21.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T09:56:21.189 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:56:21.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T09:56:21.230 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T09:56:21.246 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T09:56:21.261 INFO:teuthology.task.internal:Duration was 306.343894 seconds 2026-02-18T09:56:21.261 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T09:56:21.278 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T09:56:21.278 DEBUG:teuthology.orchestra.run.trial054:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T09:56:21.281 DEBUG:teuthology.orchestra.run.trial184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T09:56:21.317 INFO:teuthology.orchestra.run.trial054.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T09:56:21.319 INFO:teuthology.orchestra.run.trial184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T09:56:21.641 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T09:56:21.641 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial054.front.sepia.ceph.com 2026-02-18T09:56:21.641 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:56:21.660 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial184.front.sepia.ceph.com 2026-02-18T09:56:21.661 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:56:21.700 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T09:56:21.700 DEBUG:teuthology.orchestra.run.trial054:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T09:56:21.702 DEBUG:teuthology.orchestra.run.trial184:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T09:56:21.786 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T09:56:21.786 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:56:21.789 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:56:21.809 INFO:teuthology.orchestra.run.trial054.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T09:56:21.811 INFO:teuthology.orchestra.run.trial054.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T09:56:21.811 INFO:teuthology.orchestra.run.trial054.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T09:56:21.811 INFO:teuthology.orchestra.run.trial054.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T09:56:21.811 INFO:teuthology.orchestra.run.trial054.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T09:56:21.824 INFO:teuthology.orchestra.run.trial054.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T09:56:21.847 INFO:teuthology.orchestra.run.trial184.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T09:56:21.848 INFO:teuthology.orchestra.run.trial184.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T09:56:21.848 INFO:teuthology.orchestra.run.trial184.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T09:56:21.848 INFO:teuthology.orchestra.run.trial184.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T09:56:21.849 INFO:teuthology.orchestra.run.trial184.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T09:56:21.851 INFO:teuthology.orchestra.run.trial184.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T09:56:21.854 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T09:56:21.871 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T09:56:21.872 DEBUG:teuthology.orchestra.run.trial054:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T09:56:21.896 DEBUG:teuthology.orchestra.run.trial184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T09:56:21.920 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T09:56:21.938 DEBUG:teuthology.orchestra.run.trial054:> 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-18T09:56:21.941 DEBUG:teuthology.orchestra.run.trial184:> 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-18T09:56:21.964 INFO:teuthology.orchestra.run.trial054.stdout:kernel.core_pattern = core 2026-02-18T09:56:21.985 INFO:teuthology.orchestra.run.trial184.stdout:kernel.core_pattern = core 2026-02-18T09:56:22.016 DEBUG:teuthology.orchestra.run.trial054:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T09:56:22.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T09:56:22.034 DEBUG:teuthology.orchestra.run.trial184:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T09:56:22.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T09:56:22.071 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T09:56:22.096 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T09:56:22.097 DEBUG:teuthology.misc:Transferring archived files from trial054:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial/55049/remote/trial054 2026-02-18T09:56:22.098 DEBUG:teuthology.orchestra.run.trial054:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T09:56:22.134 DEBUG:teuthology.misc:Transferring archived files from trial184:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-17_21:41:44-orch-wip-phlogistonjohn-testing-1-2026-02-17-1032-distro-default-trial/55049/remote/trial184 2026-02-18T09:56:22.135 DEBUG:teuthology.orchestra.run.trial184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T09:56:22.168 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T09:56:22.169 DEBUG:teuthology.orchestra.run.trial054:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T09:56:22.171 DEBUG:teuthology.orchestra.run.trial184:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T09:56:22.217 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T09:56:22.237 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T09:56:22.237 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T09:56:22.255 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T09:56:22.256 DEBUG:teuthology.orchestra.run.trial054:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T09:56:22.259 DEBUG:teuthology.orchestra.run.trial184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T09:56:22.274 INFO:teuthology.orchestra.run.trial054.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 09:56 /home/ubuntu/cephtest 2026-02-18T09:56:22.275 INFO:teuthology.orchestra.run.trial184.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 09:56 /home/ubuntu/cephtest 2026-02-18T09:56:22.277 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T09:56:22.295 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T09:56:22.333 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} duration: 306.3438937664032 flavor: default owner: scheduled_phlogistonjohn@soko04.front.sepia.ceph.com success: true 2026-02-18T09:56:22.334 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T09:56:22.460 INFO:teuthology.run:pass