2026-02-18T05:15:39.170 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T05:15:39.185 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T05:15:39.411 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54745 branch: 20.2.1_2.17.26-baseline_2 description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_domain} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '54745' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: 20.2.1_2.17.26-baseline_2 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: adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: 20.2.1_2.17.26-baseline_2 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 407 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: 20.2.1_2.17.26-baseline_2 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed targets: trial099.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL3t7KGwszzIw0PRXUMimNDX44EVm61Ue0D7dlKJ//DH/CBR2iNaXpfqQzQbsVeD2+h/deJtOt3jWy1bua1Ju5c= trial110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFAyLJe/wlDD4lh1wB6rI1ECeqStchd0CKiy7zgNdKLdxR2n8njgisyBPD+TY6p+VP73mMylwukbWFN4IGvXGdQ= 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 - cephadm.deploy_samba_ad_dc: 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=admem1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.admem1] 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" [globals.domain.options] security = "ads" workgroup = "DOMAIN1" realm = "domain1.sink.test" "idmap config * : backend" = "autorid" "idmap config * : range" = "2000-9999999" ' - cmd: ceph config-key set smb/config/admem1/join1.json -i - stdin: '{"username": "Administrator", "password": "Passw0rd"} ' - cephadm.apply: specs: - cluster_id: admem1 config_uri: rados://.smb/admem1/conf.toml custom_dns: - '{{ctx.samba_ad_dc_ip}}' features: - domain include_ceph_users: - client.smbdata join_sources: - rados:mon-config-key:smb/config/admem1/join1.json placement: count: 1 service_id: admem1 service_type: smb - cephadm.wait_for_service: service: smb.admem1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''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:23:05 tube: trial user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682 2026-02-18T05:15:39.411 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa; will attempt to use it 2026-02-18T05:15:39.411 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks 2026-02-18T05:15:39.411 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-18T05:15:39.413 INFO:teuthology.task.internal:Checking packages... 2026-02-18T05:15:39.413 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'adc1923395f2bcd6ae89b5d331d278364d1848ed' 2026-02-18T05:15:39.413 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T05:15:39.413 INFO:teuthology.packaging:ref: None 2026-02-18T05:15:39.413 INFO:teuthology.packaging:tag: None 2026-02-18T05:15:39.413 INFO:teuthology.packaging:branch: 20.2.1_2.17.26-baseline_2 2026-02-18T05:15:39.413 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:15:39.413 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=20.2.1_2.17.26-baseline_2 2026-02-18T05:15:39.535 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-670.gadc19233 2026-02-18T05:15:39.536 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-18T05:15:39.547 INFO:teuthology.task.internal:no buildpackages task found 2026-02-18T05:15:39.548 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-18T05:15:39.560 INFO:teuthology.task.internal:Saving configuration 2026-02-18T05:15:39.567 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-18T05:15:39.579 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-18T05:15:39.656 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial099.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54745', '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 05:12:15.832002', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL3t7KGwszzIw0PRXUMimNDX44EVm61Ue0D7dlKJ//DH/CBR2iNaXpfqQzQbsVeD2+h/deJtOt3jWy1bua1Ju5c='} 2026-02-18T05:15:39.712 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial110.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54745', '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 05:12:15.832637', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFAyLJe/wlDD4lh1wB6rI1ECeqStchd0CKiy7zgNdKLdxR2n8njgisyBPD+TY6p+VP73mMylwukbWFN4IGvXGdQ='} 2026-02-18T05:15:39.712 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-18T05:15:39.723 INFO:teuthology.task.internal:roles: ubuntu@trial099.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-02-18T05:15:39.723 INFO:teuthology.task.internal:roles: ubuntu@trial110.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2026-02-18T05:15:39.723 INFO:teuthology.run_tasks:Running task console_log... 2026-02-18T05:15:39.857 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7a4a537ba2a0>, signals=[15]) 2026-02-18T05:15:39.857 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T05:15:39.869 INFO:teuthology.task.internal:Opening connections... 2026-02-18T05:15:39.869 DEBUG:teuthology.task.internal:connecting to ubuntu@trial099.front.sepia.ceph.com 2026-02-18T05:15:39.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:15:39.933 DEBUG:teuthology.task.internal:connecting to ubuntu@trial110.front.sepia.ceph.com 2026-02-18T05:15:39.933 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:15:39.998 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T05:15:40.010 DEBUG:teuthology.orchestra.run.trial099:> uname -m 2026-02-18T05:15:40.025 INFO:teuthology.orchestra.run.trial099.stdout:x86_64 2026-02-18T05:15:40.025 DEBUG:teuthology.orchestra.run.trial099:> cat /etc/os-release 2026-02-18T05:15:40.081 INFO:teuthology.orchestra.run.trial099.stdout:NAME="CentOS Stream" 2026-02-18T05:15:40.081 INFO:teuthology.orchestra.run.trial099.stdout:VERSION="9" 2026-02-18T05:15:40.081 INFO:teuthology.orchestra.run.trial099.stdout:ID="centos" 2026-02-18T05:15:40.081 INFO:teuthology.orchestra.run.trial099.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:VERSION_ID="9" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:ANSI_COLOR="0;31" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:15:40.082 INFO:teuthology.orchestra.run.trial099.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:15:40.082 INFO:teuthology.lock.ops:Updating trial099.front.sepia.ceph.com on lock server 2026-02-18T05:15:40.155 DEBUG:teuthology.orchestra.run.trial110:> uname -m 2026-02-18T05:15:40.171 INFO:teuthology.orchestra.run.trial110.stdout:x86_64 2026-02-18T05:15:40.171 DEBUG:teuthology.orchestra.run.trial110:> cat /etc/os-release 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:NAME="CentOS Stream" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:VERSION="9" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:ID="centos" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:VERSION_ID="9" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:ANSI_COLOR="0;31" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:15:40.231 INFO:teuthology.orchestra.run.trial110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:15:40.231 INFO:teuthology.lock.ops:Updating trial110.front.sepia.ceph.com on lock server 2026-02-18T05:15:40.303 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T05:15:40.315 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T05:15:40.327 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T05:15:40.327 DEBUG:teuthology.orchestra.run.trial099:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:15:40.329 DEBUG:teuthology.orchestra.run.trial110:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:15:40.344 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T05:15:40.355 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T05:15:40.355 DEBUG:teuthology.orchestra.run.trial099:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:15:40.384 DEBUG:teuthology.orchestra.run.trial110:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:15:40.405 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T05:15:40.556 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T05:15:40.575 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-18T05:15:40.575 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-18T05:15:40.576 DEBUG:teuthology.orchestra.run.trial099:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:15:40.576 DEBUG:teuthology.orchestra.run.trial110:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:15:40.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:15:40.590 DEBUG:teuthology.orchestra.run.trial110:> uname -r 2026-02-18T05:15:40.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:15:40.590 DEBUG:teuthology.orchestra.run.trial099:> uname -r 2026-02-18T05:15:40.646 INFO:teuthology.orchestra.run.trial099.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:15:40.646 INFO:teuthology.task.kernel:Running kernel on trial099: 5.14.0-645.el9.x86_64 2026-02-18T05:15:40.646 DEBUG:teuthology.orchestra.run.trial099:> sudo yum install -y kernel 2026-02-18T05:15:40.650 INFO:teuthology.orchestra.run.trial110.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:15:40.650 INFO:teuthology.task.kernel:Running kernel on trial110: 5.14.0-645.el9.x86_64 2026-02-18T05:15:40.650 DEBUG:teuthology.orchestra.run.trial110:> sudo yum install -y kernel 2026-02-18T05:15:41.886 INFO:teuthology.orchestra.run.trial110.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-18T05:15:41.902 INFO:teuthology.orchestra.run.trial099.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-18T05:15:45.363 INFO:teuthology.orchestra.run.trial099.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 27 MB 00:02 2026-02-18T05:15:47.052 INFO:teuthology.orchestra.run.trial110.stdout:CentOS Stream 9 - AppStream 5.8 MB/s | 27 MB 00:04 2026-02-18T05:15:48.017 INFO:teuthology.orchestra.run.trial099.stdout:CentOS Stream 9 - CRB 30 MB/s | 7.8 MB 00:00 2026-02-18T05:15:48.879 INFO:teuthology.orchestra.run.trial099.stdout:CentOS Stream 9 - Extras packages 163 kB/s | 20 kB 00:00 2026-02-18T05:15:49.640 INFO:teuthology.orchestra.run.trial099.stdout:Extra Packages for Enterprise Linux 29 MB/s | 20 MB 00:00 2026-02-18T05:15:49.851 INFO:teuthology.orchestra.run.trial110.stdout:CentOS Stream 9 - CRB 19 MB/s | 7.8 MB 00:00 2026-02-18T05:15:50.784 INFO:teuthology.orchestra.run.trial110.stdout:CentOS Stream 9 - Extras packages 92 kB/s | 20 kB 00:00 2026-02-18T05:15:52.800 INFO:teuthology.orchestra.run.trial110.stdout:Extra Packages for Enterprise Linux 10 MB/s | 20 MB 00:01 2026-02-18T05:15:52.857 INFO:teuthology.orchestra.run.trial099.stdout:lab-extras 2.2 MB/s | 50 kB 00:00 2026-02-18T05:15:53.873 INFO:teuthology.orchestra.run.trial099.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:15:53.895 INFO:teuthology.orchestra.run.trial099.stdout:Dependencies resolved. 2026-02-18T05:15:53.896 INFO:teuthology.orchestra.run.trial099.stdout:================================================================================ 2026-02-18T05:15:53.896 INFO:teuthology.orchestra.run.trial099.stdout: Package Architecture Version Repository Size 2026-02-18T05:15:53.896 INFO:teuthology.orchestra.run.trial099.stdout:================================================================================ 2026-02-18T05:15:53.896 INFO:teuthology.orchestra.run.trial099.stdout:Installing: 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout:Installing dependencies: 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout:Transaction Summary 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout:================================================================================ 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout:Install 4 Packages 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:15:53.897 INFO:teuthology.orchestra.run.trial099.stdout:Total download size: 88 M 2026-02-18T05:15:53.898 INFO:teuthology.orchestra.run.trial099.stdout:Installed size: 135 M 2026-02-18T05:15:53.898 INFO:teuthology.orchestra.run.trial099.stdout:Downloading Packages: 2026-02-18T05:15:54.359 INFO:teuthology.orchestra.run.trial099.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 4.9 MB/s | 803 kB 00:00 2026-02-18T05:15:54.514 INFO:teuthology.orchestra.run.trial099.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 54 MB/s | 17 MB 00:00 2026-02-18T05:15:54.682 INFO:teuthology.orchestra.run.trial099.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 96 MB/s | 31 MB 00:00 2026-02-18T05:15:54.948 INFO:teuthology.orchestra.run.trial099.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 53 MB/s | 40 MB 00:00 2026-02-18T05:15:54.948 INFO:teuthology.orchestra.run.trial099.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:15:54.948 INFO:teuthology.orchestra.run.trial099.stdout:Total 84 MB/s | 88 MB 00:01 2026-02-18T05:15:55.136 INFO:teuthology.orchestra.run.trial099.stdout:Running transaction check 2026-02-18T05:15:55.349 INFO:teuthology.orchestra.run.trial099.stdout:Transaction check succeeded. 2026-02-18T05:15:55.349 INFO:teuthology.orchestra.run.trial099.stdout:Running transaction test 2026-02-18T05:15:55.696 INFO:teuthology.orchestra.run.trial099.stdout:Transaction test succeeded. 2026-02-18T05:15:55.696 INFO:teuthology.orchestra.run.trial099.stdout:Running transaction 2026-02-18T05:15:56.013 INFO:teuthology.orchestra.run.trial110.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-18T05:15:56.781 INFO:teuthology.orchestra.run.trial099.stdout: Preparing : 1/1 2026-02-18T05:15:57.021 INFO:teuthology.orchestra.run.trial110.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:15:57.043 INFO:teuthology.orchestra.run.trial110.stdout:Dependencies resolved. 2026-02-18T05:15:57.044 INFO:teuthology.orchestra.run.trial110.stdout:================================================================================ 2026-02-18T05:15:57.044 INFO:teuthology.orchestra.run.trial110.stdout: Package Architecture Version Repository Size 2026-02-18T05:15:57.044 INFO:teuthology.orchestra.run.trial110.stdout:================================================================================ 2026-02-18T05:15:57.044 INFO:teuthology.orchestra.run.trial110.stdout:Installing: 2026-02-18T05:15:57.044 INFO:teuthology.orchestra.run.trial110.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:15:57.044 INFO:teuthology.orchestra.run.trial110.stdout:Installing dependencies: 2026-02-18T05:15:57.044 INFO:teuthology.orchestra.run.trial110.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:15:57.044 INFO:teuthology.orchestra.run.trial110.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:15:57.045 INFO:teuthology.orchestra.run.trial110.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:15:57.045 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:15:57.045 INFO:teuthology.orchestra.run.trial110.stdout:Transaction Summary 2026-02-18T05:15:57.045 INFO:teuthology.orchestra.run.trial110.stdout:================================================================================ 2026-02-18T05:15:57.045 INFO:teuthology.orchestra.run.trial110.stdout:Install 4 Packages 2026-02-18T05:15:57.045 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:15:57.045 INFO:teuthology.orchestra.run.trial110.stdout:Total download size: 88 M 2026-02-18T05:15:57.045 INFO:teuthology.orchestra.run.trial110.stdout:Installed size: 135 M 2026-02-18T05:15:57.045 INFO:teuthology.orchestra.run.trial110.stdout:Downloading Packages: 2026-02-18T05:15:57.060 INFO:teuthology.orchestra.run.trial099.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:15:57.079 INFO:teuthology.orchestra.run.trial099.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:15:57.138 INFO:teuthology.orchestra.run.trial110.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 24 MB/s | 803 kB 00:00 2026-02-18T05:15:57.275 INFO:teuthology.orchestra.run.trial110.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 101 MB/s | 17 MB 00:00 2026-02-18T05:15:57.402 INFO:teuthology.orchestra.run.trial110.stdout:(3/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 134 MB/s | 40 MB 00:00 2026-02-18T05:15:57.494 INFO:teuthology.orchestra.run.trial110.stdout:(4/4): kernel-modules-core-5.14.0-681.el9.x86_6 87 MB/s | 31 MB 00:00 2026-02-18T05:15:57.495 INFO:teuthology.orchestra.run.trial110.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:15:57.495 INFO:teuthology.orchestra.run.trial110.stdout:Total 196 MB/s | 88 MB 00:00 2026-02-18T05:15:57.681 INFO:teuthology.orchestra.run.trial110.stdout:Running transaction check 2026-02-18T05:15:57.888 INFO:teuthology.orchestra.run.trial110.stdout:Transaction check succeeded. 2026-02-18T05:15:57.888 INFO:teuthology.orchestra.run.trial110.stdout:Running transaction test 2026-02-18T05:15:58.234 INFO:teuthology.orchestra.run.trial110.stdout:Transaction test succeeded. 2026-02-18T05:15:58.235 INFO:teuthology.orchestra.run.trial110.stdout:Running transaction 2026-02-18T05:15:58.854 INFO:teuthology.orchestra.run.trial099.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:15:58.883 INFO:teuthology.orchestra.run.trial099.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:15:59.322 INFO:teuthology.orchestra.run.trial110.stdout: Preparing : 1/1 2026-02-18T05:15:59.605 INFO:teuthology.orchestra.run.trial110.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:15:59.624 INFO:teuthology.orchestra.run.trial110.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:16:01.405 INFO:teuthology.orchestra.run.trial110.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:16:01.434 INFO:teuthology.orchestra.run.trial110.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:16:01.910 INFO:teuthology.orchestra.run.trial099.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:16:01.916 INFO:teuthology.orchestra.run.trial099.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:04.458 INFO:teuthology.orchestra.run.trial110.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:16:04.465 INFO:teuthology.orchestra.run.trial110.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:04.947 INFO:teuthology.orchestra.run.trial099.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:07.679 INFO:teuthology.orchestra.run.trial110.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:35.152 INFO:teuthology.orchestra.run.trial099.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:35.174 INFO:teuthology.orchestra.run.trial099.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:35.239 INFO:teuthology.orchestra.run.trial099.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:35.239 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:16:35.239 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:16:35.239 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:16:35.291 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:35.291 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:16:35.291 INFO:teuthology.orchestra.run.trial099.stdout:Installed: 2026-02-18T05:16:35.291 INFO:teuthology.orchestra.run.trial099.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T05:16:35.292 INFO:teuthology.orchestra.run.trial099.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T05:16:35.292 INFO:teuthology.orchestra.run.trial099.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T05:16:35.292 INFO:teuthology.orchestra.run.trial099.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T05:16:35.292 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:16:35.292 INFO:teuthology.orchestra.run.trial099.stdout:Complete! 2026-02-18T05:16:35.351 DEBUG:teuthology.orchestra.run.trial099:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:16:35.377 INFO:teuthology.orchestra.run.trial099.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:16:35.378 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:16:35.378 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-18T05:16:35.379 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T05:16:35.379 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T05:16:35.379 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-18T05:16:35.379 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial099.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T05:16:35.379 DEBUG:teuthology.orchestra.run.trial099:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:16:35.442 INFO:teuthology.orchestra.run.trial099.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:16:35.443 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:16:35.443 DEBUG:teuthology.orchestra.run.trial099:> sudo rpm -qi grub2-tools 2026-02-18T05:16:35.512 INFO:teuthology.orchestra.run.trial099.stdout:Name : grub2-tools 2026-02-18T05:16:35.512 INFO:teuthology.orchestra.run.trial099.stdout:Epoch : 1 2026-02-18T05:16:35.512 INFO:teuthology.orchestra.run.trial099.stdout:Version : 2.06 2026-02-18T05:16:35.512 INFO:teuthology.orchestra.run.trial099.stdout:Release : 118.el9 2026-02-18T05:16:35.512 INFO:teuthology.orchestra.run.trial099.stdout:Architecture: x86_64 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:Group : Unspecified 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:Size : 8393909 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:License : GPLv3+ 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:Packager : builder@centos.org 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:Vendor : CentOS 2026-02-18T05:16:35.513 INFO:teuthology.orchestra.run.trial099.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T05:16:35.514 INFO:teuthology.orchestra.run.trial099.stdout:Summary : Support tools for GRUB. 2026-02-18T05:16:35.514 INFO:teuthology.orchestra.run.trial099.stdout:Description : 2026-02-18T05:16:35.514 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:16:35.514 INFO:teuthology.orchestra.run.trial099.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T05:16:35.514 INFO:teuthology.orchestra.run.trial099.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T05:16:35.514 INFO:teuthology.orchestra.run.trial099.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T05:16:35.514 INFO:teuthology.orchestra.run.trial099.stdout:hardware devices. 2026-02-18T05:16:35.514 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:16:35.514 INFO:teuthology.orchestra.run.trial099.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T05:16:35.516 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T05:16:35.516 INFO:teuthology.task.kernel:Updating grub on trial099 to boot 5.14.0-681.el9.x86_64 2026-02-18T05:16:35.516 DEBUG:teuthology.orchestra.run.trial099:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T05:16:35.581 INFO:teuthology.orchestra.run.trial099.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:16:35.582 DEBUG:teuthology.orchestra.run.trial099:> sudo command -v grubby && echo yes || echo no 2026-02-18T05:16:35.647 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/grubby 2026-02-18T05:16:35.648 INFO:teuthology.orchestra.run.trial099.stdout:yes 2026-02-18T05:16:35.649 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:16:35.714 INFO:teuthology.orchestra.run.trial099.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:16:35.715 DEBUG:teuthology.orchestra.run.trial099:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T05:16:35.789 DEBUG:teuthology.orchestra.run.trial099:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T05:16:35.996 INFO:teuthology.orchestra.run.trial099.stderr:Generating grub configuration file ... 2026-02-18T05:16:36.060 INFO:teuthology.orchestra.run.trial099.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T05:16:36.066 INFO:teuthology.orchestra.run.trial099.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T05:16:36.313 INFO:teuthology.orchestra.run.trial099.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T05:16:36.319 INFO:teuthology.orchestra.run.trial099.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T05:16:36.351 INFO:teuthology.orchestra.run.trial099.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T05:16:36.357 INFO:teuthology.orchestra.run.trial099.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T05:16:36.380 INFO:teuthology.orchestra.run.trial099.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T05:16:36.387 INFO:teuthology.orchestra.run.trial099.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T05:16:36.468 INFO:teuthology.orchestra.run.trial099.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T05:16:36.477 INFO:teuthology.orchestra.run.trial099.stderr:done 2026-02-18T05:16:36.479 DEBUG:teuthology.orchestra.run.trial099:> test -d /sys/firmware/efi 2026-02-18T05:16:36.494 DEBUG:teuthology.orchestra.run.trial099:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T05:16:36.560 INFO:teuthology.orchestra.run.trial099.stdout:/boot/efi/EFI/BOOT 2026-02-18T05:16:36.560 INFO:teuthology.orchestra.run.trial099.stdout:/boot/efi/EFI/centos 2026-02-18T05:16:36.561 DEBUG:teuthology.orchestra.run.trial099:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T05:16:36.627 INFO:teuthology.orchestra.run.trial099.stdout:no 2026-02-18T05:16:36.627 DEBUG:teuthology.orchestra.run.trial099:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T05:16:36.698 INFO:teuthology.orchestra.run.trial099.stdout:yes 2026-02-18T05:16:36.698 DEBUG:teuthology.orchestra.run.trial099:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T05:16:36.769 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial099 2026-02-18T05:16:36.769 DEBUG:teuthology.orchestra.run.trial099:> sudo bash -c ' 2026-02-18T05:16:36.769 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:16:36.770 DEBUG:teuthology.orchestra.run.trial099:> ' 2026-02-18T05:16:38.141 INFO:teuthology.orchestra.run.trial110.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:38.162 INFO:teuthology.orchestra.run.trial110.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:38.331 INFO:teuthology.orchestra.run.trial110.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:38.332 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:16:38.332 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:16:38.332 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:16:38.386 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:16:38.386 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:16:38.386 INFO:teuthology.orchestra.run.trial110.stdout:Installed: 2026-02-18T05:16:38.386 INFO:teuthology.orchestra.run.trial110.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T05:16:38.386 INFO:teuthology.orchestra.run.trial110.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T05:16:38.386 INFO:teuthology.orchestra.run.trial110.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T05:16:38.386 INFO:teuthology.orchestra.run.trial110.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T05:16:38.387 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:16:38.387 INFO:teuthology.orchestra.run.trial110.stdout:Complete! 2026-02-18T05:16:38.446 DEBUG:teuthology.orchestra.run.trial110:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:16:38.472 INFO:teuthology.orchestra.run.trial110.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:16:38.473 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:16:38.473 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-18T05:16:38.474 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T05:16:38.474 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T05:16:38.474 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-18T05:16:38.474 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial110.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T05:16:38.474 DEBUG:teuthology.orchestra.run.trial110:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:16:38.538 INFO:teuthology.orchestra.run.trial110.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:16:38.539 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:16:38.539 DEBUG:teuthology.orchestra.run.trial110:> sudo rpm -qi grub2-tools 2026-02-18T05:16:38.607 INFO:teuthology.orchestra.run.trial110.stdout:Name : grub2-tools 2026-02-18T05:16:38.607 INFO:teuthology.orchestra.run.trial110.stdout:Epoch : 1 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Version : 2.06 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Release : 118.el9 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Architecture: x86_64 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Group : Unspecified 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Size : 8393909 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:License : GPLv3+ 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T05:16:38.608 INFO:teuthology.orchestra.run.trial110.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout:Packager : builder@centos.org 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout:Vendor : CentOS 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout:Summary : Support tools for GRUB. 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout:Description : 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout:hardware devices. 2026-02-18T05:16:38.609 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:16:38.610 INFO:teuthology.orchestra.run.trial110.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T05:16:38.611 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T05:16:38.611 INFO:teuthology.task.kernel:Updating grub on trial110 to boot 5.14.0-681.el9.x86_64 2026-02-18T05:16:38.611 DEBUG:teuthology.orchestra.run.trial110:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T05:16:38.676 INFO:teuthology.orchestra.run.trial110.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:16:38.677 DEBUG:teuthology.orchestra.run.trial110:> sudo command -v grubby && echo yes || echo no 2026-02-18T05:16:38.740 INFO:teuthology.orchestra.run.trial110.stdout:/sbin/grubby 2026-02-18T05:16:38.742 INFO:teuthology.orchestra.run.trial110.stdout:yes 2026-02-18T05:16:38.742 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:16:38.805 INFO:teuthology.orchestra.run.trial110.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:16:38.807 DEBUG:teuthology.orchestra.run.trial110:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T05:16:38.881 DEBUG:teuthology.orchestra.run.trial110:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T05:16:39.091 INFO:teuthology.orchestra.run.trial110.stderr:Generating grub configuration file ... 2026-02-18T05:16:39.155 INFO:teuthology.orchestra.run.trial110.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T05:16:39.162 INFO:teuthology.orchestra.run.trial110.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T05:16:39.410 INFO:teuthology.orchestra.run.trial110.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T05:16:39.417 INFO:teuthology.orchestra.run.trial110.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T05:16:39.447 INFO:teuthology.orchestra.run.trial110.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T05:16:39.454 INFO:teuthology.orchestra.run.trial110.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T05:16:39.477 INFO:teuthology.orchestra.run.trial110.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T05:16:39.484 INFO:teuthology.orchestra.run.trial110.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T05:16:39.566 INFO:teuthology.orchestra.run.trial110.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T05:16:39.575 INFO:teuthology.orchestra.run.trial110.stderr:done 2026-02-18T05:16:39.577 DEBUG:teuthology.orchestra.run.trial110:> test -d /sys/firmware/efi 2026-02-18T05:16:39.593 DEBUG:teuthology.orchestra.run.trial110:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T05:16:39.660 INFO:teuthology.orchestra.run.trial110.stdout:/boot/efi/EFI/BOOT 2026-02-18T05:16:39.661 INFO:teuthology.orchestra.run.trial110.stdout:/boot/efi/EFI/centos 2026-02-18T05:16:39.662 DEBUG:teuthology.orchestra.run.trial110:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T05:16:39.730 INFO:teuthology.orchestra.run.trial110.stdout:no 2026-02-18T05:16:39.731 DEBUG:teuthology.orchestra.run.trial110:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T05:16:39.795 INFO:teuthology.orchestra.run.trial110.stdout:yes 2026-02-18T05:16:39.795 DEBUG:teuthology.orchestra.run.trial110:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T05:16:39.858 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial110 2026-02-18T05:16:39.858 DEBUG:teuthology.orchestra.run.trial110:> sudo bash -c ' 2026-02-18T05:16:39.858 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:16:39.858 DEBUG:teuthology.orchestra.run.trial110:> ' 2026-02-18T05:17:06.816 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-18T05:17:06.816 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial099.front.sepia.ceph.com' 2026-02-18T05:17:06.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:17:09.900 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-18T05:17:09.901 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial110.front.sepia.ceph.com' 2026-02-18T05:17:09.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:18:06.876 DEBUG:teuthology.orchestra.remote:timed out 2026-02-18T05:18:09.907 DEBUG:teuthology.orchestra.remote:timed out 2026-02-18T05:18:15.883 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial099.front.sepia.ceph.com' 2026-02-18T05:18:15.884 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:18:16.023 DEBUG:teuthology.orchestra.run.trial099:> true 2026-02-18T05:18:16.181 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial099.front.sepia.ceph.com' 2026-02-18T05:18:16.181 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-681.el9.x86_64"... 2026-02-18T05:18:16.181 DEBUG:teuthology.orchestra.run.trial099:> uname -r 2026-02-18T05:18:16.235 INFO:teuthology.orchestra.run.trial099.stdout:5.14.0-681.el9.x86_64 2026-02-18T05:18:16.235 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-18T05:18:16.236 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T05:18:16.236 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T05:18:17.237 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-18T05:18:17.237 DEBUG:teuthology.orchestra.run.trial099:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T05:18:17.266 INFO:teuthology.orchestra.run.trial099.stdout:ttyS1 2026-02-18T05:18:17.292 DEBUG:teuthology.parallel:result is None 2026-02-18T05:18:18.908 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial110.front.sepia.ceph.com' 2026-02-18T05:18:18.909 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:18:19.050 DEBUG:teuthology.orchestra.run.trial110:> true 2026-02-18T05:18:19.207 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial110.front.sepia.ceph.com' 2026-02-18T05:18:19.207 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-681.el9.x86_64"... 2026-02-18T05:18:19.208 DEBUG:teuthology.orchestra.run.trial110:> uname -r 2026-02-18T05:18:19.264 INFO:teuthology.orchestra.run.trial110.stdout:5.14.0-681.el9.x86_64 2026-02-18T05:18:19.265 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-18T05:18:19.265 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T05:18:19.265 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T05:18:20.267 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-18T05:18:20.267 DEBUG:teuthology.orchestra.run.trial110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T05:18:20.297 INFO:teuthology.orchestra.run.trial110.stdout:ttyS1 2026-02-18T05:18:20.317 DEBUG:teuthology.parallel:result is None 2026-02-18T05:18:20.318 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T05:18:20.330 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T05:18:20.331 DEBUG:teuthology.orchestra.run.trial099:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T05:18:20.334 DEBUG:teuthology.orchestra.run.trial110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T05:18:20.374 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T05:18:20.385 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T05:18:20.398 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T05:18:20.399 DEBUG:teuthology.orchestra.run.trial099:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T05:18:20.401 DEBUG:teuthology.orchestra.run.trial110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T05:18:20.436 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T05:18:20.447 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T05:18:20.448 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:18:20.459 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:18:20.481 INFO:teuthology.orchestra.run.trial099.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:18:20.490 INFO:teuthology.orchestra.run.trial099.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:18:20.495 INFO:teuthology.orchestra.run.trial110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:18:20.504 INFO:teuthology.orchestra.run.trial110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:18:20.505 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T05:18:20.517 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T05:18:20.518 DEBUG:teuthology.orchestra.run.trial099:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T05:18:20.534 DEBUG:teuthology.orchestra.run.trial110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T05:18:20.570 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T05:18:20.583 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T05:18:20.583 DEBUG:teuthology.orchestra.run.trial099:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T05:18:20.598 DEBUG:teuthology.orchestra.run.trial110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T05:18:20.626 DEBUG:teuthology.orchestra.run.trial099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:18:20.769 DEBUG:teuthology.orchestra.run.trial099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:18:20.794 DEBUG:teuthology.orchestra.run.trial099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:18:20.945 DEBUG:teuthology.orchestra.run.trial099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:18:20.969 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:18:20.969 DEBUG:teuthology.orchestra.run.trial099:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T05:18:21.032 DEBUG:teuthology.orchestra.run.trial110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:18:21.135 DEBUG:teuthology.orchestra.run.trial110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:18:21.158 DEBUG:teuthology.orchestra.run.trial110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:18:21.300 DEBUG:teuthology.orchestra.run.trial110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:18:21.324 DEBUG:teuthology.orchestra.run.trial110:> set -ex 2026-02-18T05:18:21.324 DEBUG:teuthology.orchestra.run.trial110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T05:18:21.390 DEBUG:teuthology.orchestra.run.trial099:> sudo service rsyslog restart 2026-02-18T05:18:21.392 DEBUG:teuthology.orchestra.run.trial110:> sudo service rsyslog restart 2026-02-18T05:18:21.418 INFO:teuthology.orchestra.run.trial099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:18:21.457 INFO:teuthology.orchestra.run.trial110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:18:21.982 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T05:18:21.995 INFO:teuthology.task.internal:Starting timer... 2026-02-18T05:18:21.995 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T05:18:22.018 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T05:18:22.036 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-18T05:18:22.036 DEBUG:teuthology.orchestra.run.trial099:> sudo service auditd rotate 2026-02-18T05:18:22.066 INFO:teuthology.orchestra.run.trial099.stdout:Rotating logs: 2026-02-18T05:18:22.068 DEBUG:teuthology.orchestra.run.trial110:> sudo service auditd rotate 2026-02-18T05:18:22.098 INFO:teuthology.orchestra.run.trial110.stdout:Rotating logs: 2026-02-18T05:18:22.100 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T05:18:22.100 DEBUG:teuthology.orchestra.run.trial099:> /usr/sbin/getenforce 2026-02-18T05:18:22.124 INFO:teuthology.orchestra.run.trial099.stdout:Permissive 2026-02-18T05:18:22.124 DEBUG:teuthology.orchestra.run.trial110:> /usr/sbin/getenforce 2026-02-18T05:18:22.155 INFO:teuthology.orchestra.run.trial110.stdout:Permissive 2026-02-18T05:18:22.156 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial099.front.sepia.ceph.com': 'permissive', 'ubuntu@trial110.front.sepia.ceph.com': 'permissive'} 2026-02-18T05:18:22.156 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:18:22.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:18:22.189 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:18:22.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:18:22.220 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T05:18:22.220 DEBUG:teuthology.orchestra.run.trial099:> sudo /usr/sbin/setenforce permissive 2026-02-18T05:18:22.252 DEBUG:teuthology.orchestra.run.trial110:> sudo /usr/sbin/setenforce permissive 2026-02-18T05:18:22.283 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T05:18:22.299 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T05:18:22.310 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-18T05:18:22.312 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial099.front.sepia.ceph.com,trial110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T05:19:34.216 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial099.front.sepia.ceph.com'), Remote(name='ubuntu@trial110.front.sepia.ceph.com')] 2026-02-18T05:19:34.217 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial099.front.sepia.ceph.com' 2026-02-18T05:19:34.218 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:19:34.375 DEBUG:teuthology.orchestra.run.trial099:> true 2026-02-18T05:19:34.448 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial099.front.sepia.ceph.com' 2026-02-18T05:19:34.448 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial110.front.sepia.ceph.com' 2026-02-18T05:19:34.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:19:34.510 DEBUG:teuthology.orchestra.run.trial110:> true 2026-02-18T05:19:34.587 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial110.front.sepia.ceph.com' 2026-02-18T05:19:34.588 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T05:19:34.596 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T05:19:34.596 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T05:19:34.597 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:19:34.598 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T05:19:34.598 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:19:34.624 INFO:teuthology.orchestra.run.trial099.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T05:19:34.636 INFO:teuthology.orchestra.run.trial099.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T05:19:34.654 INFO:teuthology.orchestra.run.trial110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T05:19:34.657 INFO:teuthology.orchestra.run.trial099.stderr:sudo: ntpd: command not found 2026-02-18T05:19:34.667 INFO:teuthology.orchestra.run.trial099.stdout:506 Cannot talk to daemon 2026-02-18T05:19:34.667 INFO:teuthology.orchestra.run.trial110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T05:19:34.678 INFO:teuthology.orchestra.run.trial099.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T05:19:34.687 INFO:teuthology.orchestra.run.trial110.stderr:sudo: ntpd: command not found 2026-02-18T05:19:34.690 INFO:teuthology.orchestra.run.trial099.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T05:19:34.697 INFO:teuthology.orchestra.run.trial110.stdout:506 Cannot talk to daemon 2026-02-18T05:19:34.708 INFO:teuthology.orchestra.run.trial110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T05:19:34.720 INFO:teuthology.orchestra.run.trial110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T05:19:34.742 INFO:teuthology.orchestra.run.trial099.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:19:34.758 INFO:teuthology.orchestra.run.trial099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:19:34.758 INFO:teuthology.orchestra.run.trial099.stdout:=============================================================================== 2026-02-18T05:19:34.758 INFO:teuthology.orchestra.run.trial099.stdout:^? arm1.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:19:34.758 INFO:teuthology.orchestra.run.trial099.stdout:^? europa.ellipse.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:19:34.758 INFO:teuthology.orchestra.run.trial099.stdout:^? 44.190.5.123 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:19:34.759 INFO:teuthology.orchestra.run.trial099.stdout:^? static.36.62.78.5.client> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:19:34.772 INFO:teuthology.orchestra.run.trial110.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:19:34.794 INFO:teuthology.orchestra.run.trial110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:19:34.794 INFO:teuthology.orchestra.run.trial110.stdout:=============================================================================== 2026-02-18T05:19:34.794 INFO:teuthology.orchestra.run.trial110.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:19:34.794 INFO:teuthology.orchestra.run.trial110.stdout:^? ntp6.kernfusion.at 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:19:34.794 INFO:teuthology.orchestra.run.trial110.stdout:^? ntp.swyn.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:19:34.794 INFO:teuthology.orchestra.run.trial110.stdout:^? 172-234-44-141.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:19:34.795 INFO:teuthology.run_tasks:Running task pexec... 2026-02-18T05:19:34.813 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-18T05:19:34.814 DEBUG:teuthology.orchestra.run.trial099:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T05:19:34.815 DEBUG:teuthology.orchestra.run.trial110:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T05:19:34.818 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial099.front.sepia.ceph.com 2026-02-18T05:19:34.818 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T05:19:34.818 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T05:19:34.818 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T05:19:34.818 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T05:19:34.839 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial110.front.sepia.ceph.com 2026-02-18T05:19:34.839 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T05:19:34.839 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T05:19:34.839 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T05:19:34.839 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T05:19:34.987 INFO:teuthology.orchestra.run.trial099.stdout:No match for argument: nvme-cli 2026-02-18T05:19:34.988 INFO:teuthology.orchestra.run.trial099.stderr:No packages marked for removal. 2026-02-18T05:19:34.990 INFO:teuthology.orchestra.run.trial099.stdout:Dependencies resolved. 2026-02-18T05:19:34.991 INFO:teuthology.orchestra.run.trial099.stdout:Nothing to do. 2026-02-18T05:19:34.991 INFO:teuthology.orchestra.run.trial099.stdout:Complete! 2026-02-18T05:19:35.010 INFO:teuthology.orchestra.run.trial110.stdout:No match for argument: nvme-cli 2026-02-18T05:19:35.010 INFO:teuthology.orchestra.run.trial110.stderr:No packages marked for removal. 2026-02-18T05:19:35.012 INFO:teuthology.orchestra.run.trial110.stdout:Dependencies resolved. 2026-02-18T05:19:35.013 INFO:teuthology.orchestra.run.trial110.stdout:Nothing to do. 2026-02-18T05:19:35.013 INFO:teuthology.orchestra.run.trial110.stdout:Complete! 2026-02-18T05:19:35.296 INFO:teuthology.orchestra.run.trial099.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 05:19:04 AM UTC. 2026-02-18T05:19:35.319 INFO:teuthology.orchestra.run.trial110.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 05:19:04 AM UTC. 2026-02-18T05:19:35.380 INFO:teuthology.orchestra.run.trial099.stdout:Dependencies resolved. 2026-02-18T05:19:35.380 INFO:teuthology.orchestra.run.trial099.stdout:================================================================================ 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout: Package Arch Version Repository Size 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout:================================================================================ 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout:Installing: 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout:Upgrading: 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout:Installing dependencies: 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T05:19:35.381 INFO:teuthology.orchestra.run.trial099.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T05:19:35.382 INFO:teuthology.orchestra.run.trial099.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T05:19:35.382 INFO:teuthology.orchestra.run.trial099.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T05:19:35.382 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:19:35.382 INFO:teuthology.orchestra.run.trial099.stdout:Transaction Summary 2026-02-18T05:19:35.382 INFO:teuthology.orchestra.run.trial099.stdout:================================================================================ 2026-02-18T05:19:35.382 INFO:teuthology.orchestra.run.trial099.stdout:Install 7 Packages 2026-02-18T05:19:35.382 INFO:teuthology.orchestra.run.trial099.stdout:Upgrade 1 Package 2026-02-18T05:19:35.382 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:19:35.383 INFO:teuthology.orchestra.run.trial099.stdout:Total download size: 6.4 M 2026-02-18T05:19:35.383 INFO:teuthology.orchestra.run.trial099.stdout:Downloading Packages: 2026-02-18T05:19:35.402 INFO:teuthology.orchestra.run.trial110.stdout:Dependencies resolved. 2026-02-18T05:19:35.403 INFO:teuthology.orchestra.run.trial110.stdout:================================================================================ 2026-02-18T05:19:35.403 INFO:teuthology.orchestra.run.trial110.stdout: Package Arch Version Repository Size 2026-02-18T05:19:35.403 INFO:teuthology.orchestra.run.trial110.stdout:================================================================================ 2026-02-18T05:19:35.403 INFO:teuthology.orchestra.run.trial110.stdout:Installing: 2026-02-18T05:19:35.403 INFO:teuthology.orchestra.run.trial110.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T05:19:35.403 INFO:teuthology.orchestra.run.trial110.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T05:19:35.403 INFO:teuthology.orchestra.run.trial110.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout:Upgrading: 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout:Installing dependencies: 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout:Transaction Summary 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout:================================================================================ 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout:Install 7 Packages 2026-02-18T05:19:35.404 INFO:teuthology.orchestra.run.trial110.stdout:Upgrade 1 Package 2026-02-18T05:19:35.405 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:35.405 INFO:teuthology.orchestra.run.trial110.stdout:Total download size: 6.4 M 2026-02-18T05:19:35.405 INFO:teuthology.orchestra.run.trial110.stdout:Downloading Packages: 2026-02-18T05:19:36.062 INFO:teuthology.orchestra.run.trial110.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 90 kB/s | 44 kB 00:00 2026-02-18T05:19:36.065 INFO:teuthology.orchestra.run.trial110.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 146 kB/s | 72 kB 00:00 2026-02-18T05:19:36.225 INFO:teuthology.orchestra.run.trial110.stdout:(3/8): python3-kmod-0.9-32.el9.x86_64.rpm 520 kB/s | 84 kB 00:00 2026-02-18T05:19:36.268 INFO:teuthology.orchestra.run.trial110.stdout:(4/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 742 kB/s | 150 kB 00:00 2026-02-18T05:19:36.302 INFO:teuthology.orchestra.run.trial099.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 84 kB/s | 44 kB 00:00 2026-02-18T05:19:36.303 INFO:teuthology.orchestra.run.trial099.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 138 kB/s | 72 kB 00:00 2026-02-18T05:19:36.484 INFO:teuthology.orchestra.run.trial099.stdout:(3/8): python3-kmod-0.9-32.el9.x86_64.rpm 463 kB/s | 84 kB 00:00 2026-02-18T05:19:36.560 INFO:teuthology.orchestra.run.trial099.stdout:(4/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 585 kB/s | 150 kB 00:00 2026-02-18T05:19:37.252 INFO:teuthology.orchestra.run.trial110.stdout:(5/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 815 kB/s | 837 kB 00:01 2026-02-18T05:19:37.299 INFO:teuthology.orchestra.run.trial110.stdout:(6/8): nvme-cli-2.16-1.el9.x86_64.rpm 683 kB/s | 1.2 MB 00:01 2026-02-18T05:19:37.383 INFO:teuthology.orchestra.run.trial099.stdout:(5/8): runc-1.4.0-1.el9.x86_64.rpm 4.8 MB/s | 4.0 MB 00:00 2026-02-18T05:19:37.414 INFO:teuthology.orchestra.run.trial110.stdout:(7/8): libnvme-1.16.1-2.el9.x86_64.rpm 719 kB/s | 116 kB 00:00 2026-02-18T05:19:37.522 INFO:teuthology.orchestra.run.trial099.stdout:(6/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 807 kB/s | 837 kB 00:01 2026-02-18T05:19:37.544 INFO:teuthology.orchestra.run.trial099.stdout:(7/8): nvme-cli-2.16-1.el9.x86_64.rpm 669 kB/s | 1.2 MB 00:01 2026-02-18T05:19:37.718 INFO:teuthology.orchestra.run.trial099.stdout:(8/8): libnvme-1.16.1-2.el9.x86_64.rpm 347 kB/s | 116 kB 00:00 2026-02-18T05:19:37.720 INFO:teuthology.orchestra.run.trial099.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:19:37.720 INFO:teuthology.orchestra.run.trial099.stdout:Total 2.7 MB/s | 6.4 MB 00:02 2026-02-18T05:19:37.800 INFO:teuthology.orchestra.run.trial099.stdout:Running transaction check 2026-02-18T05:19:37.809 INFO:teuthology.orchestra.run.trial099.stdout:Transaction check succeeded. 2026-02-18T05:19:37.809 INFO:teuthology.orchestra.run.trial099.stdout:Running transaction test 2026-02-18T05:19:37.886 INFO:teuthology.orchestra.run.trial099.stdout:Transaction test succeeded. 2026-02-18T05:19:37.886 INFO:teuthology.orchestra.run.trial099.stdout:Running transaction 2026-02-18T05:19:37.970 INFO:teuthology.orchestra.run.trial099.stdout: Preparing : 1/1 2026-02-18T05:19:38.038 INFO:teuthology.orchestra.run.trial099.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T05:19:38.045 INFO:teuthology.orchestra.run.trial099.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T05:19:38.053 INFO:teuthology.orchestra.run.trial099.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T05:19:38.060 INFO:teuthology.orchestra.run.trial099.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T05:19:38.066 INFO:teuthology.orchestra.run.trial099.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T05:19:38.067 INFO:teuthology.orchestra.run.trial099.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:19:38.195 INFO:teuthology.orchestra.run.trial099.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:19:38.197 INFO:teuthology.orchestra.run.trial099.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:19:38.481 INFO:teuthology.orchestra.run.trial099.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:19:38.481 INFO:teuthology.orchestra.run.trial099.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T05:19:38.482 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:19:38.518 INFO:teuthology.orchestra.run.trial099.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T05:19:38.534 INFO:teuthology.orchestra.run.trial099.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:19:38.771 INFO:teuthology.orchestra.run.trial099.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:19:38.771 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T05:19:38.771 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T05:19:38.771 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T05:19:38.771 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T05:19:38.771 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T05:19:38.771 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T05:19:38.771 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T05:19:38.771 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T05:19:38.824 INFO:teuthology.orchestra.run.trial099.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:19:38.824 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:19:38.824 INFO:teuthology.orchestra.run.trial099.stdout:Upgraded: 2026-02-18T05:19:38.824 INFO:teuthology.orchestra.run.trial099.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T05:19:38.824 INFO:teuthology.orchestra.run.trial099.stdout:Installed: 2026-02-18T05:19:38.824 INFO:teuthology.orchestra.run.trial099.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T05:19:38.825 INFO:teuthology.orchestra.run.trial099.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T05:19:38.825 INFO:teuthology.orchestra.run.trial099.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T05:19:38.825 INFO:teuthology.orchestra.run.trial099.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T05:19:38.825 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:19:38.825 INFO:teuthology.orchestra.run.trial099.stdout:Complete! 2026-02-18T05:19:38.877 DEBUG:teuthology.parallel:result is None 2026-02-18T05:19:40.872 INFO:teuthology.orchestra.run.trial110.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 879 kB/s | 4.0 MB 00:04 2026-02-18T05:19:40.874 INFO:teuthology.orchestra.run.trial110.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:19:40.874 INFO:teuthology.orchestra.run.trial110.stdout:Total 1.2 MB/s | 6.4 MB 00:05 2026-02-18T05:19:40.949 INFO:teuthology.orchestra.run.trial110.stdout:Running transaction check 2026-02-18T05:19:40.958 INFO:teuthology.orchestra.run.trial110.stdout:Transaction check succeeded. 2026-02-18T05:19:40.959 INFO:teuthology.orchestra.run.trial110.stdout:Running transaction test 2026-02-18T05:19:41.035 INFO:teuthology.orchestra.run.trial110.stdout:Transaction test succeeded. 2026-02-18T05:19:41.035 INFO:teuthology.orchestra.run.trial110.stdout:Running transaction 2026-02-18T05:19:41.119 INFO:teuthology.orchestra.run.trial110.stdout: Preparing : 1/1 2026-02-18T05:19:41.189 INFO:teuthology.orchestra.run.trial110.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T05:19:41.196 INFO:teuthology.orchestra.run.trial110.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T05:19:41.205 INFO:teuthology.orchestra.run.trial110.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T05:19:41.210 INFO:teuthology.orchestra.run.trial110.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T05:19:41.216 INFO:teuthology.orchestra.run.trial110.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T05:19:41.217 INFO:teuthology.orchestra.run.trial110.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:19:41.346 INFO:teuthology.orchestra.run.trial110.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T05:19:41.349 INFO:teuthology.orchestra.run.trial110.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:19:41.619 INFO:teuthology.orchestra.run.trial110.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T05:19:41.619 INFO:teuthology.orchestra.run.trial110.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T05:19:41.619 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:41.655 INFO:teuthology.orchestra.run.trial110.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T05:19:41.671 INFO:teuthology.orchestra.run.trial110.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:19:41.897 INFO:teuthology.orchestra.run.trial110.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:19:41.897 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T05:19:41.897 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T05:19:41.898 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T05:19:41.898 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T05:19:41.898 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T05:19:41.898 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T05:19:41.898 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T05:19:41.898 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T05:19:41.953 INFO:teuthology.orchestra.run.trial110.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T05:19:41.953 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:41.953 INFO:teuthology.orchestra.run.trial110.stdout:Upgraded: 2026-02-18T05:19:41.953 INFO:teuthology.orchestra.run.trial110.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T05:19:41.953 INFO:teuthology.orchestra.run.trial110.stdout:Installed: 2026-02-18T05:19:41.953 INFO:teuthology.orchestra.run.trial110.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T05:19:41.953 INFO:teuthology.orchestra.run.trial110.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T05:19:41.953 INFO:teuthology.orchestra.run.trial110.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T05:19:41.954 INFO:teuthology.orchestra.run.trial110.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T05:19:41.954 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:41.954 INFO:teuthology.orchestra.run.trial110.stdout:Complete! 2026-02-18T05:19:42.004 DEBUG:teuthology.parallel:result is None 2026-02-18T05:19:42.004 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2026-02-18T05:19:42.138 INFO:tasks.cephadm:Testing if podman is available 2026-02-18T05:19:42.138 DEBUG:teuthology.orchestra.run.trial110:> sudo podman --help 2026-02-18T05:19:42.175 INFO:teuthology.orchestra.run.trial110.stdout:Manage pods, containers and images 2026-02-18T05:19:42.175 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout:Usage: 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: podman [options] [command] 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout:Available Commands: 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: artifact Manage OCI artifacts 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: attach Attach to a running container 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: auto-update Auto update containers according to their auto-update policy 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: build Build an image using instructions from Containerfiles 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: commit Create new image based on the changed container 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: container Manage containers 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: cp Copy files/folders between a container and the local filesystem 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: create Create but do not start a container 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: diff Display the changes to the object's file system 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: events Show podman system events 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: exec Run a process in a running container 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: export Export container's filesystem contents as a tar archive 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: farm Farm out builds to remote machines 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: generate Generate structured data based on containers, pods or volumes 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: healthcheck Manage health checks on containers 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: help Help about any command 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: history Show history of a specified image 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: image Manage images 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: images List images in local storage 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: import Import a tarball to create a filesystem image 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: info Display podman system information 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: init Initialize one or more containers 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: inspect Display the configuration of object denoted by ID 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: kill Kill one or more running containers with a specific signal 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: kube Play containers, pods or volumes from a structured file 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: load Load image(s) from a tar archive 2026-02-18T05:19:42.176 INFO:teuthology.orchestra.run.trial110.stdout: login Log in to a container registry 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: logout Log out of a container registry 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: logs Fetch the logs of one or more containers 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: machine Manage a virtual machine 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: manifest Manipulate manifest lists and image indexes 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: mount Mount a working container's root filesystem 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: network Manage networks 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: pause Pause all the processes in one or more containers 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: pod Manage pods 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: port List port mappings or a specific mapping for the container 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: ps List containers 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: pull Pull an image from a registry 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: push Push an image to a specified destination 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: quadlet Allows users to manage Quadlets 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: rename Rename an existing container 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: restart Restart one or more containers 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: rm Remove one or more containers 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: rmi Remove one or more images from local storage 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: run Run a command in a new container 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: save Save image(s) to an archive 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: search Search registry for image 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: secret Manage secrets 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: start Start one or more containers 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: stats Display a live stream of container resource usage statistics 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: stop Stop one or more containers 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: system Manage podman 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: tag Add an additional name to a local image 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: top Display the running processes of a container 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: unmount Unmount working container's root filesystem 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: unpause Unpause the processes in one or more containers 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: unshare Run a command in a modified user namespace 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: untag Remove a name from a local image 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: update Update an existing container 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: version Display the Podman version information 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: volume Manage volumes 2026-02-18T05:19:42.177 INFO:teuthology.orchestra.run.trial110.stdout: wait Block on one or more containers 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout:Options: 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --cdi-spec-dir stringArray Set the CDI spec directory path (may be set multiple times) (default [/etc/cdi,/var/run/cdi]) 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --config string Path to directory containing authentication config file 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --conmon string Path of the conmon binary 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --help Help for podman 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.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-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --module stringArray Load the containers.conf(5) module 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --network-cmd-path string Path to the command for configuring the network 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --network-config-dir string Path of the configuration directory for networks 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --out string Send output (stdout) from podman to a file 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: -r, --remote Access remote Podman service 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --runroot string Path to the 'run directory' where all state information is stored 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --runtime-flag stringArray add global flags for the container runtime 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --ssh string define the ssh mode (default "golang") 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --syslog Output podman-internal logs to syslog as well as the console (default false) 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: (default "/run/libpod") 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --transient-store Enable transient container storage 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: -v, --version version for podman 2026-02-18T05:19:42.178 INFO:teuthology.orchestra.run.trial110.stdout: --volumepath string Path to the volume directory in which volume data is stored 2026-02-18T05:19:42.179 DEBUG:teuthology.orchestra.run.trial110:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2026-02-18T05:19:42.319 INFO:teuthology.orchestra.run.trial110.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2026-02-18T05:19:42.664 INFO:teuthology.orchestra.run.trial110.stderr:Getting image source signatures 2026-02-18T05:19:42.664 INFO:teuthology.orchestra.run.trial110.stderr:Copying blob sha256:9369c16b794ee8e744411e7ecada89969be0bba61b92fd2f3e89272a2a73fe8b 2026-02-18T05:19:42.664 INFO:teuthology.orchestra.run.trial110.stderr:Copying blob sha256:766c8dc7ba81351d116fc9008af73b7c0e0a68af71305a4b6345733a436fcd2d 2026-02-18T05:19:42.664 INFO:teuthology.orchestra.run.trial110.stderr:Copying blob sha256:d1feacaf4ad08bd304608718c519c09405dd8859db31f26953508696243a1fe4 2026-02-18T05:19:42.665 INFO:teuthology.orchestra.run.trial110.stderr:Copying blob sha256:240bc3efd91d1688c91886d0ba5fc736942a471859a7eebfecc5b1a0323ee780 2026-02-18T05:19:42.665 INFO:teuthology.orchestra.run.trial110.stderr:Copying blob sha256:8578362839047c7036a9e1f4ee58b5cc87b4d2034c3c58019fef2b185ed11b02 2026-02-18T05:19:42.665 INFO:teuthology.orchestra.run.trial110.stderr:Copying blob sha256:9e65dc05e3cd6d9661579ca8900554b6cd7a7cc3082c9b72d7382ee7812546ec 2026-02-18T05:19:45.850 INFO:teuthology.orchestra.run.trial110.stderr:Copying config sha256:013ae4113d312f39c2e38be97dd8a183648755d59214528d90a733609c52b55c 2026-02-18T05:19:45.851 INFO:teuthology.orchestra.run.trial110.stderr:Writing manifest to image destination 2026-02-18T05:19:45.874 INFO:teuthology.orchestra.run.trial110.stdout:013ae4113d312f39c2e38be97dd8a183648755d59214528d90a733609c52b55c 2026-02-18T05:19:45.880 DEBUG:teuthology.orchestra.run.trial110:> sudo podman pull quay.io/samba.org/samba-client:latest 2026-02-18T05:19:45.920 INFO:teuthology.orchestra.run.trial110.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2026-02-18T05:19:46.248 INFO:teuthology.orchestra.run.trial110.stderr:Getting image source signatures 2026-02-18T05:19:46.248 INFO:teuthology.orchestra.run.trial110.stderr:Copying blob sha256:df17a2102e18a3cde499d3f280d1c12808ab306781e42ca86dc31fe4fb91e8cf 2026-02-18T05:19:46.249 INFO:teuthology.orchestra.run.trial110.stderr:Copying blob sha256:d1feacaf4ad08bd304608718c519c09405dd8859db31f26953508696243a1fe4 2026-02-18T05:19:48.008 INFO:teuthology.orchestra.run.trial110.stderr:Copying config sha256:c6036e73c5d5bc1a9646743b5fb310040b787e52380e6e9b887cd6487a2bead0 2026-02-18T05:19:48.009 INFO:teuthology.orchestra.run.trial110.stderr:Writing manifest to image destination 2026-02-18T05:19:48.018 INFO:teuthology.orchestra.run.trial110.stdout:c6036e73c5d5bc1a9646743b5fb310040b787e52380e6e9b887cd6487a2bead0 2026-02-18T05:19:48.022 DEBUG:teuthology.orchestra.run.trial110:> ss -lunH 2026-02-18T05:19:48.081 INFO:teuthology.orchestra.run.trial110.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2026-02-18T05:19:48.081 INFO:teuthology.orchestra.run.trial110.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2026-02-18T05:19:48.081 INFO:teuthology.orchestra.run.trial110.stdout:UNCONN 0 0 [::]:111 [::]:* 2026-02-18T05:19:48.081 INFO:teuthology.orchestra.run.trial110.stdout:UNCONN 0 0 [::1]:323 [::]:* 2026-02-18T05:19:48.081 DEBUG:teuthology.orchestra.run.trial110:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-18T05:19:48.146 DEBUG:teuthology.orchestra.run.trial110:> sudo mkdir -p /var/tmp/samba 2026-02-18T05:19:48.212 DEBUG:teuthology.orchestra.run.trial110:> set -ex 2026-02-18T05:19:48.213 DEBUG:teuthology.orchestra.run.trial110:> sudo dd of=/var/tmp/samba/container.json 2026-02-18T05:19:48.279 DEBUG:teuthology.orchestra.run.trial110:> sudo podman run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2026-02-18T05:19:48.442 INFO:teuthology.orchestra.run.trial110.stdout:a8fcdb17498b84be7b3c0696b141cc68ba56560704798b23a8f9ac027419a650 2026-02-18T05:19:48.697 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.110, idx=0 2026-02-18T05:19:48.697 DEBUG:teuthology.orchestra.run.trial110:> sudo podman run --rm --net=host --dns=10.20.193.110 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-18T05:19:48.844 INFO:teuthology.orchestra.run.trial110.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-18T05:19:48.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:19:49.462 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.110, idx=1 2026-02-18T05:19:49.463 DEBUG:teuthology.orchestra.run.trial110:> sudo podman run --rm --net=host --dns=10.20.193.110 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-18T05:19:49.586 INFO:teuthology.orchestra.run.trial110.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-18T05:19:49.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:19:50.706 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.110, idx=2 2026-02-18T05:19:50.706 DEBUG:teuthology.orchestra.run.trial110:> sudo podman run --rm --net=host --dns=10.20.193.110 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-18T05:19:50.829 INFO:teuthology.orchestra.run.trial110.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-18T05:19:50.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:19:52.948 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.110, idx=3 2026-02-18T05:19:52.948 DEBUG:teuthology.orchestra.run.trial110:> sudo podman run --rm --net=host --dns=10.20.193.110 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-18T05:19:53.068 INFO:teuthology.orchestra.run.trial110.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-18T05:19:53.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:19:57.189 INFO:tasks.cephadm:Probing SMB status of DC 10.20.193.110, idx=4 2026-02-18T05:19:57.189 DEBUG:teuthology.orchestra.run.trial110:> sudo podman run --rm --net=host --dns=10.20.193.110 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-18T05:19:57.352 INFO:teuthology.orchestra.run.trial110.stdout: . D 0 Wed Feb 18 05:19:49 2026 2026-02-18T05:19:57.352 INFO:teuthology.orchestra.run.trial110.stdout: .. D 0 Wed Feb 18 05:19:49 2026 2026-02-18T05:19:57.352 INFO:teuthology.orchestra.run.trial110.stdout: domain1.sink.test D 0 Wed Feb 18 05:19:49 2026 2026-02-18T05:19:57.352 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:19:57.352 INFO:teuthology.orchestra.run.trial110.stdout: 921338020 blocks of size 1024. 862245916 blocks available 2026-02-18T05:19:57.471 INFO:tasks.cephadm:SMB status probe succeeded 2026-02-18T05:19:57.471 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T05:19:57.483 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': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-18T05:19:57.483 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:19:57.487 INFO:tasks.cephadm:Cluster fsid is 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:19:57.487 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T05:19:57.487 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.99'} 2026-02-18T05:19:57.487 INFO:tasks.cephadm:First mon is mon.a on trial099 2026-02-18T05:19:57.488 INFO:tasks.cephadm:First mgr is x 2026-02-18T05:19:57.488 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T05:19:57.488 DEBUG:teuthology.orchestra.run.trial099:> sudo hostname $(hostname -s) 2026-02-18T05:19:57.516 DEBUG:teuthology.orchestra.run.trial110:> sudo hostname $(hostname -s) 2026-02-18T05:19:57.542 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-18T05:19:57.543 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:19:57.666 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/', 'ref': '20.2.1_2.17.26-baseline_2', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-17 18:19:08.791671', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.2.0-670-gadc19233', 'package_manager_version': '20.2.0-670.gadc19233', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3038/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-18T05:19:57.782 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref 20.2.1_2.17.26-baseline_2, sha1 adc1923395f2bcd6ae89b5d331d278364d1848ed from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:19:57.783 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm 2026-02-18T05:19:57.783 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm 2026-02-18T05:19:57.783 DEBUG:teuthology.orchestra.run.trial099:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T05:19:58.061 INFO:teuthology.orchestra.run.trial099.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 05:19 /home/ubuntu/cephtest/cephadm 2026-02-18T05:19:58.062 DEBUG:teuthology.orchestra.run.trial110:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T05:19:58.326 INFO:teuthology.orchestra.run.trial110.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 05:19 /home/ubuntu/cephtest/cephadm 2026-02-18T05:19:58.327 DEBUG:teuthology.orchestra.run.trial099:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T05:19:58.346 DEBUG:teuthology.orchestra.run.trial110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T05:19:58.380 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed on all hosts... 2026-02-18T05:19:58.380 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T05:19:58.388 DEBUG:teuthology.orchestra.run.trial110:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T05:19:58.517 INFO:teuthology.orchestra.run.trial110.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:19:58.538 INFO:teuthology.orchestra.run.trial099.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:20:06.904 INFO:teuthology.orchestra.run.trial110.stdout:{ 2026-02-18T05:20:06.904 INFO:teuthology.orchestra.run.trial110.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T05:20:06.904 INFO:teuthology.orchestra.run.trial110.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T05:20:06.904 INFO:teuthology.orchestra.run.trial110.stdout: "repo_digests": [ 2026-02-18T05:20:06.904 INFO:teuthology.orchestra.run.trial110.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T05:20:06.904 INFO:teuthology.orchestra.run.trial110.stdout: ] 2026-02-18T05:20:06.905 INFO:teuthology.orchestra.run.trial110.stdout:} 2026-02-18T05:20:06.992 INFO:teuthology.orchestra.run.trial099.stdout:{ 2026-02-18T05:20:06.993 INFO:teuthology.orchestra.run.trial099.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T05:20:06.993 INFO:teuthology.orchestra.run.trial099.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T05:20:06.993 INFO:teuthology.orchestra.run.trial099.stdout: "repo_digests": [ 2026-02-18T05:20:06.993 INFO:teuthology.orchestra.run.trial099.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T05:20:06.993 INFO:teuthology.orchestra.run.trial099.stdout: ] 2026-02-18T05:20:06.993 INFO:teuthology.orchestra.run.trial099.stdout:} 2026-02-18T05:20:07.011 DEBUG:teuthology.orchestra.run.trial099:> sudo mkdir -p /etc/ceph 2026-02-18T05:20:07.068 DEBUG:teuthology.orchestra.run.trial110:> sudo mkdir -p /etc/ceph 2026-02-18T05:20:07.096 DEBUG:teuthology.orchestra.run.trial099:> sudo chmod 777 /etc/ceph 2026-02-18T05:20:07.120 DEBUG:teuthology.orchestra.run.trial110:> sudo chmod 777 /etc/ceph 2026-02-18T05:20:07.160 INFO:tasks.cephadm:Writing seed config... 2026-02-18T05:20:07.162 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-18T05:20:07.162 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-18T05:20:07.162 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-18T05:20:07.162 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-18T05:20:07.162 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-18T05:20:07.162 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-18T05:20:07.162 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-18T05:20:07.163 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:20:07.164 DEBUG:teuthology.orchestra.run.trial099:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-18T05:20:07.180 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 = 772f4be3-0c89-11f1-836f-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-18T05:20:07.180 DEBUG:teuthology.orchestra.run.trial099:mon.a> sudo journalctl -f -n 0 -u ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mon.a.service 2026-02-18T05:20:07.222 DEBUG:teuthology.orchestra.run.trial099:mgr.x> sudo journalctl -f -n 0 -u ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mgr.x.service 2026-02-18T05:20:07.266 INFO:tasks.cephadm:Bootstrapping... 2026-02-18T05:20:07.266 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed -v bootstrap --fsid 772f4be3-0c89-11f1-836f-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.99 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:20:07.407 INFO:teuthology.orchestra.run.trial099.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:20:07.407 INFO:teuthology.orchestra.run.trial099.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed', '-v', 'bootstrap', '--fsid', '772f4be3-0c89-11f1-836f-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.99', '--skip-admin-label'] 2026-02-18T05:20:07.407 INFO:teuthology.orchestra.run.trial099.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-18T05:20:07.408 INFO:teuthology.orchestra.run.trial099.stdout:Verifying podman|docker is present... 2026-02-18T05:20:07.422 INFO:teuthology.orchestra.run.trial099.stdout:/bin/podman: stdout 5.6.0 2026-02-18T05:20:07.423 INFO:teuthology.orchestra.run.trial099.stdout:Verifying lvm2 is present... 2026-02-18T05:20:07.423 INFO:teuthology.orchestra.run.trial099.stdout:Verifying time synchronization is in place... 2026-02-18T05:20:07.428 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T05:20:07.429 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T05:20:07.434 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T05:20:07.434 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout inactive 2026-02-18T05:20:07.440 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout enabled 2026-02-18T05:20:07.446 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout active 2026-02-18T05:20:07.447 INFO:teuthology.orchestra.run.trial099.stdout:Unit chronyd.service is enabled and running 2026-02-18T05:20:07.447 INFO:teuthology.orchestra.run.trial099.stdout:Repeating the final host check... 2026-02-18T05:20:07.462 INFO:teuthology.orchestra.run.trial099.stdout:/bin/podman: stdout 5.6.0 2026-02-18T05:20:07.462 INFO:teuthology.orchestra.run.trial099.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-18T05:20:07.462 INFO:teuthology.orchestra.run.trial099.stdout:systemctl is present 2026-02-18T05:20:07.462 INFO:teuthology.orchestra.run.trial099.stdout:lvcreate is present 2026-02-18T05:20:07.466 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T05:20:07.466 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T05:20:07.472 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T05:20:07.472 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout inactive 2026-02-18T05:20:07.478 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout enabled 2026-02-18T05:20:07.483 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout active 2026-02-18T05:20:07.483 INFO:teuthology.orchestra.run.trial099.stdout:Unit chronyd.service is enabled and running 2026-02-18T05:20:07.483 INFO:teuthology.orchestra.run.trial099.stdout:Host looks OK 2026-02-18T05:20:07.483 INFO:teuthology.orchestra.run.trial099.stdout:Cluster fsid: 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:07.483 INFO:teuthology.orchestra.run.trial099.stdout:Acquiring lock 140157722631232 on /run/cephadm/772f4be3-0c89-11f1-836f-d404e6e7d460.lock 2026-02-18T05:20:07.483 INFO:teuthology.orchestra.run.trial099.stdout:Lock 140157722631232 acquired on /run/cephadm/772f4be3-0c89-11f1-836f-d404e6e7d460.lock 2026-02-18T05:20:07.484 INFO:teuthology.orchestra.run.trial099.stdout:Verifying IP 10.20.193.99 port 3300 ... 2026-02-18T05:20:07.484 INFO:teuthology.orchestra.run.trial099.stdout:Verifying IP 10.20.193.99 port 6789 ... 2026-02-18T05:20:07.484 INFO:teuthology.orchestra.run.trial099.stdout:Base mon IP(s) is [10.20.193.99:3300, 10.20.193.99:6789], mon addrv is [v2:10.20.193.99:3300,v1:10.20.193.99:6789] 2026-02-18T05:20:07.487 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.99 metric 102 2026-02-18T05:20:07.487 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.99 metric 102 2026-02-18T05:20:07.487 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-18T05:20:07.489 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-18T05:20:07.489 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-18T05:20:07.489 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-18T05:20:07.492 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout inet6 fe80::1a4d:9598:7141:f8aa/64 scope link noprefixroute 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6262/64 scope link 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:Mon IP `10.20.193.99` is in CIDR network `10.20.192.0/20` 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:Mon IP `10.20.193.99` is in CIDR network `10.20.192.0/20` 2026-02-18T05:20:07.493 INFO:teuthology.orchestra.run.trial099.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-18T05:20:07.494 INFO:teuthology.orchestra.run.trial099.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-18T05:20:07.494 INFO:teuthology.orchestra.run.trial099.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:20:07.724 INFO:teuthology.orchestra.run.trial099.stdout:/bin/podman: stdout c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc 2026-02-18T05:20:07.724 INFO:teuthology.orchestra.run.trial099.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:20:07.724 INFO:teuthology.orchestra.run.trial099.stdout:/bin/podman: stderr Getting image source signatures 2026-02-18T05:20:07.724 INFO:teuthology.orchestra.run.trial099.stdout:/bin/podman: stderr Copying blob sha256:ddefcddf6ef03d04de1b3dcc9836d89822cd11e5095471fffeae38220180f545 2026-02-18T05:20:07.724 INFO:teuthology.orchestra.run.trial099.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-18T05:20:07.724 INFO:teuthology.orchestra.run.trial099.stdout:/bin/podman: stderr Copying config sha256:c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc 2026-02-18T05:20:07.724 INFO:teuthology.orchestra.run.trial099.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-18T05:20:07.994 INFO:teuthology.orchestra.run.trial099.stdout:ceph: stdout ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable) 2026-02-18T05:20:07.995 INFO:teuthology.orchestra.run.trial099.stdout:Ceph version: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable) 2026-02-18T05:20:07.995 INFO:teuthology.orchestra.run.trial099.stdout:Extracting ceph user uid/gid from container image... 2026-02-18T05:20:08.243 INFO:teuthology.orchestra.run.trial099.stdout:stat: stdout 167 167 2026-02-18T05:20:08.243 INFO:teuthology.orchestra.run.trial099.stdout:Creating initial keys... 2026-02-18T05:20:08.509 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph-authtool: stdout AQAITJVp9VFFFxAA0nh+beTLtE+Z4QMVZMaLEg== 2026-02-18T05:20:08.765 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph-authtool: stdout AQAITJVp8zuGJhAApTDz3z3j5Ito7gGVWClGlw== 2026-02-18T05:20:09.058 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph-authtool: stdout AQAITJVp0Bf2NxAAbfa31GeS1LToulUY7A7jtg== 2026-02-18T05:20:09.059 INFO:teuthology.orchestra.run.trial099.stdout:Creating initial monmap... 2026-02-18T05:20:09.331 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T05:20:09.331 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-18T05:20:09.331 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:09.331 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T05:20:09.331 INFO:teuthology.orchestra.run.trial099.stdout:monmaptool for a [v2:10.20.193.99:3300,v1:10.20.193.99:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T05:20:09.332 INFO:teuthology.orchestra.run.trial099.stdout:setting min_mon_release = tentacle 2026-02-18T05:20:09.332 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/monmaptool: set fsid to 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:09.332 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T05:20:09.332 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:09.332 INFO:teuthology.orchestra.run.trial099.stdout:Creating mon... 2026-02-18T05:20:09.600 INFO:teuthology.orchestra.run.trial099.stdout:create mon.a on 2026-02-18T05:20:09.879 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-18T05:20:09.982 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460.target → /etc/systemd/system/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460.target. 2026-02-18T05:20:09.982 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460.target → /etc/systemd/system/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460.target. 2026-02-18T05:20:10.102 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mon.a 2026-02-18T05:20:10.102 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stderr Failed to reset failed state of unit ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mon.a.service: Unit ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mon.a.service not loaded. 2026-02-18T05:20:10.220 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460.target.wants/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@.service. 2026-02-18T05:20:10.369 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:20:10.369 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout disabled 2026-02-18T05:20:10.375 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:20:10.376 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout inactive 2026-02-18T05:20:10.376 INFO:teuthology.orchestra.run.trial099.stdout:firewalld.service is not enabled 2026-02-18T05:20:10.376 INFO:teuthology.orchestra.run.trial099.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T05:20:10.376 INFO:teuthology.orchestra.run.trial099.stdout:Waiting for mon to start... 2026-02-18T05:20:10.376 INFO:teuthology.orchestra.run.trial099.stdout:Waiting for mon... 2026-02-18T05:20:10.674 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout cluster: 2026-02-18T05:20:10.674 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout id: 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:10.674 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-18T05:20:10.674 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:10.674 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout services: 2026-02-18T05:20:10.674 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.157541s) [leader: a] 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout data: 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout pgs: 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:mon is available 2026-02-18T05:20:10.675 INFO:teuthology.orchestra.run.trial099.stdout:Assimilating anything we can from ceph.conf... 2026-02-18T05:20:10.958 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:10.959 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T05:20:10.959 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout fsid = 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:10.959 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T05:20:10.959 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.99:3300,v1:10.20.193.99:6789] 2026-02-18T05:20:10.959 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T05:20:10.959 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T05:20:10.959 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T05:20:10.959 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T05:20:10.960 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:10.960 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T05:20:10.960 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T05:20:10.960 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:10.960 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T05:20:10.960 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T05:20:10.960 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T05:20:10.960 INFO:teuthology.orchestra.run.trial099.stdout:Generating new minimal ceph.conf... 2026-02-18T05:20:11.255 INFO:teuthology.orchestra.run.trial099.stdout:Restarting the monitor... 2026-02-18T05:20:11.529 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a[15810]: 2026-02-18T05:20:11.334+0000 7f4383685640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-18T05:20:11.529 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 podman[16206]: 2026-02-18 05:20:11.527283924 +0000 UTC m=+0.206213345 container died 3732329b8c7262b267091c8a9d38a35d484d16f623a2a0c24472030060484f39 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:20:11.811 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 podman[16206]: 2026-02-18 05:20:11.637736176 +0000 UTC m=+0.316665587 container remove 3732329b8c7262b267091c8a9d38a35d484d16f623a2a0c24472030060484f39 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2026-02-18T05:20:11.812 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 bash[16206]: ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a 2026-02-18T05:20:11.812 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 systemd[1]: ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-18T05:20:11.812 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 systemd[1]: Stopped Ceph mon.a for 772f4be3-0c89-11f1-836f-d404e6e7d460. 2026-02-18T05:20:11.812 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 systemd[1]: Starting Ceph mon.a for 772f4be3-0c89-11f1-836f-d404e6e7d460... 2026-02-18T05:20:11.812 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 podman[16340]: 2026-02-18 05:20:11.776967794 +0000 UTC m=+0.014991404 container create fc700babcdd04a74e74e207b43fdbd5eea6b0f35d442462f575a82615be12e2d (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, 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, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug) 2026-02-18T05:20:11.820 INFO:teuthology.orchestra.run.trial099.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-18T05:20:12.108 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 podman[16340]: 2026-02-18 05:20:11.811285178 +0000 UTC m=+0.049308788 container init fc700babcdd04a74e74e207b43fdbd5eea6b0f35d442462f575a82615be12e2d (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True) 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 podman[16340]: 2026-02-18 05:20:11.81441216 +0000 UTC m=+0.052435760 container start fc700babcdd04a74e74e207b43fdbd5eea6b0f35d442462f575a82615be12e2d (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.7, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 bash[16340]: fc700babcdd04a74e74e207b43fdbd5eea6b0f35d442462f575a82615be12e2d 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 podman[16340]: 2026-02-18 05:20:11.771298898 +0000 UTC m=+0.009322518 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 systemd[1]: Started Ceph mon.a for 772f4be3-0c89-11f1-836f-d404e6e7d460. 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: set uid:gid to 167:167 (ceph:ceph) 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug), process ceph-mon, pid 7 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: pidfile_write: ignore empty --pid-file 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: load: jerasure load: lrc 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: RocksDB version: 7.9.2 2026-02-18T05:20:12.109 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Git sha 0 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Compile date 2026-02-17 18:17:02 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: DB SUMMARY 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: DB Session ID: U72YR2F5QRW334V154CD 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: CURRENT file: CURRENT 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: IDENTITY file: IDENTITY 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 75957 ; 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.error_if_exists: 0 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.create_if_missing: 0 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.paranoid_checks: 1 2026-02-18T05:20:12.110 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.env: 0x55ccf19d6100 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.fs: PosixFileSystem 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.info_log: 0x55ccf7753b00 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_file_opening_threads: 16 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.statistics: (nil) 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.use_fsync: 0 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_log_file_size: 0 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.keep_log_file_num: 1000 2026-02-18T05:20:12.111 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.recycle_log_file_num: 0 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.allow_fallocate: 1 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.allow_mmap_reads: 0 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.allow_mmap_writes: 0 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.use_direct_reads: 0 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.create_missing_column_families: 0 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.db_log_dir: 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.wal_dir: 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-18T05:20:12.112 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.advise_random_on_open: 1 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.db_write_buffer_size: 0 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.write_buffer_manager: 0x55ccf7756500 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.rate_limiter: (nil) 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.wal_recovery_mode: 2 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.enable_thread_tracking: 0 2026-02-18T05:20:12.113 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.enable_pipelined_write: 0 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.unordered_write: 0 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.row_cache: None 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.wal_filter: None 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.allow_ingest_behind: 0 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.two_write_queues: 0 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.manual_wal_flush: 0 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.wal_compression: 0 2026-02-18T05:20:12.114 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.atomic_flush: 0 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.log_readahead_size: 0 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.best_efforts_recovery: 0 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.allow_data_in_errors: 0 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.db_host_id: __hostname__ 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_background_jobs: 2 2026-02-18T05:20:12.115 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_background_compactions: -1 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_subcompactions: 1 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_total_wal_size: 0 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_open_files: -1 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bytes_per_sync: 0 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-18T05:20:12.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_readahead_size: 0 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_background_flushes: -1 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Compression algorithms supported: 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: kZSTD supported: 0 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: kXpressCompression supported: 0 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: kBZip2Compression supported: 0 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: kLZ4Compression supported: 1 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: kZlibCompression supported: 1 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: kLZ4HCCompression supported: 1 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: kSnappyCompression supported: 1 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-18T05:20:12.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.merge_operator: 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_filter: None 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_filter_factory: None 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.sst_partitioner_factory: None 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ccf7752240) 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout: cache_index_and_filter_blocks: 1 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-18T05:20:12.118 INFO:journalctl@ceph.mon.a.trial099.stdout: pin_top_level_index_and_filter: 1 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: index_type: 0 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: data_block_index_type: 0 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: index_shortening: 1 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: checksum: 4 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: no_block_cache: 0 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: block_cache: 0x55ccf7773b90 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: block_cache_name: BinnedLRUCache 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: block_cache_options: 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: capacity : 536870912 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: num_shard_bits : 4 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: strict_capacity_limit : 0 2026-02-18T05:20:12.119 INFO:journalctl@ceph.mon.a.trial099.stdout: high_pri_pool_ratio: 0.000 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: block_cache_compressed: (nil) 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: persistent_cache: (nil) 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: block_size: 4096 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: block_size_deviation: 10 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: block_restart_interval: 16 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: index_block_restart_interval: 1 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: metadata_block_size: 4096 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: partition_filters: 0 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: use_delta_encoding: 1 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: filter_policy: bloomfilter 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: whole_key_filtering: 1 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: verify_compression: 0 2026-02-18T05:20:12.120 INFO:journalctl@ceph.mon.a.trial099.stdout: read_amp_bytes_per_bit: 0 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout: format_version: 5 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout: enable_index_compression: 1 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout: block_align: 0 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout: max_auto_readahead_size: 262144 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout: prepopulate_block_cache: 0 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout: initial_auto_readahead_size: 8192 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout: num_file_reads_for_auto_readahead: 2 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.write_buffer_size: 33554432 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_write_buffer_number: 2 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression: NoCompression 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression: Disabled 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.prefix_extractor: nullptr 2026-02-18T05:20:12.121 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.num_levels: 7 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:20:12.122 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression_opts.level: 32767 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression_opts.strategy: 0 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression_opts.enabled: false 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-18T05:20:12.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.target_file_size_base: 67108864 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-18T05:20:12.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.arena_block_size: 1048576 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.disable_auto_compactions: 0 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-18T05:20:12.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.inplace_update_support: 0 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.bloom_locality: 0 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.max_successive_merges: 0 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.paranoid_file_checks: 0 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.force_consistency_checks: 1 2026-02-18T05:20:12.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.report_bg_io_stats: 0 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.ttl: 2592000 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.enable_blob_files: false 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.min_blob_size: 0 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.blob_file_size: 268435456 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-18T05:20:12.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.blob_file_starting_level: 0 2026-02-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: 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-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 031aa7f9-e206-4b60-96a9-5aff86a0fc07 2026-02-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771392011842803, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771392011843465, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73099, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 227, "table_properties": {"data_size": 71367, "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": 65871, "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": 1771392011, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "031aa7f9-e206-4b60-96a9-5aff86a0fc07", "db_session_id": "U72YR2F5QRW334V154CD", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771392011843534, "job": 1, "event": "recovery_finished"} 2026-02-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-18T05:20:12.128 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: 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-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ccf7776700 2026-02-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: DB pointer 0x55ccf7788000 2026-02-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout: ** DB Stats ** 2026-02-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.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-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.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-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:20:12.129 INFO:journalctl@ceph.mon.a.trial099.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.stdout: 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.stdout: ** Compaction Stats [default] ** 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.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-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.stdout: L0 2/0 73.25 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.stdout: Sum 2/0 73.25 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.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 152.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.stdout: 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.stdout: ** Compaction Stats [default] ** 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.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-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.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 152.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:20:12.130 INFO:journalctl@ceph.mon.a.trial099.stdout: 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: Cumulative compaction: 0.00 GB write, 22.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: Interval compaction: 0.00 GB write, 22.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.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-18T05:20:12.131 INFO:journalctl@ceph.mon.a.trial099.stdout: Block cache BinnedLRUCache@0x55ccf7773b90#7 capacity: 512.00 MB usage: 1.09 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.72 KB,0.000137091%) IndexBlock(2,0.38 KB,7.15256e-05%) Misc(1,0.00 KB,0%) 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout: 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: starting mon.a rank 0 at public addrs [v2:10.20.193.99:3300/0,v1:10.20.193.99:6789/0] at bind addrs [v2:10.20.193.99:3300/0,v1:10.20.193.99:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mon.a@-1(???) e1 preinit fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mon.a@-1(???).mds e1 new map 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mon.a@-1(???).mds e1 print_map 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout: e1 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout: btime 2026-02-18T05:20:10:391211+0000 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.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-18T05:20:12.132 INFO:journalctl@ceph.mon.a.trial099.stdout: legacy client fscid: -1 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout: 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout: No filesystems configured 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: monmap epoch 1 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: last_changed 2026-02-18T05:20:09.205297+0000 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: created 2026-02-18T05:20:09.205297+0000 2026-02-18T05:20:12.133 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: min_mon_release 20 (tentacle) 2026-02-18T05:20:12.134 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: election_strategy: 1 2026-02-18T05:20:12.134 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: 0: [v2:10.20.193.99:3300/0,v1:10.20.193.99:6789/0] mon.a 2026-02-18T05:20:12.134 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: fsmap 2026-02-18T05:20:12.134 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: osdmap e1: 0 total, 0 up, 0 in 2026-02-18T05:20:12.134 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:11 trial099 ceph-mon[16388]: mgrmap e1: no daemons active 2026-02-18T05:20:12.135 INFO:teuthology.orchestra.run.trial099.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-18T05:20:12.135 INFO:teuthology.orchestra.run.trial099.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:20:12.135 INFO:teuthology.orchestra.run.trial099.stdout:Creating mgr... 2026-02-18T05:20:12.135 INFO:teuthology.orchestra.run.trial099.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-18T05:20:12.135 INFO:teuthology.orchestra.run.trial099.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-18T05:20:12.240 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mgr.x 2026-02-18T05:20:12.240 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stderr Failed to reset failed state of unit ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mgr.x.service: Unit ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mgr.x.service not loaded. 2026-02-18T05:20:12.353 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460.target.wants/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mgr.x.service → /etc/systemd/system/ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@.service. 2026-02-18T05:20:12.506 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:20:12.506 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout disabled 2026-02-18T05:20:12.513 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:20:12.513 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout inactive 2026-02-18T05:20:12.513 INFO:teuthology.orchestra.run.trial099.stdout:firewalld.service is not enabled 2026-02-18T05:20:12.513 INFO:teuthology.orchestra.run.trial099.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T05:20:12.520 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:20:12.520 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout disabled 2026-02-18T05:20:12.526 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:20:12.526 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout inactive 2026-02-18T05:20:12.526 INFO:teuthology.orchestra.run.trial099.stdout:firewalld.service is not enabled 2026-02-18T05:20:12.526 INFO:teuthology.orchestra.run.trial099.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-18T05:20:12.526 INFO:teuthology.orchestra.run.trial099.stdout:Waiting for mgr to start... 2026-02-18T05:20:12.526 INFO:teuthology.orchestra.run.trial099.stdout:Waiting for mgr... 2026-02-18T05:20:12.829 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "fsid": "772f4be3-0c89-11f1-836f-d404e6e7d460", 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 0 2026-02-18T05:20:12.830 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:12.831 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T05:20:12.832 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T05:20:10:391211+0000", 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T05:20:12.833 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T05:20:10.391824+0000", 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T05:20:12.834 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:20:12.835 INFO:teuthology.orchestra.run.trial099.stdout:mgr not available, waiting (1/15)... 2026-02-18T05:20:13.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:12 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1557946965' entity='client.admin' 2026-02-18T05:20:13.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:12 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/66040077' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:20:13.874 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:13 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: from numpy import show_config as show_numpy_config 2026-02-18T05:20:15.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:15 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/2556990514' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:20:15.126 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:15.126 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:20:15.126 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "fsid": "772f4be3-0c89-11f1-836f-d404e6e7d460", 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 0 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:20:15.127 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T05:20:15.128 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T05:20:15.129 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T05:20:10:391211+0000", 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T05:20:15.130 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T05:20:10.391824+0000", 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T05:20:15.131 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:20:15.132 INFO:teuthology.orchestra.run.trial099.stdout:mgr not available, waiting (2/15)... 2026-02-18T05:20:16.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: Activating manager daemon x 2026-02-18T05:20:16.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: mgrmap e2: x(active, starting, since 0.00314623s) 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: Manager daemon x is now available 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' 2026-02-18T05:20:16.375 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:16 trial099 ceph-mon[16388]: from='mgr.14100 10.20.193.99:0/2368876898' entity='mgr.x' 2026-02-18T05:20:17.408 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:17 trial099 ceph-mon[16388]: mgrmap e3: x(active, since 1.00699s) 2026-02-18T05:20:17.538 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:17.538 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:20:17.538 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "fsid": "772f4be3-0c89-11f1-836f-d404e6e7d460", 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 0 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T05:20:17.539 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T05:20:17.540 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T05:20:17.541 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T05:20:10:391211+0000", 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T05:20:17.542 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T05:20:10.391824+0000", 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:20:17.543 INFO:teuthology.orchestra.run.trial099.stdout:mgr is available 2026-02-18T05:20:17.896 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:17.896 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout fsid = 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.99:3300,v1:10.20.193.99:6789] 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T05:20:17.897 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 2026-02-18T05:20:17.898 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T05:20:17.898 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T05:20:17.898 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T05:20:17.898 INFO:teuthology.orchestra.run.trial099.stdout:Enabling cephadm module... 2026-02-18T05:20:18.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:18 trial099 ceph-mon[16388]: mgrmap e4: x(active, since 2s) 2026-02-18T05:20:18.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:18 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1248673144' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:20:18.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:18 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3529919339' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-18T05:20:18.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:18 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1511286199' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-18T05:20:18.624 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:18 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: ignoring --setuser ceph since I am not root 2026-02-18T05:20:18.624 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:18 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: ignoring --setgroup ceph since I am not root 2026-02-18T05:20:18.804 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:20:18.804 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-18T05:20:18.804 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T05:20:18.804 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-18T05:20:18.804 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T05:20:18.804 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:20:18.804 INFO:teuthology.orchestra.run.trial099.stdout:Waiting for the mgr to restart... 2026-02-18T05:20:18.804 INFO:teuthology.orchestra.run.trial099.stdout:Waiting for mgr epoch 5... 2026-02-18T05:20:19.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:19 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1511286199' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-18T05:20:19.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:19 trial099 ceph-mon[16388]: mgrmap e5: x(active, since 3s) 2026-02-18T05:20:19.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:19 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1562636126' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:20:19.625 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:19 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: /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-18T05:20:19.625 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:19 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: 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-18T05:20:19.625 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:19 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: from numpy import show_config as show_numpy_config 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: Active manager daemon x restarted 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: Activating manager daemon x 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: osdmap e2: 0 total, 0 up, 0 in 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: mgrmap e6: x(active, starting, since 0.00307118s) 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:20:21.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:21 trial099 ceph-mon[16388]: Manager daemon x is now available 2026-02-18T05:20:22.206 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:20:22.206 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-18T05:20:22.206 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T05:20:22.207 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:20:22.207 INFO:teuthology.orchestra.run.trial099.stdout:mgr epoch 5 is available 2026-02-18T05:20:22.207 INFO:teuthology.orchestra.run.trial099.stdout:Verifying orchestrator module is enabled... 2026-02-18T05:20:22.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:22.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:22.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: Found migration_current of "None". Setting to last migration. 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:22] ENGINE Bus STARTING 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: mgrmap e7: x(active, since 1.00499s) 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:20:22.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:22] ENGINE Serving on https://10.20.193.99:7150 2026-02-18T05:20:22.876 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:22] ENGINE Client ('10.20.193.99', 56650) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:20:22.876 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:22] ENGINE Serving on http://10.20.193.99:8765 2026-02-18T05:20:22.876 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:22] ENGINE Bus STARTED 2026-02-18T05:20:22.876 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:22.876 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:22 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/4284922602' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-18T05:20:23.207 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-18T05:20:23.207 INFO:teuthology.orchestra.run.trial099.stdout:Setting orchestrator backend to cephadm... 2026-02-18T05:20:23.939 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-18T05:20:23.939 INFO:teuthology.orchestra.run.trial099.stdout:Generating ssh key... 2026-02-18T05:20:24.341 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:24 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/4284922602' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-18T05:20:24.341 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:24 trial099 ceph-mon[16388]: mgrmap e8: x(active, since 2s) 2026-02-18T05:20:24.341 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:24 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:24.341 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:24 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: Generating public/private ed25519 key pair. 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: Your identification has been saved in /tmp/tmpu6rwrfa2/key 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: Your public key has been saved in /tmp/tmpu6rwrfa2/key.pub 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: The key fingerprint is: 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: SHA256:y7yoWpo1+3lamzSgte75C/EXzcseTGWeOhkA9Sjz2nY ceph-772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: The key's randomart image is: 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: +--[ED25519 256]--+ 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: | ... | 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: | . o | 2026-02-18T05:20:24.342 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: | o o . o | 2026-02-18T05:20:24.343 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: | + + + . | 2026-02-18T05:20:24.343 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: | + S o = o | 2026-02-18T05:20:24.343 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: | o B + = = | 2026-02-18T05:20:24.343 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: | = o X + E | 2026-02-18T05:20:24.343 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: | = + B.B o o | 2026-02-18T05:20:24.343 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: | +.o+O+*. . | 2026-02-18T05:20:24.343 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:24 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: +----[SHA256]-----+ 2026-02-18T05:20:24.679 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAIIrtlp3LdP2DdeMZCJGvAXSd/xlK382tjc+T8R6ZCa ceph-772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:24.679 INFO:teuthology.orchestra.run.trial099.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:20:24.679 INFO:teuthology.orchestra.run.trial099.stdout:Adding key to root@localhost authorized_keys... 2026-02-18T05:20:24.680 INFO:teuthology.orchestra.run.trial099.stdout:Adding host trial099... 2026-02-18T05:20:25.454 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:25 trial099 ceph-mon[16388]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:25.454 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:25 trial099 ceph-mon[16388]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:25.454 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:25 trial099 ceph-mon[16388]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:25.454 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:25 trial099 ceph-mon[16388]: Generating ssh key... 2026-02-18T05:20:25.454 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:25 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:25.454 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:25 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:26.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:26 trial099 ceph-mon[16388]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:26.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:26 trial099 ceph-mon[16388]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial099", "addr": "10.20.193.99", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:26.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:26 trial099 ceph-mon[16388]: Deploying cephadm binary to trial099 2026-02-18T05:20:26.582 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout Added host 'trial099' with addr '10.20.193.99' 2026-02-18T05:20:26.583 INFO:teuthology.orchestra.run.trial099.stdout:Deploying unmanaged mon service... 2026-02-18T05:20:26.964 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-18T05:20:26.964 INFO:teuthology.orchestra.run.trial099.stdout:Deploying unmanaged mgr service... 2026-02-18T05:20:27.342 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-18T05:20:27.608 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:27.609 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: Added host trial099 2026-02-18T05:20:27.609 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:27.609 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:27.609 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: Saving service mon spec with placement count:5 2026-02-18T05:20:27.609 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:27.609 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:27.609 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:27.609 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: Saving service mgr spec with placement count:2 2026-02-18T05:20:27.610 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:27.610 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:27 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:28.087 INFO:teuthology.orchestra.run.trial099.stdout:Enabling the dashboard module... 2026-02-18T05:20:28.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:28 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1378002362' entity='client.admin' 2026-02-18T05:20:28.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:28 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:28.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:28 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/2061796676' entity='client.admin' 2026-02-18T05:20:28.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:28 trial099 ceph-mon[16388]: from='mgr.14118 10.20.193.99:0/2914056958' entity='mgr.x' 2026-02-18T05:20:28.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:28 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1770891493' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-18T05:20:29.262 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:29 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: ignoring --setuser ceph since I am not root 2026-02-18T05:20:29.263 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:29 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: ignoring --setgroup ceph since I am not root 2026-02-18T05:20:29.552 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:20:29.552 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-18T05:20:29.552 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T05:20:29.552 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-18T05:20:29.552 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T05:20:29.552 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:20:29.552 INFO:teuthology.orchestra.run.trial099.stdout:Waiting for the mgr to restart... 2026-02-18T05:20:29.553 INFO:teuthology.orchestra.run.trial099.stdout:Waiting for mgr epoch 9... 2026-02-18T05:20:30.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:29 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1770891493' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-18T05:20:30.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:29 trial099 ceph-mon[16388]: mgrmap e9: x(active, since 7s) 2026-02-18T05:20:30.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:29 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/2508890119' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:20:30.375 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:30 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: /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-18T05:20:30.375 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:30 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: 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-18T05:20:30.375 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:20:30 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: from numpy import show_config as show_numpy_config 2026-02-18T05:20:32.328 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: Active manager daemon x restarted 2026-02-18T05:20:32.328 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: Activating manager daemon x 2026-02-18T05:20:32.328 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: osdmap e3: 0 total, 0 up, 0 in 2026-02-18T05:20:32.329 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: mgrmap e10: x(active, starting, since 0.00335636s) 2026-02-18T05:20:32.329 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:20:32.329 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-18T05:20:32.329 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:20:32.329 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:20:32.329 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:20:32.329 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:31 trial099 ceph-mon[16388]: Manager daemon x is now available 2026-02-18T05:20:32.957 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:20:32.957 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-18T05:20:32.957 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T05:20:32.958 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:20:32.958 INFO:teuthology.orchestra.run.trial099.stdout:mgr epoch 9 is available 2026-02-18T05:20:32.958 INFO:teuthology.orchestra.run.trial099.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-18T05:20:33.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:33.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:20:33.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-18T05:20:33.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:33.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:33.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:32 trial099 ceph-mon[16388]: mgrmap e11: x(active, since 1.0064s) 2026-02-18T05:20:33.577 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUXT9PVKdqH6Uu+fPSPtRyuA6c3+AwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI2MDIxODA1MjAzM1oXDTI5\nMDIxNzA1MjAzM1owFzEVMBMGA1UEAwwMMTAuMjAuMTkzLjk5MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAy2tbL4/gVPVvIYYCGw5VfPwvqnh6HepDswqq\nBKeCIZ7relYpCCXw18BRFxGny5+UWAEi5SwvAGkhNRQLk5RQCuROdiSOhg6P80ix\nqcGJsZvtlitIgyAE4qxi/698yVJNRVvkIU1ZKDy3gudPoZevG4jpd3oA6OJ6Z7y7\n6EaC83KjpGWMoqfaAjWhvnzle7sqImK5jo+kHXRu+lHWDgnZxtqRtcjcSzv2K21p\nh9eWAKfL4L0Swr9Gv8xQGFEu+PWxQQ5r6P4jyJz4ANiyOwza8NilgUCoSc39Qswo\na5DLwSsSqHHhJMVP/H4o26Xs1ttzXzLiFMAkR9/QekzY+AZo3jBKuIfzPEx78paQ\nrp5fyDI3yYDuqUpv9pOCIcJ6uAD5e41EwX0zUpeuN4KMz3B7XsMBfQxRMT95L2QQ\nFAhFRi7/Eo4Tt6AG0qQD9HrBhU5yUvIJVwJxl54yDFb3cT2me9t+2GvdOPfpmCbz\nrwlFFEhCa9L7BxjgQFy9QLm8rFc+NGIrZbPg+bhYkpgTEl6d4Y894PinHI2vTC4F\nHQo2P+S6F3AZ82RQrhqN1Kij4tud4AJ8VNjwta+yH2ngDZpLuep9/u2aqql6Dvyf\n7fEkA7bREbYd+/5ar+9qwTo2Ob3azgmPxjcPUkItFInD++IXf9qVnxEOsDlCyE4Y\nQ6by0c8CAwEAAaM+MDwwLAYDVR0RBCUwI4IIdHJpYWwwOTmCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwQKFMFjMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAJqD\n5yabHfuqpwh2w+IxPlFtNTZAfhMizyeHOPpbqFEpKSb1Bwzy+LwEzlEXdxyW0m5V\nkcutKnxIdaSnUqSMwwqZqOctg/tprUPjDE/EC51IhWKfGQ4UId8Jk9uf5RpGjS+G\nlmV5ZyrHZ1S5GaQno/AfMVrGLobJyFOMxvSXPrG5RZzCEfpZ4yKdu8/KtOPPv7Rr\nDjPEpbAk1XY7hi6W/nXE66SLMPPRFxjI8xsGtM6NP5o02xSXmN1D42J42UQs6BiB\nDRpUVOeiqnBIrGeU6En5qd2MdKnnio5mga1kQ8RoNZeD/cBYjzINPqhI1664xaMK\nzlcyvNFEb6JBezA1eoq6dZsSLgEqg6Pnw2ZskpsaRo5MR9fngzXfv+jpLdbXro43\nuVuLwXnNxoDTVHCSgsmp+TbPQij0hYBZTq/w20hDmi/V0uw19vxBLZ+HlkP3ongd\nz2wpVnr0I81QDvtaQ3BKjLhIJfgFh5+vE7Oyou6q92V5RnnSXmQv+iEtIUplnymT\n+Nwr4YEUNP4Rrf380Kjqfj+RkvlnJ51xk1VLJ0+B1N4UEri2J8tV4g+V0Ls5AXVW\nGzy6QhWONGJHYNGsL6CBNE68iYmqnBUlLYIwnguAmrMu/4nZPFxawnhG6HfFA7AY\nEyuNK/x5e+dM1FHgMC+74PDDYkkYULaxjwy2X3dD\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKgIBAAKCAgEAy2tbL4/gVPVvIYYCGw5VfPwvqnh6HepDswqqBKeCIZ7relYp\nCCXw18BRFxGny5+UWAEi5SwvAGkhNRQLk5RQCuROdiSOhg6P80ixqcGJsZvtlitI\ngyAE4qxi/698yVJNRVvkIU1ZKDy3gudPoZevG4jpd3oA6OJ6Z7y76EaC83KjpGWM\noqfaAjWhvnzle7sqImK5jo+kHXRu+lHWDgnZxtqRtcjcSzv2K21ph9eWAKfL4L0S\nwr9Gv8xQGFEu+PWxQQ5r6P4jyJz4ANiyOwza8NilgUCoSc39Qswoa5DLwSsSqHHh\nJMVP/H4o26Xs1ttzXzLiFMAkR9/QekzY+AZo3jBKuIfzPEx78paQrp5fyDI3yYDu\nqUpv9pOCIcJ6uAD5e41EwX0zUpeuN4KMz3B7XsMBfQxRMT95L2QQFAhFRi7/Eo4T\nt6AG0qQD9HrBhU5yUvIJVwJxl54yDFb3cT2me9t+2GvdOPfpmCbzrwlFFEhCa9L7\nBxjgQFy9QLm8rFc+NGIrZbPg+bhYkpgTEl6d4Y894PinHI2vTC4FHQo2P+S6F3AZ\n82RQrhqN1Kij4tud4AJ8VNjwta+yH2ngDZpLuep9/u2aqql6Dvyf7fEkA7bREbYd\n+/5ar+9qwTo2Ob3azgmPxjcPUkItFInD++IXf9qVnxEOsDlCyE4YQ6by0c8CAwEA\nAQKCAgBeaZX5dcQveniZbRq2FwmLiHrRGrjHAK9qPoVZwqtN0nZFog7KRt3JLWwV\nkm64Pfk6fVCGYGLyRFkSyxpyZTBfVcaq4924j7K1PmSjPv4bDp2PiMhPf8F0uYD7\nXiZDRG0zx2oTINTELaYY3iYiAIZX98wwVVJtxIv+cOUf8fYeavNTvoQvDEvNobnP\n8SULr/tm2T55UebgeuV1Th1VB7JprpFZd3/zdUGUt2P3FhL7e+XPCcJW3DNImtoD\n504vY81gvgJMsgPGvUAIGItkh9toVI1Ad9OD6dTlt179ScegAM9Ymf5etCujK6To\nCVNrB5C9Ox8edW2BZHpdASTkvQjXXvNgsDeuUm9h+n3pILylxFHKWIUbNqbzMSpf\nDrIGJsQwORnccJka1azxCzgMsEW+d86Wi4vK7zuVMCEWb6GWpYQZFqupyPXrL7/x\nmwM7du1Iy9ynrc07lwhduw8iio7t+r/zAON/l5Amyv8otgjEZw/aJuyi3S7Cv/sL\n/29yRdNZ8PCyHcVM/gsb2aXhBnYWy8l6/ll8TzhSCkp/IjviAv3BtqILcfV21eGW\nVIaAvB9EmiG52qaOBykZWS0Z6X36O5+GuUG5QRzL3ZSp16cX7hztHt2vi/z8rvwD\neSGcsuEbfSmuzFxDvWsP/IeVdnulyRggbnC8IWTu0GShBoVqlQKCAQEA89ueHvDM\nx8MQy5ST+ARkaQ8pe3RtEupEh5kgYsgHRcgGwykyOdWJFxQVsgN3FB39eNXw2YCF\nc7f86nN2lqimd4/s8x/G5E6IeLcCke8p3iR9d3nycAzcSy3GnPWAhJvyOxiTWrF0\nhONZeQH+ODXgSxVptkM9vy5hX8LTnD3+wE4q9ZXXyiY/wqYj/PIwPIrTWVkcGGDn\np350IKUN4t/AH2/KRv8TnFDXKtiZ6XeW2DdP8GjXjpidBsY+jKnNCPMmkVzMnGWu\nOe+27tlTNA6RV1Kd5CBGo+d52iBTJFcwTnRN/oy4kFy0pDVPGUTQL7foShTV3Fo8\nGqe13j8ibyFhKwKCAQEA1YxH7sLQHmNG+2ZjHcjtPD/2Ou71KBtJVuo2EkOVx7N2\nIjZGyqGbATDk294+kzWlJRzyX9SgedTHNFkol2EcTQAw4XhdlVCklC6n/6onNNQs\n/T9WaXUx2x2U9z/OmQFPFPgBxb6xiIrm/nQ2MfBEAJLls3D8qUtUGyonnDBN+qxB\nL/+8qT6/zl4BeZz5gq3NWiCVutsgOizPdmroh51tyDZt1Dmwfqg3SmW9psnZsM/3\nKV1/WWW0Ll82yX0sw32eHJTPsIM28lHGTHsCvlJNvV+uSQPCqX6qDfZ4ZOHCzEmZ\nmt94TQ1Mqx6uIDJ3JtcVRnu3COODIPdJYjKS3XMX7QKCAQEAqNvpqRkrZCRSC/aN\nY89+zDUAj4k2QkPQQmkpQN2sE4kIDboIGn4f2MhCoaq+mUKPE05p4eKaBmBgFOTx\nOC/+XYpfFJdrfQpYe+aWNAF9Z2KzMrlRxH9TSAehoWxqmuj1mjBRURrSSXa4rQ9R\nPxEniDaCpf/30NvH96yMJYPUVMuL+dTRwRwtSJcNEomOF042PYdz6fmoT5ZDyZsh\ne3leqyYY1oKozLQ52mR0Z3M1E/FxPFMM+KP7EAbUp0ipPspIaZ3t3VqXg2zXqpr4\nf3Ka9/GwfZhP8g1GlmGN0PtC6wCkRWCiKOzY9WAorqG022YoxquYz2X4eqipSgVD\nzdo6UwKCAQEAtJDsVfgGMFuzrmmRz6KQ7owK8SQSybng1owt8l2RbY3SivUoALiL\nL4OfUEZo1OLcZDhIvT02AC4pzprBFtc3LejGbC/xuYq5zs5woV7HzgTGkdCXiY5d\n/K/TwQkD8R5JNyrJnOI0jYcd8PRkyu8lIPMVJRiZm7ClSl7npUq29QnoCOUOKnFz\nj9SvHJzd4WCCrf21fY1Bf89aEQAu5FT6efuD/JpXIZGtRswmg7xTxQzkKeb0Aqxb\noYZC9jZQvnAeXH576v3YXSdGLG8rD7DaKRGZdgWm+NiwhCPvAyZeJ4zoRCtHNqfT\nNzI2++SQGZhuVe3QA8UUoLBYLZ8jzfo+tQKCAQEAigQIBEheFqoIOCLNBBm+jUed\n7wpaN97dyGDZdYOH5W/Qd2px/BlxRKk5lUw0vNh/7Kza88ajPcgyZDNIPoq/Dmp0\ncNbNNTCpEvdxccCeHwoHMwZC4TPUYJ7QAvVQgGRb2/eEM8kzrjGP5DibQpluCrr4\njEjEDWquUtrUj8S75BZnKrCJA3ElJPmIJoGfNHUdagyLACrJ3zMqsyeMulD7O3Nw\nlzkOF+ya4Jlobcu98ODOuJVCCJKb6e10WxSRA4VQCPi5Q/8m++oYjjJDWPF+1bXj\nyl8X3uE7UKR8FakluaRK9N5ChtlnKrwUPMVzoRaLkEeK2kgV2YNVzEZ9qNlMSQ==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-18T05:20:33.958 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-18T05:20:34.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:33 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:32] ENGINE Bus STARTING 2026-02-18T05:20:34.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:33 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:32] ENGINE Serving on http://10.20.193.99:8765 2026-02-18T05:20:34.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:33 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:32] ENGINE Serving on https://10.20.193.99:7150 2026-02-18T05:20:34.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:33 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:32] ENGINE Bus STARTED 2026-02-18T05:20:34.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:33 trial099 ceph-mon[16388]: [18/Feb/2026:05:20:32] ENGINE Client ('10.20.193.99', 48812) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:20:34.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:33 trial099 ceph-mon[16388]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:20:34.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:33 trial099 ceph-mon[16388]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:20:34.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:33 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:34.334 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-18T05:20:34.335 INFO:teuthology.orchestra.run.trial099.stdout:Creating initial admin user... 2026-02-18T05:20:34.918 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$309y..50sNbq1oKo3SnYV.EzZIhIUP639v/LfoUeQhpv/FK2Syh3e", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771392034, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-18T05:20:34.918 INFO:teuthology.orchestra.run.trial099.stdout:Fetching dashboard port number... 2026-02-18T05:20:35.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:34 trial099 ceph-mon[16388]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:35.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:34 trial099 ceph-mon[16388]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:35.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:34 trial099 ceph-mon[16388]: mgrmap e12: x(active, since 2s) 2026-02-18T05:20:35.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:34 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:35.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:34 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:35.285 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stdout 8443 2026-02-18T05:20:35.294 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:20:35.294 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout disabled 2026-02-18T05:20:35.300 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:20:35.300 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout inactive 2026-02-18T05:20:35.300 INFO:teuthology.orchestra.run.trial099.stdout:firewalld.service is not enabled 2026-02-18T05:20:35.301 INFO:teuthology.orchestra.run.trial099.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-18T05:20:35.301 INFO:teuthology.orchestra.run.trial099.stdout:Ceph Dashboard is now available at: 2026-02-18T05:20:35.301 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.301 INFO:teuthology.orchestra.run.trial099.stdout: URL: https://trial099:8443/ 2026-02-18T05:20:35.301 INFO:teuthology.orchestra.run.trial099.stdout: User: admin 2026-02-18T05:20:35.301 INFO:teuthology.orchestra.run.trial099.stdout: Password: t8t0pns7lh 2026-02-18T05:20:35.302 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.302 INFO:teuthology.orchestra.run.trial099.stdout:Saving cluster configuration to /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/config directory 2026-02-18T05:20:35.733 INFO:teuthology.orchestra.run.trial099.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-18T05:20:35.733 INFO:teuthology.orchestra.run.trial099.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-18T05:20:35.733 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.733 INFO:teuthology.orchestra.run.trial099.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:20:35.733 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.733 INFO:teuthology.orchestra.run.trial099.stdout:Or, if you are only running a single cluster on this host: 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout: ceph telemetry on 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout:For more information see: 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.734 INFO:teuthology.orchestra.run.trial099.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-18T05:20:35.735 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:35.735 INFO:teuthology.orchestra.run.trial099.stdout:Bootstrap complete. 2026-02-18T05:20:35.740 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout static 2026-02-18T05:20:35.746 INFO:teuthology.orchestra.run.trial099.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-18T05:20:35.746 INFO:teuthology.orchestra.run.trial099.stdout:systemctl: stdout inactive 2026-02-18T05:20:35.746 INFO:teuthology.orchestra.run.trial099.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-18T05:20:35.884 INFO:tasks.cephadm:Fetching config... 2026-02-18T05:20:35.884 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:20:35.884 DEBUG:teuthology.orchestra.run.trial099:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-18T05:20:35.901 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-18T05:20:35.901 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:20:35.902 DEBUG:teuthology.orchestra.run.trial099:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-18T05:20:35.958 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-18T05:20:35.958 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:20:35.958 DEBUG:teuthology.orchestra.run.trial099:> sudo dd if=/var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-18T05:20:36.016 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:35 trial099 ceph-mon[16388]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:36.016 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:35 trial099 ceph-mon[16388]: 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-18T05:20:36.016 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:35 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/4056666260' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-18T05:20:36.016 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:35 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/742744445' entity='client.admin' 2026-02-18T05:20:36.025 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-18T05:20:36.025 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:20:36.025 DEBUG:teuthology.orchestra.run.trial099:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-18T05:20:36.081 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-18T05:20:36.082 DEBUG:teuthology.orchestra.run.trial099:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAIIrtlp3LdP2DdeMZCJGvAXSd/xlK382tjc+T8R6ZCa ceph-772f4be3-0c89-11f1-836f-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T05:20:36.154 INFO:teuthology.orchestra.run.trial099.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAIIrtlp3LdP2DdeMZCJGvAXSd/xlK382tjc+T8R6ZCa ceph-772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:36.164 DEBUG:teuthology.orchestra.run.trial110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAIIrtlp3LdP2DdeMZCJGvAXSd/xlK382tjc+T8R6ZCa ceph-772f4be3-0c89-11f1-836f-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T05:20:36.200 INFO:teuthology.orchestra.run.trial110.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAIIrtlp3LdP2DdeMZCJGvAXSd/xlK382tjc+T8R6ZCa ceph-772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:36.210 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-18T05:20:36.323 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:36.730 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-18T05:20:36.730 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-18T05:20:36.847 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:37.245 INFO:tasks.cephadm:Remote trial110 excluded from cephadm cluster by role 2026-02-18T05:20:37.246 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-18T05:20:37.246 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd crush tunables default 2026-02-18T05:20:37.363 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:37.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:37 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/827494252' entity='client.admin' 2026-02-18T05:20:37.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:37 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:37.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:37 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:37.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:37 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:37.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:37 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:trial099", "name": "osd_memory_target"} : dispatch 2026-02-18T05:20:37.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:37 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:37.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:37 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:20:38.589 INFO:teuthology.orchestra.run.trial099.stderr:adjusted tunables profile to default 2026-02-18T05:20:38.732 INFO:tasks.cephadm:Adding mon.a on trial099 2026-02-18T05:20:38.732 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch apply mon '1;trial099:10.20.193.99=a' 2026-02-18T05:20:38.846 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:38.869 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:38.869 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: Updating trial099:/etc/ceph/ceph.conf 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: Updating trial099:/var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/config/ceph.conf 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: Updating trial099:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: Updating trial099:/var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/4093653678' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:20:38.870 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:38 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:39.101 INFO:teuthology.orchestra.run.trial099.stdout:Scheduled mon update... 2026-02-18T05:20:39.245 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2026-02-18T05:20:39.245 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph mon dump -f json 2026-02-18T05:20:39.362 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:39.646 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:39.646 INFO:teuthology.orchestra.run.trial099.stdout:{"epoch":1,"fsid":"772f4be3-0c89-11f1-836f-d404e6e7d460","modified":"2026-02-18T05:20:09.205297Z","created":"2026-02-18T05:20:09.205297Z","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.99:3300","nonce":0},{"type":"v1","addr":"10.20.193.99:6789","nonce":0}]},"addr":"10.20.193.99:6789/0","public_addr":"10.20.193.99:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-18T05:20:39.646 INFO:teuthology.orchestra.run.trial099.stderr:dumped monmap epoch 1 2026-02-18T05:20:39.765 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/4093653678' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-18T05:20:39.765 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:20:39.765 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: mgrmap e13: x(active, since 6s) 2026-02-18T05:20:39.766 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:39.766 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:39.766 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:39.766 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:20:39.766 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:39.766 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:39.767 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:20:39.767 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:20:39.767 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:39.767 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:39.767 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:39 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:39.788 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-18T05:20:39.789 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-18T05:20:39.905 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:40.145 INFO:teuthology.orchestra.run.trial099.stdout:# minimal ceph.conf for 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:40.145 INFO:teuthology.orchestra.run.trial099.stdout:[global] 2026-02-18T05:20:40.146 INFO:teuthology.orchestra.run.trial099.stdout: fsid = 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:20:40.146 INFO:teuthology.orchestra.run.trial099.stdout: mon_host = [v2:10.20.193.99:3300/0,v1:10.20.193.99:6789/0] 2026-02-18T05:20:40.286 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-18T05:20:40.286 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:20:40.286 DEBUG:teuthology.orchestra.run.trial099:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T05:20:40.311 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:20:40.312 DEBUG:teuthology.orchestra.run.trial099:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:20:40.375 INFO:tasks.cephadm:Adding mgr.x on trial099 2026-02-18T05:20:40.376 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch apply mgr '1;trial099=x' 2026-02-18T05:20:40.530 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:40.780 INFO:teuthology.orchestra.run.trial099.stdout:Scheduled mgr update... 2026-02-18T05:20:40.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:40 trial099 ceph-mon[16388]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;trial099:10.20.193.99=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:40.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:40 trial099 ceph-mon[16388]: Saving service mon spec with placement trial099:10.20.193.99=a;count:1 2026-02-18T05:20:40.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:40 trial099 ceph-mon[16388]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T05:20:40.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:40 trial099 ceph-mon[16388]: Reconfiguring daemon mon.a on trial099 2026-02-18T05:20:40.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:40 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/883131236' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:20:40.875 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:40 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1279221664' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:40.921 DEBUG:tasks.cephadm:set 0 configs 2026-02-18T05:20:40.921 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph config dump 2026-02-18T05:20:41.036 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:41.278 INFO:teuthology.orchestra.run.trial099.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-18T05:20:41.278 INFO:teuthology.orchestra.run.trial099.stdout:global dev auth_debug true 2026-02-18T05:20:41.278 INFO:teuthology.orchestra.run.trial099.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c * 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global dev debug_asserts_on_shutdown true 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global basic log_to_file true 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global basic log_to_journald false 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global basic log_to_stderr false 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global advanced mon_allow_pool_delete true 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global advanced mon_cluster_log_to_file true 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-18T05:20:41.279 INFO:teuthology.orchestra.run.trial099.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:global dev ms_die_on_bug true 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:global dev ms_die_on_old_message true 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.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-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced debug_mon 20/20 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced debug_ms 1/1 2026-02-18T05:20:41.280 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced debug_paxos 20/20 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced mon_data_avail_warn 5 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mgr advanced debug_mgr 20/20 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mgr advanced debug_ms 1/1 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-18T05:20:41.281 INFO:teuthology.orchestra.run.trial099.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:mgr advanced mgr/cephadm/migration_current 7 * 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:osd dev bdev_debug_aio true 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced debug_ms 1/1 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced debug_osd 20/20 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:osd dev osd_debug_misdirected_ops true 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:osd dev osd_debug_op_order true 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-18T05:20:41.282 INFO:teuthology.orchestra.run.trial099.stdout:osd dev osd_debug_shutdown true 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_memory_target_autotune true 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_op_queue debug_random * 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-18T05:20:41.283 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_recover_clone_overlap true 2026-02-18T05:20:41.284 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-18T05:20:41.284 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-18T05:20:41.284 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-18T05:20:41.284 INFO:teuthology.orchestra.run.trial099.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-18T05:20:41.284 INFO:teuthology.orchestra.run.trial099.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-18T05:20:41.284 INFO:teuthology.orchestra.run.trial099.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-18T05:20:41.284 INFO:teuthology.orchestra.run.trial099.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-18T05:20:41.420 INFO:tasks.cephadm:Deploying OSDs... 2026-02-18T05:20:41.420 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:20:41.420 DEBUG:teuthology.orchestra.run.trial099:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T05:20:41.437 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-18T05:20:41.437 DEBUG:teuthology.orchestra.run.trial099:> stat /dev/vg_nvme/lv_1 2026-02-18T05:20:41.494 INFO:teuthology.orchestra.run.trial099.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T05:20:41.494 INFO:teuthology.orchestra.run.trial099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:20:41.494 INFO:teuthology.orchestra.run.trial099.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-18T05:20:41.494 INFO:teuthology.orchestra.run.trial099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:20:41.494 INFO:teuthology.orchestra.run.trial099.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:20:41.494 INFO:teuthology.orchestra.run.trial099.stdout:Access: 2026-02-18 05:20:36.848527734 +0000 2026-02-18T05:20:41.494 INFO:teuthology.orchestra.run.trial099.stdout:Modify: 2026-02-18 05:19:38.509445054 +0000 2026-02-18T05:20:41.494 INFO:teuthology.orchestra.run.trial099.stdout:Change: 2026-02-18 05:19:38.509445054 +0000 2026-02-18T05:20:41.494 INFO:teuthology.orchestra.run.trial099.stdout: Birth: 2026-02-18 05:19:38.509445054 +0000 2026-02-18T05:20:41.495 DEBUG:teuthology.orchestra.run.trial099:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T05:20:41.558 INFO:teuthology.orchestra.run.trial099.stderr:1+0 records in 2026-02-18T05:20:41.558 INFO:teuthology.orchestra.run.trial099.stderr:1+0 records out 2026-02-18T05:20:41.558 INFO:teuthology.orchestra.run.trial099.stderr:512 bytes copied, 0.000157273 s, 3.3 MB/s 2026-02-18T05:20:41.560 DEBUG:teuthology.orchestra.run.trial099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T05:20:41.617 DEBUG:teuthology.orchestra.run.trial099:> stat /dev/vg_nvme/lv_2 2026-02-18T05:20:41.674 INFO:teuthology.orchestra.run.trial099.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T05:20:41.674 INFO:teuthology.orchestra.run.trial099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:20:41.674 INFO:teuthology.orchestra.run.trial099.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-18T05:20:41.674 INFO:teuthology.orchestra.run.trial099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:20:41.675 INFO:teuthology.orchestra.run.trial099.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:20:41.675 INFO:teuthology.orchestra.run.trial099.stdout:Access: 2026-02-18 05:20:36.848527734 +0000 2026-02-18T05:20:41.675 INFO:teuthology.orchestra.run.trial099.stdout:Modify: 2026-02-18 05:19:38.508445079 +0000 2026-02-18T05:20:41.675 INFO:teuthology.orchestra.run.trial099.stdout:Change: 2026-02-18 05:19:38.508445079 +0000 2026-02-18T05:20:41.675 INFO:teuthology.orchestra.run.trial099.stdout: Birth: 2026-02-18 05:19:38.508445079 +0000 2026-02-18T05:20:41.676 DEBUG:teuthology.orchestra.run.trial099:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T05:20:41.738 INFO:teuthology.orchestra.run.trial099.stderr:1+0 records in 2026-02-18T05:20:41.738 INFO:teuthology.orchestra.run.trial099.stderr:1+0 records out 2026-02-18T05:20:41.739 INFO:teuthology.orchestra.run.trial099.stderr:512 bytes copied, 0.000155108 s, 3.3 MB/s 2026-02-18T05:20:41.740 DEBUG:teuthology.orchestra.run.trial099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T05:20:41.797 DEBUG:teuthology.orchestra.run.trial099:> stat /dev/vg_nvme/lv_3 2026-02-18T05:20:41.853 INFO:teuthology.orchestra.run.trial099.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T05:20:41.854 INFO:teuthology.orchestra.run.trial099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:20:41.854 INFO:teuthology.orchestra.run.trial099.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-18T05:20:41.854 INFO:teuthology.orchestra.run.trial099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:20:41.854 INFO:teuthology.orchestra.run.trial099.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:20:41.854 INFO:teuthology.orchestra.run.trial099.stdout:Access: 2026-02-18 05:20:36.848527734 +0000 2026-02-18T05:20:41.854 INFO:teuthology.orchestra.run.trial099.stdout:Modify: 2026-02-18 05:19:38.509445054 +0000 2026-02-18T05:20:41.854 INFO:teuthology.orchestra.run.trial099.stdout:Change: 2026-02-18 05:19:38.509445054 +0000 2026-02-18T05:20:41.854 INFO:teuthology.orchestra.run.trial099.stdout: Birth: 2026-02-18 05:19:38.509445054 +0000 2026-02-18T05:20:41.855 DEBUG:teuthology.orchestra.run.trial099:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T05:20:41.916 INFO:teuthology.orchestra.run.trial099.stderr:1+0 records in 2026-02-18T05:20:41.916 INFO:teuthology.orchestra.run.trial099.stderr:1+0 records out 2026-02-18T05:20:41.916 INFO:teuthology.orchestra.run.trial099.stderr:512 bytes copied, 0.000162572 s, 3.1 MB/s 2026-02-18T05:20:41.918 DEBUG:teuthology.orchestra.run.trial099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T05:20:41.975 DEBUG:teuthology.orchestra.run.trial099:> stat /dev/vg_nvme/lv_4 2026-02-18T05:20:42.031 INFO:teuthology.orchestra.run.trial099.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T05:20:42.031 INFO:teuthology.orchestra.run.trial099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:20:42.031 INFO:teuthology.orchestra.run.trial099.stdout:Device: 6h/6d Inode: 1312 Links: 1 2026-02-18T05:20:42.032 INFO:teuthology.orchestra.run.trial099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:20:42.032 INFO:teuthology.orchestra.run.trial099.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:20:42.032 INFO:teuthology.orchestra.run.trial099.stdout:Access: 2026-02-18 05:20:36.848527734 +0000 2026-02-18T05:20:42.032 INFO:teuthology.orchestra.run.trial099.stdout:Modify: 2026-02-18 05:19:38.509445054 +0000 2026-02-18T05:20:42.032 INFO:teuthology.orchestra.run.trial099.stdout:Change: 2026-02-18 05:19:38.509445054 +0000 2026-02-18T05:20:42.032 INFO:teuthology.orchestra.run.trial099.stdout: Birth: 2026-02-18 05:19:38.509445054 +0000 2026-02-18T05:20:42.032 DEBUG:teuthology.orchestra.run.trial099:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T05:20:42.093 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;trial099=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:42.093 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: Saving service mgr spec with placement trial099=x;count:1 2026-02-18T05:20:42.093 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:42.093 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:42.093 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: Reconfiguring mgr.x (unknown last config time)... 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: Reconfiguring daemon mgr.x on trial099 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:42.094 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:41 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/4011963399' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T05:20:42.095 INFO:teuthology.orchestra.run.trial099.stderr:1+0 records in 2026-02-18T05:20:42.095 INFO:teuthology.orchestra.run.trial099.stderr:1+0 records out 2026-02-18T05:20:42.095 INFO:teuthology.orchestra.run.trial099.stderr:512 bytes copied, 0.000177109 s, 2.9 MB/s 2026-02-18T05:20:42.096 DEBUG:teuthology.orchestra.run.trial099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T05:20:42.154 INFO:tasks.cephadm:Deploying osd.0 on trial099 with /dev/vg_nvme/lv_4... 2026-02-18T05:20:42.154 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T05:20:42.307 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:42.983 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:42.999 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch daemon add osd trial099:vg_nvme/lv_4 --skip-validation 2026-02-18T05:20:43.117 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:44.561 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial099:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:44.561 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: osd.default does not exist. Creating it now. 2026-02-18T05:20:44.561 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: Creating OSDs with service ID: default on trial099:['vg_nvme/lv_4'] 2026-02-18T05:20:44.561 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:44.561 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: Marking host: trial099 for OSDSpec preview refresh. 2026-02-18T05:20:44.561 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: Saving service osd.default spec with placement trial099 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:20:44.562 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:44.563 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:20:44.563 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:20:44.563 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:44.563 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/2935835871' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "89e55a48-d20a-46c4-9c37-150037eefc15"} : dispatch 2026-02-18T05:20:44.563 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/2935835871' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89e55a48-d20a-46c4-9c37-150037eefc15"}]': finished 2026-02-18T05:20:44.563 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T05:20:44.563 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:44 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:20:45.617 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:45 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/1809540741' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:20:46.514 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:46 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:20:46.514 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:46 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:47.634 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:47 trial099 ceph-mon[16388]: Deploying daemon osd.0 on trial099 2026-02-18T05:20:47.635 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:47 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:20:47.635 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:47 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:47.635 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:47 trial099 ceph-mon[16388]: Deploying daemon osd.0 on trial099 2026-02-18T05:20:50.068 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:49 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:50.068 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:49 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:50.068 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:49 trial099 ceph-mon[16388]: from='osd.0 [v2:10.20.193.99:6802/2332598242,v1:10.20.193.99:6803/2332598242]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:20:51.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:50 trial099 ceph-mon[16388]: from='osd.0 [v2:10.20.193.99:6802/2332598242,v1:10.20.193.99:6803/2332598242]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:20:51.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:50 trial099 ceph-mon[16388]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T05:20:51.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:50 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:20:52.655 INFO:teuthology.orchestra.run.trial099.stdout:Created osd(s) 0 on host 'trial099' 2026-02-18T05:20:52.799 DEBUG:teuthology.orchestra.run.trial099:osd.0> sudo journalctl -f -n 0 -u ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@osd.0.service 2026-02-18T05:20:52.801 INFO:tasks.cephadm:Deploying osd.1 on trial099 with /dev/vg_nvme/lv_3... 2026-02-18T05:20:52.801 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-18T05:20:52.960 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:52.984 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:52 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:52.984 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:52 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:52.984 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:52 trial099 ceph-mon[16388]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:20:52.984 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:52 trial099 ceph-mon[16388]: from='osd.0 [v2:10.20.193.99:6802/2036568760,v1:10.20.193.99:6803/2036568760]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:20:52.984 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:52 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:52.984 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:52 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:53.871 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:53 trial099 ceph-mon[16388]: from='osd.0 [v2:10.20.193.99:6802/2036568760,v1:10.20.193.99:6803/2036568760]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:20:53.871 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:53 trial099 ceph-mon[16388]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T05:20:53.871 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:53 trial099 ceph-mon[16388]: from='osd.0 [v2:10.20.193.99:6802/2036568760,v1:10.20.193.99:6803/2036568760]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial099", "root=default"]} : dispatch 2026-02-18T05:20:53.871 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:53 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:20:53.871 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:53 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:53.871 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:53 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:53.871 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:53 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:20:53.871 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:20:53 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0[31514]: 2026-02-18T05:20:53.834+0000 7f6e43f7f640 -1 osd.0 0 waiting for initial osdmap 2026-02-18T05:20:53.871 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:20:53 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0[31514]: 2026-02-18T05:20:53.836+0000 7f6e3f567640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:20:54.027 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:20:54.044 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch daemon add osd trial099:vg_nvme/lv_3 --skip-validation 2026-02-18T05:20:54.159 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:20:54.962 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:20:54.962 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: from='osd.0 [v2:10.20.193.99:6802/2036568760,v1:10.20.193.99:6803/2036568760]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial099", "root=default"]}]': finished 2026-02-18T05:20:54.962 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: osdmap e8: 1 total, 0 up, 1 in 2026-02-18T05:20:54.962 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:20:54.963 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:54.963 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:54.963 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:54.963 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:54.963 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:20:54.963 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:20:54.963 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:54 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:56.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: purged_snaps scrub starts 2026-02-18T05:20:56.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: purged_snaps scrub ok 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='client.14203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial099:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: osd.default does not exist. Creating it now. 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: Creating OSDs with service ID: default on trial099:['vg_nvme/lv_3'] 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: Marking host: trial099 for OSDSpec preview refresh. 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: Saving service osd.default spec with placement trial099 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: osd.0 [v2:10.20.193.99:6802/2036568760,v1:10.20.193.99:6803/2036568760] boot 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: osdmap e9: 1 total, 1 up, 1 in 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: Detected new or changed devices on trial099 2026-02-18T05:20:56.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: Adjusting osd_memory_target on trial099 to 84047M 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:20:56.126 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:56.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3374476907' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "85d5f16f-7d0d-4f13-98ef-6ee2df1973ba"} : dispatch 2026-02-18T05:20:56.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3374476907' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85d5f16f-7d0d-4f13-98ef-6ee2df1973ba"}]': finished 2026-02-18T05:20:56.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T05:20:56.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:20:56.127 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:55 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3878773519' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:20:56.917 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:56 trial099 ceph-mon[16388]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:20:58.083 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:57 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:20:58.083 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:57 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:58.084 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:57 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:20:58.084 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:57 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:20:59.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:58 trial099 ceph-mon[16388]: Deploying daemon osd.1 on trial099 2026-02-18T05:20:59.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:58 trial099 ceph-mon[16388]: pgmap v13: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:20:59.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:20:58 trial099 ceph-mon[16388]: Deploying daemon osd.1 on trial099 2026-02-18T05:21:01.253 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:01 trial099 ceph-mon[16388]: pgmap v14: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:21:01.253 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:01 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:01.253 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:01 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:01.254 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:01 trial099 ceph-mon[16388]: from='osd.1 [v2:10.20.193.99:6810/1528909409,v1:10.20.193.99:6811/1528909409]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:21:02.356 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:02 trial099 ceph-mon[16388]: from='osd.1 [v2:10.20.193.99:6810/1528909409,v1:10.20.193.99:6811/1528909409]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:21:02.357 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:02 trial099 ceph-mon[16388]: osdmap e11: 2 total, 1 up, 2 in 2026-02-18T05:21:02.357 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:02 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:21:03.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:03 trial099 ceph-mon[16388]: pgmap v16: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:21:03.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:03 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:03.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:03 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:03.615 INFO:teuthology.orchestra.run.trial099.stdout:Created osd(s) 1 on host 'trial099' 2026-02-18T05:21:03.758 DEBUG:teuthology.orchestra.run.trial099:osd.1> sudo journalctl -f -n 0 -u ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@osd.1.service 2026-02-18T05:21:03.760 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-02-18T05:21:03.761 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T05:21:03.923 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:04.189 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:04.278 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:04 trial099 ceph-mon[16388]: from='osd.1 [v2:10.20.193.99:6810/1969432681,v1:10.20.193.99:6811/1969432681]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:21:04.278 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:04 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:04.278 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:04 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:04.330 INFO:teuthology.orchestra.run.trial099.stdout:{"epoch":12,"num_osds":2,"num_up_osds":1,"osd_up_since":1771392054,"num_in_osds":2,"osd_in_since":1771392055,"num_remapped_pgs":0} 2026-02-18T05:21:05.256 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: pgmap v17: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:21:05.256 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: from='osd.1 [v2:10.20.193.99:6810/1969432681,v1:10.20.193.99:6811/1969432681]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:21:05.256 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: osdmap e12: 2 total, 1 up, 2 in 2026-02-18T05:21:05.256 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:21:05.257 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: from='osd.1 [v2:10.20.193.99:6810/1969432681,v1:10.20.193.99:6811/1969432681]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial099", "root=default"]} : dispatch 2026-02-18T05:21:05.257 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3680216823' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:21:05.257 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:05.257 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:05.257 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:21:05.257 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:05.257 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:05 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:05.257 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:21:05 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1[39129]: 2026-02-18T05:21:05.022+0000 7f15dabb1640 -1 osd.1 0 waiting for initial osdmap 2026-02-18T05:21:05.258 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:21:05 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1[39129]: 2026-02-18T05:21:05.024+0000 7f15d6199640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:21:05.331 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T05:21:05.448 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:05.692 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:05.834 INFO:teuthology.orchestra.run.trial099.stdout:{"epoch":13,"num_osds":2,"num_up_osds":1,"osd_up_since":1771392054,"num_in_osds":2,"osd_in_since":1771392055,"num_remapped_pgs":0} 2026-02-18T05:21:06.062 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='osd.1 [v2:10.20.193.99:6810/1969432681,v1:10.20.193.99:6811/1969432681]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial099", "root=default"]}]': finished 2026-02-18T05:21:06.062 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: osdmap e13: 2 total, 1 up, 2 in 2026-02-18T05:21:06.062 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:21:06.062 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:21:06.062 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/4229286379' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:21:06.062 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:21:06.063 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:06 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:06.836 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T05:21:06.956 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:07.207 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:07.208 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:07 trial099 ceph-mon[16388]: purged_snaps scrub starts 2026-02-18T05:21:07.208 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:07 trial099 ceph-mon[16388]: purged_snaps scrub ok 2026-02-18T05:21:07.208 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:07 trial099 ceph-mon[16388]: Detected new or changed devices on trial099 2026-02-18T05:21:07.208 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:07 trial099 ceph-mon[16388]: Adjusting osd_memory_target on trial099 to 42023M 2026-02-18T05:21:07.208 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:07 trial099 ceph-mon[16388]: pgmap v20: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:21:07.208 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:07 trial099 ceph-mon[16388]: osd.1 [v2:10.20.193.99:6810/1969432681,v1:10.20.193.99:6811/1969432681] boot 2026-02-18T05:21:07.208 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:07 trial099 ceph-mon[16388]: osdmap e14: 2 total, 2 up, 2 in 2026-02-18T05:21:07.209 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:07 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:21:07.350 INFO:teuthology.orchestra.run.trial099.stdout:{"epoch":14,"num_osds":2,"num_up_osds":2,"osd_up_since":1771392066,"num_in_osds":2,"osd_in_since":1771392055,"num_remapped_pgs":0} 2026-02-18T05:21:07.351 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T05:21:07.467 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:07.714 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:07.714 INFO:teuthology.orchestra.run.trial099.stdout:{"epoch":14,"fsid":"772f4be3-0c89-11f1-836f-d404e6e7d460","created":"2026-02-18T05:20:10.391360+0000","modified":"2026-02-18T05:21:06.021827+0000","last_up_change":"2026-02-18T05:21:06.021827+0000","last_in_change":"2026-02-18T05:20:55.434556+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":"89e55a48-d20a-46c4-9c37-150037eefc15","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.99:6802","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6803","nonce":2036568760}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6804","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6805","nonce":2036568760}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6808","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6809","nonce":2036568760}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6806","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6807","nonce":2036568760}]},"public_addr":"10.20.193.99:6803/2036568760","cluster_addr":"10.20.193.99:6805/2036568760","heartbeat_back_addr":"10.20.193.99:6809/2036568760","heartbeat_front_addr":"10.20.193.99:6807/2036568760","state":["exists","up"]},{"osd":1,"uuid":"85d5f16f-7d0d-4f13-98ef-6ee2df1973ba","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.99:6810","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6811","nonce":1969432681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6812","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6813","nonce":1969432681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6816","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6817","nonce":1969432681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6814","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6815","nonce":1969432681}]},"public_addr":"10.20.193.99:6811/1969432681","cluster_addr":"10.20.193.99:6813/1969432681","heartbeat_back_addr":"10.20.193.99:6817/1969432681","heartbeat_front_addr":"10.20.193.99:6815/1969432681","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.99:0/3879618186":"2026-02-19T05:20:31.822191+0000","10.20.193.99:6800/76417043":"2026-02-19T05:20:31.822191+0000","10.20.193.99:6801/76417043":"2026-02-19T05:20:31.822191+0000","10.20.193.99:0/2762118925":"2026-02-19T05:20:31.822191+0000","10.20.193.99:6800/1515226360":"2026-02-19T05:20:21.074180+0000","10.20.193.99:0/3423813185":"2026-02-19T05:20:21.074180+0000","10.20.193.99:0/3476821285":"2026-02-19T05:20:31.822191+0000","10.20.193.99:0/3648321838":"2026-02-19T05:20:21.074180+0000","10.20.193.99:6801/1515226360":"2026-02-19T05:20:21.074180+0000","10.20.193.99:0/3390380069":"2026-02-19T05:20:21.074180+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-18T05:21:07.860 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-18T05:21:07.861 INFO:tasks.cephadm:Setting up client nodes... 2026-02-18T05:21:07.861 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-18T05:21:07.981 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:08.054 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:08 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/2565002814' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:21:08.054 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:08 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/2960584760' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:21:08.274 INFO:teuthology.orchestra.run.trial099.stdout:[client.0] 2026-02-18T05:21:08.275 INFO:teuthology.orchestra.run.trial099.stdout: key = AQBETJVpvIo8EBAAzXvmQnBADkYXN7W9GwqXgg== 2026-02-18T05:21:08.417 DEBUG:teuthology.orchestra.run.trial099:> set -ex 2026-02-18T05:21:08.418 DEBUG:teuthology.orchestra.run.trial099:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-18T05:21:08.418 DEBUG:teuthology.orchestra.run.trial099:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-18T05:21:08.454 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-18T05:21:08.608 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:08.858 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:09.016 INFO:teuthology.orchestra.run.trial099.stdout:[{"version":11,"timestamp":"2026-02-18T05:21:05.814619+0000","name":"","changes":[{"name":"osd/host:trial099/osd_memory_target","previous_value":"88129928806","new_value":"44064964403"}]}] 2026-02-18T05:21:09.017 INFO:tasks.ceph_manager:config epoch is 11 2026-02-18T05:21:09.017 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-18T05:21:09.017 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-18T05:21:09.017 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-18T05:21:09.131 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:09.246 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:09 trial099 ceph-mon[16388]: pgmap v22: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:21:09.246 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:09 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3934300981' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-18T05:21:09.246 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:09 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3934300981' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-18T05:21:09.246 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:09 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:09.246 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:09 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:09.247 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:09 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3575852176' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T05:21:09.406 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:09.546 INFO:teuthology.orchestra.run.trial099.stdout:{"epoch":13,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6800","nonce":3426470778},{"type":"v1","addr":"10.20.193.99:6801","nonce":3426470778}]},"active_addr":"10.20.193.99:6801/3426470778","active_change":"2026-02-18T05:20:31.822322+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 agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"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 certificates generated and signed by 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 the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager 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.5","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:ceph20-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:ceph20-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 to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"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 cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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.99: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.99:0","nonce":3814328698}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.99:0","nonce":2899727349}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.99:0","nonce":74117662}]}]} 2026-02-18T05:21:09.547 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-18T05:21:09.547 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-18T05:21:09.548 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T05:21:09.662 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:09.906 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:09.906 INFO:teuthology.orchestra.run.trial099.stdout:{"epoch":14,"fsid":"772f4be3-0c89-11f1-836f-d404e6e7d460","created":"2026-02-18T05:20:10.391360+0000","modified":"2026-02-18T05:21:06.021827+0000","last_up_change":"2026-02-18T05:21:06.021827+0000","last_in_change":"2026-02-18T05:20:55.434556+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":"89e55a48-d20a-46c4-9c37-150037eefc15","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.99:6802","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6803","nonce":2036568760}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6804","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6805","nonce":2036568760}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6808","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6809","nonce":2036568760}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6806","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6807","nonce":2036568760}]},"public_addr":"10.20.193.99:6803/2036568760","cluster_addr":"10.20.193.99:6805/2036568760","heartbeat_back_addr":"10.20.193.99:6809/2036568760","heartbeat_front_addr":"10.20.193.99:6807/2036568760","state":["exists","up"]},{"osd":1,"uuid":"85d5f16f-7d0d-4f13-98ef-6ee2df1973ba","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.99:6810","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6811","nonce":1969432681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6812","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6813","nonce":1969432681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6816","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6817","nonce":1969432681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6814","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6815","nonce":1969432681}]},"public_addr":"10.20.193.99:6811/1969432681","cluster_addr":"10.20.193.99:6813/1969432681","heartbeat_back_addr":"10.20.193.99:6817/1969432681","heartbeat_front_addr":"10.20.193.99:6815/1969432681","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.99:0/3879618186":"2026-02-19T05:20:31.822191+0000","10.20.193.99:6800/76417043":"2026-02-19T05:20:31.822191+0000","10.20.193.99:6801/76417043":"2026-02-19T05:20:31.822191+0000","10.20.193.99:0/2762118925":"2026-02-19T05:20:31.822191+0000","10.20.193.99:6800/1515226360":"2026-02-19T05:20:21.074180+0000","10.20.193.99:0/3423813185":"2026-02-19T05:20:21.074180+0000","10.20.193.99:0/3476821285":"2026-02-19T05:20:31.822191+0000","10.20.193.99:0/3648321838":"2026-02-19T05:20:21.074180+0000","10.20.193.99:6801/1515226360":"2026-02-19T05:20:21.074180+0000","10.20.193.99:0/3390380069":"2026-02-19T05:20:21.074180+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-18T05:21:10.047 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-18T05:21:10.047 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T05:21:10.163 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:10.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:10 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/4130818342' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T05:21:10.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:10 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3257858140' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:21:10.411 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:10.412 INFO:teuthology.orchestra.run.trial099.stdout:{"epoch":14,"fsid":"772f4be3-0c89-11f1-836f-d404e6e7d460","created":"2026-02-18T05:20:10.391360+0000","modified":"2026-02-18T05:21:06.021827+0000","last_up_change":"2026-02-18T05:21:06.021827+0000","last_in_change":"2026-02-18T05:20:55.434556+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":"89e55a48-d20a-46c4-9c37-150037eefc15","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.99:6802","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6803","nonce":2036568760}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6804","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6805","nonce":2036568760}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6808","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6809","nonce":2036568760}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6806","nonce":2036568760},{"type":"v1","addr":"10.20.193.99:6807","nonce":2036568760}]},"public_addr":"10.20.193.99:6803/2036568760","cluster_addr":"10.20.193.99:6805/2036568760","heartbeat_back_addr":"10.20.193.99:6809/2036568760","heartbeat_front_addr":"10.20.193.99:6807/2036568760","state":["exists","up"]},{"osd":1,"uuid":"85d5f16f-7d0d-4f13-98ef-6ee2df1973ba","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.99:6810","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6811","nonce":1969432681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6812","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6813","nonce":1969432681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6816","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6817","nonce":1969432681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.99:6814","nonce":1969432681},{"type":"v1","addr":"10.20.193.99:6815","nonce":1969432681}]},"public_addr":"10.20.193.99:6811/1969432681","cluster_addr":"10.20.193.99:6813/1969432681","heartbeat_back_addr":"10.20.193.99:6817/1969432681","heartbeat_front_addr":"10.20.193.99:6815/1969432681","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.99:0/3879618186":"2026-02-19T05:20:31.822191+0000","10.20.193.99:6800/76417043":"2026-02-19T05:20:31.822191+0000","10.20.193.99:6801/76417043":"2026-02-19T05:20:31.822191+0000","10.20.193.99:0/2762118925":"2026-02-19T05:20:31.822191+0000","10.20.193.99:6800/1515226360":"2026-02-19T05:20:21.074180+0000","10.20.193.99:0/3423813185":"2026-02-19T05:20:21.074180+0000","10.20.193.99:0/3476821285":"2026-02-19T05:20:31.822191+0000","10.20.193.99:0/3648321838":"2026-02-19T05:20:21.074180+0000","10.20.193.99:6801/1515226360":"2026-02-19T05:20:21.074180+0000","10.20.193.99:0/3390380069":"2026-02-19T05:20:21.074180+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-18T05:21:10.555 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-18T05:21:10.556 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-18T05:21:10.671 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:10.672 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:10.959 INFO:teuthology.orchestra.run.trial099.stdout:38654705670 2026-02-18T05:21:10.960 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T05:21:10.976 INFO:teuthology.orchestra.run.trial099.stdout:60129542148 2026-02-18T05:21:10.976 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T05:21:11.076 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:11.131 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:11.204 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:11 trial099 ceph-mon[16388]: pgmap v23: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:21:11.204 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:11 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3279395133' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:21:11.321 INFO:teuthology.orchestra.run.trial099.stdout:38654705669 2026-02-18T05:21:11.374 INFO:teuthology.orchestra.run.trial099.stdout:60129542147 2026-02-18T05:21:11.462 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705670 got 38654705669 for osd.0 2026-02-18T05:21:11.513 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542147 for osd.1 2026-02-18T05:21:12.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:12 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/965599495' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:21:12.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:12 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/2728337313' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:21:12.463 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T05:21:12.514 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T05:21:12.579 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:12.628 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:12.835 INFO:teuthology.orchestra.run.trial099.stdout:38654705671 2026-02-18T05:21:12.878 INFO:teuthology.orchestra.run.trial099.stdout:60129542148 2026-02-18T05:21:12.976 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705670 got 38654705671 for osd.0 2026-02-18T05:21:12.977 DEBUG:teuthology.parallel:result is None 2026-02-18T05:21:13.020 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542148 got 60129542148 for osd.1 2026-02-18T05:21:13.020 DEBUG:teuthology.parallel:result is None 2026-02-18T05:21:13.020 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-18T05:21:13.021 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T05:21:13.136 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:13.250 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:13 trial099 ceph-mon[16388]: pgmap v24: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:21:13.250 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:13 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3757394881' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:21:13.250 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:13 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3187914054' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:21:13.384 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:13.384 INFO:teuthology.orchestra.run.trial099.stderr:dumped all 2026-02-18T05:21:13.525 INFO:teuthology.orchestra.run.trial099.stdout:{"pg_ready":true,"pg_map":{"version":24,"stamp":"2026-02-18T05:21:11.831073+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":38654705671,"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-18T05:21:13.525 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T05:21:13.639 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:13.882 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:13.882 INFO:teuthology.orchestra.run.trial099.stderr:dumped all 2026-02-18T05:21:14.022 INFO:teuthology.orchestra.run.trial099.stdout:{"pg_ready":true,"pg_map":{"version":25,"stamp":"2026-02-18T05:21:13.831370+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":60129542149,"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":38654705671,"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-18T05:21:14.023 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-18T05:21:14.023 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-18T05:21:14.023 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-18T05:21:14.023 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph health --format=json 2026-02-18T05:21:14.137 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:14.407 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:14.407 INFO:teuthology.orchestra.run.trial099.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-18T05:21:14.550 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-18T05:21:14.550 INFO:tasks.cephadm:Setup complete, yielding 2026-02-18T05:21:14.550 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-18T05:21:14.556 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial099.front.sepia.ceph.com 2026-02-18T05:21:14.556 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- bash -c 'ceph fs volume create cephfs' 2026-02-18T05:21:14.672 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:15.373 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:15 trial099 ceph-mon[16388]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:15.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:15 trial099 ceph-mon[16388]: pgmap v25: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:21:15.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:15 trial099 ceph-mon[16388]: from='client.14246 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:15.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:15 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/3010356738' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:21:15.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:15 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2026-02-18T05:21:16.202 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-18T05:21:16.212 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2026-02-18T05:21:16.212 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T05:21:16.314 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:16 trial099 ceph-mon[16388]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:21:16.314 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:16 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2026-02-18T05:21:16.315 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:16 trial099 ceph-mon[16388]: osdmap e15: 2 total, 2 up, 2 in 2026-02-18T05:21:16.315 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:16 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2026-02-18T05:21:16.315 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:16 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a[16363]: 2026-02-18T05:21:16.047+0000 7fb5f4352640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-18T05:21:16.329 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:16.587 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:16.588 INFO:teuthology.orchestra.run.trial099.stdout:[{"events": ["2026-02-18T05:21:16.054161Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T05:21:16.052181Z", "running": 0, "size": 2}}, {"events": ["2026-02-18T05:20:40.783881Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T05:20:40.776082Z", "last_refresh": "2026-02-18T05:21:16.523841Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:39.105302Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099:10.20.193.99=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T05:20:39.097503Z", "last_refresh": "2026-02-18T05:21:16.523763Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:54.416475Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial099"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-18T05:20:54.415039Z", "last_refresh": "2026-02-18T05:21:16.523890Z", "running": 2, "size": 2}}] 2026-02-18T05:21:16.730 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-18T05:21:17.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: pgmap v27: 32 pgs: 32 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:21:17.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2026-02-18T05:21:17.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: osdmap e16: 2 total, 2 up, 2 in 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: osdmap e17: 2 total, 2 up, 2 in 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: fsmap cephfs:0 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: Saving service mds.cephfs spec with placement count:2 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:17.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:17 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:17.732 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T05:21:17.854 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:18.233 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:18.233 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: osdmap e18: 2 total, 2 up, 2 in 2026-02-18T05:21:18.233 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:18.233 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:18.233 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:18.233 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:21:18.233 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:18.234 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:21:18.234 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial099.nvftkm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-18T05:21:18.234 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial099.nvftkm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-18T05:21:18.234 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:18 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:18.269 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:18.269 INFO:teuthology.orchestra.run.trial099.stdout:[{"events": ["2026-02-18T05:21:16.054161Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T05:21:16.052181Z", "running": 0, "size": 2}}, {"events": ["2026-02-18T05:20:40.783881Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T05:20:40.776082Z", "last_refresh": "2026-02-18T05:21:16.523841Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:39.105302Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099:10.20.193.99=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T05:20:39.097503Z", "last_refresh": "2026-02-18T05:21:16.523763Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:54.416475Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial099"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-18T05:20:54.415039Z", "last_refresh": "2026-02-18T05:21:16.523890Z", "running": 2, "size": 2}}] 2026-02-18T05:21:18.415 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-18T05:21:19.069 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:19 trial099 ceph-mon[16388]: Deploying daemon mds.cephfs.trial099.nvftkm on trial099 2026-02-18T05:21:19.070 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:19 trial099 ceph-mon[16388]: pgmap v31: 64 pgs: 23 active+undersized, 25 creating+peering, 16 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:21:19.070 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:19 trial099 ceph-mon[16388]: osdmap e19: 2 total, 2 up, 2 in 2026-02-18T05:21:19.070 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:19 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:19.070 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:19 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:19.070 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:19 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:19.070 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:19 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial099.wsncct", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-18T05:21:19.070 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:19 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial099.wsncct", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-18T05:21:19.070 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:19 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:19.416 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T05:21:19.532 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:19.795 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:19.795 INFO:teuthology.orchestra.run.trial099.stdout:[{"events": ["2026-02-18T05:21:19.120253Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T05:21:16.052181Z", "last_refresh": "2026-02-18T05:21:19.622546Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:20:40.783881Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T05:20:40.776082Z", "last_refresh": "2026-02-18T05:21:19.622415Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:39.105302Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099:10.20.193.99=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T05:20:39.097503Z", "last_refresh": "2026-02-18T05:21:19.622339Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:54.416475Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial099"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-18T05:20:54.415039Z", "last_refresh": "2026-02-18T05:21:19.622465Z", "running": 2, "size": 2}}] 2026-02-18T05:21:19.937 INFO:tasks.cephadm:mds.cephfs has 2/2 2026-02-18T05:21:19.937 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-18T05:21:19.953 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial099.front.sepia.ceph.com 2026-02-18T05:21:19.953 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- bash -c 'ceph fs subvolumegroup create cephfs g1' 2026-02-18T05:21:20.070 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:20.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:20.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: Deploying daemon mds.cephfs.trial099.wsncct on trial099 2026-02-18T05:21:20.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: mds.? [v2:10.20.193.99:6818/2329489223,v1:10.20.193.99:6819/2329489223] up:boot 2026-02-18T05:21:20.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: daemon mds.cephfs.trial099.nvftkm assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2026-02-18T05:21:20.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-18T05:21:20.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-02-18T05:21:20.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: Cluster is now healthy 2026-02-18T05:21:20.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: fsmap cephfs:0 1 up:standby 2026-02-18T05:21:20.116 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial099.nvftkm"} : dispatch 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: fsmap cephfs:1 {0=cephfs.trial099.nvftkm=up:creating} 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: daemon mds.cephfs.trial099.nvftkm is now active in filesystem cephfs as rank 0 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:20.117 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:20 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:20.374 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:21:20 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: 2026-02-18T05:21:20.340+0000 7f255f3cd640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-18T05:21:20.491 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777' 2026-02-18T05:21:20.611 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:21.050 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- bash -c 'ceph fs authorize cephfs client.smbdata / rw' 2026-02-18T05:21:21.170 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:21.284 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:21.284 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: pgmap v33: 64 pgs: 23 active+undersized, 25 creating+peering, 16 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:21:21.284 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: mds.? [v2:10.20.193.99:6818/2329489223,v1:10.20.193.99:6819/2329489223] up:active 2026-02-18T05:21:21.284 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: mds.? [v2:10.20.193.99:6820/369653177,v1:10.20.193.99:6821/369653177] up:boot 2026-02-18T05:21:21.284 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: fsmap cephfs:1 {0=cephfs.trial099.nvftkm=up:active} 1 up:standby 2026-02-18T05:21:21.284 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial099.wsncct"} : dispatch 2026-02-18T05:21:21.284 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: fsmap cephfs:1 {0=cephfs.trial099.nvftkm=up:active} 1 up:standby 2026-02-18T05:21:21.284 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:21.285 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:21.285 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:21.285 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:21:21.285 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:21.285 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:21:21.285 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:21 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:21:21.452 INFO:teuthology.orchestra.run.trial099.stdout:[client.smbdata] 2026-02-18T05:21:21.452 INFO:teuthology.orchestra.run.trial099.stdout: key = AQBRTJVpKv7NGhAAPvU6sew0NuaU0oGpdWSxiw== 2026-02-18T05:21:21.452 INFO:teuthology.orchestra.run.trial099.stdout: caps mds = "allow rw fsname=cephfs" 2026-02-18T05:21:21.453 INFO:teuthology.orchestra.run.trial099.stdout: caps mon = "allow r fsname=cephfs" 2026-02-18T05:21:21.453 INFO:teuthology.orchestra.run.trial099.stdout: caps osd = "allow rw tag cephfs data=cephfs" 2026-02-18T05:21:21.594 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- bash -c 'ceph osd pool create .smb --yes-i-really-mean-it' 2026-02-18T05:21:21.709 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:22.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='client.14262 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "g1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:21:22.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='client.14266 -' 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-18T05:21:22.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:22.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:22.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:22.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:21:22.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:22.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:21:22.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/162989466' entity='client.admin' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]} : dispatch 2026-02-18T05:21:22.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/162989466' entity='client.admin' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]}]': finished 2026-02-18T05:21:22.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/692263745' entity='client.admin' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:21:22.125 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:22 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:22.454 INFO:teuthology.orchestra.run.trial099.stderr:pool '.smb' created 2026-02-18T05:21:22.602 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- bash -c 'ceph osd pool application enable .smb smb' 2026-02-18T05:21:22.718 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:23.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:23 trial099 ceph-mon[16388]: pgmap v34: 64 pgs: 3 active+undersized+degraded, 45 active+undersized, 16 creating+peering; 592 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 7/21 objects degraded (33.333%) 2026-02-18T05:21:23.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:23 trial099 ceph-mon[16388]: Health check failed: Degraded data redundancy: 7/21 objects degraded (33.333%), 3 pgs degraded (PG_DEGRADED) 2026-02-18T05:21:23.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:23 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/692263745' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2026-02-18T05:21:23.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:23 trial099 ceph-mon[16388]: mgrmap e14: x(active, since 50s) 2026-02-18T05:21:23.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:23 trial099 ceph-mon[16388]: osdmap e20: 2 total, 2 up, 2 in 2026-02-18T05:21:23.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:23 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/784392975' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2026-02-18T05:21:23.455 INFO:teuthology.orchestra.run.trial099.stderr:enabled application 'smb' on pool '.smb' 2026-02-18T05:21:23.600 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- bash -c 'rados --pool=.smb --namespace=admem1 put conf.toml /dev/stdin' 2026-02-18T05:21:23.715 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:23.955 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- bash -c 'ceph config-key set smb/config/admem1/join1.json -i -' 2026-02-18T05:21:24.071 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:24.385 INFO:teuthology.orchestra.run.trial099.stderr:set smb/config/admem1/join1.json 2026-02-18T05:21:24.527 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-18T05:21:24.545 INFO:tasks.cephadm:Applying spec(s): cluster_id: admem1 config_uri: rados://.smb/admem1/conf.toml custom_dns: - 10.20.193.110 features: - domain include_ceph_users: - client.smbdata join_sources: - rados:mon-config-key:smb/config/admem1/join1.json placement: count: 1 service_id: admem1 service_type: smb 2026-02-18T05:21:24.546 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch apply -i - 2026-02-18T05:21:24.661 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:24.683 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:24 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/784392975' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2026-02-18T05:21:24.683 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:24 trial099 ceph-mon[16388]: osdmap e21: 2 total, 2 up, 2 in 2026-02-18T05:21:24.683 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:24 trial099 ceph-mon[16388]: pgmap v37: 96 pgs: 32 unknown, 11 active+undersized+degraded, 53 active+undersized; 24 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 20 KiB/s wr, 17 op/s; 23/69 objects degraded (33.333%) 2026-02-18T05:21:24.683 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:24 trial099 ceph-mon[16388]: mds.? [v2:10.20.193.99:6818/2329489223,v1:10.20.193.99:6819/2329489223] up:active 2026-02-18T05:21:24.683 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:24 trial099 ceph-mon[16388]: mds.? [v2:10.20.193.99:6820/369653177,v1:10.20.193.99:6821/369653177] up:standby 2026-02-18T05:21:24.683 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:24 trial099 ceph-mon[16388]: fsmap cephfs:1 {0=cephfs.trial099.nvftkm=up:active} 1 up:standby 2026-02-18T05:21:24.683 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:24 trial099 ceph-mon[16388]: from='client.? 10.20.193.99:0/100561830' entity='client.admin' 2026-02-18T05:21:24.922 INFO:teuthology.orchestra.run.trial099.stdout:Scheduled smb.admem1 update... 2026-02-18T05:21:25.069 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-18T05:21:25.087 INFO:tasks.cephadm:Waiting for ceph service smb.admem1 to start (timeout 300)... 2026-02-18T05:21:25.087 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T05:21:25.205 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:25.463 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:25.463 INFO:teuthology.orchestra.run.trial099.stdout:[{"events": ["2026-02-18T05:21:19.120253Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T05:21:16.052181Z", "last_refresh": "2026-02-18T05:21:25.415949Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:20:40.783881Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T05:20:40.776082Z", "last_refresh": "2026-02-18T05:21:25.415809Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:39.105302Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099:10.20.193.99=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T05:20:39.097503Z", "last_refresh": "2026-02-18T05:21:25.415733Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:54.416475Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial099"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-18T05:20:54.415039Z", "last_refresh": "2026-02-18T05:21:25.415861Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:21:24.920717Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "custom_dns": ["10.20.193.110"], "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2026-02-18T05:21:24.918109Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-18T05:21:25.583 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: osdmap e22: 2 total, 2 up, 2 in 2026-02-18T05:21:25.583 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='client.14279 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:21:25.583 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: Saving service smb.admem1 spec with placement count:1 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.admem1.trial099.tuuzrr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/admem1/\"", "osd", "allow rwx pool=.smb namespace=admem1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2026-02-18T05:21:25.584 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.admem1.trial099.tuuzrr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/admem1/\"", "osd", "allow rwx pool=.smb namespace=admem1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2026-02-18T05:21:25.585 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smbdata"} : dispatch 2026-02-18T05:21:25.585 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:25 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:25.606 INFO:tasks.cephadm:smb.admem1 has 0/1 2026-02-18T05:21:26.607 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T05:21:26.623 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:26 trial099 ceph-mon[16388]: Deploying daemon smb.admem1.trial099.tuuzrr on trial099 2026-02-18T05:21:26.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:26 trial099 ceph-mon[16388]: from='client.14281 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:26.624 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:26 trial099 ceph-mon[16388]: pgmap v39: 96 pgs: 32 unknown, 11 active+undersized+degraded, 53 active+undersized; 24 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 10 KiB/s wr, 8 op/s; 23/69 objects degraded (33.333%) 2026-02-18T05:21:26.735 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:27.013 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:27.013 INFO:teuthology.orchestra.run.trial099.stdout:[{"events": ["2026-02-18T05:21:19.120253Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T05:21:16.052181Z", "last_refresh": "2026-02-18T05:21:25.415949Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:20:40.783881Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T05:20:40.776082Z", "last_refresh": "2026-02-18T05:21:25.415809Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:39.105302Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099:10.20.193.99=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T05:20:39.097503Z", "last_refresh": "2026-02-18T05:21:25.415733Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:54.416475Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial099"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-18T05:20:54.415039Z", "last_refresh": "2026-02-18T05:21:25.415861Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:21:24.920717Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "custom_dns": ["10.20.193.110"], "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2026-02-18T05:21:24.918109Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-18T05:21:27.156 INFO:tasks.cephadm:smb.admem1 has 0/1 2026-02-18T05:21:27.874 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:27 trial099 ceph-mon[16388]: from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:28.157 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T05:21:28.317 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:28.637 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:28.638 INFO:teuthology.orchestra.run.trial099.stdout:[{"events": ["2026-02-18T05:21:19.120253Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T05:21:16.052181Z", "last_refresh": "2026-02-18T05:21:25.415949Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:20:40.783881Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T05:20:40.776082Z", "last_refresh": "2026-02-18T05:21:25.415809Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:39.105302Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099:10.20.193.99=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T05:20:39.097503Z", "last_refresh": "2026-02-18T05:21:25.415733Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:54.416475Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial099"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-18T05:20:54.415039Z", "last_refresh": "2026-02-18T05:21:25.415861Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:21:24.920717Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "custom_dns": ["10.20.193.110"], "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2026-02-18T05:21:24.918109Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-18T05:21:28.757 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:28 trial099 ceph-mon[16388]: pgmap v40: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 29 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 7.8 KiB/s wr, 6 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:28.781 INFO:tasks.cephadm:smb.admem1 has 0/1 2026-02-18T05:21:29.588 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:29 trial099 ceph-mon[16388]: Health check update: Degraded data redundancy: 24/72 objects degraded (33.333%), 15 pgs degraded (PG_DEGRADED) 2026-02-18T05:21:29.588 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:29 trial099 ceph-mon[16388]: from='client.14285 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:29.782 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T05:21:29.900 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:30.162 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:30.162 INFO:teuthology.orchestra.run.trial099.stdout:[{"events": ["2026-02-18T05:21:19.120253Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T05:21:16.052181Z", "last_refresh": "2026-02-18T05:21:25.415949Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:20:40.783881Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T05:20:40.776082Z", "last_refresh": "2026-02-18T05:21:25.415809Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:39.105302Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099:10.20.193.99=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T05:20:39.097503Z", "last_refresh": "2026-02-18T05:21:25.415733Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:54.416475Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial099"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-18T05:20:54.415039Z", "last_refresh": "2026-02-18T05:21:25.415861Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:21:24.920717Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "custom_dns": ["10.20.193.110"], "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2026-02-18T05:21:24.918109Z", "ports": [445, 9922], "running": 0, "size": 1}}] 2026-02-18T05:21:30.308 INFO:tasks.cephadm:smb.admem1 has 0/1 2026-02-18T05:21:30.787 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:30 trial099 ceph-mon[16388]: from='client.? 10.88.0.3:0/4144516326' entity='client.smb.config.admem1.trial099.tuuzrr' cmd={"prefix": "config-key get", "key": "smb/config/admem1/join1.json"} : dispatch 2026-02-18T05:21:30.787 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:30 trial099 ceph-mon[16388]: pgmap v41: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 29 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 971 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:30.787 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:30 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:30.788 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:30 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:30.788 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:30 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:30.788 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:30 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:30.788 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:30 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:21:31.309 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph orch ls -f json 2026-02-18T05:21:31.427 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:21:31.694 INFO:teuthology.orchestra.run.trial099.stdout: 2026-02-18T05:21:31.695 INFO:teuthology.orchestra.run.trial099.stdout:[{"events": ["2026-02-18T05:21:19.120253Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-18T05:21:16.052181Z", "last_refresh": "2026-02-18T05:21:31.013134Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:20:40.783881Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-18T05:20:40.776082Z", "last_refresh": "2026-02-18T05:21:31.013030Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:39.105302Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial099:10.20.193.99=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-18T05:20:39.097503Z", "last_refresh": "2026-02-18T05:21:31.012971Z", "running": 1, "size": 1}}, {"events": ["2026-02-18T05:20:54.416475Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial099"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2026-02-18T05:20:54.415039Z", "last_refresh": "2026-02-18T05:21:31.013067Z", "running": 2, "size": 2}}, {"events": ["2026-02-18T05:21:30.391889Z service:smb.admem1 [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "admem1", "service_name": "smb.admem1", "service_type": "smb", "spec": {"cluster_id": "admem1", "config_uri": "rados://.smb/admem1/conf.toml", "custom_dns": ["10.20.193.110"], "features": ["domain"], "include_ceph_users": ["client.smbdata"], "join_sources": ["rados:mon-config-key:smb/config/admem1/join1.json"]}, "status": {"created": "2026-02-18T05:21:24.918109Z", "last_refresh": "2026-02-18T05:21:31.013194Z", "ports": [445, 9922], "running": 1, "size": 1}}] 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='client.14291 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:21:32.336 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:21:32.337 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:32.337 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:32 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:21:32.357 INFO:tasks.cephadm:smb.admem1 has 1/1 2026-02-18T05:21:32.357 INFO:teuthology.run_tasks:Running task cephadm.exec... 2026-02-18T05:21:32.373 INFO:tasks.cephadm:Running commands on role host.b host ubuntu@trial110.front.sepia.ceph.com 2026-02-18T05:21:32.373 DEBUG:teuthology.orchestra.run.trial110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2026-02-18T05:21:32.400 INFO:teuthology.orchestra.run.trial110.stderr:+ sleep 30 2026-02-18T05:21:33.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:33 trial099 ceph-mon[16388]: from='client.14303 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:21:33.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:33 trial099 ceph-mon[16388]: pgmap v42: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 29 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 855 B/s wr, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:33.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:33 trial099 ceph-mon[16388]: from='mgr.14152 10.20.193.99:0/3709236985' entity='mgr.x' 2026-02-18T05:21:35.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:35 trial099 ceph-mon[16388]: pgmap v43: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 614 B/s rd, 1.7 KiB/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:37.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:37 trial099 ceph-mon[16388]: pgmap v44: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 540 B/s rd, 1.5 KiB/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:39.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:39 trial099 ceph-mon[16388]: pgmap v45: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 938 B/s rd, 1.4 KiB/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:41.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:41 trial099 ceph-mon[16388]: pgmap v46: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 938 B/s rd, 853 B/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:43.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:43 trial099 ceph-mon[16388]: pgmap v47: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 36 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 938 B/s rd, 853 B/s wr, 2 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:45.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:45 trial099 ceph-mon[16388]: pgmap v48: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 3 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:47.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:47 trial099 ceph-mon[16388]: pgmap v49: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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-18T05:21:49.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:49 trial099 ceph-mon[16388]: pgmap v50: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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-18T05:21:51.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:51 trial099 ceph-mon[16388]: pgmap v51: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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-18T05:21:53.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:53 trial099 ceph-mon[16388]: pgmap v52: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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-18T05:21:55.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:55 trial099 ceph-mon[16388]: pgmap v53: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 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-18T05:21:57.374 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:57 trial099 ceph-mon[16388]: pgmap v54: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 170 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:21:59.373 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:21:59 trial099 ceph-mon[16388]: pgmap v55: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 255 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:22:01.373 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:22:01 trial099 ceph-mon[16388]: pgmap v56: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 170 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:22:02.409 DEBUG:teuthology.orchestra.run.trial110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=10.20.193.110 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.20.193.99/share1 -c ls' 2026-02-18T05:22:02.467 INFO:teuthology.orchestra.run.trial110.stderr:+ sudo podman run --rm --net=host --dns=10.20.193.110 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.20.193.99/share1 -c ls 2026-02-18T05:22:02.618 INFO:teuthology.orchestra.run.trial110.stdout: . D 0 Wed Feb 18 05:21:20 2026 2026-02-18T05:22:02.618 INFO:teuthology.orchestra.run.trial110.stdout: .. D 0 Wed Feb 18 05:21:20 2026 2026-02-18T05:22:02.618 INFO:teuthology.orchestra.run.trial110.stdout: volumes D 0 Wed Feb 18 05:21:20 2026 2026-02-18T05:22:02.619 INFO:teuthology.orchestra.run.trial110.stdout: 2026-02-18T05:22:02.619 INFO:teuthology.orchestra.run.trial110.stdout: 464846848 blocks of size 1024. 464846848 blocks available 2026-02-18T05:22:02.738 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T05:22:02.754 INFO:tasks.cephadm:Teardown begin 2026-02-18T05:22:02.754 DEBUG:teuthology.orchestra.run.trial099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:22:02.786 DEBUG:teuthology.orchestra.run.trial110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:22:02.812 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-18T05:22:02.812 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-18T05:22:02.945 INFO:teuthology.orchestra.run.trial099.stderr:Inferring config /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/mon.a/config 2026-02-18T05:22:02.963 INFO:teuthology.orchestra.run.trial099.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-18T05:22:02.980 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-18T05:22:02.981 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-18T05:22:02.981 DEBUG:teuthology.orchestra.run.trial099:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:22:02.998 DEBUG:teuthology.orchestra.run.trial110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:22:03.015 INFO:tasks.cephadm:Stopping all daemons... 2026-02-18T05:22:03.016 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-18T05:22:03.016 DEBUG:teuthology.orchestra.run.trial099:> sudo systemctl stop ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mon.a 2026-02-18T05:22:03.123 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:22:03 trial099 ceph-mon[16388]: pgmap v57: 96 pgs: 15 active+undersized+degraded, 81 active+undersized; 38 KiB data, 54 MiB used, 1.4 TiB / 1.4 TiB avail; 170 B/s rd, 0 op/s; 24/72 objects degraded (33.333%) 2026-02-18T05:22:03.124 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:22:03 trial099 systemd[1]: Stopping Ceph mon.a for 772f4be3-0c89-11f1-836f-d404e6e7d460... 2026-02-18T05:22:03.396 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:22:03 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a[16363]: 2026-02-18T05:22:03.135+0000 7fb5f9b5d640 -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-18T05:22:03.396 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:22:03 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a[16363]: 2026-02-18T05:22:03.135+0000 7fb5f9b5d640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-18T05:22:03.396 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:22:03 trial099 podman[55447]: 2026-02-18 05:22:03.236901361 +0000 UTC m=+0.116482600 container died fc700babcdd04a74e74e207b43fdbd5eea6b0f35d442462f575a82615be12e2d (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, ceph=True) 2026-02-18T05:22:03.397 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:22:03 trial099 podman[55447]: 2026-02-18 05:22:03.348131995 +0000 UTC m=+0.227713234 container remove fc700babcdd04a74e74e207b43fdbd5eea6b0f35d442462f575a82615be12e2d (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T05:22:03.397 INFO:journalctl@ceph.mon.a.trial099.stdout:Feb 18 05:22:03 trial099 bash[55447]: ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mon-a 2026-02-18T05:22:03.413 DEBUG:teuthology.orchestra.run.trial099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mon.a.service' 2026-02-18T05:22:03.452 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:22:03.452 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-18T05:22:03.452 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-02-18T05:22:03.453 DEBUG:teuthology.orchestra.run.trial099:> sudo systemctl stop ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mgr.x 2026-02-18T05:22:03.760 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:22:03 trial099 systemd[1]: Stopping Ceph mgr.x for 772f4be3-0c89-11f1-836f-d404e6e7d460... 2026-02-18T05:22:03.760 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:22:03 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: 2026-02-18T05:22:03.592+0000 7f2672506640 -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-18T05:22:03.761 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:22:03 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x[16670]: 2026-02-18T05:22:03.592+0000 7f2672506640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-18T05:22:03.761 INFO:journalctl@ceph.mgr.x.trial099.stdout:Feb 18 05:22:03 trial099 podman[55621]: 2026-02-18 05:22:03.633878989 +0000 UTC m=+0.055591021 container died 32a4972efcd9bfdfc54221ff2ccf148282df6a62dc99187d5f27c2268fa07e91 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-mgr-x, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:22:03.848 DEBUG:teuthology.orchestra.run.trial099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@mgr.x.service' 2026-02-18T05:22:03.884 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:22:03.884 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-02-18T05:22:03.885 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-18T05:22:03.885 DEBUG:teuthology.orchestra.run.trial099:> sudo systemctl stop ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@osd.0 2026-02-18T05:22:04.024 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:03 trial099 systemd[1]: Stopping Ceph osd.0 for 772f4be3-0c89-11f1-836f-d404e6e7d460... 2026-02-18T05:22:04.373 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:04 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0[31514]: 2026-02-18T05:22:04.021+0000 7f6e44f94640 -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-18T05:22:04.374 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:04 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0[31514]: 2026-02-18T05:22:04.022+0000 7f6e44f94640 -1 osd.0 22 *** Got signal Terminated *** 2026-02-18T05:22:04.374 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:04 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0[31514]: 2026-02-18T05:22:04.022+0000 7f6e44f94640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:22:09.347 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:09 trial099 podman[55795]: 2026-02-18 05:22:09.090804733 +0000 UTC m=+5.083293940 container died 32ea74cccf00b9c917ea8fd893abe7907548546cbb0b116ce9a1120022f14e15 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, 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/, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T05:22:09.347 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:09 trial099 podman[55795]: 2026-02-18 05:22:09.204548611 +0000 UTC m=+5.197037808 container remove 32ea74cccf00b9c917ea8fd893abe7907548546cbb0b116ce9a1120022f14e15 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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.33.7, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216) 2026-02-18T05:22:09.347 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:09 trial099 bash[55795]: ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0 2026-02-18T05:22:09.624 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:09 trial099 podman[55945]: 2026-02-18 05:22:09.346015701 +0000 UTC m=+0.016695250 container create 7052f6d07504c1353f0572c3257ff4b96406a83abbc1e829b42ed84a6dd406a0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0-deactivate, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T05:22:09.624 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:09 trial099 podman[55945]: 2026-02-18 05:22:09.386195269 +0000 UTC m=+0.056874828 container init 7052f6d07504c1353f0572c3257ff4b96406a83abbc1e829b42ed84a6dd406a0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0-deactivate, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , ceph=True) 2026-02-18T05:22:09.624 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:09 trial099 podman[55945]: 2026-02-18 05:22:09.389518375 +0000 UTC m=+0.060197945 container start 7052f6d07504c1353f0572c3257ff4b96406a83abbc1e829b42ed84a6dd406a0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, OSD_FLAVOR=debug, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T05:22:09.625 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:09 trial099 podman[55945]: 2026-02-18 05:22:09.390082514 +0000 UTC m=+0.060762083 container attach 7052f6d07504c1353f0572c3257ff4b96406a83abbc1e829b42ed84a6dd406a0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.7) 2026-02-18T05:22:09.625 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:09 trial099 podman[55945]: 2026-02-18 05:22:09.339124273 +0000 UTC m=+0.009803832 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:22:09.625 INFO:journalctl@ceph.osd.0.trial099.stdout:Feb 18 05:22:09 trial099 podman[55945]: 2026-02-18 05:22:09.516766808 +0000 UTC m=+0.187446357 container died 7052f6d07504c1353f0572c3257ff4b96406a83abbc1e829b42ed84a6dd406a0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-0-deactivate, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:22:09.653 DEBUG:teuthology.orchestra.run.trial099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@osd.0.service' 2026-02-18T05:22:09.690 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:22:09.691 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-18T05:22:09.691 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-18T05:22:09.691 DEBUG:teuthology.orchestra.run.trial099:> sudo systemctl stop ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@osd.1 2026-02-18T05:22:10.124 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:09 trial099 systemd[1]: Stopping Ceph osd.1 for 772f4be3-0c89-11f1-836f-d404e6e7d460... 2026-02-18T05:22:10.124 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:09 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1[39129]: 2026-02-18T05:22:09.831+0000 7f15dbbc6640 -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-18T05:22:10.124 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:09 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1[39129]: 2026-02-18T05:22:09.831+0000 7f15dbbc6640 -1 osd.1 22 *** Got signal Terminated *** 2026-02-18T05:22:10.124 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:09 trial099 ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1[39129]: 2026-02-18T05:22:09.831+0000 7f15dbbc6640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:22:15.176 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:14 trial099 podman[56111]: 2026-02-18 05:22:14.900781341 +0000 UTC m=+5.082969297 container died caceec16a4945ebd56e1f22ccc078f27be5c487ec0b984f05bf3890b9cf0c911 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T05:22:15.176 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:15 trial099 podman[56111]: 2026-02-18 05:22:15.013650748 +0000 UTC m=+5.195838554 container remove caceec16a4945ebd56e1f22ccc078f27be5c487ec0b984f05bf3890b9cf0c911 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS) 2026-02-18T05:22:15.176 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:15 trial099 bash[56111]: ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1 2026-02-18T05:22:15.176 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:15 trial099 podman[56261]: 2026-02-18 05:22:15.148322937 +0000 UTC m=+0.016177007 container create 605cc22fae9f9835ddbd9819073e97a41e090b55e5959b45d912857853b863d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1-deactivate, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS) 2026-02-18T05:22:15.426 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:15 trial099 podman[56261]: 2026-02-18 05:22:15.185883025 +0000 UTC m=+0.053737095 container init 605cc22fae9f9835ddbd9819073e97a41e090b55e5959b45d912857853b863d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, ceph=True, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T05:22:15.426 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:15 trial099 podman[56261]: 2026-02-18 05:22:15.189339189 +0000 UTC m=+0.057193259 container start 605cc22fae9f9835ddbd9819073e97a41e090b55e5959b45d912857853b863d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, 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 ) 2026-02-18T05:22:15.426 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:15 trial099 podman[56261]: 2026-02-18 05:22:15.189868202 +0000 UTC m=+0.057722292 container attach 605cc22fae9f9835ddbd9819073e97a41e090b55e5959b45d912857853b863d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS) 2026-02-18T05:22:15.426 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:15 trial099 podman[56261]: 2026-02-18 05:22:15.141044349 +0000 UTC m=+0.008898419 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:22:15.426 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:15 trial099 podman[56261]: 2026-02-18 05:22:15.306844271 +0000 UTC m=+0.174698351 container died 605cc22fae9f9835ddbd9819073e97a41e090b55e5959b45d912857853b863d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, ceph=True, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:22:15.426 INFO:journalctl@ceph.osd.1.trial099.stdout:Feb 18 05:22:15 trial099 podman[56261]: 2026-02-18 05:22:15.421913539 +0000 UTC m=+0.289767609 container remove 605cc22fae9f9835ddbd9819073e97a41e090b55e5959b45d912857853b863d2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-772f4be3-0c89-11f1-836f-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:22:15.443 DEBUG:teuthology.orchestra.run.trial099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-772f4be3-0c89-11f1-836f-d404e6e7d460@osd.1.service' 2026-02-18T05:22:15.480 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:22:15.481 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-18T05:22:15.481 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 --force --keep-logs 2026-02-18T05:22:15.638 INFO:teuthology.orchestra.run.trial099.stdout:Deleting cluster with fsid: 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:22:23.797 DEBUG:teuthology.orchestra.run.trial110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 --force --keep-logs 2026-02-18T05:22:23.914 INFO:teuthology.orchestra.run.trial110.stdout:Deleting cluster with fsid: 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:22:23.971 DEBUG:teuthology.orchestra.run.trial099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:22:24.000 DEBUG:teuthology.orchestra.run.trial110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:22:24.025 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-18T05:22:24.028 DEBUG:teuthology.misc:Transferring archived files from trial099:/var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54745/remote/trial099/crash 2026-02-18T05:22:24.029 DEBUG:teuthology.orchestra.run.trial099:> sudo tar c -f - -C /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/crash -- . 2026-02-18T05:22:24.065 INFO:teuthology.orchestra.run.trial099.stderr:tar: /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T05:22:24.066 INFO:teuthology.orchestra.run.trial099.stderr:tar: Error is not recoverable: exiting now 2026-02-18T05:22:24.068 DEBUG:teuthology.misc:Transferring archived files from trial110:/var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54745/remote/trial110/crash 2026-02-18T05:22:24.069 DEBUG:teuthology.orchestra.run.trial110:> sudo tar c -f - -C /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/crash -- . 2026-02-18T05:22:24.093 INFO:teuthology.orchestra.run.trial110.stderr:tar: /var/lib/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T05:22:24.094 INFO:teuthology.orchestra.run.trial110.stderr:tar: Error is not recoverable: exiting now 2026-02-18T05:22:24.095 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-18T05:22:24.096 DEBUG:teuthology.orchestra.run.trial099:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2026-02-18T05:22:24.133 INFO:tasks.cephadm:Compressing logs... 2026-02-18T05:22:24.133 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:22:24.175 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:22:24.196 INFO:teuthology.orchestra.run.trial099.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T05:22:24.196 INFO:teuthology.orchestra.run.trial099.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T05:22:24.196 INFO:teuthology.orchestra.run.trial099.stderr:gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mon.a.log 2026-02-18T05:22:24.196 INFO:teuthology.orchestra.run.trial099.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-osd.0.log 2026-02-18T05:22:24.197 INFO:teuthology.orchestra.run.trial099.stderr:/var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mds.cephfs.trial099.nvftkm.log 2026-02-18T05:22:24.197 INFO:teuthology.orchestra.run.trial099.stderr:/var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.cephadm.log 2026-02-18T05:22:24.199 INFO:teuthology.orchestra.run.trial099.stderr:/var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mds.cephfs.trial099.nvftkm.log: gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mds.cephfs.trial099.wsncct.log 2026-02-18T05:22:24.199 INFO:teuthology.orchestra.run.trial099.stderr: 77.7% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mds.cephfs.trial099.nvftkm.log.gz 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr:gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.audit.log 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr:/var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.cephadm.log: 89.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr:/var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mds.cephfs.trial099.wsncct.log: 77.6% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr:gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-volume.log 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr: 67.3% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mds.cephfs.trial099.wsncct.log.gz 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr:/var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-osd.1.log 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr:/var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mgr.x.log 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr: 88.9% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.audit.log.gz 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr:gzip -5 --verbose -- /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.log 2026-02-18T05:22:24.200 INFO:teuthology.orchestra.run.trial099.stderr:/var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mgr.x.log: /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.log: 83.6% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph.log.gz 2026-02-18T05:22:24.202 INFO:teuthology.orchestra.run.trial110.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T05:22:24.202 INFO:teuthology.orchestra.run.trial110.stderr:: No such file or directory 2026-02-18T05:22:24.203 INFO:teuthology.orchestra.run.trial110.stderr:/var/log/ceph/cephadm.log: 76.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T05:22:24.204 INFO:teuthology.orchestra.run.trial110.stderr: 2026-02-18T05:22:24.204 INFO:teuthology.orchestra.run.trial110.stderr:real 0m0.012s 2026-02-18T05:22:24.204 INFO:teuthology.orchestra.run.trial110.stderr:user 0m0.005s 2026-02-18T05:22:24.205 INFO:teuthology.orchestra.run.trial110.stderr:sys 0m0.013s 2026-02-18T05:22:24.205 INFO:teuthology.orchestra.run.trial099.stderr: 95.5% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-volume.log.gz 2026-02-18T05:22:24.220 INFO:teuthology.orchestra.run.trial099.stderr: 89.2% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mgr.x.log.gz 2026-02-18T05:22:24.248 INFO:teuthology.orchestra.run.trial099.stderr: 91.2% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-mon.a.log.gz 2026-02-18T05:22:24.262 INFO:teuthology.orchestra.run.trial099.stderr: 94.4% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-osd.0.log.gz 2026-02-18T05:22:24.277 INFO:teuthology.orchestra.run.trial099.stderr: 94.5% -- replaced with /var/log/ceph/772f4be3-0c89-11f1-836f-d404e6e7d460/ceph-osd.1.log.gz 2026-02-18T05:22:24.278 INFO:teuthology.orchestra.run.trial099.stderr: 2026-02-18T05:22:24.278 INFO:teuthology.orchestra.run.trial099.stderr:real 0m0.091s 2026-02-18T05:22:24.278 INFO:teuthology.orchestra.run.trial099.stderr:user 0m0.217s 2026-02-18T05:22:24.278 INFO:teuthology.orchestra.run.trial099.stderr:sys 0m0.032s 2026-02-18T05:22:24.279 INFO:tasks.cephadm:Archiving logs... 2026-02-18T05:22:24.280 DEBUG:teuthology.misc:Transferring archived files from trial099:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54745/remote/trial099/log 2026-02-18T05:22:24.281 DEBUG:teuthology.orchestra.run.trial099:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T05:22:24.419 DEBUG:teuthology.misc:Transferring archived files from trial110:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54745/remote/trial110/log 2026-02-18T05:22:24.419 DEBUG:teuthology.orchestra.run.trial110:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T05:22:24.446 INFO:tasks.cephadm:Removing cluster... 2026-02-18T05:22:24.446 DEBUG:teuthology.orchestra.run.trial099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 772f4be3-0c89-11f1-836f-d404e6e7d460 --force 2026-02-18T05:22:24.566 INFO:teuthology.orchestra.run.trial099.stdout:Deleting cluster with fsid: 772f4be3-0c89-11f1-836f-d404e6e7d460 2026-02-18T05:22:24.623 INFO:tasks.cephadm:Removing cephadm ... 2026-02-18T05:22:24.623 DEBUG:teuthology.orchestra.run.trial099:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T05:22:24.639 DEBUG:teuthology.orchestra.run.trial110:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T05:22:24.656 INFO:tasks.cephadm:Teardown complete 2026-02-18T05:22:24.656 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2026-02-18T05:22:24.674 DEBUG:teuthology.orchestra.run.trial110:> sudo podman stop samba-ad 2026-02-18T05:22:24.870 INFO:teuthology.orchestra.run.trial110.stdout:samba-ad 2026-02-18T05:22:24.874 DEBUG:teuthology.orchestra.run.trial110:> sudo podman rm samba-ad 2026-02-18T05:22:24.964 INFO:teuthology.orchestra.run.trial110.stdout:samba-ad 2026-02-18T05:22:24.979 DEBUG:teuthology.orchestra.run.trial110:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-18T05:22:25.003 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T05:22:25.019 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T05:22:25.019 DEBUG:teuthology.orchestra.run.trial099:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:22:25.022 DEBUG:teuthology.orchestra.run.trial110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:22:25.037 INFO:teuthology.orchestra.run.trial099.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:22:25.055 INFO:teuthology.orchestra.run.trial099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:22:25.055 INFO:teuthology.orchestra.run.trial099.stdout:=============================================================================== 2026-02-18T05:22:25.055 INFO:teuthology.orchestra.run.trial099.stdout:^+ arm1.maxhost.io 2 6 77 35 -571us[ -302us] +/- 51ms 2026-02-18T05:22:25.055 INFO:teuthology.orchestra.run.trial099.stdout:^+ europa.ellipse.net 2 6 77 34 -957us[ -957us] +/- 51ms 2026-02-18T05:22:25.055 INFO:teuthology.orchestra.run.trial099.stdout:^* 44.190.5.123 2 6 77 35 +455us[ +724us] +/- 33ms 2026-02-18T05:22:25.055 INFO:teuthology.orchestra.run.trial099.stdout:^- static.36.62.78.5.client> 4 6 77 34 +644us[ +644us] +/- 59ms 2026-02-18T05:22:25.058 INFO:teuthology.orchestra.run.trial110.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:22:25.149 INFO:teuthology.orchestra.run.trial110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:22:25.149 INFO:teuthology.orchestra.run.trial110.stdout:=============================================================================== 2026-02-18T05:22:25.149 INFO:teuthology.orchestra.run.trial110.stdout:^- ntp.maxhost.io 2 6 77 34 -44us[ -44us] +/- 55ms 2026-02-18T05:22:25.149 INFO:teuthology.orchestra.run.trial110.stdout:^- ntp6.kernfusion.at 2 6 77 35 +456us[ +376us] +/- 47ms 2026-02-18T05:22:25.149 INFO:teuthology.orchestra.run.trial110.stdout:^* ntp.swyn.net 2 6 77 35 +30us[ -50us] +/- 8859us 2026-02-18T05:22:25.149 INFO:teuthology.orchestra.run.trial110.stdout:^- 172-234-44-141.ip.linode> 2 6 77 34 +12ms[ +12ms] +/- 90ms 2026-02-18T05:22:25.151 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T05:22:25.167 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T05:22:25.167 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T05:22:25.184 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:22:25.235 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:22:25.276 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:22:25.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:22:25.303 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:22:25.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:22:25.340 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T05:22:25.357 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T05:22:25.373 INFO:teuthology.task.internal:Duration was 243.377669 seconds 2026-02-18T05:22:25.374 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T05:22:25.389 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T05:22:25.390 DEBUG:teuthology.orchestra.run.trial099:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T05:22:25.392 DEBUG:teuthology.orchestra.run.trial110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T05:22:25.428 INFO:teuthology.orchestra.run.trial099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:22:25.431 INFO:teuthology.orchestra.run.trial110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:22:25.759 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T05:22:25.760 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial099.front.sepia.ceph.com 2026-02-18T05:22:25.760 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:22:25.780 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial110.front.sepia.ceph.com 2026-02-18T05:22:25.781 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:22:25.819 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T05:22:25.820 DEBUG:teuthology.orchestra.run.trial099:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:22:25.823 DEBUG:teuthology.orchestra.run.trial110:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:22:25.906 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T05:22:25.906 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:22:25.909 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:22:25.929 INFO:teuthology.orchestra.run.trial099.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:22:25.930 INFO:teuthology.orchestra.run.trial099.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:22:25.930 INFO:teuthology.orchestra.run.trial099.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:22:25.930 INFO:teuthology.orchestra.run.trial099.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T05:22:25.931 INFO:teuthology.orchestra.run.trial099.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T05:22:25.932 INFO:teuthology.orchestra.run.trial110.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:22:25.933 INFO:teuthology.orchestra.run.trial110.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:22:25.933 INFO:teuthology.orchestra.run.trial110.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip 0.0% -5 --verbose -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz -- 2026-02-18T05:22:25.933 INFO:teuthology.orchestra.run.trial110.stderr: /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:22:25.933 INFO:teuthology.orchestra.run.trial110.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T05:22:25.936 INFO:teuthology.orchestra.run.trial110.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T05:22:25.943 INFO:teuthology.orchestra.run.trial099.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T05:22:25.945 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T05:22:25.962 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T05:22:25.963 DEBUG:teuthology.orchestra.run.trial099:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T05:22:26.010 DEBUG:teuthology.orchestra.run.trial110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T05:22:26.036 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T05:22:26.053 DEBUG:teuthology.orchestra.run.trial099:> 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-18T05:22:26.056 DEBUG:teuthology.orchestra.run.trial110:> 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-18T05:22:26.076 INFO:teuthology.orchestra.run.trial099.stdout:kernel.core_pattern = core 2026-02-18T05:22:26.099 INFO:teuthology.orchestra.run.trial110.stdout:kernel.core_pattern = core 2026-02-18T05:22:26.111 DEBUG:teuthology.orchestra.run.trial099:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:22:26.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:22:26.148 DEBUG:teuthology.orchestra.run.trial110:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:22:26.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:22:26.166 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T05:22:26.184 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T05:22:26.185 DEBUG:teuthology.misc:Transferring archived files from trial099:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54745/remote/trial099 2026-02-18T05:22:26.186 DEBUG:teuthology.orchestra.run.trial099:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T05:22:26.224 DEBUG:teuthology.misc:Transferring archived files from trial110:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54745/remote/trial110 2026-02-18T05:22:26.224 DEBUG:teuthology.orchestra.run.trial110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T05:22:26.258 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T05:22:26.258 DEBUG:teuthology.orchestra.run.trial099:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T05:22:26.261 DEBUG:teuthology.orchestra.run.trial110:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T05:22:26.309 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T05:22:26.339 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T05:22:26.339 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T05:22:26.374 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T05:22:26.374 DEBUG:teuthology.orchestra.run.trial099:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T05:22:26.377 DEBUG:teuthology.orchestra.run.trial110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T05:22:26.391 INFO:teuthology.orchestra.run.trial099.stdout: 786702 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 05:22 /home/ubuntu/cephtest 2026-02-18T05:22:26.393 INFO:teuthology.orchestra.run.trial110.stdout: 791913 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 05:22 /home/ubuntu/cephtest 2026-02-18T05:22:26.395 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T05:22:26.428 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T05:22:26.478 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_domain} duration: 243.37766933441162 owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: true 2026-02-18T05:22:26.478 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T05:22:26.573 INFO:teuthology.run:pass