2026-02-22T15:22:15.035 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-22T15:22:15.050 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-22T15:22:15.128 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial/63787 branch: wip-phlogistonjohn-testing-1-2026-02-21-1448 description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} email: jmulligan@redhat.com first_in_suite: false flavor: default job_id: '63787' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-1-2026-02-21-1448 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: 2a01f85290ffe0ec49a9f791979017d6d3f2fe58 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 2a01f85290ffe0ec49a9f791979017d6d3f2fe58 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-phlogistonjohn-testing-1-2026-02-21-1448 sha1: 2a01f85290ffe0ec49a9f791979017d6d3f2fe58 owner: scheduled_phlogistonjohn@soko04.front.sepia.ceph.com priority: 100 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 6578 sha1: 2a01f85290ffe0ec49a9f791979017d6d3f2fe58 sleep_before_teardown: 0 suite: orch suite_branch: wip-phlogistonjohn-testing-1-2026-02-21-1448 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_2a01f85290ffe0ec49a9f791979017d6d3f2fe58/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 2a01f85290ffe0ec49a9f791979017d6d3f2fe58 targets: trial043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFPAbsUvyC9X4thWR+9QbB3FTlfYXgdlDPV/2REvhSISDXJ1blsv585kxZvETyfKkdIOf1TCQMY/2TyBRWKPgkM= trial046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLJewwzSe0ZhzVi/Vm2j6j+pzHnWviD1LxeTaHD3/2eBwmKBOQs0RCSx/nz4tQt2YQYff3SPkXMTArshIIuKckI= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - smb.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" "posix locking" = "no" [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 - template.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-22_15:14:17 tube: trial user: phlogistonjohn verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.2845394 2026-02-22T15:22:15.128 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_2a01f85290ffe0ec49a9f791979017d6d3f2fe58/qa; will attempt to use it 2026-02-22T15:22:15.129 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_2a01f85290ffe0ec49a9f791979017d6d3f2fe58/qa/tasks 2026-02-22T15:22:15.129 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-22T15:22:15.131 INFO:teuthology.task.internal:Checking packages... 2026-02-22T15:22:15.131 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '2a01f85290ffe0ec49a9f791979017d6d3f2fe58' 2026-02-22T15:22:15.131 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-22T15:22:15.131 INFO:teuthology.packaging:ref: None 2026-02-22T15:22:15.131 INFO:teuthology.packaging:tag: None 2026-02-22T15:22:15.131 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-1-2026-02-21-1448 2026-02-22T15:22:15.131 INFO:teuthology.packaging:sha1: 2a01f85290ffe0ec49a9f791979017d6d3f2fe58 2026-02-22T15:22:15.131 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-phlogistonjohn-testing-1-2026-02-21-1448 2026-02-22T15:22:15.329 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5444.g2a01f852 2026-02-22T15:22:15.331 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-22T15:22:15.343 INFO:teuthology.task.internal:no buildpackages task found 2026-02-22T15:22:15.343 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-22T15:22:15.356 INFO:teuthology.task.internal:Saving configuration 2026-02-22T15:22:15.364 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-22T15:22:15.377 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-22T15:22:15.437 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial043.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial/63787', '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-22 15:16:14.775266', 'locked_by': 'scheduled_phlogistonjohn@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFPAbsUvyC9X4thWR+9QbB3FTlfYXgdlDPV/2REvhSISDXJ1blsv585kxZvETyfKkdIOf1TCQMY/2TyBRWKPgkM='} 2026-02-22T15:22:15.495 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial046.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial/63787', '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-22 15:16:14.774748', 'locked_by': 'scheduled_phlogistonjohn@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLJewwzSe0ZhzVi/Vm2j6j+pzHnWviD1LxeTaHD3/2eBwmKBOQs0RCSx/nz4tQt2YQYff3SPkXMTArshIIuKckI='} 2026-02-22T15:22:15.495 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-22T15:22:15.507 INFO:teuthology.task.internal:roles: ubuntu@trial043.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-02-22T15:22:15.508 INFO:teuthology.task.internal:roles: ubuntu@trial046.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2026-02-22T15:22:15.508 INFO:teuthology.run_tasks:Running task console_log... 2026-02-22T15:22:15.649 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x79572b6fbf60>, signals=[15]) 2026-02-22T15:22:15.649 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-22T15:22:15.663 INFO:teuthology.task.internal:Opening connections... 2026-02-22T15:22:15.664 DEBUG:teuthology.task.internal:connecting to ubuntu@trial043.front.sepia.ceph.com 2026-02-22T15:22:15.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T15:22:15.734 DEBUG:teuthology.task.internal:connecting to ubuntu@trial046.front.sepia.ceph.com 2026-02-22T15:22:15.734 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T15:22:15.801 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-22T15:22:15.813 DEBUG:teuthology.orchestra.run.trial043:> uname -m 2026-02-22T15:22:15.829 INFO:teuthology.orchestra.run.trial043.stdout:x86_64 2026-02-22T15:22:15.829 DEBUG:teuthology.orchestra.run.trial043:> cat /etc/os-release 2026-02-22T15:22:15.884 INFO:teuthology.orchestra.run.trial043.stdout:NAME="CentOS Stream" 2026-02-22T15:22:15.884 INFO:teuthology.orchestra.run.trial043.stdout:VERSION="9" 2026-02-22T15:22:15.884 INFO:teuthology.orchestra.run.trial043.stdout:ID="centos" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:ID_LIKE="rhel fedora" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:VERSION_ID="9" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:PLATFORM_ID="platform:el9" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:ANSI_COLOR="0;31" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:LOGO="fedora-logo-icon" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:HOME_URL="https://centos.org/" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-22T15:22:15.885 INFO:teuthology.orchestra.run.trial043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-22T15:22:15.885 INFO:teuthology.lock.ops:Updating trial043.front.sepia.ceph.com on lock server 2026-02-22T15:22:15.948 DEBUG:teuthology.orchestra.run.trial046:> uname -m 2026-02-22T15:22:15.965 INFO:teuthology.orchestra.run.trial046.stdout:x86_64 2026-02-22T15:22:15.966 DEBUG:teuthology.orchestra.run.trial046:> cat /etc/os-release 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:NAME="CentOS Stream" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:VERSION="9" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:ID="centos" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:ID_LIKE="rhel fedora" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:VERSION_ID="9" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:PLATFORM_ID="platform:el9" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:ANSI_COLOR="0;31" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:LOGO="fedora-logo-icon" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:HOME_URL="https://centos.org/" 2026-02-22T15:22:16.021 INFO:teuthology.orchestra.run.trial046.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-22T15:22:16.022 INFO:teuthology.orchestra.run.trial046.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-22T15:22:16.022 INFO:teuthology.orchestra.run.trial046.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-22T15:22:16.022 INFO:teuthology.lock.ops:Updating trial046.front.sepia.ceph.com on lock server 2026-02-22T15:22:16.084 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-22T15:22:16.097 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-22T15:22:16.110 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-22T15:22:16.111 DEBUG:teuthology.orchestra.run.trial043:> test '!' -e /home/ubuntu/cephtest 2026-02-22T15:22:16.112 DEBUG:teuthology.orchestra.run.trial046:> test '!' -e /home/ubuntu/cephtest 2026-02-22T15:22:16.129 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-22T15:22:16.140 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-22T15:22:16.141 DEBUG:teuthology.orchestra.run.trial043:> test -z $(ls -A /var/lib/ceph) 2026-02-22T15:22:16.168 DEBUG:teuthology.orchestra.run.trial046:> test -z $(ls -A /var/lib/ceph) 2026-02-22T15:22:16.185 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-22T15:22:16.333 INFO:teuthology.run_tasks:Running task kernel... 2026-02-22T15:22:16.356 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-22T15:22:16.356 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-22T15:22:16.356 DEBUG:teuthology.orchestra.run.trial043:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T15:22:16.357 DEBUG:teuthology.orchestra.run.trial046:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T15:22:16.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:22:16.371 DEBUG:teuthology.orchestra.run.trial043:> uname -r 2026-02-22T15:22:16.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:22:16.372 DEBUG:teuthology.orchestra.run.trial046:> uname -r 2026-02-22T15:22:16.427 INFO:teuthology.orchestra.run.trial043.stdout:5.14.0-681.el9.x86_64 2026-02-22T15:22:16.427 INFO:teuthology.task.kernel:Running kernel on trial043: 5.14.0-681.el9.x86_64 2026-02-22T15:22:16.427 DEBUG:teuthology.orchestra.run.trial043:> sudo yum install -y kernel 2026-02-22T15:22:16.429 INFO:teuthology.orchestra.run.trial046.stdout:5.14.0-681.el9.x86_64 2026-02-22T15:22:16.429 INFO:teuthology.task.kernel:Running kernel on trial046: 5.14.0-681.el9.x86_64 2026-02-22T15:22:16.429 DEBUG:teuthology.orchestra.run.trial046:> sudo yum install -y kernel 2026-02-22T15:22:18.206 INFO:teuthology.orchestra.run.trial046.stdout:CentOS Stream 9 - BaseOS 6.4 MB/s | 8.9 MB 00:01 2026-02-22T15:22:19.890 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - BaseOS 2.9 MB/s | 8.9 MB 00:03 2026-02-22T15:22:21.060 INFO:teuthology.orchestra.run.trial046.stdout:CentOS Stream 9 - AppStream 12 MB/s | 27 MB 00:02 2026-02-22T15:22:22.976 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-22T15:22:23.927 INFO:teuthology.orchestra.run.trial046.stdout:CentOS Stream 9 - CRB 15 MB/s | 7.8 MB 00:00 2026-02-22T15:22:24.818 INFO:teuthology.orchestra.run.trial046.stdout:CentOS Stream 9 - Extras packages 118 kB/s | 20 kB 00:00 2026-02-22T15:22:25.527 INFO:teuthology.orchestra.run.trial046.stdout:Extra Packages for Enterprise Linux 32 MB/s | 20 MB 00:00 2026-02-22T15:22:27.167 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 7.8 MB 00:01 2026-02-22T15:22:28.700 INFO:teuthology.orchestra.run.trial046.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-22T15:22:29.048 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - Extras packages 17 kB/s | 20 kB 00:01 2026-02-22T15:22:29.723 INFO:teuthology.orchestra.run.trial046.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-22T15:22:29.724 INFO:teuthology.orchestra.run.trial046.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-22T15:22:29.743 INFO:teuthology.orchestra.run.trial046.stdout:Dependencies resolved. 2026-02-22T15:22:29.743 INFO:teuthology.orchestra.run.trial046.stdout:Nothing to do. 2026-02-22T15:22:29.743 INFO:teuthology.orchestra.run.trial046.stdout:Complete! 2026-02-22T15:22:29.768 DEBUG:teuthology.orchestra.run.trial046:> echo no | sudo yum reinstall kernel || true 2026-02-22T15:22:29.947 INFO:teuthology.orchestra.run.trial043.stdout:Extra Packages for Enterprise Linux 24 MB/s | 20 MB 00:00 2026-02-22T15:22:30.065 INFO:teuthology.orchestra.run.trial046.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 03:22:28 PM UTC. 2026-02-22T15:22:30.144 INFO:teuthology.orchestra.run.trial046.stdout:Dependencies resolved. 2026-02-22T15:22:30.145 INFO:teuthology.orchestra.run.trial046.stdout:================================================================================ 2026-02-22T15:22:30.145 INFO:teuthology.orchestra.run.trial046.stdout: Package Architecture Version Repository Size 2026-02-22T15:22:30.145 INFO:teuthology.orchestra.run.trial046.stdout:================================================================================ 2026-02-22T15:22:30.145 INFO:teuthology.orchestra.run.trial046.stdout:Reinstalling: 2026-02-22T15:22:30.145 INFO:teuthology.orchestra.run.trial046.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T15:22:30.145 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:22:30.145 INFO:teuthology.orchestra.run.trial046.stdout:Transaction Summary 2026-02-22T15:22:30.145 INFO:teuthology.orchestra.run.trial046.stdout:================================================================================ 2026-02-22T15:22:30.145 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:22:30.146 INFO:teuthology.orchestra.run.trial046.stdout:Total download size: 803 k 2026-02-22T15:22:30.146 INFO:teuthology.orchestra.run.trial046.stdout:Installed size: 0 2026-02-22T15:22:30.146 INFO:teuthology.orchestra.run.trial046.stderr:Operation aborted. 2026-02-22T15:22:30.165 INFO:teuthology.orchestra.run.trial046.stdout:Is this ok [y/N]: 2026-02-22T15:22:30.165 DEBUG:teuthology.orchestra.run.trial046:> sudo yum reinstall -y kernel || true 2026-02-22T15:22:30.466 INFO:teuthology.orchestra.run.trial046.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 03:22:28 PM UTC. 2026-02-22T15:22:30.545 INFO:teuthology.orchestra.run.trial046.stdout:Dependencies resolved. 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout:================================================================================ 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout: Package Architecture Version Repository Size 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout:================================================================================ 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout:Reinstalling: 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout:Transaction Summary 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout:================================================================================ 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout:Total download size: 803 k 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout:Installed size: 0 2026-02-22T15:22:30.546 INFO:teuthology.orchestra.run.trial046.stdout:Downloading Packages: 2026-02-22T15:22:30.631 INFO:teuthology.orchestra.run.trial046.stdout:kernel-5.14.0-681.el9.x86_64.rpm 30 MB/s | 803 kB 00:00 2026-02-22T15:22:30.631 INFO:teuthology.orchestra.run.trial046.stdout:-------------------------------------------------------------------------------- 2026-02-22T15:22:30.631 INFO:teuthology.orchestra.run.trial046.stdout:Total 9.2 MB/s | 803 kB 00:00 2026-02-22T15:22:30.642 INFO:teuthology.orchestra.run.trial046.stdout:Running transaction check 2026-02-22T15:22:30.677 INFO:teuthology.orchestra.run.trial046.stdout:Transaction check succeeded. 2026-02-22T15:22:30.677 INFO:teuthology.orchestra.run.trial046.stdout:Running transaction test 2026-02-22T15:22:30.681 INFO:teuthology.orchestra.run.trial046.stdout:Transaction test succeeded. 2026-02-22T15:22:30.682 INFO:teuthology.orchestra.run.trial046.stdout:Running transaction 2026-02-22T15:22:30.707 INFO:teuthology.orchestra.run.trial046.stdout: Preparing : 1/1 2026-02-22T15:22:30.711 INFO:teuthology.orchestra.run.trial046.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T15:22:30.711 INFO:teuthology.orchestra.run.trial046.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T15:22:30.821 INFO:teuthology.orchestra.run.trial046.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T15:22:30.821 INFO:teuthology.orchestra.run.trial046.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T15:22:30.875 INFO:teuthology.orchestra.run.trial046.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T15:22:30.875 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:22:30.875 INFO:teuthology.orchestra.run.trial046.stdout:Reinstalled: 2026-02-22T15:22:30.875 INFO:teuthology.orchestra.run.trial046.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-22T15:22:30.875 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:22:30.875 INFO:teuthology.orchestra.run.trial046.stdout:Complete! 2026-02-22T15:22:30.903 DEBUG:teuthology.orchestra.run.trial046:> rpm -q kernel | sort -rV | head -n 1 2026-02-22T15:22:30.927 INFO:teuthology.orchestra.run.trial046.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-22T15:22:30.927 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-22T15:22:30.928 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T15:22:30.928 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-22T15:22:30.928 DEBUG:teuthology.orchestra.run.trial046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T15:22:30.991 INFO:teuthology.orchestra.run.trial046.stdout:ttyS1 2026-02-22T15:22:31.020 DEBUG:teuthology.parallel:result is None 2026-02-22T15:22:33.109 INFO:teuthology.orchestra.run.trial043.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-22T15:22:34.120 INFO:teuthology.orchestra.run.trial043.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-22T15:22:34.120 INFO:teuthology.orchestra.run.trial043.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-22T15:22:34.139 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-22T15:22:34.139 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-22T15:22:34.140 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-22T15:22:34.163 DEBUG:teuthology.orchestra.run.trial043:> echo no | sudo yum reinstall kernel || true 2026-02-22T15:22:34.459 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:01 ago on Sun 22 Feb 2026 03:22:33 PM UTC. 2026-02-22T15:22:34.539 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-22T15:22:34.539 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout: Package Architecture Version Repository Size 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout:Reinstalling: 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 803 k 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 0 2026-02-22T15:22:34.540 INFO:teuthology.orchestra.run.trial043.stderr:Operation aborted. 2026-02-22T15:22:34.559 INFO:teuthology.orchestra.run.trial043.stdout:Is this ok [y/N]: 2026-02-22T15:22:34.560 DEBUG:teuthology.orchestra.run.trial043:> sudo yum reinstall -y kernel || true 2026-02-22T15:22:34.858 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:01 ago on Sun 22 Feb 2026 03:22:33 PM UTC. 2026-02-22T15:22:34.936 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout: Package Architecture Version Repository Size 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout:Reinstalling: 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 803 k 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 0 2026-02-22T15:22:34.937 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-22T15:22:35.221 INFO:teuthology.orchestra.run.trial043.stdout:kernel-5.14.0-681.el9.x86_64.rpm 4.0 MB/s | 803 kB 00:00 2026-02-22T15:22:35.222 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-22T15:22:35.222 INFO:teuthology.orchestra.run.trial043.stdout:Total 2.8 MB/s | 803 kB 00:00 2026-02-22T15:22:35.231 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-22T15:22:35.264 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-22T15:22:35.264 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-22T15:22:35.269 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-22T15:22:35.269 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-22T15:22:35.293 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-22T15:22:35.297 INFO:teuthology.orchestra.run.trial043.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T15:22:35.297 INFO:teuthology.orchestra.run.trial043.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T15:22:35.408 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T15:22:35.408 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T15:22:35.464 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T15:22:35.464 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:22:35.464 INFO:teuthology.orchestra.run.trial043.stdout:Reinstalled: 2026-02-22T15:22:35.464 INFO:teuthology.orchestra.run.trial043.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-22T15:22:35.464 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:22:35.464 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-22T15:22:35.489 DEBUG:teuthology.orchestra.run.trial043:> rpm -q kernel | sort -rV | head -n 1 2026-02-22T15:22:35.513 INFO:teuthology.orchestra.run.trial043.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-22T15:22:35.513 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-22T15:22:35.513 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T15:22:35.514 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-22T15:22:35.514 DEBUG:teuthology.orchestra.run.trial043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T15:22:35.577 INFO:teuthology.orchestra.run.trial043.stdout:ttyS1 2026-02-22T15:22:35.603 DEBUG:teuthology.parallel:result is None 2026-02-22T15:22:35.603 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-22T15:22:35.616 INFO:teuthology.task.internal:Creating test directory... 2026-02-22T15:22:35.616 DEBUG:teuthology.orchestra.run.trial043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T15:22:35.645 DEBUG:teuthology.orchestra.run.trial046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T15:22:35.663 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-22T15:22:35.678 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-22T15:22:35.690 INFO:teuthology.task.internal:Creating archive directory... 2026-02-22T15:22:35.690 DEBUG:teuthology.orchestra.run.trial043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T15:22:35.701 DEBUG:teuthology.orchestra.run.trial046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T15:22:35.723 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-22T15:22:35.736 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-22T15:22:35.736 DEBUG:teuthology.orchestra.run.trial043:> 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-22T15:22:35.757 DEBUG:teuthology.orchestra.run.trial046:> 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-22T15:22:35.779 INFO:teuthology.orchestra.run.trial043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T15:22:35.783 INFO:teuthology.orchestra.run.trial046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T15:22:35.789 INFO:teuthology.orchestra.run.trial043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T15:22:35.792 INFO:teuthology.orchestra.run.trial046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T15:22:35.793 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-22T15:22:35.804 INFO:teuthology.task.internal:Configuring sudo... 2026-02-22T15:22:35.804 DEBUG:teuthology.orchestra.run.trial043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T15:22:35.832 DEBUG:teuthology.orchestra.run.trial046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T15:22:35.856 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-22T15:22:35.871 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-22T15:22:35.871 DEBUG:teuthology.orchestra.run.trial043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T15:22:35.896 DEBUG:teuthology.orchestra.run.trial046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T15:22:35.911 DEBUG:teuthology.orchestra.run.trial043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T15:22:36.034 DEBUG:teuthology.orchestra.run.trial043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T15:22:36.058 DEBUG:teuthology.orchestra.run.trial043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T15:22:36.174 DEBUG:teuthology.orchestra.run.trial043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T15:22:36.198 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:22:36.198 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T15:22:36.262 DEBUG:teuthology.orchestra.run.trial046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T15:22:36.348 DEBUG:teuthology.orchestra.run.trial046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T15:22:36.371 DEBUG:teuthology.orchestra.run.trial046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T15:22:36.487 DEBUG:teuthology.orchestra.run.trial046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T15:22:36.512 DEBUG:teuthology.orchestra.run.trial046:> set -ex 2026-02-22T15:22:36.512 DEBUG:teuthology.orchestra.run.trial046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T15:22:36.575 DEBUG:teuthology.orchestra.run.trial043:> sudo service rsyslog restart 2026-02-22T15:22:36.577 DEBUG:teuthology.orchestra.run.trial046:> sudo service rsyslog restart 2026-02-22T15:22:36.602 INFO:teuthology.orchestra.run.trial043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T15:22:36.642 INFO:teuthology.orchestra.run.trial046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T15:22:37.132 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-22T15:22:37.144 INFO:teuthology.task.internal:Starting timer... 2026-02-22T15:22:37.145 INFO:teuthology.run_tasks:Running task pcp... 2026-02-22T15:22:37.160 INFO:teuthology.run_tasks:Running task selinux... 2026-02-22T15:22:37.173 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-02-22T15:22:37.173 DEBUG:teuthology.orchestra.run.trial043:> sudo service auditd rotate 2026-02-22T15:22:37.201 INFO:teuthology.orchestra.run.trial043.stdout:Rotating logs: 2026-02-22T15:22:37.203 DEBUG:teuthology.orchestra.run.trial046:> sudo service auditd rotate 2026-02-22T15:22:37.231 INFO:teuthology.orchestra.run.trial046.stdout:Rotating logs: 2026-02-22T15:22:37.232 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-22T15:22:37.233 DEBUG:teuthology.orchestra.run.trial043:> /usr/sbin/getenforce 2026-02-22T15:22:37.258 INFO:teuthology.orchestra.run.trial043.stdout:Permissive 2026-02-22T15:22:37.258 DEBUG:teuthology.orchestra.run.trial046:> /usr/sbin/getenforce 2026-02-22T15:22:37.289 INFO:teuthology.orchestra.run.trial046.stdout:Permissive 2026-02-22T15:22:37.289 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial043.front.sepia.ceph.com': 'permissive', 'ubuntu@trial046.front.sepia.ceph.com': 'permissive'} 2026-02-22T15:22:37.289 DEBUG:teuthology.orchestra.run.trial043:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-22T15:22:37.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:22:37.323 DEBUG:teuthology.orchestra.run.trial046:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-22T15:22:37.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:22:37.354 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-22T15:22:37.354 DEBUG:teuthology.orchestra.run.trial043:> sudo /usr/sbin/setenforce permissive 2026-02-22T15:22:37.387 DEBUG:teuthology.orchestra.run.trial046:> sudo /usr/sbin/setenforce permissive 2026-02-22T15:22:37.418 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-22T15:22:37.431 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-22T15:22:37.437 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-22T15:22:37.438 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial043.front.sepia.ceph.com,trial046.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-22T15:25:02.611 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial043.front.sepia.ceph.com'), Remote(name='ubuntu@trial046.front.sepia.ceph.com')] 2026-02-22T15:25:02.613 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial043.front.sepia.ceph.com' 2026-02-22T15:25:02.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T15:25:02.728 DEBUG:teuthology.orchestra.run.trial043:> true 2026-02-22T15:25:02.801 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial043.front.sepia.ceph.com' 2026-02-22T15:25:02.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial046.front.sepia.ceph.com' 2026-02-22T15:25:02.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T15:25:02.865 DEBUG:teuthology.orchestra.run.trial046:> true 2026-02-22T15:25:02.940 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial046.front.sepia.ceph.com' 2026-02-22T15:25:02.940 INFO:teuthology.run_tasks:Running task clock... 2026-02-22T15:25:02.951 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-22T15:25:02.951 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T15:25:02.951 DEBUG:teuthology.orchestra.run.trial043:> 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-22T15:25:02.953 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T15:25:02.953 DEBUG:teuthology.orchestra.run.trial046:> 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-22T15:25:02.979 INFO:teuthology.orchestra.run.trial043.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-22T15:25:02.992 INFO:teuthology.orchestra.run.trial043.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-22T15:25:03.007 INFO:teuthology.orchestra.run.trial046.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-22T15:25:03.011 INFO:teuthology.orchestra.run.trial043.stderr:sudo: ntpd: command not found 2026-02-22T15:25:03.018 INFO:teuthology.orchestra.run.trial046.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-22T15:25:03.021 INFO:teuthology.orchestra.run.trial043.stdout:506 Cannot talk to daemon 2026-02-22T15:25:03.033 INFO:teuthology.orchestra.run.trial043.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-22T15:25:03.038 INFO:teuthology.orchestra.run.trial046.stderr:sudo: ntpd: command not found 2026-02-22T15:25:03.045 INFO:teuthology.orchestra.run.trial043.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-22T15:25:03.047 INFO:teuthology.orchestra.run.trial046.stdout:506 Cannot talk to daemon 2026-02-22T15:25:03.058 INFO:teuthology.orchestra.run.trial046.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-22T15:25:03.070 INFO:teuthology.orchestra.run.trial046.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-22T15:25:03.091 INFO:teuthology.orchestra.run.trial043.stderr:bash: line 1: ntpq: command not found 2026-02-22T15:25:03.108 INFO:teuthology.orchestra.run.trial043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T15:25:03.108 INFO:teuthology.orchestra.run.trial043.stdout:=============================================================================== 2026-02-22T15:25:03.108 INFO:teuthology.orchestra.run.trial043.stdout:^? us-east-2.clearnet.pw 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T15:25:03.108 INFO:teuthology.orchestra.run.trial043.stdout:^? time1.lshiy.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T15:25:03.108 INFO:teuthology.orchestra.run.trial043.stdout:^? 23.186.168.130 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T15:25:03.108 INFO:teuthology.orchestra.run.trial043.stdout:^? 139-177-202-26.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T15:25:03.112 INFO:teuthology.orchestra.run.trial046.stderr:bash: line 1: ntpq: command not found 2026-02-22T15:25:03.123 INFO:teuthology.orchestra.run.trial046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T15:25:03.123 INFO:teuthology.orchestra.run.trial046.stdout:=============================================================================== 2026-02-22T15:25:03.123 INFO:teuthology.orchestra.run.trial046.stdout:^? ntp11.kernfusion.at 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T15:25:03.123 INFO:teuthology.orchestra.run.trial046.stdout:^? ntp1.wiktel.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T15:25:03.124 INFO:teuthology.orchestra.run.trial046.stdout:^? pool-138-89-14-60.mad.ea> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T15:25:03.124 INFO:teuthology.orchestra.run.trial046.stdout:^? 104.233.211.205 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T15:25:03.124 INFO:teuthology.run_tasks:Running task pexec... 2026-02-22T15:25:03.136 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-22T15:25:03.137 DEBUG:teuthology.orchestra.run.trial043:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-22T15:25:03.137 DEBUG:teuthology.orchestra.run.trial046:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-22T15:25:03.151 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial043.front.sepia.ceph.com 2026-02-22T15:25:03.151 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-22T15:25:03.151 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-22T15:25:03.166 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial046.front.sepia.ceph.com 2026-02-22T15:25:03.166 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-22T15:25:03.166 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-22T15:25:03.321 INFO:teuthology.orchestra.run.trial043.stdout:No match for argument: nvme-cli 2026-02-22T15:25:03.322 INFO:teuthology.orchestra.run.trial043.stderr:No packages marked for removal. 2026-02-22T15:25:03.323 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-22T15:25:03.323 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-22T15:25:03.324 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-22T15:25:03.336 INFO:teuthology.orchestra.run.trial046.stdout:No match for argument: nvme-cli 2026-02-22T15:25:03.336 INFO:teuthology.orchestra.run.trial046.stderr:No packages marked for removal. 2026-02-22T15:25:03.338 INFO:teuthology.orchestra.run.trial046.stdout:Dependencies resolved. 2026-02-22T15:25:03.338 INFO:teuthology.orchestra.run.trial046.stdout:Nothing to do. 2026-02-22T15:25:03.339 INFO:teuthology.orchestra.run.trial046.stdout:Complete! 2026-02-22T15:25:03.620 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:27 ago on Sun 22 Feb 2026 03:24:36 PM UTC. 2026-02-22T15:25:03.641 INFO:teuthology.orchestra.run.trial046.stdout:Last metadata expiration check: 0:00:25 ago on Sun 22 Feb 2026 03:24:38 PM UTC. 2026-02-22T15:25:03.701 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout: Package Architecture Version Repository Size 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout:Install 6 Packages 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:03.702 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 2.3 M 2026-02-22T15:25:03.703 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 11 M 2026-02-22T15:25:03.703 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout:Dependencies resolved. 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout:================================================================================ 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout: Package Architecture Version Repository Size 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout:================================================================================ 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout:Installing: 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout:Installing dependencies: 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-22T15:25:03.723 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:03.724 INFO:teuthology.orchestra.run.trial046.stdout:Transaction Summary 2026-02-22T15:25:03.724 INFO:teuthology.orchestra.run.trial046.stdout:================================================================================ 2026-02-22T15:25:03.724 INFO:teuthology.orchestra.run.trial046.stdout:Install 6 Packages 2026-02-22T15:25:03.724 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:03.724 INFO:teuthology.orchestra.run.trial046.stdout:Total download size: 2.3 M 2026-02-22T15:25:03.724 INFO:teuthology.orchestra.run.trial046.stdout:Installed size: 11 M 2026-02-22T15:25:03.724 INFO:teuthology.orchestra.run.trial046.stdout:Downloading Packages: 2026-02-22T15:25:03.883 INFO:teuthology.orchestra.run.trial046.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 740 kB/s | 72 kB 00:00 2026-02-22T15:25:03.895 INFO:teuthology.orchestra.run.trial046.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 402 kB/s | 44 kB 00:00 2026-02-22T15:25:03.923 INFO:teuthology.orchestra.run.trial046.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 2.1 MB/s | 84 kB 00:00 2026-02-22T15:25:03.962 INFO:teuthology.orchestra.run.trial046.stdout:(4/6): nvme-cli-2.16-1.el9.x86_64.rpm 6.5 MB/s | 1.2 MB 00:00 2026-02-22T15:25:03.962 INFO:teuthology.orchestra.run.trial046.stdout:(5/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-22T15:25:03.986 INFO:teuthology.orchestra.run.trial046.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 13 MB/s | 837 kB 00:00 2026-02-22T15:25:03.986 INFO:teuthology.orchestra.run.trial046.stdout:-------------------------------------------------------------------------------- 2026-02-22T15:25:03.986 INFO:teuthology.orchestra.run.trial046.stdout:Total 8.8 MB/s | 2.3 MB 00:00 2026-02-22T15:25:04.040 INFO:teuthology.orchestra.run.trial046.stdout:Running transaction check 2026-02-22T15:25:04.047 INFO:teuthology.orchestra.run.trial046.stdout:Transaction check succeeded. 2026-02-22T15:25:04.047 INFO:teuthology.orchestra.run.trial046.stdout:Running transaction test 2026-02-22T15:25:04.113 INFO:teuthology.orchestra.run.trial046.stdout:Transaction test succeeded. 2026-02-22T15:25:04.113 INFO:teuthology.orchestra.run.trial046.stdout:Running transaction 2026-02-22T15:25:04.245 INFO:teuthology.orchestra.run.trial046.stdout: Preparing : 1/1 2026-02-22T15:25:04.252 INFO:teuthology.orchestra.run.trial046.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-22T15:25:04.261 INFO:teuthology.orchestra.run.trial046.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-22T15:25:04.267 INFO:teuthology.orchestra.run.trial046.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-22T15:25:04.273 INFO:teuthology.orchestra.run.trial046.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-22T15:25:04.274 INFO:teuthology.orchestra.run.trial046.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-22T15:25:04.381 INFO:teuthology.orchestra.run.trial043.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 74 kB/s | 44 kB 00:00 2026-02-22T15:25:04.411 INFO:teuthology.orchestra.run.trial046.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-22T15:25:04.414 INFO:teuthology.orchestra.run.trial046.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-22T15:25:04.437 INFO:teuthology.orchestra.run.trial043.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 111 kB/s | 72 kB 00:00 2026-02-22T15:25:04.691 INFO:teuthology.orchestra.run.trial046.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-22T15:25:04.691 INFO:teuthology.orchestra.run.trial046.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T15:25:04.691 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:04.743 INFO:teuthology.orchestra.run.trial043.stdout:(3/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.2 MB/s | 1.2 MB 00:00 2026-02-22T15:25:04.933 INFO:teuthology.orchestra.run.trial046.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-22T15:25:04.933 INFO:teuthology.orchestra.run.trial046.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-22T15:25:04.933 INFO:teuthology.orchestra.run.trial046.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-22T15:25:04.933 INFO:teuthology.orchestra.run.trial046.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-22T15:25:04.933 INFO:teuthology.orchestra.run.trial046.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-22T15:25:04.988 INFO:teuthology.orchestra.run.trial046.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-22T15:25:04.988 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:04.988 INFO:teuthology.orchestra.run.trial046.stdout:Installed: 2026-02-22T15:25:04.989 INFO:teuthology.orchestra.run.trial046.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-22T15:25:04.989 INFO:teuthology.orchestra.run.trial046.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-22T15:25:04.989 INFO:teuthology.orchestra.run.trial046.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-22T15:25:04.989 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:04.989 INFO:teuthology.orchestra.run.trial046.stdout:Complete! 2026-02-22T15:25:05.021 DEBUG:teuthology.parallel:result is None 2026-02-22T15:25:05.027 INFO:teuthology.orchestra.run.trial043.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 131 kB/s | 84 kB 00:00 2026-02-22T15:25:05.151 INFO:teuthology.orchestra.run.trial043.stdout:(5/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 211 kB/s | 150 kB 00:00 2026-02-22T15:25:05.650 INFO:teuthology.orchestra.run.trial043.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 924 kB/s | 837 kB 00:00 2026-02-22T15:25:05.650 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-22T15:25:05.650 INFO:teuthology.orchestra.run.trial043.stdout:Total 1.2 MB/s | 2.3 MB 00:01 2026-02-22T15:25:05.702 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-22T15:25:05.709 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-22T15:25:05.709 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-22T15:25:05.775 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-22T15:25:05.775 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-22T15:25:05.904 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-22T15:25:05.912 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-22T15:25:05.920 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-22T15:25:05.927 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-22T15:25:05.933 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-22T15:25:05.934 INFO:teuthology.orchestra.run.trial043.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-22T15:25:06.067 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-22T15:25:06.070 INFO:teuthology.orchestra.run.trial043.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-22T15:25:06.358 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-22T15:25:06.358 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T15:25:06.359 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:06.604 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-22T15:25:06.604 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-22T15:25:06.604 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-22T15:25:06.604 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-22T15:25:06.604 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-22T15:25:06.657 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-22T15:25:06.657 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:06.657 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-22T15:25:06.657 INFO:teuthology.orchestra.run.trial043.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-22T15:25:06.657 INFO:teuthology.orchestra.run.trial043.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-22T15:25:06.657 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-22T15:25:06.657 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:06.657 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-22T15:25:06.686 DEBUG:teuthology.parallel:result is None 2026-02-22T15:25:06.686 INFO:teuthology.run_tasks:Running task smb.deploy_samba_ad_dc... 2026-02-22T15:25:06.704 INFO:tasks.smb:Testing if podman is available 2026-02-22T15:25:06.704 DEBUG:teuthology.orchestra.run.trial046:> sudo podman --help 2026-02-22T15:25:06.829 INFO:teuthology.orchestra.run.trial046.stdout:Manage pods, containers and images 2026-02-22T15:25:06.829 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:06.829 INFO:teuthology.orchestra.run.trial046.stdout:Usage: 2026-02-22T15:25:06.829 INFO:teuthology.orchestra.run.trial046.stdout: podman [options] [command] 2026-02-22T15:25:06.829 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:06.829 INFO:teuthology.orchestra.run.trial046.stdout:Available Commands: 2026-02-22T15:25:06.829 INFO:teuthology.orchestra.run.trial046.stdout: artifact Manage OCI artifacts 2026-02-22T15:25:06.829 INFO:teuthology.orchestra.run.trial046.stdout: attach Attach to a running container 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: auto-update Auto update containers according to their auto-update policy 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: build Build an image using instructions from Containerfiles 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: commit Create new image based on the changed container 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: container Manage containers 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: cp Copy files/folders between a container and the local filesystem 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: create Create but do not start a container 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: diff Display the changes to the object's file system 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: events Show podman system events 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: exec Run a process in a running container 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: export Export container's filesystem contents as a tar archive 2026-02-22T15:25:06.830 INFO:teuthology.orchestra.run.trial046.stdout: farm Farm out builds to remote machines 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: generate Generate structured data based on containers, pods or volumes 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: healthcheck Manage health checks on containers 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: help Help about any command 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: history Show history of a specified image 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: image Manage images 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: images List images in local storage 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: import Import a tarball to create a filesystem image 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: info Display podman system information 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: init Initialize one or more containers 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: inspect Display the configuration of object denoted by ID 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: kill Kill one or more running containers with a specific signal 2026-02-22T15:25:06.831 INFO:teuthology.orchestra.run.trial046.stdout: kube Play containers, pods or volumes from a structured file 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: load Load image(s) from a tar archive 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: login Log in to a container registry 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: logout Log out of a container registry 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: logs Fetch the logs of one or more containers 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: machine Manage a virtual machine 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: manifest Manipulate manifest lists and image indexes 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: mount Mount a working container's root filesystem 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: network Manage networks 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: pause Pause all the processes in one or more containers 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: pod Manage pods 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: port List port mappings or a specific mapping for the container 2026-02-22T15:25:06.832 INFO:teuthology.orchestra.run.trial046.stdout: ps List containers 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: pull Pull an image from a registry 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: push Push an image to a specified destination 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: quadlet Allows users to manage Quadlets 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: rename Rename an existing container 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: restart Restart one or more containers 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: rm Remove one or more containers 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: rmi Remove one or more images from local storage 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: run Run a command in a new container 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: save Save image(s) to an archive 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: search Search registry for image 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: secret Manage secrets 2026-02-22T15:25:06.833 INFO:teuthology.orchestra.run.trial046.stdout: start Start one or more containers 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: stats Display a live stream of container resource usage statistics 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: stop Stop one or more containers 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: system Manage podman 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: tag Add an additional name to a local image 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: top Display the running processes of a container 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: unmount Unmount working container's root filesystem 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: unpause Unpause the processes in one or more containers 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: unshare Run a command in a modified user namespace 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: untag Remove a name from a local image 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: update Update an existing container 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: version Display the Podman version information 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: volume Manage volumes 2026-02-22T15:25:06.834 INFO:teuthology.orchestra.run.trial046.stdout: wait Block on one or more containers 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout:Options: 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: --cdi-spec-dir stringArray Set the CDI spec directory path (may be set multiple times) (default [/etc/cdi,/var/run/cdi]) 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: --config string Path to directory containing authentication config file 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: --conmon string Path of the conmon binary 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: --help Help for podman 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2026-02-22T15:25:06.835 INFO:teuthology.orchestra.run.trial046.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-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --module stringArray Load the containers.conf(5) module 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --network-cmd-path string Path to the command for configuring the network 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --network-config-dir string Path of the configuration directory for networks 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --out string Send output (stdout) from podman to a file 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: -r, --remote Access remote Podman service 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --runroot string Path to the 'run directory' where all state information is stored 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --runtime-flag stringArray add global flags for the container runtime 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --ssh string define the ssh mode (default "golang") 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2026-02-22T15:25:06.836 INFO:teuthology.orchestra.run.trial046.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2026-02-22T15:25:06.837 INFO:teuthology.orchestra.run.trial046.stdout: --syslog Output podman-internal logs to syslog as well as the console (default false) 2026-02-22T15:25:06.837 INFO:teuthology.orchestra.run.trial046.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2026-02-22T15:25:06.837 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:06.837 INFO:teuthology.orchestra.run.trial046.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2026-02-22T15:25:06.837 INFO:teuthology.orchestra.run.trial046.stdout: (default "/run/libpod") 2026-02-22T15:25:06.837 INFO:teuthology.orchestra.run.trial046.stdout: --transient-store Enable transient container storage 2026-02-22T15:25:06.837 INFO:teuthology.orchestra.run.trial046.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2026-02-22T15:25:06.837 INFO:teuthology.orchestra.run.trial046.stdout: -v, --version version for podman 2026-02-22T15:25:06.837 INFO:teuthology.orchestra.run.trial046.stdout: --volumepath string Path to the volume directory in which volume data is stored 2026-02-22T15:25:06.838 DEBUG:teuthology.orchestra.run.trial046:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2026-02-22T15:25:06.920 INFO:teuthology.orchestra.run.trial046.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2026-02-22T15:25:07.176 INFO:teuthology.orchestra.run.trial046.stderr:Getting image source signatures 2026-02-22T15:25:07.177 INFO:teuthology.orchestra.run.trial046.stderr:Copying blob sha256:90f93e6547bab947110e58851ef5d521bf2f5e3e0861792d0947ae875aa4235a 2026-02-22T15:25:07.177 INFO:teuthology.orchestra.run.trial046.stderr:Copying blob sha256:8071bc223290b0b7ede21b598b7f032753e49b17d161252cfab1636ad628e758 2026-02-22T15:25:07.177 INFO:teuthology.orchestra.run.trial046.stderr:Copying blob sha256:d43e1e6022324861510fbea6b8e4d20d11db9cf830eea81abbc79f80f594eeaa 2026-02-22T15:25:07.178 INFO:teuthology.orchestra.run.trial046.stderr:Copying blob sha256:3a9d6c9fc6a76236cf56e1094104c4dc4131140b894189f1eaa02b6ee8a7b852 2026-02-22T15:25:07.178 INFO:teuthology.orchestra.run.trial046.stderr:Copying blob sha256:17cb128d8524df34db7dd5a60fc300739676326e431e4edfeb1347034933011a 2026-02-22T15:25:07.178 INFO:teuthology.orchestra.run.trial046.stderr:Copying blob sha256:184d7a054eead16581223ae3e40a66ab838459e3688dc0986048c29429c6261f 2026-02-22T15:25:09.360 INFO:teuthology.orchestra.run.trial046.stderr:Copying config sha256:46855d412a45162f4f818534ba02fb0c8fe67cf9732ab0cae8257967846d0603 2026-02-22T15:25:09.361 INFO:teuthology.orchestra.run.trial046.stderr:Writing manifest to image destination 2026-02-22T15:25:09.384 INFO:teuthology.orchestra.run.trial046.stdout:46855d412a45162f4f818534ba02fb0c8fe67cf9732ab0cae8257967846d0603 2026-02-22T15:25:09.390 DEBUG:teuthology.orchestra.run.trial046:> sudo podman pull quay.io/samba.org/samba-client:latest 2026-02-22T15:25:09.429 INFO:teuthology.orchestra.run.trial046.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2026-02-22T15:25:09.760 INFO:teuthology.orchestra.run.trial046.stderr:Getting image source signatures 2026-02-22T15:25:09.760 INFO:teuthology.orchestra.run.trial046.stderr:Copying blob sha256:a936709dbf6fa7118b8e93d9e06c8079be7db4361572ad1f92d63dd7f3f2257a 2026-02-22T15:25:09.761 INFO:teuthology.orchestra.run.trial046.stderr:Copying blob sha256:d43e1e6022324861510fbea6b8e4d20d11db9cf830eea81abbc79f80f594eeaa 2026-02-22T15:25:10.458 INFO:teuthology.orchestra.run.trial046.stderr:Copying config sha256:3ee544af2aae0df3eb96317b0154d00f5e303b96ec3bcd3a11f7bc18d8e83bc7 2026-02-22T15:25:10.459 INFO:teuthology.orchestra.run.trial046.stderr:Writing manifest to image destination 2026-02-22T15:25:10.467 INFO:teuthology.orchestra.run.trial046.stdout:3ee544af2aae0df3eb96317b0154d00f5e303b96ec3bcd3a11f7bc18d8e83bc7 2026-02-22T15:25:10.471 DEBUG:teuthology.orchestra.run.trial046:> ss -lunH 2026-02-22T15:25:10.529 INFO:teuthology.orchestra.run.trial046.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2026-02-22T15:25:10.529 INFO:teuthology.orchestra.run.trial046.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2026-02-22T15:25:10.529 INFO:teuthology.orchestra.run.trial046.stdout:UNCONN 0 0 [::]:111 [::]:* 2026-02-22T15:25:10.529 INFO:teuthology.orchestra.run.trial046.stdout:UNCONN 0 0 [::1]:323 [::]:* 2026-02-22T15:25:10.529 DEBUG:teuthology.orchestra.run.trial046:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-22T15:25:10.593 DEBUG:teuthology.orchestra.run.trial046:> sudo mkdir -p /var/tmp/samba 2026-02-22T15:25:10.657 DEBUG:teuthology.orchestra.run.trial046:> set -ex 2026-02-22T15:25:10.658 DEBUG:teuthology.orchestra.run.trial046:> sudo dd of=/var/tmp/samba/container.json 2026-02-22T15:25:10.722 DEBUG:teuthology.orchestra.run.trial046:> 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-22T15:25:10.848 INFO:teuthology.orchestra.run.trial046.stdout:732fab0d23eec2d4f11ebedde1a661db01a0bfb6b37e716320a8c14f833b4fba 2026-02-22T15:25:11.134 INFO:tasks.smb:Probing SMB status of DC 10.20.193.46, idx=0 2026-02-22T15:25:11.134 DEBUG:teuthology.orchestra.run.trial046:> sudo podman run --rm --net=host --dns=10.20.193.46 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-22T15:25:11.244 INFO:teuthology.orchestra.run.trial046.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-22T15:25:11.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:25:11.759 INFO:tasks.smb:Probing SMB status of DC 10.20.193.46, idx=1 2026-02-22T15:25:11.760 DEBUG:teuthology.orchestra.run.trial046:> sudo podman run --rm --net=host --dns=10.20.193.46 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-22T15:25:11.863 INFO:teuthology.orchestra.run.trial046.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-22T15:25:11.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:25:12.882 INFO:tasks.smb:Probing SMB status of DC 10.20.193.46, idx=2 2026-02-22T15:25:12.883 DEBUG:teuthology.orchestra.run.trial046:> sudo podman run --rm --net=host --dns=10.20.193.46 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-22T15:25:12.984 INFO:teuthology.orchestra.run.trial046.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-22T15:25:12.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:25:15.001 INFO:tasks.smb:Probing SMB status of DC 10.20.193.46, idx=3 2026-02-22T15:25:15.001 DEBUG:teuthology.orchestra.run.trial046:> sudo podman run --rm --net=host --dns=10.20.193.46 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-22T15:25:15.097 INFO:teuthology.orchestra.run.trial046.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2026-02-22T15:25:15.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:25:19.113 INFO:tasks.smb:Probing SMB status of DC 10.20.193.46, idx=4 2026-02-22T15:25:19.113 DEBUG:teuthology.orchestra.run.trial046:> sudo podman run --rm --net=host --dns=10.20.193.46 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2026-02-22T15:25:19.263 INFO:teuthology.orchestra.run.trial046.stdout: . D 0 Sun Feb 22 15:25:12 2026 2026-02-22T15:25:19.263 INFO:teuthology.orchestra.run.trial046.stdout: .. D 0 Sun Feb 22 15:25:12 2026 2026-02-22T15:25:19.263 INFO:teuthology.orchestra.run.trial046.stdout: domain1.sink.test D 0 Sun Feb 22 15:25:12 2026 2026-02-22T15:25:19.263 INFO:teuthology.orchestra.run.trial046.stdout: 2026-02-22T15:25:19.263 INFO:teuthology.orchestra.run.trial046.stdout: 921338020 blocks of size 1024. 862051784 blocks available 2026-02-22T15:25:19.279 INFO:tasks.smb:SMB status probe succeeded 2026-02-22T15:25:19.279 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-22T15:25:19.381 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': '2a01f85290ffe0ec49a9f791979017d6d3f2fe58'} 2026-02-22T15:25:19.381 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 2026-02-22T15:25:19.384 INFO:tasks.cephadm:Cluster fsid is b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:19.384 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-22T15:25:19.384 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.43'} 2026-02-22T15:25:19.384 INFO:tasks.cephadm:First mon is mon.a on trial043 2026-02-22T15:25:19.384 INFO:tasks.cephadm:First mgr is x 2026-02-22T15:25:19.384 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-22T15:25:19.384 DEBUG:teuthology.orchestra.run.trial043:> sudo hostname $(hostname -s) 2026-02-22T15:25:19.413 DEBUG:teuthology.orchestra.run.trial046:> sudo hostname $(hostname -s) 2026-02-22T15:25:19.440 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-22T15:25:19.441 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58 2026-02-22T15:25:19.575 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-1-2026-02-21-1448/2a01f85290ffe0ec49a9f791979017d6d3f2fe58/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-1-2026-02-21-1448/2a01f85290ffe0ec49a9f791979017d6d3f2fe58/centos/9/flavors/default/', 'ref': 'wip-phlogistonjohn-testing-1-2026-02-21-1448', 'sha1': '2a01f85290ffe0ec49a9f791979017d6d3f2fe58', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-21 20:41:52.841641', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5444-g2a01f852', 'package_manager_version': '20.3.0-5444.g2a01f852', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3165/', 'root_build_cause': '', 'node_name': '10.20.192.18+soko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-22T15:25:19.703 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-phlogistonjohn-testing-1-2026-02-21-1448, sha1 2a01f85290ffe0ec49a9f791979017d6d3f2fe58 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58 2026-02-22T15:25:19.705 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-21-1448/2a01f85290ffe0ec49a9f791979017d6d3f2fe58/centos/9/x86_64/flavors/default/cephadm 2026-02-22T15:25:19.705 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-21-1448/2a01f85290ffe0ec49a9f791979017d6d3f2fe58/centos/9/x86_64/flavors/default/cephadm 2026-02-22T15:25:19.705 DEBUG:teuthology.orchestra.run.trial043:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-21-1448/2a01f85290ffe0ec49a9f791979017d6d3f2fe58/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-22T15:25:20.071 INFO:teuthology.orchestra.run.trial043.stdout:-rw-r--r--. 1 ubuntu ubuntu 1077153 Feb 22 15:25 /home/ubuntu/cephtest/cephadm 2026-02-22T15:25:20.071 DEBUG:teuthology.orchestra.run.trial046:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-1-2026-02-21-1448/2a01f85290ffe0ec49a9f791979017d6d3f2fe58/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-22T15:25:20.449 INFO:teuthology.orchestra.run.trial046.stdout:-rw-r--r--. 1 ubuntu ubuntu 1077153 Feb 22 15:25 /home/ubuntu/cephtest/cephadm 2026-02-22T15:25:20.449 DEBUG:teuthology.orchestra.run.trial043:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T15:25:20.467 DEBUG:teuthology.orchestra.run.trial046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T15:25:20.491 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 on all hosts... 2026-02-22T15:25:20.491 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 pull 2026-02-22T15:25:20.509 DEBUG:teuthology.orchestra.run.trial046:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 pull 2026-02-22T15:25:20.638 INFO:teuthology.orchestra.run.trial046.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58... 2026-02-22T15:25:20.749 INFO:teuthology.orchestra.run.trial043.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58... 2026-02-22T15:25:32.040 INFO:teuthology.orchestra.run.trial046.stdout:{ 2026-02-22T15:25:32.041 INFO:teuthology.orchestra.run.trial046.stdout: "ceph_version": "ceph version 20.3.0-5444-g2a01f852 (2a01f85290ffe0ec49a9f791979017d6d3f2fe58) tentacle (dev)", 2026-02-22T15:25:32.041 INFO:teuthology.orchestra.run.trial046.stdout: "image_id": "bebf16302ba84b964e19418ee64ed6da75b3d9ba7af85a0353c9a2a73ac58dc9", 2026-02-22T15:25:32.041 INFO:teuthology.orchestra.run.trial046.stdout: "repo_digests": [ 2026-02-22T15:25:32.041 INFO:teuthology.orchestra.run.trial046.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab" 2026-02-22T15:25:32.041 INFO:teuthology.orchestra.run.trial046.stdout: ] 2026-02-22T15:25:32.041 INFO:teuthology.orchestra.run.trial046.stdout:} 2026-02-22T15:25:34.062 INFO:teuthology.orchestra.run.trial043.stdout:{ 2026-02-22T15:25:34.063 INFO:teuthology.orchestra.run.trial043.stdout: "ceph_version": "ceph version 20.3.0-5444-g2a01f852 (2a01f85290ffe0ec49a9f791979017d6d3f2fe58) tentacle (dev)", 2026-02-22T15:25:34.063 INFO:teuthology.orchestra.run.trial043.stdout: "image_id": "bebf16302ba84b964e19418ee64ed6da75b3d9ba7af85a0353c9a2a73ac58dc9", 2026-02-22T15:25:34.063 INFO:teuthology.orchestra.run.trial043.stdout: "repo_digests": [ 2026-02-22T15:25:34.063 INFO:teuthology.orchestra.run.trial043.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab" 2026-02-22T15:25:34.063 INFO:teuthology.orchestra.run.trial043.stdout: ] 2026-02-22T15:25:34.063 INFO:teuthology.orchestra.run.trial043.stdout:} 2026-02-22T15:25:34.080 DEBUG:teuthology.orchestra.run.trial043:> sudo mkdir -p /etc/ceph 2026-02-22T15:25:34.146 DEBUG:teuthology.orchestra.run.trial046:> sudo mkdir -p /etc/ceph 2026-02-22T15:25:34.174 DEBUG:teuthology.orchestra.run.trial043:> sudo chmod 777 /etc/ceph 2026-02-22T15:25:34.198 DEBUG:teuthology.orchestra.run.trial046:> sudo chmod 777 /etc/ceph 2026-02-22T15:25:34.238 INFO:tasks.cephadm:Writing seed config... 2026-02-22T15:25:34.240 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-22T15:25:34.240 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-22T15:25:34.240 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-22T15:25:34.240 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-22T15:25:34.241 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-22T15:25:34.241 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-22T15:25:34.241 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-22T15:25:34.242 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:25:34.242 DEBUG:teuthology.orchestra.run.trial043:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-22T15:25:34.258 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 = b2601ea6-1002-11f1-9973-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-22T15:25:34.259 DEBUG:teuthology.orchestra.run.trial043:mon.a> sudo journalctl -f -n 0 -u ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mon.a.service 2026-02-22T15:25:34.301 DEBUG:teuthology.orchestra.run.trial043:mgr.x> sudo journalctl -f -n 0 -u ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mgr.x.service 2026-02-22T15:25:34.344 INFO:tasks.cephadm:Bootstrapping... 2026-02-22T15:25:34.344 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 -v bootstrap --fsid b2601ea6-1002-11f1-9973-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.43 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-22T15:25:34.483 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-22T15:25:34.483 INFO:teuthology.orchestra.run.trial043.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58', '-v', 'bootstrap', '--fsid', 'b2601ea6-1002-11f1-9973-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.43', '--skip-admin-label'] 2026-02-22T15:25:34.483 INFO:teuthology.orchestra.run.trial043.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-22T15:25:34.484 INFO:teuthology.orchestra.run.trial043.stdout:Verifying podman|docker is present... 2026-02-22T15:25:34.499 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stdout 5.6.0 2026-02-22T15:25:34.499 INFO:teuthology.orchestra.run.trial043.stdout:Verifying lvm2 is present... 2026-02-22T15:25:34.499 INFO:teuthology.orchestra.run.trial043.stdout:Verifying time synchronization is in place... 2026-02-22T15:25:34.505 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-22T15:25:34.506 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-22T15:25:34.511 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-22T15:25:34.511 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-22T15:25:34.517 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout enabled 2026-02-22T15:25:34.523 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout active 2026-02-22T15:25:34.523 INFO:teuthology.orchestra.run.trial043.stdout:Unit chronyd.service is enabled and running 2026-02-22T15:25:34.523 INFO:teuthology.orchestra.run.trial043.stdout:Repeating the final host check... 2026-02-22T15:25:34.539 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stdout 5.6.0 2026-02-22T15:25:34.539 INFO:teuthology.orchestra.run.trial043.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-22T15:25:34.539 INFO:teuthology.orchestra.run.trial043.stdout:systemctl is present 2026-02-22T15:25:34.539 INFO:teuthology.orchestra.run.trial043.stdout:lvcreate is present 2026-02-22T15:25:34.544 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-22T15:25:34.544 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-22T15:25:34.549 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-22T15:25:34.550 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-22T15:25:34.555 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout enabled 2026-02-22T15:25:34.560 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout active 2026-02-22T15:25:34.560 INFO:teuthology.orchestra.run.trial043.stdout:Unit chronyd.service is enabled and running 2026-02-22T15:25:34.560 INFO:teuthology.orchestra.run.trial043.stdout:Host looks OK 2026-02-22T15:25:34.560 INFO:teuthology.orchestra.run.trial043.stdout:Cluster fsid: b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:34.560 INFO:teuthology.orchestra.run.trial043.stdout:Acquiring lock 140363253972560 on /run/cephadm/b2601ea6-1002-11f1-9973-d404e6e7d460.lock 2026-02-22T15:25:34.560 INFO:teuthology.orchestra.run.trial043.stdout:Lock 140363253972560 acquired on /run/cephadm/b2601ea6-1002-11f1-9973-d404e6e7d460.lock 2026-02-22T15:25:34.560 INFO:teuthology.orchestra.run.trial043.stdout:Verifying IP 10.20.193.43 port 3300 ... 2026-02-22T15:25:34.561 INFO:teuthology.orchestra.run.trial043.stdout:Verifying IP 10.20.193.43 port 6789 ... 2026-02-22T15:25:34.561 INFO:teuthology.orchestra.run.trial043.stdout:Base mon IP(s) is [10.20.193.43:3300, 10.20.193.43:6789], mon addrv is [v2:10.20.193.43:3300,v1:10.20.193.43:6789] 2026-02-22T15:25:34.564 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.43 metric 102 2026-02-22T15:25:34.564 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.43 metric 102 2026-02-22T15:25:34.564 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-22T15:25:34.566 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-22T15:25:34.566 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-22T15:25:34.566 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout inet6 fe80::1c6b:948b:92df:3bcd/64 scope link noprefixroute 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:639a/64 scope link 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:Mon IP `10.20.193.43` is in CIDR network `10.20.192.0/20` 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:Mon IP `10.20.193.43` is in CIDR network `10.20.192.0/20` 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-22T15:25:34.569 INFO:teuthology.orchestra.run.trial043.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-22T15:25:34.570 INFO:teuthology.orchestra.run.trial043.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58... 2026-02-22T15:25:34.802 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stdout bebf16302ba84b964e19418ee64ed6da75b3d9ba7af85a0353c9a2a73ac58dc9 2026-02-22T15:25:34.803 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58... 2026-02-22T15:25:34.803 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Getting image source signatures 2026-02-22T15:25:34.803 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-22T15:25:34.803 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Copying blob sha256:d82212a72f7d0361989d00351cbf6180f36c8c561acde04ee0566c529902264f 2026-02-22T15:25:34.803 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Copying config sha256:bebf16302ba84b964e19418ee64ed6da75b3d9ba7af85a0353c9a2a73ac58dc9 2026-02-22T15:25:34.803 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-22T15:25:34.921 INFO:teuthology.orchestra.run.trial043.stdout:ceph: stdout ceph version 20.3.0-5444-g2a01f852 (2a01f85290ffe0ec49a9f791979017d6d3f2fe58) tentacle (dev) 2026-02-22T15:25:34.922 INFO:teuthology.orchestra.run.trial043.stdout:Ceph version: ceph version 20.3.0-5444-g2a01f852 (2a01f85290ffe0ec49a9f791979017d6d3f2fe58) tentacle (dev) 2026-02-22T15:25:34.922 INFO:teuthology.orchestra.run.trial043.stdout:Extracting ceph user uid/gid from container image... 2026-02-22T15:25:35.043 INFO:teuthology.orchestra.run.trial043.stdout:stat: stdout 167 167 2026-02-22T15:25:35.043 INFO:teuthology.orchestra.run.trial043.stdout:Creating initial keys... 2026-02-22T15:25:35.156 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph-authtool: stdout AQDvH5tpFzDvCBAA9XY8YOaXMg0lVlEr1jxrug== 2026-02-22T15:25:35.310 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph-authtool: stdout AQDvH5tpFufrEBAALORqYuvhxuS2gttGOyNbXw== 2026-02-22T15:25:35.416 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph-authtool: stdout AQDvH5tpatVvGBAAoKmc1v7Z79REDPH1M96ooA== 2026-02-22T15:25:35.416 INFO:teuthology.orchestra.run.trial043.stdout:Creating initial monmap... 2026-02-22T15:25:35.557 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-22T15:25:35.557 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-22T15:25:35.557 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:35.557 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-22T15:25:35.557 INFO:teuthology.orchestra.run.trial043.stdout:monmaptool for a [v2:10.20.193.43:3300,v1:10.20.193.43:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-22T15:25:35.557 INFO:teuthology.orchestra.run.trial043.stdout:setting min_mon_release = tentacle 2026-02-22T15:25:35.558 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: set fsid to b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:35.558 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-22T15:25:35.558 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:35.558 INFO:teuthology.orchestra.run.trial043.stdout:Creating mon... 2026-02-22T15:25:35.678 INFO:teuthology.orchestra.run.trial043.stdout:create mon.a on 2026-02-22T15:25:35.944 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-22T15:25:36.049 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460.target → /etc/systemd/system/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460.target. 2026-02-22T15:25:36.049 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460.target → /etc/systemd/system/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460.target. 2026-02-22T15:25:36.173 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mon.a 2026-02-22T15:25:36.173 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mon.a.service: Unit ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mon.a.service not loaded. 2026-02-22T15:25:36.293 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460.target.wants/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@.service. 2026-02-22T15:25:36.431 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T15:25:36.432 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout disabled 2026-02-22T15:25:36.438 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T15:25:36.438 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-22T15:25:36.438 INFO:teuthology.orchestra.run.trial043.stdout:firewalld.service is not enabled 2026-02-22T15:25:36.438 INFO:teuthology.orchestra.run.trial043.stdout:Not possible to enable service . firewalld.service is not available 2026-02-22T15:25:36.438 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mon to start... 2026-02-22T15:25:36.438 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mon... 2026-02-22T15:25:36.441 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:36 trial043 systemd[1]: Started Ceph mon.a for b2601ea6-1002-11f1-9973-d404e6e7d460. 2026-02-22T15:25:36.597 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout cluster: 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout id: b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout services: 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.135834s) [leader: a] 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout data: 2026-02-22T15:25:36.598 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-22T15:25:36.599 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-22T15:25:36.599 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-22T15:25:36.599 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout pgs: 2026-02-22T15:25:36.599 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:36.599 INFO:teuthology.orchestra.run.trial043.stdout:mon is available 2026-02-22T15:25:36.599 INFO:teuthology.orchestra.run.trial043.stdout:Assimilating anything we can from ceph.conf... 2026-02-22T15:25:36.712 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:36 trial043 ceph-mon[33890]: mkfs b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:36.712 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:36 trial043 ceph-mon[33890]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-22T15:25:36.746 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:36.746 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [global] 2026-02-22T15:25:36.746 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout fsid = b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:36.746 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.43:3300,v1:10.20.193.43:6789] 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [osd] 2026-02-22T15:25:36.747 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-22T15:25:36.748 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-22T15:25:36.748 INFO:teuthology.orchestra.run.trial043.stdout:Generating new minimal ceph.conf... 2026-02-22T15:25:36.900 INFO:teuthology.orchestra.run.trial043.stdout:Restarting the monitor... 2026-02-22T15:25:36.977 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:36 trial043 systemd[1]: Stopping Ceph mon.a for b2601ea6-1002-11f1-9973-d404e6e7d460... 2026-02-22T15:25:37.239 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:36 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a[33886]: 2026-02-22T15:25:36.981+0000 7f9bc2861640 -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-22T15:25:37.239 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:36 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a[33886]: 2026-02-22T15:25:36.981+0000 7f9bc2861640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-22T15:25:37.430 INFO:teuthology.orchestra.run.trial043.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-22T15:25:37.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 podman[34172]: 2026-02-22 15:25:37.245057805 +0000 UTC m=+0.276301034 container died cf30bbaae774cf10cb6d75ebdd652e314b59b6656966142e7430e2927f5fa212 (image=quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58) 2026-02-22T15:25:37.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 podman[34172]: 2026-02-22 15:25:37.252708742 +0000 UTC m=+0.283951981 container remove cf30bbaae774cf10cb6d75ebdd652e314b59b6656966142e7430e2927f5fa212 (image=quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, ceph=True, io.buildah.version=1.33.7, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-22T15:25:37.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 bash[34172]: ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a 2026-02-22T15:25:37.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 systemd[1]: ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-22T15:25:37.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 systemd[1]: Stopped Ceph mon.a for b2601ea6-1002-11f1-9973-d404e6e7d460. 2026-02-22T15:25:37.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 systemd[1]: Starting Ceph mon.a for b2601ea6-1002-11f1-9973-d404e6e7d460... 2026-02-22T15:25:37.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 podman[34296]: 2026-02-22 15:25:37.405156527 +0000 UTC m=+0.014989032 container create cb816dae0192595aa3b7c3abb9d8cff1f626afb89dd2fff1587bb7c5e9568ef6 (image=quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0) 2026-02-22T15:25:37.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 podman[34296]: 2026-02-22 15:25:37.428127852 +0000 UTC m=+0.037960367 container init cb816dae0192595aa3b7c3abb9d8cff1f626afb89dd2fff1587bb7c5e9568ef6 (image=quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, ceph=True, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-22T15:25:37.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 podman[34296]: 2026-02-22 15:25:37.430786022 +0000 UTC m=+0.040618517 container start cb816dae0192595aa3b7c3abb9d8cff1f626afb89dd2fff1587bb7c5e9568ef6 (image=quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, OSD_FLAVOR=default, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-22T15:25:37.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 bash[34296]: cb816dae0192595aa3b7c3abb9d8cff1f626afb89dd2fff1587bb7c5e9568ef6 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 podman[34296]: 2026-02-22 15:25:37.399670827 +0000 UTC m=+0.009503322 image pull bebf16302ba84b964e19418ee64ed6da75b3d9ba7af85a0353c9a2a73ac58dc9 quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 systemd[1]: Started Ceph mon.a for b2601ea6-1002-11f1-9973-d404e6e7d460. 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: set uid:gid to 167:167 (ceph:ceph) 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: ceph version 20.3.0-5444-g2a01f852 (2a01f85290ffe0ec49a9f791979017d6d3f2fe58) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: pidfile_write: ignore empty --pid-file 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: load: jerasure load: lrc 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: RocksDB version: 7.9.2 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Git sha 0 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Compile date 2026-02-21 20:04:21 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: DB SUMMARY 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: DB Session ID: G189P56S8RM55VAS2PZL 2026-02-22T15:25:37.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: CURRENT file: CURRENT 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: IDENTITY file: IDENTITY 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76003 ; 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.error_if_exists: 0 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.create_if_missing: 0 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.paranoid_checks: 1 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.env: 0xed6d60 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.fs: PosixFileSystem 2026-02-22T15:25:37.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.info_log: 0x21fcec0 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_file_opening_threads: 16 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.statistics: (nil) 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.use_fsync: 0 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_log_file_size: 0 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.keep_log_file_num: 1000 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.recycle_log_file_num: 0 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.allow_fallocate: 1 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.allow_mmap_reads: 0 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.allow_mmap_writes: 0 2026-02-22T15:25:37.502 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.use_direct_reads: 0 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.create_missing_column_families: 0 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.db_log_dir: 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.wal_dir: 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.advise_random_on_open: 1 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.db_write_buffer_size: 0 2026-02-22T15:25:37.503 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.write_buffer_manager: 0x21f8140 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.rate_limiter: (nil) 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.wal_recovery_mode: 2 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.enable_thread_tracking: 0 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.enable_pipelined_write: 0 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.unordered_write: 0 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-22T15:25:37.504 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-22T15:25:37.505 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.row_cache: None 2026-02-22T15:25:37.505 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.wal_filter: None 2026-02-22T15:25:37.506 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-22T15:25:37.506 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.allow_ingest_behind: 0 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.two_write_queues: 0 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.manual_wal_flush: 0 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.wal_compression: 0 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.atomic_flush: 0 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.log_readahead_size: 0 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-22T15:25:37.507 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.best_efforts_recovery: 0 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.allow_data_in_errors: 0 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.db_host_id: __hostname__ 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_background_jobs: 2 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_background_compactions: -1 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_subcompactions: 1 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-22T15:25:37.508 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_total_wal_size: 0 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_open_files: -1 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bytes_per_sync: 0 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_readahead_size: 0 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_background_flushes: -1 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Compression algorithms supported: 2026-02-22T15:25:37.509 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: kZSTD supported: 0 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: kXpressCompression supported: 0 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: kBZip2Compression supported: 0 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: kLZ4Compression supported: 1 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: kZlibCompression supported: 1 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: kLZ4HCCompression supported: 1 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: kSnappyCompression supported: 1 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-22T15:25:37.510 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.merge_operator: 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_filter: None 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_filter_factory: None 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.sst_partitioner_factory: None 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x21fd600) 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout: cache_index_and_filter_blocks: 1 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout: pin_top_level_index_and_filter: 1 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout: index_type: 0 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout: data_block_index_type: 0 2026-02-22T15:25:37.511 INFO:journalctl@ceph.mon.a.trial043.stdout: index_shortening: 1 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: checksum: 4 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: no_block_cache: 0 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: block_cache: 0x21cba50 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: block_cache_name: BinnedLRUCache 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: block_cache_options: 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: capacity : 536870912 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: num_shard_bits : 4 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: strict_capacity_limit : 0 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: high_pri_pool_ratio: 0.000 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: block_cache_compressed: (nil) 2026-02-22T15:25:37.512 INFO:journalctl@ceph.mon.a.trial043.stdout: persistent_cache: (nil) 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: block_size: 4096 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: block_size_deviation: 10 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: block_restart_interval: 16 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: index_block_restart_interval: 1 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: metadata_block_size: 4096 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: partition_filters: 0 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: use_delta_encoding: 1 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: filter_policy: bloomfilter 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: whole_key_filtering: 1 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: verify_compression: 0 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: read_amp_bytes_per_bit: 0 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: format_version: 5 2026-02-22T15:25:37.513 INFO:journalctl@ceph.mon.a.trial043.stdout: enable_index_compression: 1 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout: block_align: 0 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout: max_auto_readahead_size: 262144 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout: prepopulate_block_cache: 0 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout: initial_auto_readahead_size: 8192 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout: num_file_reads_for_auto_readahead: 2 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.write_buffer_size: 33554432 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_write_buffer_number: 2 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression: NoCompression 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression: Disabled 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.prefix_extractor: nullptr 2026-02-22T15:25:37.514 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.num_levels: 7 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-22T15:25:37.515 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression_opts.level: 32767 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression_opts.strategy: 0 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression_opts.enabled: false 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-22T15:25:37.516 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.target_file_size_base: 67108864 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-22T15:25:37.517 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.arena_block_size: 1048576 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.disable_auto_compactions: 0 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-22T15:25:37.518 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.inplace_update_support: 0 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.bloom_locality: 0 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.max_successive_merges: 0 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.paranoid_file_checks: 0 2026-02-22T15:25:37.519 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.force_consistency_checks: 1 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.report_bg_io_stats: 0 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.ttl: 2592000 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.enable_blob_files: false 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.min_blob_size: 0 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.blob_file_size: 268435456 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-22T15:25:37.520 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.blob_file_starting_level: 0 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: 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-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 72b9d97d-8928-4c03-b9fe-65138dbd4ad3 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771773937446639, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771773937447499, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73145, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 227, "table_properties": {"data_size": 71413, "index_size": 181, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9640, "raw_average_key_size": 48, "raw_value_size": 65917, "raw_average_value_size": 332, "num_data_blocks": 8, "num_entries": 198, "num_filter_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771773937, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "72b9d97d-8928-4c03-b9fe-65138dbd4ad3", "db_session_id": "G189P56S8RM55VAS2PZL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771773937447580, "job": 1, "event": "recovery_finished"} 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-22T15:25:37.521 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: 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-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x2218e00 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: DB pointer 0x300a000 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout: ** DB Stats ** 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.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-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.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-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T15:25:37.522 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.stdout: ** Compaction Stats [default] ** 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.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-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.stdout: L0 2/0 73.30 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.stdout: Sum 2/0 73.30 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.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 104.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.stdout: ** Compaction Stats [default] ** 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.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-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.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 104.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T15:25:37.523 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: Cumulative compaction: 0.00 GB write, 26.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: Interval compaction: 0.00 GB write, 26.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.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-22T15:25:37.524 INFO:journalctl@ceph.mon.a.trial043.stdout: Block cache BinnedLRUCache@0x21cba50#2 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.38 KB,7.15256e-05%) Misc(1,0.00 KB,0%) 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: starting mon.a rank 0 at public addrs [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] at bind addrs [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mon.a@-1(???) e1 preinit fsid b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mon.a@-1(???).mds e1 new map 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mon.a@-1(???).mds e1 print_map 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout: e1 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout: btime 2026-02-22T15:25:36:451815+0000 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-22T15:25:37.525 INFO:journalctl@ceph.mon.a.trial043.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-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout: legacy client fscid: -1 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout: No filesystems configured 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: monmap epoch 1 2026-02-22T15:25:37.526 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: fsid b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:37.527 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: last_changed 2026-02-22T15:25:35.540591+0000 2026-02-22T15:25:37.527 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: created 2026-02-22T15:25:35.540591+0000 2026-02-22T15:25:37.527 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: min_mon_release 20 (tentacle) 2026-02-22T15:25:37.527 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: election_strategy: 1 2026-02-22T15:25:37.527 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a 2026-02-22T15:25:37.527 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: fsmap 2026-02-22T15:25:37.527 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: osdmap e1: 0 total, 0 up, 0 in 2026-02-22T15:25:37.527 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:37 trial043 ceph-mon[34322]: mgrmap e1: no daemons active 2026-02-22T15:25:37.585 INFO:teuthology.orchestra.run.trial043.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-22T15:25:37.585 INFO:teuthology.orchestra.run.trial043.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-22T15:25:37.585 INFO:teuthology.orchestra.run.trial043.stdout:Creating mgr... 2026-02-22T15:25:37.586 INFO:teuthology.orchestra.run.trial043.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-22T15:25:37.586 INFO:teuthology.orchestra.run.trial043.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-22T15:25:37.707 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mgr.x 2026-02-22T15:25:37.707 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mgr.x.service: Unit ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mgr.x.service not loaded. 2026-02-22T15:25:37.810 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460.target.wants/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mgr.x.service → /etc/systemd/system/ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@.service. 2026-02-22T15:25:37.955 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T15:25:37.955 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout disabled 2026-02-22T15:25:37.961 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T15:25:37.961 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-22T15:25:37.961 INFO:teuthology.orchestra.run.trial043.stdout:firewalld.service is not enabled 2026-02-22T15:25:37.961 INFO:teuthology.orchestra.run.trial043.stdout:Not possible to enable service . firewalld.service is not available 2026-02-22T15:25:37.967 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T15:25:37.968 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout disabled 2026-02-22T15:25:37.974 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T15:25:37.974 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-22T15:25:37.974 INFO:teuthology.orchestra.run.trial043.stdout:firewalld.service is not enabled 2026-02-22T15:25:37.974 INFO:teuthology.orchestra.run.trial043.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-22T15:25:37.974 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mgr to start... 2026-02-22T15:25:37.974 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mgr... 2026-02-22T15:25:38.142 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsid": "b2601ea6-1002-11f1-9973-d404e6e7d460", 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "health": { 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-22T15:25:38.143 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 0 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "a" 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-22T15:25:38.144 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-22T15:25:38.145 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "btime": "2026-02-22T15:25:36:451815+0000", 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-22T15:25:38.146 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modified": "2026-02-22T15:25:36.452200+0000", 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-22T15:25:38.147 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-22T15:25:38.148 INFO:teuthology.orchestra.run.trial043.stdout:mgr not available, waiting (1/15)... 2026-02-22T15:25:38.941 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:38 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1644663753' entity='client.admin' 2026-02-22T15:25:38.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:38 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1337320484' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T15:25:39.441 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:38 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: from numpy import show_config as show_numpy_config 2026-02-22T15:25:40.299 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:40.299 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-22T15:25:40.299 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsid": "b2601ea6-1002-11f1-9973-d404e6e7d460", 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "health": { 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 0 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-22T15:25:40.300 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "a" 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-22T15:25:40.301 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-22T15:25:40.302 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "btime": "2026-02-22T15:25:36:451815+0000", 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-22T15:25:40.303 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modified": "2026-02-22T15:25:36.452200+0000", 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-22T15:25:40.304 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-22T15:25:40.305 INFO:teuthology.orchestra.run.trial043.stdout:mgr not available, waiting (2/15)... 2026-02-22T15:25:40.441 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:40 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2194055134' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T15:25:41.691 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: Activating manager daemon x 2026-02-22T15:25:41.691 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: mgrmap e2: x(active, starting, since 0.00268378s) 2026-02-22T15:25:41.691 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T15:25:41.691 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T15:25:41.691 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T15:25:41.691 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T15:25:41.691 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-22T15:25:41.691 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: Manager daemon x is now available 2026-02-22T15:25:41.691 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-22T15:25:41.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' 2026-02-22T15:25:41.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-22T15:25:41.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' 2026-02-22T15:25:41.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:41 trial043 ceph-mon[34322]: from='mgr.14100 10.20.193.43:0/1380760405' entity='mgr.x' 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsid": "b2601ea6-1002-11f1-9973-d404e6e7d460", 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "health": { 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 0 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "a" 2026-02-22T15:25:42.562 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "btime": "2026-02-22T15:25:36:451815+0000", 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modified": "2026-02-22T15:25:36.452200+0000", 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-22T15:25:42.563 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-22T15:25:42.564 INFO:teuthology.orchestra.run.trial043.stdout:mgr is available 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [global] 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout fsid = b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.43:3300,v1:10.20.193.43:6789] 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [osd] 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-22T15:25:42.786 INFO:teuthology.orchestra.run.trial043.stdout:Enabling cephadm module... 2026-02-22T15:25:42.836 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:42 trial043 ceph-mon[34322]: mgrmap e3: x(active, since 1.00526s) 2026-02-22T15:25:42.836 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:42 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3595094101' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T15:25:43.966 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:43 trial043 ceph-mon[34322]: mgrmap e4: x(active, since 2s) 2026-02-22T15:25:43.967 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:43 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3861520219' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-22T15:25:43.967 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:43 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2962614869' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-22T15:25:43.967 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:43 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: ignoring --setuser ceph since I am not root 2026-02-22T15:25:43.967 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:43 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: ignoring --setgroup ceph since I am not root 2026-02-22T15:25:43.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-22T15:25:43.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-22T15:25:43.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-22T15:25:43.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-22T15:25:43.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-22T15:25:43.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-22T15:25:43.989 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for the mgr to restart... 2026-02-22T15:25:43.989 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mgr epoch 5... 2026-02-22T15:25:45.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:44 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2962614869' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-22T15:25:45.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:44 trial043 ceph-mon[34322]: mgrmap e5: x(active, since 3s) 2026-02-22T15:25:45.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:44 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1825722418' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-22T15:25:45.192 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:44 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: /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-22T15:25:45.192 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:44 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: 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-22T15:25:45.193 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:44 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: from numpy import show_config as show_numpy_config 2026-02-22T15:25:46.941 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: Active manager daemon x restarted 2026-02-22T15:25:46.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: Activating manager daemon x 2026-02-22T15:25:46.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: osdmap e2: 0 total, 0 up, 0 in 2026-02-22T15:25:46.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: mgrmap e6: x(active, starting, since 0.00249887s) 2026-02-22T15:25:46.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T15:25:46.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-22T15:25:46.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T15:25:46.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T15:25:46.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T15:25:46.943 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:46 trial043 ceph-mon[34322]: Manager daemon x is now available 2026-02-22T15:25:47.489 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-22T15:25:47.489 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-22T15:25:47.489 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-22T15:25:47.489 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-22T15:25:47.489 INFO:teuthology.orchestra.run.trial043.stdout:mgr epoch 5 is available 2026-02-22T15:25:47.489 INFO:teuthology.orchestra.run.trial043.stdout:Verifying orchestrator module is enabled... 2026-02-22T15:25:48.441 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: Found migration_current of "None". Setting to last migration. 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:47] ENGINE Bus STARTING 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: mgrmap e7: x(active, since 1.00344s) 2026-02-22T15:25:48.442 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-22T15:25:48.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-22T15:25:48.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:47] ENGINE Serving on https://10.20.193.43:7150 2026-02-22T15:25:48.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:47] ENGINE Client ('10.20.193.43', 41158) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-22T15:25:48.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:47] ENGINE Serving on http://10.20.193.43:8765 2026-02-22T15:25:48.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:47] ENGINE Bus STARTED 2026-02-22T15:25:48.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:25:48.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:48 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2653833113' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-22T15:25:48.489 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-22T15:25:48.489 INFO:teuthology.orchestra.run.trial043.stdout:Setting orchestrator backend to cephadm... 2026-02-22T15:25:48.956 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-22T15:25:48.956 INFO:teuthology.orchestra.run.trial043.stdout:Generating ssh key... 2026-02-22T15:25:49.233 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: Generating public/private ed25519 key pair. 2026-02-22T15:25:49.233 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: Your identification has been saved in /tmp/tmpqd9vtp2j/key 2026-02-22T15:25:49.233 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: Your public key has been saved in /tmp/tmpqd9vtp2j/key.pub 2026-02-22T15:25:49.233 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: The key fingerprint is: 2026-02-22T15:25:49.233 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: SHA256:dhqsvT1OGrVjzVfjvxbA15eiZgvym+nnARwrIpO+WUE ceph-b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:49.233 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: The key's randomart image is: 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: +--[ED25519 256]--+ 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: | | 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: | | 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: | E . . o| 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: | o .. o + oo| 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: | + o .S+o . +.o| 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: | . o o=.*.B .o.| 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: | . .. * O.+ ...| 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: | + O++.. ..| 2026-02-22T15:25:49.234 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: | o +**o ..o| 2026-02-22T15:25:49.235 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:49 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: +----[SHA256]-----+ 2026-02-22T15:25:49.447 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICmtgD6WETC25rHb8fpN+wzm6YSH4rbZyCJPtkR4q/hO ceph-b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:49.448 INFO:teuthology.orchestra.run.trial043.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-22T15:25:49.448 INFO:teuthology.orchestra.run.trial043.stdout:Adding key to root@localhost authorized_keys... 2026-02-22T15:25:49.448 INFO:teuthology.orchestra.run.trial043.stdout:Adding host trial043... 2026-02-22T15:25:49.489 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:49 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2653833113' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-22T15:25:49.489 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:49 trial043 ceph-mon[34322]: mgrmap e8: x(active, since 2s) 2026-02-22T15:25:49.489 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:49 trial043 ceph-mon[34322]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:49.489 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:49 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:49.489 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:49 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:25:49.489 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:49 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:49.489 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:49 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:50.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:50 trial043 ceph-mon[34322]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:50.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:50 trial043 ceph-mon[34322]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:50.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:50 trial043 ceph-mon[34322]: Generating ssh key... 2026-02-22T15:25:50.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:50 trial043 ceph-mon[34322]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:50.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:50 trial043 ceph-mon[34322]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial043", "addr": "10.20.193.43", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:51.244 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout Added host 'trial043' with addr '10.20.193.43' 2026-02-22T15:25:51.245 INFO:teuthology.orchestra.run.trial043.stdout:Deploying unmanaged mon service... 2026-02-22T15:25:51.477 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:51 trial043 ceph-mon[34322]: Deploying cephadm binary to trial043 2026-02-22T15:25:51.477 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:51 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:51.477 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:51 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:25:51.497 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-22T15:25:51.497 INFO:teuthology.orchestra.run.trial043.stdout:Deploying unmanaged mgr service... 2026-02-22T15:25:51.742 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-22T15:25:52.232 INFO:teuthology.orchestra.run.trial043.stdout:Enabling the dashboard module... 2026-02-22T15:25:52.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: Added host trial043 2026-02-22T15:25:52.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:52.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: Saving service mon spec with placement count:5 2026-02-22T15:25:52.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:52.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:52.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: Saving service mgr spec with placement count:2 2026-02-22T15:25:52.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:52.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:52.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:52.693 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2096789298' entity='client.admin' 2026-02-22T15:25:52.693 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3446586248' entity='client.admin' 2026-02-22T15:25:52.693 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:52 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:53.758 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:53 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/346528120' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-22T15:25:53.758 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:53 trial043 ceph-mon[34322]: from='mgr.14118 10.20.193.43:0/2224758327' entity='mgr.x' 2026-02-22T15:25:53.758 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:53 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: ignoring --setuser ceph since I am not root 2026-02-22T15:25:53.758 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:53 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: ignoring --setgroup ceph since I am not root 2026-02-22T15:25:53.781 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-22T15:25:53.781 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-22T15:25:53.781 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-22T15:25:53.781 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "active_name": "x", 2026-02-22T15:25:53.781 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-22T15:25:53.781 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-22T15:25:53.781 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for the mgr to restart... 2026-02-22T15:25:53.781 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mgr epoch 9... 2026-02-22T15:25:54.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:54 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/346528120' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-22T15:25:54.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:54 trial043 ceph-mon[34322]: mgrmap e9: x(active, since 7s) 2026-02-22T15:25:54.942 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:54 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3593720517' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-22T15:25:54.943 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:54 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: /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-22T15:25:54.943 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:54 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: 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-22T15:25:54.943 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:25:54 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: from numpy import show_config as show_numpy_config 2026-02-22T15:25:56.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: Active manager daemon x restarted 2026-02-22T15:25:56.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: Activating manager daemon x 2026-02-22T15:25:56.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: osdmap e3: 0 total, 0 up, 0 in 2026-02-22T15:25:56.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: mgrmap e10: x(active, starting, since 0.00250302s) 2026-02-22T15:25:56.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T15:25:56.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-22T15:25:56.693 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T15:25:56.693 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T15:25:56.693 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T15:25:56.693 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:56 trial043 ceph-mon[34322]: Manager daemon x is now available 2026-02-22T15:25:57.307 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-22T15:25:57.307 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-22T15:25:57.307 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-22T15:25:57.307 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-22T15:25:57.308 INFO:teuthology.orchestra.run.trial043.stdout:mgr epoch 9 is available 2026-02-22T15:25:57.308 INFO:teuthology.orchestra.run.trial043.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-22T15:25:57.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:57 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:25:57.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:57 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2026-02-22T15:25:57.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:57 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2026-02-22T15:25:57.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:57 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:25:57.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:57 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:25:57.692 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:57 trial043 ceph-mon[34322]: mgrmap e11: x(active, since 1.0061s) 2026-02-22T15:25:57.806 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUPzf+HBEYGv+1zGI1+p8ZmYMa14AwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWIyNjAxZWE2LTEwMDItMTFmMS05\nOTczLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjIxNTI1NTdaFw0yOTAyMjExNTI1NTda\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My40MzCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAMClHslhaUt4RNMUvhFAwjW2DpPgH5tarVEOXW93MalcNgyNLaxG\n2itijBsd46+7iwFNffwB8wkDIr5VYN/lOLbepP9gQ4Q2MU+phqcbHHL7lgBj+UAY\nXa7NB47e1ieDZPpD28tTz3o2WWKeA//yNH2iv8tgLL545OhGDOOWSGIJSJ71bFTP\nFC7X9eQVX/vKhcm8KYFBubInUVzGrcM9QTwq8OTwxMwAiMpIbHo8CmXbDB7teaVe\nAVY8NtdGTm8C0mOcPPe2ZWhVilmJ/JM5hBwCkzzcir3OdOfgiqzdfvTUqLQmCqni\ndEakRp5V0+lBxJBosmldq9G4qOm9OYCkJasWkVP6SlyjF1q3XX0Yt/dcmwYsEteP\nTImhQjXEhlznhFIAlDVMIvN/2I3SB08pTBZZ3qnzACWIcEmNzrP8NvQEzUphzu25\nJyYRaW0mJW0877Zo70thPbSWdBcpaEHnpHtzPlZeN34+tIo1OuNKh84A9tuybP+T\nSHtN+EaeRKbq6+EahiONCVbGrJCGUxWrP2/G/t2ILDzxPeZPfSHuuJzy7Zh4c3IL\nlfG1NGT72wq0opn+o9m9O8zneDKwnQljeDMRwVD73oXd2yhihRO9wKcDq/x5hDqF\nFPUSh2uRmHCRtjtfZPBHuZfzmxGxxWknnsiKE2c2LoXdqkIwS1aniGY9AgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDQzghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nKzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQB9sJ6VVxIHejWbQMGW\nfc7gOO1wiDUQrnrk57CE1dQSeV8H+Xky0ZNrRWiVvCx311gG2Ma3JEaMl3sAvUf7\n8XoZTNSaa7l26DPh+yLKHbA8mOsmg/tuo249gF66eEzwqdVsIJjDFIIU+6fL06rD\nAnLLBZXHFpAcSZME+rTPoDIgIdy4b2YHoACULqge7PmteqqAL3wwyLHyaaWJs9j+\nDIDMUJ7ZVOsUaDH03Knjr08BPQ+e7KpJh64szl965hS5CZw5fztjIgtYtJp3BuyE\najQOGX25jS4FwGYehYZxfzAtT05D+erhopx45AkLRwANcXF21vB0tpMezyb30W0/\nVVLU9/0glu8W8yXZlhjbgsTURoO9zYhqR1N6FX9ki5Y9kHwFgzBqqawRUe5ko8AU\nH4FqLipAS4dzM9cZAA5MbYuLaxh6ZbE23MMQzNXuYIe1sjktQTvPL3gVVVCSg00c\ndmSsKNIuio4J1LGIeVjJyQBsf0W2Qyjl9ne3UjXxv5FqdeRPLQjEevCupGm3qoZK\n1ydFdrpbtFdMOj+YrXlEiLM5LWWi5MH96+HO507E3tVrrAW8sjrZgQs8OKk80Fwz\nOMXL44kMIILLfgrVjLsnR962jXUe+POIqCPemszzKAb32ymacnhA5GWUU2HJ03tE\n/rueXPYnz1r6yEbkwsh2/RC5yA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAwKUeyWFpS3hE0xS+EUDCNbYOk+Afm1qtUQ5db3cxqVw2DI0t\nrEbaK2KMGx3jr7uLAU19/AHzCQMivlVg3+U4tt6k/2BDhDYxT6mGpxsccvuWAGP5\nQBhdrs0Hjt7WJ4Nk+kPby1PPejZZYp4D//I0faK/y2Asvnjk6EYM45ZIYglInvVs\nVM8ULtf15BVf+8qFybwpgUG5sidRXMatwz1BPCrw5PDEzACIykhsejwKZdsMHu15\npV4BVjw210ZObwLSY5w897ZlaFWKWYn8kzmEHAKTPNyKvc505+CKrN1+9NSotCYK\nqeJ0RqRGnlXT6UHEkGiyaV2r0bio6b05gKQlqxaRU/pKXKMXWrddfRi391ybBiwS\n149MiaFCNcSGXOeEUgCUNUwi83/YjdIHTylMFlneqfMAJYhwSY3Os/w29ATNSmHO\n7bknJhFpbSYlbTzvtmjvS2E9tJZ0FyloQeeke3M+Vl43fj60ijU640qHzgD227Js\n/5NIe034Rp5Epurr4RqGI40JVsaskIZTFas/b8b+3YgsPPE95k99Ie64nPLtmHhz\ncguV8bU0ZPvbCrSimf6j2b07zOd4MrCdCWN4MxHBUPvehd3bKGKFE73ApwOr/HmE\nOoUU9RKHa5GYcJG2O19k8Ee5l/ObEbHFaSeeyIoTZzYuhd2qQjBLVqeIZj0CAwEA\nAQKCAf8nodCznVa22rH4uvZfQPNeGWuRAIrVayeSMA0I4XyrWvfDnUfIKXYOIY1c\nBsomB8SRKrVrIvuHichGtUnjcJo6Wj5CS4uYUjh9gGLd/gsxnJCU2VHDM0ASthuC\nnlVwdkJP5PtS2UCAjq3U8VfhT/LR5f7kguSxoC13m5xgizUDoOVPzoMlmh83g+ES\nYKizzvZh36lU7jCbINDxmpjPkcqEllD4yI+0ExK74Cpw+z59tegdyhKR8sT+Tg+k\n5NHor1aZJ4tjas1x/tHM70EHCM4k9Q1VeAm9rWZfoyePE1e1sV+uWs/WzhUdyK4T\n5OmzvdQH4YIoKx0uCCS38Ys4QTd+SdBk2IkeiX3MBZZGj491p3VLBMW+fUwcMYQA\n58En/XYo0Xi6UkPSx6eHHS/766pisNyVVhepa/JYlxL7SAyjUivTTYkgtamEtUOX\nWTB1kblKSzEuZMhdrcK5ygFQ6CaYRprRCBxGoelB1376oE2eEM8bCL5oiFMsSm8K\nHgC6XVgWPLFebHin1r+HvYOhteMtrzCwMxCQFeodnFQJEKhp+DAtS0v8Blu7MgIm\nU8aZM1k3jTVmJO60B3TCqQqJ2VwvXAUZ2k7EHkGuG6l//V2qBsoZbznm1BjYOn4+\nEj23zZjfLBOHRQuPyJj2GHipgwQdx5C34KPrX08zyvjXumRZAoIBAQD5rNkH+K1u\nzIOfeweqKB7XZXLjyPShtqEu50ADU/vtbfMHogxy9J83iQ1o8gW4QfhHEFCThiMf\nJXncu2SS4syBTCVWEBk5vIgYm4wnxZENIGRLJ+Eo3iTemJKBa2U6jfO+9G9vhocQ\nVcp5Jhu46ig/RcUY/xTnltb/SqsmMhRWqs+mO94FJJdFvJWP3kvdlvXF++VONvj9\nQbQxzHwQX3ojR8ckbeBsc0IHV1Ruf65Ofnqj+yaEgJWlMbjYNNNcvLZk1VEJDBv3\nXbHWO4M+nnof7anHKtH9ixMEklyOt9Z+RqWZYMe3ca0dd74U5iUZC9ivzOFKWKP3\nc/cmf4G8RFJPAoIBAQDFhm4Ee/sAt2TNG1eMhgZ3BthBfUR9ljvvUEf2OI+V3o44\nTxmm/QSsEG+2nogbP7fingdl6dDs0M0VG9+Be26f+fPBFDsAb/1jLaOwDIq6Qwq9\ndbbD4/hpeFY8vSlBgKYJMSZE62t3/hHyv8b5j4BRcRDhc938Yg999OnNvXOg3aiN\nqilrgYboSoppRzu/ywqq92/Z8Y9f15JmEFfOBCy5RyGd3vLkwqggi/632HtMeZYe\nQt1A14BbbMPPpm9Ey4Yj0xQCqIT+rw0UWG6LIJ4FLyEAKMl6lTF8HOVhvfsThjqK\nUcQL32urPN7Tel4QI1OudLX/J+HWhINACY13FlezAoIBAEOYXz3APrwjlHMF7QJN\nUGRCbANtcYWimyrGotcD0s3qGYT0g2hQABcZ/M5vz8qd2ajrqtT12OZi0AZJmaYG\nzxUmV2lgfGPcPgBjhGN0IpwqK90JE/VrhxHYvrlZKRPcQKRvKwhHpKNwhpucDJ9Y\njcLrkbv9u1wjw1tkjMePgWAhaIx54tcDnAzeTKOhrGp2p12Nn/w399shAbcFxITu\nRHPux+R99ueFoNe59frgiIFpzqw8n6X55gnOV1v5mUufL8ZG1mSbqaqj7DSy8gpu\n/2NLhc6NMkLxdxmiwnpFHUYcvFK1F/z7QsIanBSuZlbMlUKrNkdZjjK9a6k5lhcx\nbBMCggEAafPL+9fNMfsttN+fvJ7/xMUFJ0vce0kk6R+1GhwI2SlCPG4honNCGFHQ\nurKa65LoPkTqTv52tTDjcRk8cKYXFvTqjX0ekQOBdbu7e+meWH8xuaL04GreiySj\njX0iLiKl7XRRxNJLGVhNpFq+jostF4KAvY57Wq/3A2dmKpge+AEuMp8+DI60INIr\nIIG3SQ/Orxp/AvcSIyTtQJYvozCWFORU4ev/ejn4GU0+2rrimIj3v0+6gteV4HSd\nLDtooAxT7c+BglOG015us6Uj1rkuSjWXjBBU0s5IdvzBBgb0MOrlZ+CoOn4jsPy7\nwdB3uExazM+J+E4aVAlMpgL5wRFZBQKCAQEAlKoDo5izEmtlwNnXcuZH9MHvqA4c\n+utN7jto2Sv9iHOyO3XWQoBZG/xirQ/jAIcTWRTFb2THqsPmqrn2EkVioO+xkoSF\nY5uu2hb5LPzXnI3z+KTjIYPP7wo2gbRSU7lbExZkIVFihWJiKNkRSLcoRWyzd9Ei\nzToso6Zr9DqaDNaKwXchkF2B0rvh28b9aTu96SDNvmBstA+xhrGwaIzvthL6UYXu\n2u4Rw6BwLBEZ5uKc9XBnT/klhr0FkvDx23q42rqf+TBK2bryAu7iGzrnHR9deStl\nfYTBJTs6/8NeLQWKCXb2f1Rsp8XND8d83JQ6XspxLkqcq1jn7Jn1g9I1cg==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-22T15:25:58.033 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-22T15:25:58.262 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-22T15:25:58.262 INFO:teuthology.orchestra.run.trial043.stdout:Creating initial admin user... 2026-02-22T15:25:58.680 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:58 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:56] ENGINE Bus STARTING 2026-02-22T15:25:58.680 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:58 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:56] ENGINE Serving on https://10.20.193.43:7150 2026-02-22T15:25:58.680 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:58 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:56] ENGINE Client ('10.20.193.43', 48382) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-22T15:25:58.680 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:58 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:56] ENGINE Serving on http://10.20.193.43:8765 2026-02-22T15:25:58.681 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:58 trial043 ceph-mon[34322]: [22/Feb/2026:15:25:56] ENGINE Bus STARTED 2026-02-22T15:25:58.681 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:58 trial043 ceph-mon[34322]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-22T15:25:58.681 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:58 trial043 ceph-mon[34322]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-22T15:25:58.681 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:58 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:25:58.681 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:58 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:25:58.703 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$GfWYb.VOnXrzeVN1FFi2te8GaruZFY/LlI0PBgjDUXlPS8x4Qz4/q", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771773958, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-22T15:25:58.703 INFO:teuthology.orchestra.run.trial043.stdout:Fetching dashboard port number... 2026-02-22T15:25:58.926 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 8443 2026-02-22T15:25:58.935 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T15:25:58.935 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout disabled 2026-02-22T15:25:58.940 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T15:25:58.940 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-22T15:25:58.940 INFO:teuthology.orchestra.run.trial043.stdout:firewalld.service is not enabled 2026-02-22T15:25:58.940 INFO:teuthology.orchestra.run.trial043.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-22T15:25:58.941 INFO:teuthology.orchestra.run.trial043.stdout:Ceph Dashboard is now available at: 2026-02-22T15:25:58.941 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:58.941 INFO:teuthology.orchestra.run.trial043.stdout: URL: https://trial043:8443/ 2026-02-22T15:25:58.941 INFO:teuthology.orchestra.run.trial043.stdout: User: admin 2026-02-22T15:25:58.942 INFO:teuthology.orchestra.run.trial043.stdout: Password: uyf3sxm0qm 2026-02-22T15:25:58.942 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:58.942 INFO:teuthology.orchestra.run.trial043.stdout:Saving cluster configuration to /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/config directory 2026-02-22T15:25:59.221 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-22T15:25:59.221 INFO:teuthology.orchestra.run.trial043.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-22T15:25:59.221 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:59.221 INFO:teuthology.orchestra.run.trial043.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-22T15:25:59.221 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:59.221 INFO:teuthology.orchestra.run.trial043.stdout:Or, if you are only running a single cluster on this host: 2026-02-22T15:25:59.221 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:59.221 INFO:teuthology.orchestra.run.trial043.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout: ceph telemetry on 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout:For more information see: 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:25:59.222 INFO:teuthology.orchestra.run.trial043.stdout:Bootstrap complete. 2026-02-22T15:25:59.228 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout static 2026-02-22T15:25:59.234 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-22T15:25:59.234 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-22T15:25:59.234 INFO:teuthology.orchestra.run.trial043.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-22T15:25:59.377 INFO:tasks.cephadm:Fetching config... 2026-02-22T15:25:59.377 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:25:59.377 DEBUG:teuthology.orchestra.run.trial043:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-22T15:25:59.395 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-22T15:25:59.396 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:25:59.396 DEBUG:teuthology.orchestra.run.trial043:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-22T15:25:59.452 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-22T15:25:59.452 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:25:59.452 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-22T15:25:59.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:59 trial043 ceph-mon[34322]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:59.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:59 trial043 ceph-mon[34322]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:59.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:59 trial043 ceph-mon[34322]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:25:59.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:59 trial043 ceph-mon[34322]: 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-22T15:25:59.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:59 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:25:59.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:59 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2291058853' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-22T15:25:59.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:59 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3327419113' entity='client.admin' 2026-02-22T15:25:59.501 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:25:59 trial043 ceph-mon[34322]: mgrmap e12: x(active, since 2s) 2026-02-22T15:25:59.516 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-22T15:25:59.516 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:25:59.516 DEBUG:teuthology.orchestra.run.trial043:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-22T15:25:59.574 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-22T15:25:59.575 DEBUG:teuthology.orchestra.run.trial043:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICmtgD6WETC25rHb8fpN+wzm6YSH4rbZyCJPtkR4q/hO ceph-b2601ea6-1002-11f1-9973-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-22T15:25:59.648 INFO:teuthology.orchestra.run.trial043.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICmtgD6WETC25rHb8fpN+wzm6YSH4rbZyCJPtkR4q/hO ceph-b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:59.659 DEBUG:teuthology.orchestra.run.trial046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICmtgD6WETC25rHb8fpN+wzm6YSH4rbZyCJPtkR4q/hO ceph-b2601ea6-1002-11f1-9973-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-22T15:25:59.697 INFO:teuthology.orchestra.run.trial046.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICmtgD6WETC25rHb8fpN+wzm6YSH4rbZyCJPtkR4q/hO ceph-b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:25:59.707 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-22T15:25:59.821 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:00.087 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-22T15:26:00.088 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-22T15:26:00.206 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:00.472 INFO:tasks.cephadm:Remote trial046 excluded from cephadm cluster by role 2026-02-22T15:26:00.472 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-22T15:26:00.472 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd crush tunables default 2026-02-22T15:26:00.590 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:01.434 INFO:teuthology.orchestra.run.trial043.stderr:adjusted tunables profile to default 2026-02-22T15:26:01.434 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:01 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3630288289' entity='client.admin' 2026-02-22T15:26:01.435 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:01 trial043 ceph-mon[34322]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:26:01.435 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:01 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:01.435 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:01 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/4071066829' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-22T15:26:01.475 INFO:tasks.cephadm:Adding mon.a on trial043 2026-02-22T15:26:01.475 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph orch apply mon '1;trial043:10.20.193.43=a' 2026-02-22T15:26:01.597 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:01.835 INFO:teuthology.orchestra.run.trial043.stdout:Scheduled mon update... 2026-02-22T15:26:01.875 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2026-02-22T15:26:01.875 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph mon dump -f json 2026-02-22T15:26:01.993 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:02.248 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:02.248 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":1,"fsid":"b2601ea6-1002-11f1-9973-d404e6e7d460","modified":"2026-02-22T15:25:35.540591Z","created":"2026-02-22T15:25:35.540591Z","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.43:3300","nonce":0},{"type":"v1","addr":"10.20.193.43:6789","nonce":0}]},"addr":"10.20.193.43:6789/0","public_addr":"10.20.193.43:6789/0","priority":0,"weight":0,"time_added":"2026-02-22T15:25:35:540606+0000","crush_location":[]}],"quorum":[0]} 2026-02-22T15:26:02.249 INFO:teuthology.orchestra.run.trial043.stderr:dumped monmap epoch 1 2026-02-22T15:26:02.268 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:02.268 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:02.268 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:trial043", "name": "osd_memory_target"} : dispatch 2026-02-22T15:26:02.268 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:02.268 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:02.268 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: Updating trial043:/etc/ceph/ceph.conf 2026-02-22T15:26:02.268 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: Updating trial043:/var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/config/ceph.conf 2026-02-22T15:26:02.268 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: Updating trial043:/etc/ceph/ceph.client.admin.keyring 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/4071066829' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: osdmap e4: 0 total, 0 up, 0 in 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: Updating trial043:/var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:02.269 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-22T15:26:02.270 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-22T15:26:02.270 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:02 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:02.288 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-22T15:26:02.288 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-22T15:26:02.403 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:02.618 INFO:teuthology.orchestra.run.trial043.stdout:# minimal ceph.conf for b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:26:02.618 INFO:teuthology.orchestra.run.trial043.stdout:[global] 2026-02-22T15:26:02.618 INFO:teuthology.orchestra.run.trial043.stdout: fsid = b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:26:02.618 INFO:teuthology.orchestra.run.trial043.stdout: mon_host = [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] 2026-02-22T15:26:02.654 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-22T15:26:02.655 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:26:02.655 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/etc/ceph/ceph.conf 2026-02-22T15:26:02.681 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:26:02.682 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-22T15:26:02.746 INFO:tasks.cephadm:Adding mgr.x on trial043 2026-02-22T15:26:02.746 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph orch apply mgr '1;trial043=x' 2026-02-22T15:26:02.899 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:03.115 INFO:teuthology.orchestra.run.trial043.stdout:Scheduled mgr update... 2026-02-22T15:26:03.153 DEBUG:tasks.cephadm:set 0 configs 2026-02-22T15:26:03.153 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph config dump 2026-02-22T15:26:03.267 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:03.382 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: Certificate for "cephadm-signed_agent_cert (trial043)" is still valid for 1824 days. 2026-02-22T15:26:03.382 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;trial043:10.20.193.43=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: Saving service mon spec with placement trial043:10.20.193.43=a;count:1 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: Reconfiguring mon.a (unknown last config time)... 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: Reconfiguring daemon mon.a on trial043 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:03.383 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/320774161' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1411497613' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2026-02-22T15:26:03.384 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:03 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:03.486 INFO:teuthology.orchestra.run.trial043.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-22T15:26:03.486 INFO:teuthology.orchestra.run.trial043.stdout:global dev auth_debug true 2026-02-22T15:26:03.486 INFO:teuthology.orchestra.run.trial043.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab * 2026-02-22T15:26:03.486 INFO:teuthology.orchestra.run.trial043.stdout:global dev debug_asserts_on_shutdown true 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global basic log_to_file true 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global basic log_to_journald false 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global basic log_to_stderr false 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_allow_pool_delete true 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_cluster_log_to_file true 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-22T15:26:03.487 INFO:teuthology.orchestra.run.trial043.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:global dev ms_die_on_bug true 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:global dev ms_die_on_old_message true 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.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-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced debug_mon 20/20 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced debug_ms 1/1 2026-02-22T15:26:03.488 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced debug_paxos 20/20 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_data_avail_warn 5 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced debug_mgr 20/20 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced debug_ms 1/1 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-22T15:26:03.489 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:osd dev bdev_debug_aio true 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced debug_ms 1/1 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced debug_osd 20/20 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_misdirected_ops true 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_op_order true 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-22T15:26:03.490 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_shutdown true 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_memory_target_autotune true 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_op_queue debug_random * 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_recover_clone_overlap true 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-22T15:26:03.491 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-22T15:26:03.492 INFO:teuthology.orchestra.run.trial043.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-22T15:26:03.492 INFO:teuthology.orchestra.run.trial043.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-22T15:26:03.492 INFO:teuthology.orchestra.run.trial043.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-22T15:26:03.523 INFO:tasks.cephadm:Deploying OSDs... 2026-02-22T15:26:03.523 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:26:03.524 DEBUG:teuthology.orchestra.run.trial043:> dd if=/scratch_devs of=/dev/stdout 2026-02-22T15:26:03.541 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-22T15:26:03.541 DEBUG:teuthology.orchestra.run.trial043:> stat /dev/vg_nvme/lv_1 2026-02-22T15:26:03.597 INFO:teuthology.orchestra.run.trial043.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-22T15:26:03.597 INFO:teuthology.orchestra.run.trial043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-22T15:26:03.597 INFO:teuthology.orchestra.run.trial043.stdout:Device: 6h/6d Inode: 1301 Links: 1 2026-02-22T15:26:03.597 INFO:teuthology.orchestra.run.trial043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-22T15:26:03.597 INFO:teuthology.orchestra.run.trial043.stdout:Context: system_u:object_r:device_t:s0 2026-02-22T15:26:03.597 INFO:teuthology.orchestra.run.trial043.stdout:Access: 2026-02-22 15:26:00.859519370 +0000 2026-02-22T15:26:03.597 INFO:teuthology.orchestra.run.trial043.stdout:Modify: 2026-02-22 15:25:06.386646875 +0000 2026-02-22T15:26:03.597 INFO:teuthology.orchestra.run.trial043.stdout:Change: 2026-02-22 15:25:06.386646875 +0000 2026-02-22T15:26:03.597 INFO:teuthology.orchestra.run.trial043.stdout: Birth: 2026-02-22 15:25:06.386646875 +0000 2026-02-22T15:26:03.598 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-22T15:26:03.661 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records in 2026-02-22T15:26:03.661 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records out 2026-02-22T15:26:03.662 INFO:teuthology.orchestra.run.trial043.stderr:512 bytes copied, 0.000157799 s, 3.2 MB/s 2026-02-22T15:26:03.663 DEBUG:teuthology.orchestra.run.trial043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-22T15:26:03.721 DEBUG:teuthology.orchestra.run.trial043:> stat /dev/vg_nvme/lv_2 2026-02-22T15:26:03.777 INFO:teuthology.orchestra.run.trial043.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-22T15:26:03.777 INFO:teuthology.orchestra.run.trial043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-22T15:26:03.777 INFO:teuthology.orchestra.run.trial043.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-22T15:26:03.777 INFO:teuthology.orchestra.run.trial043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-22T15:26:03.777 INFO:teuthology.orchestra.run.trial043.stdout:Context: system_u:object_r:device_t:s0 2026-02-22T15:26:03.777 INFO:teuthology.orchestra.run.trial043.stdout:Access: 2026-02-22 15:26:00.894517899 +0000 2026-02-22T15:26:03.778 INFO:teuthology.orchestra.run.trial043.stdout:Modify: 2026-02-22 15:25:06.386646875 +0000 2026-02-22T15:26:03.778 INFO:teuthology.orchestra.run.trial043.stdout:Change: 2026-02-22 15:25:06.386646875 +0000 2026-02-22T15:26:03.778 INFO:teuthology.orchestra.run.trial043.stdout: Birth: 2026-02-22 15:25:06.386646875 +0000 2026-02-22T15:26:03.778 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-22T15:26:03.842 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records in 2026-02-22T15:26:03.842 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records out 2026-02-22T15:26:03.843 INFO:teuthology.orchestra.run.trial043.stderr:512 bytes copied, 0.000145366 s, 3.5 MB/s 2026-02-22T15:26:03.844 DEBUG:teuthology.orchestra.run.trial043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-22T15:26:03.902 DEBUG:teuthology.orchestra.run.trial043:> stat /dev/vg_nvme/lv_3 2026-02-22T15:26:03.957 INFO:teuthology.orchestra.run.trial043.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-22T15:26:03.957 INFO:teuthology.orchestra.run.trial043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-22T15:26:03.958 INFO:teuthology.orchestra.run.trial043.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-22T15:26:03.958 INFO:teuthology.orchestra.run.trial043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-22T15:26:03.958 INFO:teuthology.orchestra.run.trial043.stdout:Context: system_u:object_r:device_t:s0 2026-02-22T15:26:03.958 INFO:teuthology.orchestra.run.trial043.stdout:Access: 2026-02-22 15:26:00.928516469 +0000 2026-02-22T15:26:03.958 INFO:teuthology.orchestra.run.trial043.stdout:Modify: 2026-02-22 15:25:06.385646914 +0000 2026-02-22T15:26:03.958 INFO:teuthology.orchestra.run.trial043.stdout:Change: 2026-02-22 15:25:06.385646914 +0000 2026-02-22T15:26:03.958 INFO:teuthology.orchestra.run.trial043.stdout: Birth: 2026-02-22 15:25:06.385646914 +0000 2026-02-22T15:26:03.958 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-22T15:26:04.021 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records in 2026-02-22T15:26:04.021 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records out 2026-02-22T15:26:04.022 INFO:teuthology.orchestra.run.trial043.stderr:512 bytes copied, 0.000159773 s, 3.2 MB/s 2026-02-22T15:26:04.023 DEBUG:teuthology.orchestra.run.trial043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-22T15:26:04.080 DEBUG:teuthology.orchestra.run.trial043:> stat /dev/vg_nvme/lv_4 2026-02-22T15:26:04.137 INFO:teuthology.orchestra.run.trial043.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-22T15:26:04.137 INFO:teuthology.orchestra.run.trial043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-22T15:26:04.137 INFO:teuthology.orchestra.run.trial043.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-22T15:26:04.137 INFO:teuthology.orchestra.run.trial043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-22T15:26:04.137 INFO:teuthology.orchestra.run.trial043.stdout:Context: system_u:object_r:device_t:s0 2026-02-22T15:26:04.138 INFO:teuthology.orchestra.run.trial043.stdout:Access: 2026-02-22 15:26:00.962515039 +0000 2026-02-22T15:26:04.138 INFO:teuthology.orchestra.run.trial043.stdout:Modify: 2026-02-22 15:25:06.385646914 +0000 2026-02-22T15:26:04.138 INFO:teuthology.orchestra.run.trial043.stdout:Change: 2026-02-22 15:25:06.385646914 +0000 2026-02-22T15:26:04.138 INFO:teuthology.orchestra.run.trial043.stdout: Birth: 2026-02-22 15:25:06.385646914 +0000 2026-02-22T15:26:04.138 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-22T15:26:04.200 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records in 2026-02-22T15:26:04.201 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records out 2026-02-22T15:26:04.201 INFO:teuthology.orchestra.run.trial043.stderr:512 bytes copied, 0.000150055 s, 3.4 MB/s 2026-02-22T15:26:04.202 DEBUG:teuthology.orchestra.run.trial043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-22T15:26:04.259 INFO:tasks.cephadm:Deploying osd.0 on trial043 with /dev/vg_nvme/lv_4... 2026-02-22T15:26:04.260 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-22T15:26:04.319 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:04 trial043 ceph-mon[34322]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;trial043=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:26:04.320 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:04 trial043 ceph-mon[34322]: Saving service mgr spec with placement trial043=x;count:1 2026-02-22T15:26:04.320 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:04 trial043 ceph-mon[34322]: Reconfiguring mgr.x (unknown last config time)... 2026-02-22T15:26:04.320 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:04 trial043 ceph-mon[34322]: Reconfiguring daemon mgr.x on trial043 2026-02-22T15:26:04.320 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:04 trial043 ceph-mon[34322]: mgrmap e13: x(active, since 6s) 2026-02-22T15:26:04.320 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:04 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:04.320 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:04 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:04.320 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:04 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1877917862' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-22T15:26:04.413 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:04.869 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:04.889 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph orch daemon add osd trial043:vg_nvme/lv_4 --skip-validation 2026-02-22T15:26:05.045 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:06.418 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial043:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:26:06.418 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: osd.default does not exist. Creating it now. 2026-02-22T15:26:06.418 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: Creating OSDs with service ID: default on trial043:['vg_nvme/lv_4'] 2026-02-22T15:26:06.418 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:06.418 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: Marking host: trial043 for OSDSpec preview refresh. 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: Saving service osd.default spec with placement trial043 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:06.419 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-22T15:26:06.420 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-22T15:26:06.420 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:06.420 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3834186594' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f781c964-b98c-4d80-9185-6f8af44b0b16"} : dispatch 2026-02-22T15:26:06.420 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3834186594' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f781c964-b98c-4d80-9185-6f8af44b0b16"}]': finished 2026-02-22T15:26:06.420 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: osdmap e5: 1 total, 0 up, 1 in 2026-02-22T15:26:06.420 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-22T15:26:06.420 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:06 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/168817045' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-22T15:26:08.277 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:07 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-22T15:26:08.278 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:07 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:09.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:09 trial043 ceph-mon[34322]: Deploying daemon osd.0 on trial043 2026-02-22T15:26:09.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:09 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-22T15:26:09.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:09 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:09.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:09 trial043 ceph-mon[34322]: Deploying daemon osd.0 on trial043 2026-02-22T15:26:11.093 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:10 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:11.094 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:10 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:12.692 INFO:teuthology.orchestra.run.trial043.stdout:Created osd(s) 0 on host 'trial043' 2026-02-22T15:26:12.759 DEBUG:teuthology.orchestra.run.trial043:osd.0> sudo journalctl -f -n 0 -u ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@osd.0.service 2026-02-22T15:26:12.762 INFO:tasks.cephadm:Deploying osd.1 on trial043 with /dev/vg_nvme/lv_3... 2026-02-22T15:26:12.762 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-22T15:26:12.922 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:13.254 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:13 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:13.254 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:13 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:13.254 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:13 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:13.255 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:13 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:13.255 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:13 trial043 ceph-mon[34322]: from='osd.0 [v2:10.20.193.43:6802/1045982938,v1:10.20.193.43:6803/1045982938]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-22T15:26:13.634 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:13.652 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph orch daemon add osd trial043:vg_nvme/lv_3 --skip-validation 2026-02-22T15:26:13.771 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:14.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:14.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:14.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:26:14.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:14.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:14.443 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='osd.0 [v2:10.20.193.43:6802/1045982938,v1:10.20.193.43:6803/1045982938]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-22T15:26:14.444 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: osdmap e6: 1 total, 0 up, 1 in 2026-02-22T15:26:14.444 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='osd.0 [v2:10.20.193.43:6802/1045982938,v1:10.20.193.43:6803/1045982938]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial043", "root=default"]} : dispatch 2026-02-22T15:26:14.444 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-22T15:26:14.444 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:14.444 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:14.444 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-22T15:26:14.444 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-22T15:26:14.444 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:14 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:14.883 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:14 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0[50607]: 2026-02-22T15:26:14.698+0000 7f0277ae1640 -1 osd.0 0 waiting for initial osdmap 2026-02-22T15:26:14.883 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:14 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0[50607]: 2026-02-22T15:26:14.700+0000 7f026f9a0640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-22T15:26:15.472 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial043:vg_nvme/lv_3", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:26:15.472 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: osd.default does not exist. Creating it now. 2026-02-22T15:26:15.472 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: Creating OSDs with service ID: default on trial043:['vg_nvme/lv_3'] 2026-02-22T15:26:15.472 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: Marking host: trial043 for OSDSpec preview refresh. 2026-02-22T15:26:15.472 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: Saving service osd.default spec with placement trial043 2026-02-22T15:26:15.472 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:15.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='osd.0 [v2:10.20.193.43:6802/1045982938,v1:10.20.193.43:6803/1045982938]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial043", "root=default"]}]': finished 2026-02-22T15:26:15.474 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: osdmap e7: 1 total, 0 up, 1 in 2026-02-22T15:26:15.474 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-22T15:26:15.474 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-22T15:26:15.474 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3597484241' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c3b8e78-885b-4eca-97b5-e44025bb5e84"} : dispatch 2026-02-22T15:26:15.474 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3597484241' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c3b8e78-885b-4eca-97b5-e44025bb5e84"}]': finished 2026-02-22T15:26:15.474 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: osd.0 [v2:10.20.193.43:6802/1045982938,v1:10.20.193.43:6803/1045982938] boot 2026-02-22T15:26:15.474 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: osdmap e8: 2 total, 1 up, 2 in 2026-02-22T15:26:15.474 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-22T15:26:15.474 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:15 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-22T15:26:16.553 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:16 trial043 ceph-mon[34322]: purged_snaps scrub starts 2026-02-22T15:26:16.553 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:16 trial043 ceph-mon[34322]: purged_snaps scrub ok 2026-02-22T15:26:16.553 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:16 trial043 ceph-mon[34322]: Detected new or changed devices on trial043 2026-02-22T15:26:16.553 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:16 trial043 ceph-mon[34322]: Adjusting osd_memory_target on trial043 to 84047M 2026-02-22T15:26:16.553 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:16 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1568678692' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-22T15:26:17.424 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:17 trial043 ceph-mon[34322]: pgmap v8: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-22T15:26:17.425 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:17 trial043 ceph-mon[34322]: pgmap v9: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-22T15:26:18.257 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:18 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-22T15:26:18.257 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:18 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:18.257 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:18 trial043 ceph-mon[34322]: Deploying daemon osd.1 on trial043 2026-02-22T15:26:18.257 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:18 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-22T15:26:18.257 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:18 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:19.339 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:19 trial043 ceph-mon[34322]: Deploying daemon osd.1 on trial043 2026-02-22T15:26:19.340 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:19 trial043 ceph-mon[34322]: pgmap v10: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-22T15:26:20.448 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:20 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:20.448 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:20 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:21.473 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:21 trial043 ceph-mon[34322]: pgmap v11: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-22T15:26:22.058 INFO:teuthology.orchestra.run.trial043.stdout:Created osd(s) 1 on host 'trial043' 2026-02-22T15:26:22.098 DEBUG:teuthology.orchestra.run.trial043:osd.1> sudo journalctl -f -n 0 -u ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@osd.1.service 2026-02-22T15:26:22.101 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-02-22T15:26:22.101 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd stat -f json 2026-02-22T15:26:22.261 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:22.285 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:22 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1[58882]: 2026-02-22T15:26:22.196+0000 7f42105bd780 -1 osd.1 0 log_to_monitors true 2026-02-22T15:26:22.484 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:22.525 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":8,"num_osds":2,"num_up_osds":1,"osd_up_since":1771773975,"num_in_osds":2,"osd_in_since":1771773975,"num_remapped_pgs":0} 2026-02-22T15:26:22.546 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:22 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:22.547 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:22 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:22.547 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:22 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:22.547 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:22 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:22.547 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:22 trial043 ceph-mon[34322]: from='osd.1 [v2:10.20.193.43:6810/3344551450,v1:10.20.193.43:6811/3344551450]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-22T15:26:22.547 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:22 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1448522457' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-22T15:26:23.526 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd stat -f json 2026-02-22T15:26:23.644 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:23.861 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: pgmap v12: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: from='osd.1 [v2:10.20.193.43:6810/3344551450,v1:10.20.193.43:6811/3344551450]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: osdmap e9: 2 total, 1 up, 2 in 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-22T15:26:23.862 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:23 trial043 ceph-mon[34322]: from='osd.1 [v2:10.20.193.43:6810/3344551450,v1:10.20.193.43:6811/3344551450]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial043", "root=default"]} : dispatch 2026-02-22T15:26:23.899 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":9,"num_osds":2,"num_up_osds":1,"osd_up_since":1771773975,"num_in_osds":2,"osd_in_since":1771773975,"num_remapped_pgs":0} 2026-02-22T15:26:24.178 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:24 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1[58882]: 2026-02-22T15:26:24.058+0000 7f420c53f640 -1 osd.1 0 waiting for initial osdmap 2026-02-22T15:26:24.178 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:24 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1[58882]: 2026-02-22T15:26:24.060+0000 7f42043fe640 -1 osd.1 10 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-22T15:26:24.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2965167064' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-22T15:26:24.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:24.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:24.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-22T15:26:24.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-22T15:26:24.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:24.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:24.699 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:24.699 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:24.699 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-22T15:26:24.699 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-22T15:26:24.699 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:24.699 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='osd.1 [v2:10.20.193.43:6810/3344551450,v1:10.20.193.43:6811/3344551450]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial043", "root=default"]}]': finished 2026-02-22T15:26:24.699 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: osdmap e10: 2 total, 1 up, 2 in 2026-02-22T15:26:24.699 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-22T15:26:24.699 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:24 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-22T15:26:24.900 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd stat -f json 2026-02-22T15:26:25.020 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:25.242 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:25.283 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":11,"num_osds":2,"num_up_osds":2,"osd_up_since":1771773985,"num_in_osds":2,"osd_in_since":1771773975,"num_remapped_pgs":0} 2026-02-22T15:26:25.284 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd dump --format=json 2026-02-22T15:26:25.401 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:25.624 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:25.624 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":11,"fsid":"b2601ea6-1002-11f1-9973-d404e6e7d460","created":"2026-02-22T15:25:36.451955+0000","modified":"2026-02-22T15:26:25.057170+0000","last_up_change":"2026-02-22T15:26:25.057170+0000","last_in_change":"2026-02-22T15:26:15.166432+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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":"f781c964-b98c-4d80-9185-6f8af44b0b16","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6802","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6803","nonce":1045982938}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6804","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6805","nonce":1045982938}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6808","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6809","nonce":1045982938}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6806","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6807","nonce":1045982938}]},"public_addr":"10.20.193.43:6803/1045982938","cluster_addr":"10.20.193.43:6805/1045982938","heartbeat_back_addr":"10.20.193.43:6809/1045982938","heartbeat_front_addr":"10.20.193.43:6807/1045982938","state":["exists","up"]},{"osd":1,"uuid":"8c3b8e78-885b-4eca-97b5-e44025bb5e84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6810","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6811","nonce":3344551450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6812","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6813","nonce":3344551450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6816","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6817","nonce":3344551450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6814","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6815","nonce":3344551450}]},"public_addr":"10.20.193.43:6811/3344551450","cluster_addr":"10.20.193.43:6813/3344551450","heartbeat_back_addr":"10.20.193.43:6817/3344551450","heartbeat_front_addr":"10.20.193.43:6815/3344551450","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.43:6801/1772561259":"2026-02-23T15:25:56.281768+0000","10.20.193.43:6800/1772561259":"2026-02-23T15:25:56.281768+0000","10.20.193.43:0/1242929974":"2026-02-23T15:25:56.281768+0000","10.20.193.43:0/3345281069":"2026-02-23T15:25:56.281768+0000","10.20.193.43:0/551090168":"2026-02-23T15:25:46.468376+0000","10.20.193.43:0/1531718502":"2026-02-23T15:25:46.468376+0000","10.20.193.43:0/3660183773":"2026-02-23T15:25:56.281768+0000","10.20.193.43:6801/3747015951":"2026-02-23T15:25:46.468376+0000","10.20.193.43:0/3163351608":"2026-02-23T15:25:46.468376+0000","10.20.193.43:6800/3747015951":"2026-02-23T15:25:46.468376+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-22T15:26:25.624 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:25 trial043 ceph-mon[34322]: purged_snaps scrub starts 2026-02-22T15:26:25.624 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:25 trial043 ceph-mon[34322]: purged_snaps scrub ok 2026-02-22T15:26:25.624 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:25 trial043 ceph-mon[34322]: Detected new or changed devices on trial043 2026-02-22T15:26:25.624 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:25 trial043 ceph-mon[34322]: Adjusting osd_memory_target on trial043 to 42023M 2026-02-22T15:26:25.625 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:25 trial043 ceph-mon[34322]: pgmap v15: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-22T15:26:25.625 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:25 trial043 ceph-mon[34322]: osd.1 [v2:10.20.193.43:6810/3344551450,v1:10.20.193.43:6811/3344551450] boot 2026-02-22T15:26:25.625 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:25 trial043 ceph-mon[34322]: osdmap e11: 2 total, 2 up, 2 in 2026-02-22T15:26:25.625 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:25 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-22T15:26:25.625 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:25 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2070402269' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-22T15:26:25.666 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-22T15:26:25.666 INFO:tasks.cephadm:Setting up client nodes... 2026-02-22T15:26:25.667 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-22T15:26:25.784 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:26.041 INFO:teuthology.orchestra.run.trial043.stdout:[client.0] 2026-02-22T15:26:26.042 INFO:teuthology.orchestra.run.trial043.stdout: key = AQAiIJtpQKVcAhAA9r86vC+2w9kvKIadCIvIew== 2026-02-22T15:26:26.081 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-22T15:26:26.081 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-22T15:26:26.081 DEBUG:teuthology.orchestra.run.trial043:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-22T15:26:26.117 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-22T15:26:26.271 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:26.488 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:26.524 INFO:teuthology.orchestra.run.trial043.stdout:[{"version":11,"timestamp":"2026-02-22T15:26:24.023803+0000","name":"","changes":[{"name":"osd/host:trial043/osd_memory_target","previous_value":"88129928806","new_value":"44064964403"}]}] 2026-02-22T15:26:26.524 INFO:tasks.ceph_manager:config epoch is 11 2026-02-22T15:26:26.525 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-22T15:26:26.525 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-22T15:26:26.525 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-22T15:26:26.642 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:26.756 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:26 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1737469930' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-22T15:26:26.757 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:26 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:26.757 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:26 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:26.757 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:26 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/415264949' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2026-02-22T15:26:26.757 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:26 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/415264949' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-22T15:26:26.757 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:26 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1294275460' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-22T15:26:26.880 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:26.915 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":13,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6800","nonce":4075577521},{"type":"v1","addr":"10.20.193.43:6801","nonce":4075577521}]},"active_addr":"10.20.193.43:6801/4075577521","active_change":"2026-02-22T15:25:56.281868+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.43: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.43:0","nonce":3020789029}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.43:0","nonce":298405977}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.43:0","nonce":4248016105}]}]} 2026-02-22T15:26:26.920 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-22T15:26:26.920 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-22T15:26:26.920 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd dump --format=json 2026-02-22T15:26:27.036 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:27.244 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:27.245 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":11,"fsid":"b2601ea6-1002-11f1-9973-d404e6e7d460","created":"2026-02-22T15:25:36.451955+0000","modified":"2026-02-22T15:26:25.057170+0000","last_up_change":"2026-02-22T15:26:25.057170+0000","last_in_change":"2026-02-22T15:26:15.166432+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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":"f781c964-b98c-4d80-9185-6f8af44b0b16","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6802","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6803","nonce":1045982938}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6804","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6805","nonce":1045982938}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6808","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6809","nonce":1045982938}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6806","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6807","nonce":1045982938}]},"public_addr":"10.20.193.43:6803/1045982938","cluster_addr":"10.20.193.43:6805/1045982938","heartbeat_back_addr":"10.20.193.43:6809/1045982938","heartbeat_front_addr":"10.20.193.43:6807/1045982938","state":["exists","up"]},{"osd":1,"uuid":"8c3b8e78-885b-4eca-97b5-e44025bb5e84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6810","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6811","nonce":3344551450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6812","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6813","nonce":3344551450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6816","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6817","nonce":3344551450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6814","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6815","nonce":3344551450}]},"public_addr":"10.20.193.43:6811/3344551450","cluster_addr":"10.20.193.43:6813/3344551450","heartbeat_back_addr":"10.20.193.43:6817/3344551450","heartbeat_front_addr":"10.20.193.43:6815/3344551450","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.43:6801/1772561259":"2026-02-23T15:25:56.281768+0000","10.20.193.43:6800/1772561259":"2026-02-23T15:25:56.281768+0000","10.20.193.43:0/1242929974":"2026-02-23T15:25:56.281768+0000","10.20.193.43:0/3345281069":"2026-02-23T15:25:56.281768+0000","10.20.193.43:0/551090168":"2026-02-23T15:25:46.468376+0000","10.20.193.43:0/1531718502":"2026-02-23T15:25:46.468376+0000","10.20.193.43:0/3660183773":"2026-02-23T15:25:56.281768+0000","10.20.193.43:6801/3747015951":"2026-02-23T15:25:46.468376+0000","10.20.193.43:0/3163351608":"2026-02-23T15:25:46.468376+0000","10.20.193.43:6800/3747015951":"2026-02-23T15:25:46.468376+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-22T15:26:27.281 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-22T15:26:27.282 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd dump --format=json 2026-02-22T15:26:27.396 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:27.611 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:27.612 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":11,"fsid":"b2601ea6-1002-11f1-9973-d404e6e7d460","created":"2026-02-22T15:25:36.451955+0000","modified":"2026-02-22T15:26:25.057170+0000","last_up_change":"2026-02-22T15:26:25.057170+0000","last_in_change":"2026-02-22T15:26:15.166432+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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":"f781c964-b98c-4d80-9185-6f8af44b0b16","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6802","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6803","nonce":1045982938}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6804","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6805","nonce":1045982938}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6808","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6809","nonce":1045982938}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6806","nonce":1045982938},{"type":"v1","addr":"10.20.193.43:6807","nonce":1045982938}]},"public_addr":"10.20.193.43:6803/1045982938","cluster_addr":"10.20.193.43:6805/1045982938","heartbeat_back_addr":"10.20.193.43:6809/1045982938","heartbeat_front_addr":"10.20.193.43:6807/1045982938","state":["exists","up"]},{"osd":1,"uuid":"8c3b8e78-885b-4eca-97b5-e44025bb5e84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6810","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6811","nonce":3344551450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6812","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6813","nonce":3344551450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6816","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6817","nonce":3344551450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6814","nonce":3344551450},{"type":"v1","addr":"10.20.193.43:6815","nonce":3344551450}]},"public_addr":"10.20.193.43:6811/3344551450","cluster_addr":"10.20.193.43:6813/3344551450","heartbeat_back_addr":"10.20.193.43:6817/3344551450","heartbeat_front_addr":"10.20.193.43:6815/3344551450","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.43:6801/1772561259":"2026-02-23T15:25:56.281768+0000","10.20.193.43:6800/1772561259":"2026-02-23T15:25:56.281768+0000","10.20.193.43:0/1242929974":"2026-02-23T15:25:56.281768+0000","10.20.193.43:0/3345281069":"2026-02-23T15:25:56.281768+0000","10.20.193.43:0/551090168":"2026-02-23T15:25:46.468376+0000","10.20.193.43:0/1531718502":"2026-02-23T15:25:46.468376+0000","10.20.193.43:0/3660183773":"2026-02-23T15:25:56.281768+0000","10.20.193.43:6801/3747015951":"2026-02-23T15:25:46.468376+0000","10.20.193.43:0/3163351608":"2026-02-23T15:25:46.468376+0000","10.20.193.43:6800/3747015951":"2026-02-23T15:25:46.468376+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-22T15:26:27.665 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-22T15:26:27.665 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-22T15:26:27.689 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:27 trial043 ceph-mon[34322]: pgmap v17: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-22T15:26:27.689 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:27 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/1549204897' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-22T15:26:27.689 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:27 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2153231280' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-22T15:26:27.783 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:27.783 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:27.931 INFO:teuthology.orchestra.run.trial043.stdout:47244640259 2026-02-22T15:26:27.932 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-22T15:26:27.933 INFO:teuthology.orchestra.run.trial043.stdout:34359738373 2026-02-22T15:26:27.934 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-22T15:26:28.088 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:28.088 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:28.305 INFO:teuthology.orchestra.run.trial043.stdout:34359738372 2026-02-22T15:26:28.308 INFO:teuthology.orchestra.run.trial043.stdout:47244640258 2026-02-22T15:26:28.345 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738373 got 34359738372 for osd.0 2026-02-22T15:26:28.347 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640259 got 47244640258 for osd.1 2026-02-22T15:26:28.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:28 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/599672323' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-22T15:26:28.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:28 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/619115973' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-22T15:26:28.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:28 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2193216709' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-22T15:26:29.346 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-22T15:26:29.348 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-22T15:26:29.465 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:29.466 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:29.683 INFO:teuthology.orchestra.run.trial043.stdout:47244640259 2026-02-22T15:26:29.684 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:29 trial043 ceph-mon[34322]: pgmap v18: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-22T15:26:29.684 INFO:teuthology.orchestra.run.trial043.stdout:34359738373 2026-02-22T15:26:29.728 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738373 got 34359738373 for osd.0 2026-02-22T15:26:29.728 DEBUG:teuthology.parallel:result is None 2026-02-22T15:26:29.729 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640259 got 47244640259 for osd.1 2026-02-22T15:26:29.729 DEBUG:teuthology.parallel:result is None 2026-02-22T15:26:29.729 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-22T15:26:29.730 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph pg dump --format=json 2026-02-22T15:26:29.884 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:30.096 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:30.097 INFO:teuthology.orchestra.run.trial043.stderr:dumped all 2026-02-22T15:26:30.134 INFO:teuthology.orchestra.run.trial043.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2026-02-22T15:26:28.288069+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":54112,"kb_used_data":184,"kb_used_omap":9,"kb_used_meta":53878,"kb_avail":1467952288,"statfs":{"total":1503238553600,"available":1503183142912,"internally_reserved":0,"allocated":188416,"data_stored":43784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9736,"internal_metadata":55171576},"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":11,"seq":47244640259,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27060,"kb_used_data":96,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976140,"statfs":{"total":751619276800,"available":751591567360,"internally_reserved":0,"allocated":98304,"data_stored":23275,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4217,"internal_metadata":27586439},"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":8,"seq":34359738373,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27052,"kb_used_data":88,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733976148,"statfs":{"total":751619276800,"available":751591575552,"internally_reserved":0,"allocated":90112,"data_stored":20509,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5519,"internal_metadata":27585137},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2026-02-22T15:26:30.135 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph pg dump --format=json 2026-02-22T15:26:30.251 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:30.462 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:30.462 INFO:teuthology.orchestra.run.trial043.stderr:dumped all 2026-02-22T15:26:30.499 INFO:teuthology.orchestra.run.trial043.stdout:{"pg_ready":true,"pg_map":{"version":19,"stamp":"2026-02-22T15:26:30.288291+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":54112,"kb_used_data":184,"kb_used_omap":9,"kb_used_meta":53878,"kb_avail":1467952288,"statfs":{"total":1503238553600,"available":1503183142912,"internally_reserved":0,"allocated":188416,"data_stored":43784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9736,"internal_metadata":55171576},"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":11,"seq":47244640259,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27060,"kb_used_data":96,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733976140,"statfs":{"total":751619276800,"available":751591567360,"internally_reserved":0,"allocated":98304,"data_stored":23275,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4217,"internal_metadata":27586439},"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":8,"seq":34359738373,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27052,"kb_used_data":88,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733976148,"statfs":{"total":751619276800,"available":751591575552,"internally_reserved":0,"allocated":90112,"data_stored":20509,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5519,"internal_metadata":27585137},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2026-02-22T15:26:30.500 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-22T15:26:30.500 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-22T15:26:30.500 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-22T15:26:30.501 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph health --format=json 2026-02-22T15:26:30.524 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:30 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/608140232' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-22T15:26:30.524 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:30 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2313044350' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-22T15:26:30.617 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:30.854 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:30.854 INFO:teuthology.orchestra.run.trial043.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-22T15:26:30.889 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-22T15:26:30.890 INFO:tasks.cephadm:Setup complete, yielding 2026-02-22T15:26:30.890 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-22T15:26:30.932 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial043.front.sepia.ceph.com 2026-02-22T15:26:30.932 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- bash -c 'ceph fs volume create cephfs' 2026-02-22T15:26:31.051 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:31.948 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:31 trial043 ceph-mon[34322]: from='client.14242 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-22T15:26:31.948 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:31 trial043 ceph-mon[34322]: pgmap v19: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-22T15:26:31.948 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:31 trial043 ceph-mon[34322]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-22T15:26:31.949 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:31 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/2050117551' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-22T15:26:31.949 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:31 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2026-02-22T15:26:32.595 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-22T15:26:32.610 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2026-02-22T15:26:32.610 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph orch ls -f json 2026-02-22T15:26:32.726 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:32.780 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:32 trial043 ceph-mon[34322]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:26:32.780 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:32 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2026-02-22T15:26:32.780 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:32 trial043 ceph-mon[34322]: osdmap e12: 2 total, 2 up, 2 in 2026-02-22T15:26:32.780 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:32 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2026-02-22T15:26:32.780 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:32 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a[34318]: 2026-02-22T15:26:32.529+0000 7ff500ebf640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-22T15:26:32.953 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:32.953 INFO:teuthology.orchestra.run.trial043.stdout:[{"events": ["2026-02-22T15:26:32.535948Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-22T15:26:32.534290Z", "running": 0, "size": 2}}, {"events": ["2026-02-22T15:26:03.125042Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial043=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-22T15:26:03.118416Z", "last_refresh": "2026-02-22T15:26:32.941397Z", "running": 1, "size": 1}}, {"events": ["2026-02-22T15:26:02.163828Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial043:10.20.193.43=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-22T15:26:01.838138Z", "last_refresh": "2026-02-22T15:26:32.941339Z", "running": 1, "size": 1}}, {"events": ["2026-02-22T15:26:14.025173Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial043"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-22T15:26:14.024185Z", "last_refresh": "2026-02-22T15:26:32.941432Z", "running": 2, "size": 2}}] 2026-02-22T15:26:32.993 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-22T15:26:33.830 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: pgmap v21: 32 pgs: 32 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-22T15:26:33.830 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2026-02-22T15:26:33.830 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: osdmap e13: 2 total, 2 up, 2 in 2026-02-22T15:26:33.830 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2026-02-22T15:26:33.830 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-22T15:26:33.830 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2026-02-22T15:26:33.830 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2026-02-22T15:26:33.830 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: osdmap e14: 2 total, 2 up, 2 in 2026-02-22T15:26:33.830 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: fsmap cephfs:0 2026-02-22T15:26:33.831 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:33.831 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:26:33.831 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:33.831 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:33 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:33.994 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph orch ls -f json 2026-02-22T15:26:34.110 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:34.463 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:34.463 INFO:teuthology.orchestra.run.trial043.stdout:[{"events": ["2026-02-22T15:26:32.535948Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-22T15:26:32.534290Z", "running": 0, "size": 2}}, {"events": ["2026-02-22T15:26:03.125042Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial043=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-22T15:26:03.118416Z", "last_refresh": "2026-02-22T15:26:32.941397Z", "running": 1, "size": 1}}, {"events": ["2026-02-22T15:26:02.163828Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial043:10.20.193.43=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-22T15:26:01.838138Z", "last_refresh": "2026-02-22T15:26:32.941339Z", "running": 1, "size": 1}}, {"events": ["2026-02-22T15:26:14.025173Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial043"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-22T15:26:14.024185Z", "last_refresh": "2026-02-22T15:26:32.941432Z", "running": 2, "size": 2}}] 2026-02-22T15:26:34.505 INFO:tasks.cephadm:mds.cephfs has 0/2 2026-02-22T15:26:34.808 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: Saving service mds.cephfs spec with placement count:2 2026-02-22T15:26:34.808 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: osdmap e15: 2 total, 2 up, 2 in 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial043.lhpdkz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial043.lhpdkz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-22T15:26:34.809 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:34 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:35.506 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph orch ls -f json 2026-02-22T15:26:35.629 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:35.857 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-22T15:26:35.858 INFO:teuthology.orchestra.run.trial043.stdout:[{"events": ["2026-02-22T15:26:35.286007Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2026-02-22T15:26:32.534290Z", "last_refresh": "2026-02-22T15:26:35.789471Z", "running": 2, "size": 2}}, {"events": ["2026-02-22T15:26:03.125042Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial043=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-22T15:26:03.118416Z", "last_refresh": "2026-02-22T15:26:35.789326Z", "running": 1, "size": 1}}, {"events": ["2026-02-22T15:26:02.163828Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["trial043:10.20.193.43=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-22T15:26:01.838138Z", "last_refresh": "2026-02-22T15:26:35.789251Z", "running": 1, "size": 1}}, {"events": ["2026-02-22T15:26:14.025173Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial043"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_3"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-22T15:26:14.024185Z", "last_refresh": "2026-02-22T15:26:35.789378Z", "running": 2, "size": 2}}] 2026-02-22T15:26:35.858 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: Deploying daemon mds.cephfs.trial043.lhpdkz on trial043 2026-02-22T15:26:35.858 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: pgmap v25: 64 pgs: 64 unknown; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-22T15:26:35.858 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-22T15:26:35.858 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: osdmap e16: 2 total, 2 up, 2 in 2026-02-22T15:26:35.858 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:35.858 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:35.858 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.trial043.uhxlbx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.trial043.uhxlbx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: Deploying daemon mds.cephfs.trial043.uhxlbx on trial043 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:35.859 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:35 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:26:35.895 INFO:tasks.cephadm:mds.cephfs has 2/2 2026-02-22T15:26:35.895 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-22T15:26:35.910 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial043.front.sepia.ceph.com 2026-02-22T15:26:35.911 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- bash -c 'ceph fs subvolumegroup create cephfs g1' 2026-02-22T15:26:36.030 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:36.448 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:26:36 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mgr-x[34590]: 2026-02-22T15:26:36.266+0000 7fc11f2c0640 -1 client.14262 error registering admin socket command: (17) File exists 2026-02-22T15:26:36.588 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- bash -c 'ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777' 2026-02-22T15:26:36.705 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:36.795 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: mds.? [v2:10.20.193.43:6818/2603783570,v1:10.20.193.43:6819/2603783570] up:boot 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: mds.? [v2:10.20.193.43:6820/4042428127,v1:10.20.193.43:6821/4042428127] up:boot 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: daemon mds.cephfs.trial043.uhxlbx assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: Cluster is now healthy 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: fsmap cephfs:0 2 up:standby 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial043.lhpdkz"} : dispatch 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: fsmap cephfs:1 {0=cephfs.trial043.uhxlbx=up:creating} 1 up:standby 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.trial043.uhxlbx"} : dispatch 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: daemon mds.cephfs.trial043.uhxlbx is now active in filesystem cephfs as rank 0 2026-02-22T15:26:36.796 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:36.797 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:36.797 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-22T15:26:36.797 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: from='client.14260 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "g1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:26:36.797 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: pgmap v27: 64 pgs: 12 active+undersized+degraded, 52 active+undersized; 2.4 KiB data, 53 MiB used, 1.4 TiB / 1.4 TiB avail; 21/63 objects degraded (33.333%) 2026-02-22T15:26:36.797 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:36 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:37.007 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- bash -c 'ceph fs authorize cephfs client.smbdata / rw' 2026-02-22T15:26:37.125 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:37.375 INFO:teuthology.orchestra.run.trial043.stderr:Error EINVAL: osd capability parse failed, stopped at 'w tag cephfs data=cephfs' of 'allow rww tag cephfs data=cephfs' 2026-02-22T15:26:37.409 DEBUG:teuthology.orchestra.run:got remote process result: 22 2026-02-22T15:26:37.410 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_ceph-c_2a01f85290ffe0ec49a9f791979017d6d3f2fe58/qa/tasks/cephadm.py", line 1467, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_2a01f85290ffe0ec49a9f791979017d6d3f2fe58/qa/tasks/cephadm.py", line 41, in _shell return remote.run( ^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial043 with status 22: "sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- bash -c 'ceph fs authorize cephfs client.smbdata / rw'" 2026-02-22T15:26:37.414 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-22T15:26:37.428 INFO:tasks.cephadm:Teardown begin 2026-02-22T15:26:37.429 DEBUG:teuthology.orchestra.run.trial043:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-22T15:26:37.455 DEBUG:teuthology.orchestra.run.trial046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-22T15:26:37.482 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-22T15:26:37.483 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-22T15:26:37.610 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/mon.a/config 2026-02-22T15:26:37.628 INFO:teuthology.orchestra.run.trial043.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: mds.? [v2:10.20.193.43:6820/4042428127,v1:10.20.193.43:6821/4042428127] up:active 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: fsmap cephfs:1 {0=cephfs.trial043.uhxlbx=up:active} 1 up:standby 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: fsmap cephfs:1 {0=cephfs.trial043.uhxlbx=up:active} 1 up:standby 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: Health check failed: Degraded data redundancy: 21/63 objects degraded (33.333%), 12 pgs degraded (PG_DEGRADED) 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='client.14264 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sub1", "group_name": "g1", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='mgr.14152 10.20.193.43:0/3947493002' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-22T15:26:37.629 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-mon[34322]: from='client.? 10.20.193.43:0/3946510461' entity='client.admin' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smbdata", "caps": ["/", "rw"]} : dispatch 2026-02-22T15:26:37.645 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-22T15:26:37.645 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-22T15:26:37.646 DEBUG:teuthology.orchestra.run.trial043:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T15:26:37.662 DEBUG:teuthology.orchestra.run.trial046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T15:26:37.679 INFO:tasks.cephadm:Stopping all daemons... 2026-02-22T15:26:37.680 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-22T15:26:37.680 DEBUG:teuthology.orchestra.run.trial043:> sudo systemctl stop ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mon.a 2026-02-22T15:26:37.948 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 systemd[1]: Stopping Ceph mon.a for b2601ea6-1002-11f1-9973-d404e6e7d460... 2026-02-22T15:26:37.948 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a[34318]: 2026-02-22T15:26:37.799+0000 7ff5066ca640 -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-22T15:26:37.949 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 22 15:26:37 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-mon-a[34318]: 2026-02-22T15:26:37.799+0000 7ff5066ca640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-22T15:26:38.151 DEBUG:teuthology.orchestra.run.trial043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mon.a.service' 2026-02-22T15:26:38.188 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-22T15:26:38.189 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-22T15:26:38.189 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-02-22T15:26:38.189 DEBUG:teuthology.orchestra.run.trial043:> sudo systemctl stop ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mgr.x 2026-02-22T15:26:38.325 INFO:journalctl@ceph.mgr.x.trial043.stdout:Feb 22 15:26:38 trial043 systemd[1]: Stopping Ceph mgr.x for b2601ea6-1002-11f1-9973-d404e6e7d460... 2026-02-22T15:26:38.443 DEBUG:teuthology.orchestra.run.trial043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@mgr.x.service' 2026-02-22T15:26:38.479 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-22T15:26:38.480 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-02-22T15:26:38.480 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-22T15:26:38.480 DEBUG:teuthology.orchestra.run.trial043:> sudo systemctl stop ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@osd.0 2026-02-22T15:26:38.607 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:38 trial043 systemd[1]: Stopping Ceph osd.0 for b2601ea6-1002-11f1-9973-d404e6e7d460... 2026-02-22T15:26:38.948 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:38 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0[50607]: 2026-02-22T15:26:38.605+0000 7f0278ae3640 -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-22T15:26:38.948 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:38 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0[50607]: 2026-02-22T15:26:38.605+0000 7f0278ae3640 -1 osd.0 16 *** Got signal Terminated *** 2026-02-22T15:26:38.948 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:38 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0[50607]: 2026-02-22T15:26:38.605+0000 7f0278ae3640 -1 osd.0 16 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-22T15:26:43.949 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:43 trial043 podman[75430]: 2026-02-22 15:26:43.675524264 +0000 UTC m=+5.082396437 container died 4f6448042c53beba8bb2008ebe310a434334d36d5f39df001b6f4427f977bf24 (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0, 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 , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, OSD_FLAVOR=default) 2026-02-22T15:26:43.949 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:43 trial043 podman[75430]: 2026-02-22 15:26:43.685905906 +0000 UTC m=+5.092778089 container remove 4f6448042c53beba8bb2008ebe310a434334d36d5f39df001b6f4427f977bf24 (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, ceph=True, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2026-02-22T15:26:43.949 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:43 trial043 bash[75430]: ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0 2026-02-22T15:26:43.949 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:43 trial043 podman[75568]: 2026-02-22 15:26:43.81100991 +0000 UTC m=+0.015836002 container create 57a819facffa366c280d4eb39606a5aa6a290625c1808f43e3d48f419401679e (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0-deactivate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0) 2026-02-22T15:26:43.949 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:43 trial043 podman[75568]: 2026-02-22 15:26:43.837320464 +0000 UTC m=+0.042146586 container init 57a819facffa366c280d4eb39606a5aa6a290625c1808f43e3d48f419401679e (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.label-schema.build-date=20260216) 2026-02-22T15:26:43.950 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:43 trial043 podman[75568]: 2026-02-22 15:26:43.839845107 +0000 UTC m=+0.044671209 container start 57a819facffa366c280d4eb39606a5aa6a290625c1808f43e3d48f419401679e (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, org.label-schema.build-date=20260216, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, OSD_FLAVOR=default) 2026-02-22T15:26:43.950 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:43 trial043 podman[75568]: 2026-02-22 15:26:43.840476496 +0000 UTC m=+0.045302608 container attach 57a819facffa366c280d4eb39606a5aa6a290625c1808f43e3d48f419401679e (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, ceph=True, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2) 2026-02-22T15:26:43.950 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 22 15:26:43 trial043 podman[75568]: 2026-02-22 15:26:43.805010761 +0000 UTC m=+0.009836863 image pull bebf16302ba84b964e19418ee64ed6da75b3d9ba7af85a0353c9a2a73ac58dc9 quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab 2026-02-22T15:26:44.005 DEBUG:teuthology.orchestra.run.trial043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@osd.0.service' 2026-02-22T15:26:44.041 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-22T15:26:44.042 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-22T15:26:44.042 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-22T15:26:44.042 DEBUG:teuthology.orchestra.run.trial043:> sudo systemctl stop ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@osd.1 2026-02-22T15:26:44.448 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:44 trial043 systemd[1]: Stopping Ceph osd.1 for b2601ea6-1002-11f1-9973-d404e6e7d460... 2026-02-22T15:26:44.448 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:44 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1[58882]: 2026-02-22T15:26:44.171+0000 7f420d541640 -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-22T15:26:44.448 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:44 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1[58882]: 2026-02-22T15:26:44.171+0000 7f420d541640 -1 osd.1 16 *** Got signal Terminated *** 2026-02-22T15:26:44.449 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:44 trial043 ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1[58882]: 2026-02-22T15:26:44.171+0000 7f420d541640 -1 osd.1 16 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-22T15:26:49.534 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:49 trial043 podman[75700]: 2026-02-22 15:26:49.232272864 +0000 UTC m=+5.072712535 container died 7ab0f7dd69c00c7f881241e7638c9d3178f911cf4c11d8bb257830613abad069 (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.label-schema.schema-version=1.0, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, io.buildah.version=1.33.7) 2026-02-22T15:26:49.534 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:49 trial043 podman[75700]: 2026-02-22 15:26:49.240919602 +0000 UTC m=+5.081359273 container remove 7ab0f7dd69c00c7f881241e7638c9d3178f911cf4c11d8bb257830613abad069 (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-22T15:26:49.534 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:49 trial043 bash[75700]: ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1 2026-02-22T15:26:49.534 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:49 trial043 podman[75828]: 2026-02-22 15:26:49.362788468 +0000 UTC m=+0.015554054 container create 81ef79755972162191d1250e368826dc9d95284ff8d44f6a2fdc17f02c000cf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1-deactivate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, 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 , CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0) 2026-02-22T15:26:49.534 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:49 trial043 podman[75828]: 2026-02-22 15:26:49.396200494 +0000 UTC m=+0.048966090 container init 81ef79755972162191d1250e368826dc9d95284ff8d44f6a2fdc17f02c000cf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, org.label-schema.license=GPLv2, ceph=True, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7) 2026-02-22T15:26:49.534 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:49 trial043 podman[75828]: 2026-02-22 15:26:49.398779988 +0000 UTC m=+0.051545564 container start 81ef79755972162191d1250e368826dc9d95284ff8d44f6a2fdc17f02c000cf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1-deactivate, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58) 2026-02-22T15:26:49.534 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:49 trial043 podman[75828]: 2026-02-22 15:26:49.399463733 +0000 UTC m=+0.052229319 container attach 81ef79755972162191d1250e368826dc9d95284ff8d44f6a2fdc17f02c000cf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS) 2026-02-22T15:26:49.535 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:49 trial043 podman[75828]: 2026-02-22 15:26:49.35687159 +0000 UTC m=+0.009637186 image pull bebf16302ba84b964e19418ee64ed6da75b3d9ba7af85a0353c9a2a73ac58dc9 quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab 2026-02-22T15:26:49.535 INFO:journalctl@ceph.osd.1.trial043.stdout:Feb 22 15:26:49 trial043 podman[75828]: 2026-02-22 15:26:49.531704664 +0000 UTC m=+0.184470260 container died 81ef79755972162191d1250e368826dc9d95284ff8d44f6a2fdc17f02c000cf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:9b17f753fb782a71eb66cdd1ca0077f3110fcea993d09ec3dea635b5f587efab, name=ceph-b2601ea6-1002-11f1-9973-d404e6e7d460-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, ceph=True, CEPH_REF=wip-phlogistonjohn-testing-1-2026-02-21-1448, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=2a01f85290ffe0ec49a9f791979017d6d3f2fe58, org.label-schema.license=GPLv2) 2026-02-22T15:26:49.569 DEBUG:teuthology.orchestra.run.trial043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b2601ea6-1002-11f1-9973-d404e6e7d460@osd.1.service' 2026-02-22T15:26:49.605 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-22T15:26:49.605 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-22T15:26:49.606 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 --force --keep-logs 2026-02-22T15:26:49.763 INFO:teuthology.orchestra.run.trial043.stdout:Deleting cluster with fsid: b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:26:57.216 DEBUG:teuthology.orchestra.run.trial046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 --force --keep-logs 2026-02-22T15:26:57.332 INFO:teuthology.orchestra.run.trial046.stdout:Deleting cluster with fsid: b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:26:57.387 DEBUG:teuthology.orchestra.run.trial043:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-22T15:26:57.414 DEBUG:teuthology.orchestra.run.trial046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-22T15:26:57.438 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-22T15:26:57.441 DEBUG:teuthology.misc:Transferring archived files from trial043:/var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial/63787/remote/trial043/crash 2026-02-22T15:26:57.443 DEBUG:teuthology.orchestra.run.trial043:> sudo tar c -f - -C /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/crash -- . 2026-02-22T15:26:57.480 INFO:teuthology.orchestra.run.trial043.stderr:tar: /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T15:26:57.481 INFO:teuthology.orchestra.run.trial043.stderr:tar: Error is not recoverable: exiting now 2026-02-22T15:26:57.483 DEBUG:teuthology.misc:Transferring archived files from trial046:/var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial/63787/remote/trial046/crash 2026-02-22T15:26:57.484 DEBUG:teuthology.orchestra.run.trial046:> sudo tar c -f - -C /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/crash -- . 2026-02-22T15:26:57.511 INFO:teuthology.orchestra.run.trial046.stderr:tar: /var/lib/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T15:26:57.511 INFO:teuthology.orchestra.run.trial046.stderr:tar: Error is not recoverable: exiting now 2026-02-22T15:26:57.512 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-22T15:26:57.512 DEBUG:teuthology.orchestra.run.trial043:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2026-02-22T15:26:57.546 INFO:tasks.cephadm:Compressing logs... 2026-02-22T15:26:57.547 DEBUG:teuthology.orchestra.run.trial043:> 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-22T15:26:57.589 DEBUG:teuthology.orchestra.run.trial046:> 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-22T15:26:57.610 INFO:teuthology.orchestra.run.trial043.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2026-02-22T15:26:57.610 INFO:teuthology.orchestra.run.trial043.stderr: 2026-02-22T15:26:57.610 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mon.a.log 2026-02-22T15:26:57.613 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-osd.0.log 2026-02-22T15:26:57.613 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.cephadm.log 2026-02-22T15:26:57.613 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mon.a.log: /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.audit.log 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-volume.log 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr: 76.9% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.cephadm.log.gz 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-osd.1.log 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr: 88.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mds.cephfs.trial043.lhpdkz.log 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mgr.x.log 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr: 88.9% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.audit.log.gz 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mds.cephfs.trial043.lhpdkz.log: gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.log 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr: 65.6% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mds.cephfs.trial043.lhpdkz.log.gz 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mds.cephfs.trial043.uhxlbx.log 2026-02-22T15:26:57.614 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.log: 79.2% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph.log.gz 2026-02-22T15:26:57.615 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mds.cephfs.trial043.uhxlbx.log: 78.3% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mds.cephfs.trial043.uhxlbx.log.gz 2026-02-22T15:26:57.615 INFO:teuthology.orchestra.run.trial043.stderr: 93.7% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-volume.log.gz 2026-02-22T15:26:57.616 INFO:teuthology.orchestra.run.trial046.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-22T15:26:57.616 INFO:teuthology.orchestra.run.trial046.stderr:: No such file or directory 2026-02-22T15:26:57.616 INFO:teuthology.orchestra.run.trial046.stderr:/var/log/ceph/cephadm.log: 76.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T15:26:57.616 INFO:teuthology.orchestra.run.trial046.stderr: 2026-02-22T15:26:57.616 INFO:teuthology.orchestra.run.trial046.stderr:real 0m0.010s 2026-02-22T15:26:57.616 INFO:teuthology.orchestra.run.trial046.stderr:user 0m0.008s 2026-02-22T15:26:57.617 INFO:teuthology.orchestra.run.trial046.stderr:sys 0m0.010s 2026-02-22T15:26:57.631 INFO:teuthology.orchestra.run.trial043.stderr: 88.9% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mgr.x.log.gz 2026-02-22T15:26:57.646 INFO:teuthology.orchestra.run.trial043.stderr: 94.3% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-osd.0.log.gz 2026-02-22T15:26:57.647 INFO:teuthology.orchestra.run.trial043.stderr: 91.5% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-mon.a.log.gz 2026-02-22T15:26:57.655 INFO:teuthology.orchestra.run.trial043.stderr: 94.5% -- replaced with /var/log/ceph/b2601ea6-1002-11f1-9973-d404e6e7d460/ceph-osd.1.log.gz 2026-02-22T15:26:57.658 INFO:teuthology.orchestra.run.trial043.stderr: 2026-02-22T15:26:57.658 INFO:teuthology.orchestra.run.trial043.stderr:real 0m0.056s 2026-02-22T15:26:57.658 INFO:teuthology.orchestra.run.trial043.stderr:user 0m0.136s 2026-02-22T15:26:57.658 INFO:teuthology.orchestra.run.trial043.stderr:sys 0m0.028s 2026-02-22T15:26:57.658 INFO:tasks.cephadm:Archiving logs... 2026-02-22T15:26:57.659 DEBUG:teuthology.misc:Transferring archived files from trial043:/var/log/ceph to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial/63787/remote/trial043/log 2026-02-22T15:26:57.660 DEBUG:teuthology.orchestra.run.trial043:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T15:26:57.774 DEBUG:teuthology.misc:Transferring archived files from trial046:/var/log/ceph to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial/63787/remote/trial046/log 2026-02-22T15:26:57.775 DEBUG:teuthology.orchestra.run.trial046:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T15:26:57.801 INFO:tasks.cephadm:Removing cluster... 2026-02-22T15:26:57.801 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 --force 2026-02-22T15:26:57.919 INFO:teuthology.orchestra.run.trial043.stdout:Deleting cluster with fsid: b2601ea6-1002-11f1-9973-d404e6e7d460 2026-02-22T15:26:57.974 INFO:tasks.cephadm:Removing cephadm ... 2026-02-22T15:26:57.975 DEBUG:teuthology.orchestra.run.trial043:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-22T15:26:57.991 DEBUG:teuthology.orchestra.run.trial046:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-22T15:26:58.009 INFO:tasks.cephadm:Teardown complete 2026-02-22T15:26:58.009 DEBUG:teuthology.run_tasks:Unwinding manager smb.deploy_samba_ad_dc 2026-02-22T15:26:58.023 DEBUG:teuthology.orchestra.run.trial046:> sudo podman stop samba-ad 2026-02-22T15:26:58.140 INFO:teuthology.orchestra.run.trial046.stdout:samba-ad 2026-02-22T15:26:58.144 DEBUG:teuthology.orchestra.run.trial046:> sudo podman rm samba-ad 2026-02-22T15:26:58.241 INFO:teuthology.orchestra.run.trial046.stdout:samba-ad 2026-02-22T15:26:58.243 DEBUG:teuthology.orchestra.run.trial046:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2026-02-22T15:26:58.267 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-22T15:26:58.283 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-22T15:26:58.283 DEBUG:teuthology.orchestra.run.trial043:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T15:26:58.286 DEBUG:teuthology.orchestra.run.trial046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T15:26:58.300 INFO:teuthology.orchestra.run.trial043.stderr:bash: line 1: ntpq: command not found 2026-02-22T15:26:58.319 INFO:teuthology.orchestra.run.trial043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T15:26:58.319 INFO:teuthology.orchestra.run.trial043.stdout:=============================================================================== 2026-02-22T15:26:58.319 INFO:teuthology.orchestra.run.trial043.stdout:^? us-east-2.clearnet.pw 2 7 100 115 +1007us[ +495us] +/- 55ms 2026-02-22T15:26:58.319 INFO:teuthology.orchestra.run.trial043.stdout:^* time1.lshiy.com 2 6 37 44 -6103ns[+5381us] +/- 125ms 2026-02-22T15:26:58.320 INFO:teuthology.orchestra.run.trial043.stdout:^- 23.186.168.130 2 6 61 36 -42us[ -42us] +/- 56ms 2026-02-22T15:26:58.320 INFO:teuthology.orchestra.run.trial043.stdout:^- 139-177-202-26.ip.linode> 2 6 37 43 -11ms[ -11ms] +/- 80ms 2026-02-22T15:26:58.322 INFO:teuthology.orchestra.run.trial046.stderr:bash: line 1: ntpq: command not found 2026-02-22T15:26:58.341 INFO:teuthology.orchestra.run.trial046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T15:26:58.341 INFO:teuthology.orchestra.run.trial046.stdout:=============================================================================== 2026-02-22T15:26:58.341 INFO:teuthology.orchestra.run.trial046.stdout:^- ntp11.kernfusion.at 2 6 37 44 +254us[ +254us] +/- 72ms 2026-02-22T15:26:58.342 INFO:teuthology.orchestra.run.trial046.stdout:^- ntp1.wiktel.com 1 6 37 44 -1373us[-1373us] +/- 21ms 2026-02-22T15:26:58.342 INFO:teuthology.orchestra.run.trial046.stdout:^* pool-138-89-14-60.mad.ea> 1 6 37 44 +29us[ -423us] +/- 3135us 2026-02-22T15:26:58.342 INFO:teuthology.orchestra.run.trial046.stdout:^? 104.233.211.205 0 7 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T15:26:58.343 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-22T15:26:58.358 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-22T15:26:58.359 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-22T15:26:58.375 DEBUG:teuthology.orchestra.run.trial043:> 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-22T15:26:58.431 DEBUG:teuthology.orchestra.run.trial046:> 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-22T15:26:58.489 DEBUG:teuthology.orchestra.run.trial043:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-22T15:26:58.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:26:58.518 DEBUG:teuthology.orchestra.run.trial046:> 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 -e scontext=system_u:system_r:getty_t:s0 2026-02-22T15:26:58.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:26:58.544 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-22T15:26:58.562 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-22T15:26:58.578 INFO:teuthology.task.internal:Duration was 261.433404 seconds 2026-02-22T15:26:58.580 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-22T15:26:58.596 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-22T15:26:58.596 DEBUG:teuthology.orchestra.run.trial043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T15:26:58.599 DEBUG:teuthology.orchestra.run.trial046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T15:26:58.634 INFO:teuthology.orchestra.run.trial043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T15:26:58.636 INFO:teuthology.orchestra.run.trial046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T15:26:58.809 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-22T15:26:58.809 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial043.front.sepia.ceph.com 2026-02-22T15:26:58.809 DEBUG:teuthology.orchestra.run.trial043:> 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-22T15:26:58.830 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial046.front.sepia.ceph.com 2026-02-22T15:26:58.831 DEBUG:teuthology.orchestra.run.trial046:> 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-22T15:26:58.868 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-22T15:26:58.868 DEBUG:teuthology.orchestra.run.trial043:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T15:26:58.872 DEBUG:teuthology.orchestra.run.trial046:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T15:26:58.969 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-22T15:26:58.969 DEBUG:teuthology.orchestra.run.trial043:> 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-22T15:26:58.972 DEBUG:teuthology.orchestra.run.trial046:> 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-22T15:26:58.992 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T15:26:58.993 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T15:26:58.994 INFO:teuthology.orchestra.run.trial043.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T15:26:58.994 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T15:26:58.994 INFO:teuthology.orchestra.run.trial043.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-22T15:26:58.995 INFO:teuthology.orchestra.run.trial046.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T15:26:58.996 INFO:teuthology.orchestra.run.trial046.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T15:26:58.996 INFO:teuthology.orchestra.run.trial046.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T15:26:58.996 INFO:teuthology.orchestra.run.trial046.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T15:26:58.996 INFO:teuthology.orchestra.run.trial046.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-22T15:26:59.005 INFO:teuthology.orchestra.run.trial046.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T15:26:59.011 INFO:teuthology.orchestra.run.trial043.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T15:26:59.013 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-22T15:26:59.029 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-22T15:26:59.030 DEBUG:teuthology.orchestra.run.trial043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T15:26:59.079 DEBUG:teuthology.orchestra.run.trial046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T15:26:59.103 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-22T15:26:59.120 DEBUG:teuthology.orchestra.run.trial043:> 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-22T15:26:59.123 DEBUG:teuthology.orchestra.run.trial046:> 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-22T15:26:59.146 INFO:teuthology.orchestra.run.trial043.stdout:kernel.core_pattern = core 2026-02-22T15:26:59.166 INFO:teuthology.orchestra.run.trial046.stdout:kernel.core_pattern = core 2026-02-22T15:26:59.177 DEBUG:teuthology.orchestra.run.trial043:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T15:26:59.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:26:59.218 DEBUG:teuthology.orchestra.run.trial046:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T15:26:59.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T15:26:59.233 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-22T15:26:59.247 INFO:teuthology.task.internal:Transferring archived files... 2026-02-22T15:26:59.248 DEBUG:teuthology.misc:Transferring archived files from trial043:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial/63787/remote/trial043 2026-02-22T15:26:59.248 DEBUG:teuthology.orchestra.run.trial043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T15:26:59.296 DEBUG:teuthology.misc:Transferring archived files from trial046:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/phlogistonjohn-2026-02-22_15:14:17-orch-wip-phlogistonjohn-testing-1-2026-02-21-1448-distro-default-trial/63787/remote/trial046 2026-02-22T15:26:59.296 DEBUG:teuthology.orchestra.run.trial046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T15:26:59.333 INFO:teuthology.task.internal:Removing archive directory... 2026-02-22T15:26:59.333 DEBUG:teuthology.orchestra.run.trial043:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T15:26:59.336 DEBUG:teuthology.orchestra.run.trial046:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T15:26:59.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-22T15:26:59.399 INFO:teuthology.task.internal:Not uploading archives. 2026-02-22T15:26:59.399 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-22T15:26:59.416 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-22T15:26:59.416 DEBUG:teuthology.orchestra.run.trial043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T15:26:59.419 DEBUG:teuthology.orchestra.run.trial046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T15:26:59.433 INFO:teuthology.orchestra.run.trial043.stdout: 917522 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 15:26 /home/ubuntu/cephtest 2026-02-22T15:26:59.435 INFO:teuthology.orchestra.run.trial046.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 15:26 /home/ubuntu/cephtest 2026-02-22T15:26:59.436 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-22T15:26:59.454 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-22T15:26:59.494 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} duration: 261.43340373039246 failure_reason: 'Command failed on trial043 with status 22: "sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:2a01f85290ffe0ec49a9f791979017d6d3f2fe58 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b2601ea6-1002-11f1-9973-d404e6e7d460 -- bash -c ''ceph fs authorize cephfs client.smbdata / rw''"' owner: scheduled_phlogistonjohn@soko04.front.sepia.ceph.com sentry_event: null status: fail success: false 2026-02-22T15:26:59.494 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-22T15:26:59.633 INFO:teuthology.run:FAIL